/*
 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;
font-size: 22px;
line-height: 25px;
	background: #336d95   !important;
	background-repeat: repeat;
	color: #f5f5f5 !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-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: #343a40 !important;
border-color: #0b6887 !important;

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

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



.bg-hefo { background-color: #336d95 !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;
	background: #336d95   !important;
}
.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: #0c0f15 ;
}




.bg-index {
background: #336d95;  /* fallback for old browsers */



}
.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: #a8c5d6 !important;
border: #d6955c 0px solid !important;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2 ); 
}
.table td, .table th {
border-color: #dc3946 !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: #5084ae;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2 ); 
	
}
.resp-tab td, .resp-tab th {
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border: none;
    font-family: Verdana, sans-serif;
	
}

.resp-tab td {
    font-size: 14px;
    border-right: 1px solid #466f91;
	border-radius: 0px;
}

.resp-tab th {
    color: #ffffff;
    background: #5a91bf;
	
	
}
.resp-tab th:nth-child(odd) {
    background: #5a91bf;
	
}
.resp-tab tr:nth-child(even) {
    background: #5a91bf;
	 
}
@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: #5a91bf;
        border-right: 1px solid #466f91;
    }
    .resp-tab tr td:nth-child(even) {
        border-right: 1px solid #466f91;
    }
    .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: #336d95 !important;
	padding: 0.5em 1em 1em;
	color: #A9A9A9;
}

.footer a{
	color: #A9A9A9;

}

.footer a:hover{
	text-decoration: none;
	color: #ce3d4c;
}
.footer .copyright {
	font-size: 0.9em;
	text-align: center;
	color: #A9A9A9;
}
.copyright a{
	color: #A9A9A9;
	
}

.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: #dc3946;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 0px solid rgba(255,255,255,0.3);
}
.profile .alert p {text-transform:uppercase;
	color: #ababab;; 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: #343a40;
}

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

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

/* Panel tarif */
.tarif .list-group-item {background: #343a40;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: 25px !important;
	border-radius: 6px;
	margin: 10px;
	display: inline;
	float: left;
	max-width: 290px;
	background: #336d95!important;
}

.serf .pull-right{
color: #3b3b3b;	
height:100%;
}

.right1{
background: #dc3946; 
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: #336d95;
}
.leftbar {
	width: 250px;
	display: block;
	float: left;
	z-index: 200;
	margin-top: 0px;
	 background:#336d95;
	 box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5);  
}

.leftbar__menu {
	padding: 0;
	margin: 0;
	background: #336d95;
	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-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  background: #336d95;
  color: #c1bebe;
  z-index: 200;
  
}

.leftbar__menu li a:hover {
	
	color: #dc3946;
	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: ;
	color: #c1bebe;
}
.content > div {
	margin: 15px;
}


/*MENU V KABINE*/
.divide {
	border1: 1px solid #f5f58c;
}

.menu2 {
  height: 48px;
  padding-left: 28px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  background: #336d95;
  color: #c1bebe;
  cursor: pointer;
  margin-bottom: -15px;
  margin-top: 10px;
 display: none;	
}
.menu2 i {
  position: relative;color: #ababab;
  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: #336d95;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
  border: 0px solid #a29ea8;
  display: block;background: #336d95;padding:  5px;
}
.topbar__balance+.topbar__balance{
  margin-top: 5px;
}
.topbar__balance p {
  font-size: 16px; margin: 2px;
  color: #ababab;
  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: #ababab;
  transition: color 0.2s ease;
}
.topbar__balance:nth-of-type(2) a {
  color: #ababab;
}
.topbar__balance a:hover {
  color: #fff;
  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;
  margin-bottom: -15px;
  
}
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: 0px;
    width: 100%;
	margin-top: 0px;
  }
  .menu__wrapper {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease;
  }
  html.min-menu .content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .menu2 {
	display: block;	
		}
  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 #ababab;
    position: relative;
	text-align: center;
    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: #0c0f16;
    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 {
		
	}
}

.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: #a8c5d6;
    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: #a8c5d6;
    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: "▲"
}





body {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  background-color: #0c0f15;
  color: #ababab; }

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #5084ae;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}



.heading-page
{
      text-transform: uppercase;
    font-size: 43px;
    font-weight: bolder;
    letter-spacing: 3px;
    color: white;
}

.heading-page   a:hover, a:focus {

      text-transform: uppercase;
   text-decoration: none;
    color: #ce3d4c;
}


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

.heading-page {
	font-size: 23px;
	
}

}


a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: #ababab;
    text-decoration: none;
    outline: 0 none; }

h1, h2, h3,
h4, h5, h6 {
  color: #1e2530;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 1.3; }

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

/*
 * Selection color
 */
::-moz-selection {
  background-color: #FA6862;
  color: #fff; }

::selection {
  background-color: #FA6862;
  color: #fff; }

/*
 *  Reset bootstrap's default style
 */
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  opacity: 1;
  color: inherit; }

.form-control:-moz-placeholder,
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: inherit; }

.form-control::-moz-placeholder,
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: inherit; }

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
  opacity: 1;
  color: inherit; }

button, input, select,
textarea, label {
  font-weight: 400; }

.btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn:hover, .btn:focus, .btn:active:focus {
    outline: 0 none; }

.btn-primary {
  background-color: #FA6862;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 48px;
  line-height: 50px;
  padding: 0 42px;
  text-transform: uppercase; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background-color: #f9423a; }

.btn-border {
  border: 1px solid #d7d8db;
  display: inline-block;
  padding: 7px; }

/*
 *  CSS Helper Class
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.pt-table {
  display: table;
  width: 100%;
  height: -webkit-calc(100vh - 4px);
  height: -moz-calc(100vh - 4px);
  height: calc(100vh - 4px); }

.pt-tablecell {
  display: table-cell;
  vertical-align: middle; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.relative {
  position: relative; }

.primary,
.link:hover {
  color: #FA6862; }

.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.nicescroll-cursors {
  background: #376b95 !important; }

.preloader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .preloader.active.hidden {
    display: none; }

.loading-mask {
  background-color: #376b95;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s; }
  .loading-mask:nth-child(2) {
    left: 20%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .loading-mask:nth-child(3) {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .loading-mask:nth-child(4) {
    left: 60%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .loading-mask:nth-child(5) {
    left: 80%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }

.preloader.active.done {
  z-index: 0; }

.preloader.active .loading-mask {
  width: 0; }

/*------------------------------------------------
  Start Styling
-------------------------------------------------*/
.mt20{margin-top:20px;}
.site-wrapper {
  border-top: 0px solid #ff0037; }

.page-close {
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100; }

.page-title {
  margin-bottom: 75px; }
  .page-title img {
    margin-bottom: 20px; }
  .page-title h2 {
    font-size: 68px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase; }
  .page-title p {
    font-size: 16px; }
  .page-title .title-bg {
    color: rgba(30, 37, 48, 0.07);
    font-size: 158px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
	


.section-title {
  margin-bottom: 20px; }
  .section-title h3 {
    display: inline-block;
    position: relative; }
    .section-title h3::before, .section-title h3::after {
      content: "";
      height: 2px;
      position: absolute;
      bottom: 8px;
      left: -webkit-calc(100% + 14px);
      left: -moz-calc(100% + 14px);
      left: calc(100% + 14px); }
    .section-title h3::before {
      background-color: #1e2530;
      width: 96px;
      bottom: 14px; }
    .section-title h3::after {
      background-color: #FA6862;
      width: 73px; }
  .section-title.light h3 {
    color: #fff; }
    .section-title.light h3::before {
      background-color: #fff; }

.page-nav {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0; }
  .page-nav span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.9;
    text-transform: uppercase; }

/*------------------------------------------------
    Home Page
-------------------------------------------------*/

.hexagon-item:first-child {
    margin-left: 0;
}

.page-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle; }
  .page-home .overlay {
    background-color: rgba(132,108,249, 0.00);
}

/* End of container */
.hexagon-item {
  cursor: pointer;
  width: 200px;
  height: 173.20508px;
  float: left;
  margin-left: -29px;
  z-index: 0;
  position: relative;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }
  .hexagon-item:first-child {
    margin-left: 0; }
  .hexagon-item:hover {
    z-index: 1; }
    .hexagon-item:hover .hex-item:last-child {
      opacity: 1;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
    .hexagon-item:hover .hex-item:first-child {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
      .hexagon-item:hover .hex-item:first-child div:before,
      .hexagon-item:hover .hex-item:first-child div:after {
        height: 5px; }
    .hexagon-item:hover .hex-item div::before,
    .hexagon-item:hover .hex-item div::after {
      background-color: #ff0037; }
    .hexagon-item:hover .hex-content svg {
      -webkit-transform: scale(0.97);
      -moz-transform: scale(0.97);
      -ms-transform: scale(0.97);
      -o-transform: scale(0.97);
      transform: scale(0.97); }

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
  -webkit-transform: rotate(30deg) translate(87px, -80px);
  -moz-transform: rotate(30deg) translate(87px, -80px);
  -ms-transform: rotate(30deg) translate(87px, -80px);
  -o-transform: rotate(30deg) translate(87px, -80px);
  transform: rotate(30deg) translate(87px, -80px); }

.hex-item {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 173.20508px; }
  .hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1; }
  .hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
    .hex-item div::before, .hex-item div::after {
      background-color: #f5f5f5;
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .hex-item div:before {
      top: 0; }
    .hex-item div:after {
      bottom: 0; }
    .hex-item div:nth-child(1) {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .hex-item div:nth-child(2) {
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg); }
    .hex-item div:nth-child(3) {
      -webkit-transform: rotate(120deg);
      -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      -o-transform: rotate(120deg);
      transform: rotate(120deg); }

.hex-content {
  color: #fff;
  display: block;
  height: 180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transform: rotate(-30deg);
  width: 156px; }
  .hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px; }
  .hex-content .title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase; }
  .hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .hex-content:hover {
    color: #fff; }

.page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}
/*------------------------------------------------
    Welcome Page
-------------------------------------------------*/
.author-image-large {
  position: absolute;
  right: 0;
  top: 0; }
  .author-image-large img {
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px); }


@media (min-width: 1200px)
{
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
}

@media (min-width: 1200px)
{
.col-lg-8 {
    width: 66.66666667%;
}
}

.hexagon-item:first-child {
    margin-left: 0;
}

.pt-table.desktop-768 .pt-tablecell {
    padding-bottom: 110px;
    padding-top: 60px;
}



.hexagon-item:hover .icon i
{
  color:#ff0037;
  transition:0.6s;
  
}


.hexagon-item:hover .title
{
  -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/***************************/

@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}





@media only screen and (max-width: 767px)
{
.hexagon-item {
    float: none;
    margin: 0 auto 50px;
}
  .hexagon-item:first-child {
    margin-left: auto;
}
  
  .page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(0px, 0px);
    -moz-transform: rotate(30deg) translate(0px, 0px);
    -ms-transform: rotate(30deg) translate(0px, 0px);
    -o-transform: rotate(30deg) translate(0px, 0px);
    transform: rotate(30deg) translate(0px, 0px);
}
  
}



/* Базовый контейнер табов */
.tabs2 {
	
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	min-height: 500px;
	min-width: 400px;
	
	width: 100%;
	opacity: 1.0;
}
@media screen and (max-width: 400px) {
	.tabs2 {
		min-width: 290px;
	}
}


/* Стили секций с содержанием */
.tabs2>section {
	
	display: none;
	padding: 0px;
	margin: 0 0px;
	background:#5084ae ;
	border: 0px solid #ddd;
}
.tabs2>section>p {
	margin: 0 0 0px;
	line-height: 1.5;
	color: #F8F8FF;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 

/* Прячем чекбоксы */
.tabs2>input {
	display: none;
	position: absolute;


}
/* Стили переключателей вкладок (табов) */
.tabs2>label {
	width: 32.4%;
	height: 45px;
	display: inline-block;
	margin: 0 0 -1px;
	padding: 12px 12px;
	font-weight:bold ;
	text-align: center;
	color: #0c0f15;
	border: 0px solid #ddd;
	border-width: 0px 0px 0px 0px;
	background: #c2c4c6;
	border-radius: 3px 3px 0 0;
}

/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs2>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs2>label:hover {
	color: #d53040;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs2>input:checked+label {
	color: #f7f7f7;
	border-top: 0px solid #009933;
	border-bottom: 0px solid #fff;
	background: #5084ae;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5{
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 910px) {
	.tabs2>label {
		font-size: 14px;
	}
	.tabs2>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 910px) {
	.tabs2>label {
		padding: 15px;
		width: 31.4%;
	}
	
}

.stcard-container {
    display: flex;
    justify-content: center;  
    flex-wrap: wrap;
    padding: 20px 0;
}
.stcard {
    display: flex;
    flex-direction: column;
    padding: 12px 12px 6px;
    background: #376b95;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    flex: 1 0 300px;
    max-width: 300px;
    align-self: center;
	
}

@media screen and (max-width: 696px) {
    .stcard {
       display: flex;
    margin-left: auto;
    margin-right: auto
    }
}

.stcard img {
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: cover;
    border-radius: 6px;
    filter: sepia(100%);
    transition: filter 0.5s;
    margin-bottom: 10px;
}
.stcard:hover img {
    filter: sepia(0)
}
.stcard .stcard-title {
    margin: 6px 10px 10px;
    
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    
    text-align: center;
}
.stcard p {
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.3;
}







.stcard2 {
    display: flex;
    flex-direction: column;
    padding: 12px 12px 6px;
    background: #376b95;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    flex: 1 0 300px;
    width: 90%;
    align-self: center;
	
}

@media screen and (max-width: 696px) {
    .stcard2 {
       display: flex;
    margin-left: auto;
    margin-right: auto;
	width: 300px;
    }
}

.stcard2 img {
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: cover;
    border-radius: 6px;
    filter: sepia(100%);
    transition: filter 0.5s;
    margin-bottom: 10px;
}
.stcard2:hover img {
    filter: sepia(0)
}
.stcard2 .stcard-title {
    margin: 6px 10px 10px;
    
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    
    text-align: center;
}
.stcard2 p {
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.3;
}


.radio-form {
    display: flex;
    justify-content: center;
    margin: 30px 0;
	
}
.radio-form .radio-control {
    width: 200px;
    transition: all ease 250ms;
	
}
.radio-form .radio-control input {
    display: none;
}
.radio-form .radio-control .radio-input {
    background: #e5eef3;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
    transition: all ease 250ms;
    border: 4px solid #BFE2FF; 
    display: block;
}
.radio-form .radio-control:hover .radio-input {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 6px 12px rgba(0,0,0,0.2);
}
.radio-form .radio-control .radio-input i {
    display: block;
    font-size: 70px;
    color: #BFE2FF;
    font-weight: bold;  
}
.radio-form .radio-control .radio-input img {
    width: 70px; 
}
.radio-form .radio-control .radio-input span {
    font-family: Tahoma, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 16px;
    color: #AAA;
}
.radio-form .radio-control input:checked + .radio-input span {
    color: #444444;
    opacity: 1;
    transition: opacity ease 250ms;
}
.radio-form .radio-control input:checked + .radio-input:after {
    top: 0;
    right: 20px;
    transform: translateY(-50%);
    animation-name: animation;
    animation-duration: 250ms;
    background-color: #e5eef3;
    font-size: 25px;
    display: block;
    position: absolute;
    border: 5px solid #e5eef3;
    padding-left: 2px;
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: bold;
}
.radio-form .radio-control input:checked + .radio-input {
    border: 4px solid #337AB7;
}
.radio-form .radio-control input:checked + .radio-input:after,
.radio-form .radio-control input:checked + .radio-input i {
    color: #337AB7;
}
@keyframes animation {
    0% {
        transform: translateY(-50%) scale(0);
    }
    75% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}
@media screen and (max-width: 768px) {
    .radio-form {
        display: block;
    }
    .radio-form .radio-control {
        width: 100%;
        margin-bottom: 30px;
    }
}