@font-face {
font-family: 'Roboto Condensed Regular';
src: url('../fonts/RobotoCondensed-Regular.eot');
src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
}
body {
background-color: #f3f3f9;
color: #000000;
font-family: Arial, Verdana, Geneva, sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}
.top {
background-color: #5aabe2;
width: 100%;
height: 40px;
font-family: 'Roboto Condensed Regular';
font-size: 16px;
color: #fff;
}
.top a {
color: #fff;
text-decoration: none;
}
.top a:hover {
color: #FFFF52;
}
.tovlink {
color: #000;
text-decoration: none;
}
.tovlink:hover {
color: #000;
text-decoration: none;
}
.mainwidth {
max-width: 1232px;
margin: 0 auto;
}
.contact, .userlk, .userlkin {
display: inline-block;
padding-top: 9px;
vertical-align: top;
}
.marl40 {
margin-left: 40px;
}
.marl20 {
margin-left: 20px;
}
.userlk, .userlkin {
float: right;
}
.d2, .d3, .dlogo, .dmenu {
display: inline-block;
}
.topmenu {
background-color: #fff;
width: 100%;
}
.logo {
float: left;
padding: 15px;
padding-left: 0;
}
.brand {
font-family: 'Roboto Condensed Regular';
font-size: 26px;
color: #000;
line-height: 26px;
margin-bottom: 0;
}
.slogan {
font-size: 16px;
color: #0c94e4;
line-height: 22px;
}
.pink {
color: #fe4141;
}
.grey {
color: #6d6d6d;
}
.blue {
color: #0c94e4;
}
.green {
color: #2CAF58;
}
.black {
color: #000;
}
.orange {
color: #FF3300;
}
.va-mid {
vertical-align: middle;
}
.dekor2 {
display: table;
width: 100%;
margin: 0;
padding: 0;
}
.drow2 {
display: table-row;
width: 100%;
}
.dekorpic2 {
display: table-cell;
width: 32%;
position:relative;
vertical-align: middle;
}
.deksp2 {
display: table-cell;
width: 2%;
}
.dekor {
display: table;
width: 100%;
margin: 0;
padding: 0px;
}
.drow {
display: table-row;
width: 100%;
}
.dekorpic {
display: table-cell;
width: 32%;
position:relative;
vertical-align: top;
padding: 10px;
-webkit-backface-visibility: hidden;
}
.deksp {
width: 2%;
}
#phov:hover {
box-shadow: 0 0 10px rgba(50,50,50,0.5);
background-color: #d9f0ff;
}
.imgtext, .razdel {
display:block;
position:absolute;
text-align: center;
bottom:0;
width:100%;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color:#fff;
font-family: 'Roboto Condensed Regular';
font-size: 4vw;
line-height: 60px;
background-color:rgba(0,0,0,.75);
}
.razdel {
font-size: 32px;
line-height: 32px;
text-align: left;
padding: 10px;
}
.linktext, .linktext:hover {
text-decoration: none;
color: #000;
}
.razdhov:hover .razdel{
background-color:rgba(90,171,226,.75);
}
.fhov:hover .imgtext{
-webkit-animation: 0.5s linear 0s slide forwards ;
animation: 0.5s linear 0s slide forwards ;
}
@keyframes slide {
from { bottom: 0; }
to {
//bottom: 30%;
transform: translatey(-100px);
}
}
@-webkit-keyframes slide {
from { bottom: 0; }
to {
//bottom: 30%;
transform: translatey(-100px);
}
}
.clock {
position: fixed;
margin: 0 auto;
top: 10px;
left: 0; right: 0;
width: 200px;
height:80px;
display: block;
background-color: #FFFAFA;
border: 1px solid #ff0000;
z-index:99999999;
color:#ff0000;
font-size: 42px;
text-align: center;
line-height: 80px;
box-shadow: 0 0 10px rgba(50,50,50,0.5);
border-radius:40px;
}
.timer{
display: inline-block;
-webkit-animation: 1s linear 0s scaletimer infinite;
animation: 1s linear 0s scaletimer infinite;
}
@keyframes scaletimer {
from {
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
}
50% {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
to {
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
}
}
input:checked + .labelgreen {
color: #2CAF58;
}
.cost-tb {
border:1px solid #333;
display: table;
vertical-align: middle;
}
.cost-tb-cel {
display: table-cell;
width: 10%;
}
.mhide {
display: none;
}
.it-red {
background-color:rgba(255,53,53,.75);
}
.it-blue {
background-color:rgba(90,171,226,.75);
}
.wblok {
background-color: #fff;
border-top: 3px solid #ff3535;
margin-top: 20px;
padding: 30px;
}
.wb-bl {
border-top-color: #0c94e4;
}
h1,h2,h3,h4 {
font-family: 'Roboto Condensed Regular';
font-size: 32px;
color: #0c94e4;
margin:0px;
font-weight: normal;
}
h1 {
font-size: 36px;
}
h3,h4 {
font-size: 24px;
color: #000;
margin: 7px 0 7px 0;
}
h4 {
font-size: 20px;
}
a {
color: #0c94e4;
}
a:hover {
color: #ff3535;
}
.tdn, .tdn:hover {
text-decoration: none;
}
hr {
width: 100%;
height: 1px;
background-color: #c8c8cd;
border: none;
}
.zag-line {
border-bottom: 3px solid #ff3333;
display: inline-block;
}
.zl-green {
border-bottom-color: #00cc66;
}
.zl-blue {
border-bottom-color: #0c94e4;
}
.alert-green {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #1E7B34;
    padding: 15px 20px;
    border-radius: 4px;
    display: inline-block;
}
.arrows {
float: right;
font-size: 18px;
color: #c3c3c9;
}
.arrows i {
border: 2px solid #c3c3c9;
padding: 5px;
border-radius: 3px;
}
.arrows i:hover {
background-color: #0c94e4;
color: #fff;
cursor: pointer;
border-color: #0c94e4;
}
.lblok, .rblok {
float: left;
width: 48%;
display: inline-block;
}
.rblok {
float: right;
}
.lblok30 { width: 30%; }
.lblok40 { width: 40%; }
.rblok68 { width: 68%; }
.rblok58 { width: 58%; }
.datcal {
font-family: 'Roboto Condensed Regular';
line-height: 30px;
}
.podval {
background-color: #1c1c21;
width: 100%;
height: 300px;
font-family: 'Roboto Condensed Regular';
font-size: 16px;
color: #fff;
}
.bmenu {
display: inline-block;
vertical-align: top;
float: right;
}
.dtab {
display: table;
width: 100%;
margin: 0;
padding: 0px;
}
.dtabrow {
display: table-row;
width: 100%;
}
.dtabrow:hover {
background-color: #d9ffd9;
}
.dtabcell-big {
display: table-cell;
padding: 10px;
border-bottom: 1px solid #0c94e4;
}
.dtabcell-small {
display: table-cell;
width: 120px;
text-align: center;
padding: 10px;
border-bottom: 1px solid #0c94e4;
vertical-align: middle;
}
.price {
float: right;
font-size: 36px;
font-family: 'Roboto Condensed Regular';
padding: 25px;
line-height: 30px;
margin: 0 0 30px 30px;
background-color: #FFFFEB;
}
.price-tb {
width: 100%;
}
.price-tb tr:hover {
background-color: #d9ffd9;
}
.price-tb td {
padding: 10px;
border-bottom: 1px solid #0c94e4;
}
.price-group {
background-color: #E2FEFD;
}
.price-main {
background-color: #97E7FF;
}
.arwlist {
list-style-type: none;
line-height: 30px;
overflow: auto;
padding-left: 0px;
}
.arwlist>li{
margin-left: 20px;
}
.linkh2, .linkh3 {
font-size: 32px;
font-family: 'Roboto Condensed Regular';
color: #0c94e4;
cursor: pointer;
}
.linkh2:hover, .linkh3:hover {
color: #ff3535;
}
.linkh3 {
font-size: 24px;
}
.undln {
text-decoration: underline;
}
.txt12 {
font-size: 12px;
}
.txt24 {
font-size: 24px;
}
.imgleft {
float: left;
margin: 0 30px 20px 0;
}
.navlink {
font-family: 'Roboto Condensed Regular';
}
.single-imgs
{
position: relative;
overflow: hidden;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:rgba(90,171,226,.50);
opacity: 0;
z-index: -1;
}
.overlay-content {
position: absolute;
top: 40%;
left: 45%;
font-size: 4vw;
color: #fff;
}
.single-imgs:hover .overlay {
opacity:1;
z-index:1
}
.video-wrap {
position: relative;
padding-bottom: 56.25%; /* sets the height of the container to 16:9 (4:3 - 75%) */
padding-top: 0px;
height: 0;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
-moz-background-size: 100%; /* Firefox 3.6+ */
-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
-o-background-size: 100%; /* Opera 9.6+ */
background-size: 100%; /* Современные браузеры */
transition: all 200ms ease-out;
cursor: pointer;
}
.video-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-wrap .play {
background: url('../images/youtube-play-btn.png') no-repeat;
background-position: 0 -50px;
-webkit-background-size: 100% auto;
background-size: 100% auto;
position: absolute;
height: 50px;
width: 69px;
transition: none;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
}
.video-wrap:hover .play {
background-position: 0 0;
}
.accordion .info {
display:none;
padding:20px;
overflow: hidden;
border: 1px solid #dddddd;
border-radius: 3px;
margin-top: 20px;
border-left: 5px solid #fe4141;
}
.regform {
width: 50%;
}
.pag {
font-size: 16px;
line-height: 20px;
margin: 20px auto;
display: table;
text-align: center;
}
.pag ol {
margin: 0;
padding: 0;
list-style-type: none;
}
.pag ol li {
float: left;
margin-right: 5px;
min-width: 35px;
height: 35px;
}
.pag ol li a {
border: 1px solid #e6e7e8;
display: block;
padding: 5px 8px;
min-width: 8px;
height: 35px;
line-height: 25px;
color: #3D3D3D;
text-decoration: none;
}
.pag ol li a:hover, .pag ol li a.current {
color: #fff;
background: #4bf;
}
.pag li.dots {
color: #acb1b4;
line-height: 25px;
}
.subnav {
width: 100%;
}
.subnav ul {
display: block;
margin: 0;
padding: 0;
text-align: right;
}
.subnav li {
display: inline-block;
//padding-left: 20px;
margin-bottom: 20px;
}
.subnav li a {
text-align:center;
text-decoration: none;
padding: 8px;
background: #fff;
display:inline-block;
width:140px;
margin-left: 10px;
border: 1px solid #0c94e4;
border-radius: 3px;
color: #0c94e4;
}
.subnav li a:hover {
background: #0c94e4;
color: #fff;
}
.progr-quad {
float: left;
width: 12px;
height: 12px;
margin: 2px 1px;
background-color: #E6E6E6;
}
.progr-quad.active {
background-color: #00CC66;
}
.card, .card2 {
border: 1px solid #CDCDCD;
padding: 15px;
border-radius: 8px;
font-size: 12px;
color: #676767;
margin-bottom: 40px;
}
.kurs-fin {
background-color: #EBEBEB;
text-align: center;
padding: 3px;
}
.kurs-fin a {
color: #4F4F4F;
}
.kurs-fin a:hover {
color: #FF3300;
text-decoration: none;
}
.kurs-pas {
background-color: #00CC66;
}
.kurs-pas a {
color: #fff;
}
.card-op {
opacity: .4;
}
.card-link-disable {
pointer-events: none;
}
.card .exam {
font-size: 14px;
}
.card img {
border-radius: 5px;
height: 120px;
}
.card .info {
float: left;
margin-bottom: 10px;
}
.card .btnblok {
float: left;
}
.card .btnblok .btnitem {
float: left;
margin-right: 5px;
}
@media screen and (max-width: 870px) {
.card img {
width: 100%;
height: auto;
}
.card .info {
float: none;
}
.card .btnblok {
float: none;
}
}
@media screen and (max-width: 795px) {
.card .btnblok .btnitem {
float: none;
margin-right: 0;
margin-bottom: 5px;
width: 100%;
}
.card .btnblok .btnitem .btn {
width: 100%;
}
}
@media screen and (max-width: 680px) {
.card {
float: none;
width: 100%;
}
}
.strike {
text-decoration: line-through;
}
.circ-num {
display: inline-block;
height:16px;
width:16px;
border-radius:50%;
background:red;
text-align:center;
vertical-align: top;
font-size:13px;
color: #fff;
margin-left:-16px;
margin-top:-5px;
}
.form-input-text {
box-sizing: border-box;
display: inline-block;
font-family: Tahoma, Verdana, Geneva, Arial;
font-size: 14px;
padding: 6px 12px;
border: 1px solid #cccccc;
border-radius: 4px;
-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);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-input-text:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.mbutt {
text-align:center;
text-decoration: none;
padding: 8px;
background: #fff;
display:inline-block;
width:120px;
margin: 10px auto;
border: 1px solid #000;
color: #000;
}
a.mbutt:hover {
background: #000;
text-decoration: none;
color: #fff;
}
.mbutt-na {
border-color: #A3A3A3;
color: #A3A3A3;
}
a.mbutt-na:hover, a.mbutt-na:active, a.mbutt-na:visited, a.mbutt-na:focus {
border-color: #A3A3A3;
color: #A3A3A3;
background: #fff;
cursor: default;
text-decoration: none;
}
a.mbutt-orange {
border-color: #FF3300;
color: #FFF;
background: #FF3300;
}
a.mbutt-orange:hover, a.mbutt-orange:active, a.mbutt-orange:visited, a.mbutt-orange:focus {
border-color: #FF0000;
background: #FF0000;
text-decoration: none;
}
.srok {
font-size: 13px;
color: #990000;
}

#totop {
background-color:rgba(90,171,226,.50);
background-color:rgba(182, 182, 182);
padding: 10px 12px 10px 12px;
color: #fff;
bottom: 10px;
right: 10px;
cursor: pointer;
display: none;
position: fixed;
z-index: 999;
border-radius: 3px;
}
@media screen and (max-width: 1248px) {
.mainwidth {
max-width: 1232px;
margin-left: 10px;
margin-right: 10px;
}
}
@media (max-width: 945px) {
.brand {
font-size: 20px;
line-height: 20px;
margin-top: 10px;
}
.slogan {
font-size: 12px;
line-height: 10px;
}
.bmenu {
display: none;
color: red;
}
.price {
float: none;
margin-left: 0;
}
}
@media screen and (max-width: 790px) {
.d2 {
    display: block;
    margin: 3px 0;
}
.top {
    height: 60px;
}
#temail {
display: none;
}
#tphone {
margin-left: 0;
}
#temails {
display: inline;
}
.userlkin {
line-height: 40px;
}
}
@media screen and (max-width: 768px) {
.dekorpic {
font-size: 14px;
}
.regform {
width: 100%;
}
.dtab {
display: block;
}
.dtabrow {
display: block;
width: 100%;
border-bottom: 1px solid #0c94e4;
}
.dtabcell-big {
display: block;
border: 0;
padding-bottom: 5px;
}
.dtabcell-small {
display: inline-block;
border: 0;
width: 32%;
padding-top: 0;
text-align: right;
}
}
@media screen and (max-width: 600px) {
.dekor, .dekor2 {
display: block;
}
.drow, .drow2 {
display: block;
margin-bottom: 15px;
}
.dekorpic, .dekorpic2 {
display: block;
width: 100%;
font-size: 16px;
}
.dekorpic img, .dekorpic2 img {
width: 100%;
}
.imgtext {
font-size: 60px;
}
.lblok {
float: none;
width: 100%;
}
.rblok {
float: none;
width: 100%;
margin-top: 40px;
}
.rblok58 {
margin-top: 20px;
}
.overlay-content {
font-size: 60px;
}
}
@media screen and (max-width: 440px) {
.userlkin {
width: 120px;
text-align: right;
line-height: 22px;
}
.imgtext {
font-size: 50px;
}
.dtabcell-small {
width: 48%;
text-align: center;
}
.dtab-btn {
display: block;
width: 100%
}
.dtab-btn .btn {
width: 100%;
}
}
@media screen and (max-width: 310px) {
.userlkin {
width: 120px;
text-align: right;
line-height: 22px;
}
.mainwidth, .top, .topmenu {
width: 320px;
}
}