@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,400,500,700,900');

body{
 font-family: 'Roboto', sans-serif;
 background:#21262a;
}
p,ul,li{
    font-size:14px;
    font-weight: 300;
    text-align: justify;
    line-height: 18px;
    margin-bottom: .5rem;
}
ul,li{
    padding-inline-start: 1;
    text-align: left;
}
.menu-footer li a{color:#ddd;}
.navbar-brand{
    /* position: absolute; */
    /* left: 6vw; */
    /* top: 0vw; */
}
.navbar-brand img{
    width: 20vw;
    max-width: 20vw;
}
.text-header{
    background-image: url(/public/img/bg-top.jpg);
}
a {
    color: #00cc00;
    -webkit-tap-highlight-color: rgba(0,204,0,0.5);
}
a:hover {
    color: #68e26c;
    text-decoration: underline;
}
.text-header {
    font-weight: 600;
}
.text-header p{
    color:white;
    line-height:18px;
    font-size:14px;
    text-align:left;
    padding-top:1rem;
    
}
.text-header .display-4{
    color:white;
    font-size:16px;
    text-transform:uppercase;
    font-weight:400;
    text-align:left;
    
}
.btn-header{
    display: block;
    /* width: 100%; */
    text-align: center;
    border: 4px solid #0c0;
    margin-left: 2rem;
    padding: 0.5rem;
    font-size: 1vw;
}
.navbar-collapse {
    /* justify-content: flex-end; */
    /* -webkit-justify-content: flex-end; */
    /* padding-right: 5rem; */
    width: auto;
    border-top: 4px solid #00cc00;
}
.navbar-dark .navbar-toggler {
    color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
}
.navbar {
   padding: 0rem 1rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f8f9fa;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    border-left: 1px solid #716f6f;
    border-right: 1px solid #000;
    font-size: .9rem;
}
.navbar-dark .navbar-brand {
    color: #fff;
    position: relative;
    z-index: 100;
}
.navbar-dark .navbar-brand img {
    width: 100%;
    max-width: 200px;
    margin-left: 8vw;
    /* margin-bottom: 2.9rem; */
    background: #fff;
    padding: 0 1rem;
}
main{
    background-image: url(/public/img/bg-top-2.jpg);
    background-repeat: no-repeat;
}
.main-bn{
    width: 100%;
    display: inline-flex;
    text-align: center;
    padding: 1rem;
}
.main-bn li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background: rgba(0,222,0,1);
background: -moz-linear-gradient(-45deg, rgba(0,222,0,1) 0%, rgba(0,222,0,1) 15%, rgba(0,184,0,1) 68%, rgba(0,184,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,222,0,1)), color-stop(15%, rgba(0,222,0,1)), color-stop(68%, rgba(0,184,0,1)), color-stop(100%, rgba(0,184,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,222,0,1) 0%, rgba(0,222,0,1) 15%, rgba(0,184,0,1) 68%, rgba(0,184,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,222,0,1) 0%, rgba(0,222,0,1) 15%, rgba(0,184,0,1) 68%, rgba(0,184,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,222,0,1) 0%, rgba(0,222,0,1) 15%, rgba(0,184,0,1) 68%, rgba(0,184,0,1) 100%);
background: linear-gradient(135deg, rgba(0,222,0,1) 0%, rgba(0,222,0,1) 15%, rgba(0,184,0,1) 68%, rgba(0,184,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00de00', endColorstr='#00b800', GradientType=1 );
border: 1px solid #6c757d;
}
.bn-blk{
    right: 1%;
    bottom: 0;
    left: 2.2vw;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 3vw;
}
.bn-blk h3{font-size: 18px;}
.title-block2 {
    width: 100%;
    height: 44px;
    outline: none;
    background: #0c0;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    /* margin-left: -15px; */
}
.title-block2 h3{
    font-size: 18px;
    padding-top: 0.7vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
}
.title-grn2 {
    background: #ffffff;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    width: 60%;
    color: #000;
}
.title-grn2:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
	height: 0;
	border-bottom: 44px solid #ffffff; 
	border-left: 25px solid transparent;
  left: -25px;
  top:0;
  bottom: 0;
}
.card-maine{
    border: 6px solid #0c0;
    height: auto;
    min-height: 660px;
}
.card-maine h5{
    background: #0c0;
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    color: white;
}
.card-maine p{
    line-height: 1.3rem;
    padding: 1rem!important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
.btn-primary-card{
    display: block;
    border: 1px solid;
    margin: 2vw;
    text-align: center;
    padding: 0.5rem;
}
.news-prv{
   padding: 1rem;
   height:auto;
   min-height:400px;
}
.news-prv h3{
    font-size: 1rem;
    height: auto;
    /* display: block; */
    line-height: 1.3rem;
}
.news-prv article{
    min-height: 360px;
    height:auto;
    border-bottom: 1px solid #dee2e6;
    margin-bottom:1rem;
}
.news-prv{
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}
.news-prv h3 a{
    font-weight:400;
    color:black;
    margin-top: 1rem;
    }
.news-prv p{
    font-weight:300;
    font-size: .8rem;
    margin-bottom: 1rem;
    line-height: 1.04rem;
}
.news-footer {
    /* border-bottom: 4px solid #0c0; */
    text-align: right;
    padding-bottom: 1rem;
}
.news-footer a{
    background: #f9f9f9;
    color: #8c8c8c;
    padding: 0.3rem 1rem;
    position: relative;
    font-size: 14px;
}
.rev{
      display:block;
     text-align: center;
     }
.rev p{
    line-height: 1rem;
    padding-top: 1rem;
    font-size: 14px;
}
.rev h4{
    font-size: 13px;
}
.brackets {
    color: #0c0;
    font-size: 45px;
    /* letter-spacing: -3px; */
    font-style: italic;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0 5px 75px -5px;
}
.bg-grn {
    background: liner-gra;
    background: linear-gradient(to top, #e5e0da 0%, #70665a 36%, #21262a 100%);
}
.form-inline {
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form{
    background-image: url(/public/img/bg-form.jpg);
    background-repeat: no-repeat;
}
.form-bg{
    background: #ffffffad;
    border: 2px solid #ffffff87;
    color: #000;
    border-radius: 10px;
}
.form-bg h2{
    font-size: 1.1rem;
    font-weight: 900;
}
.form-bg span{
    font-size: 1.2rem;
    font-weight: 600;
}
.form-control{
    border: 1px solid #849c89;
}
.menu-footer li {
    list-style-type: square;
    color: #0c0;
}
.ico-footer ul {
    padding-inline-start: 1rem;
    list-style: none;
    display: inline-flex;
}
.ico-footer ul li a img {
    width: 40px;
}
footer address{font-size:12px;}
.pricing {
    padding: 2rem;
    color: #767676;
    background-color: #fff;
    /* background-image: url(/public/img/bg-sert.jpg); */
    border: 1px solid;
    border-color: #caefca;
    background-repeat: no-repeat;
    border-radius: 10px;
    /* text-align: left; */
}
.plan-header, .plan-body {
    background-color: #fff0;
}
.plan-body p{
    text-align:left;
    color:black;
    font-size:12px;
    line-height:15.6px
}
.plan-title {
    margin-top: 0.4rem;
    text-transform: uppercase;
    color: #767676;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.price-figure {
    font-weight: 700;
    color: #232323;
}
.price-value {
    font-weight: 700;
    vertical-align: top;
}
.plan-price{padding:.4rem;}
.kurs-header{
    background: #373f46;
    /* border-bottom: #0c0 5px solid; */
    padding: 2rem;
    padding-bottom: 0;
}
.kurs-header h1{
    font-size: 1.8rem;
    margin-top: 1vw;
    color: #ffffff;
    margin-bottom: 2vw;
    line-height: 1.1;
    font-weight: 500;
}
.kurs-header ul{
    color: #ffffff;
    font-weight: 500;
}
.kurs-header p{
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 3rem;
    color: #e9ecef;
}
.kurs-vd-header {
    background: white;
    height: auto;
    position: relative;
    bottom: 0;
    padding: 0;
}
.price{
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c0;
    /* border-bottom: 1px solid; */
}
.price h2{
    font-size: 1.1rem;
    font-weight: 400;
    color: #373f46;
    line-height: 0;
    text-transform: uppercase;
}
aside p{
    font-size:16px;
    line-height:21px
}
.price span{
    font-size: 2.3rem;
    font-weight: 700;
    color: #767676;
}
.ttl-form{
    font-size: 1.05rem;
    font-weight: 400;
    color: #343a40;
    text-transform: uppercase;
    margin-top: 2rem;
}
.btn-success {
    color: #fff;
    background-color: #00cc00;
    border-color: #7ebf8d;
}
.btn-success:hover {
    color: #fff;
    background-color: #26ab26;
    border-color: #7ebf8d;
}
.menu-r ul{
    list-style: square;
    color: #0c0;
}
.menu-r ul li{
    line-height: 1rem;
    margin-bottom: 1.3rem;
}
.menu-r ul li a{
    color: #767676;
}
.menu-r ul li a:hover {
    color: #00cc00;
}
 .phone-r {
    text-align: center;
    border: 4px solid #0c0;
    padding: 1rem;
}
.phone-r h2{
    font-size: 0.8rem;
    color: #343a40;
    font-weight: 700;
    text-transform: uppercase;
}
.phone-r .display-3 {
    font-size: 1.7rem;
    font-weight: 800;
}
article h2{
    font-size: 22px;
    color: #373f46;
    border-bottom: 1px solid #e6e6e6;
}
article h3{
    font-size: 18px;
    color: #373f46;
    /* border-bottom: 1px solid #e6e6e6; */
}
.img-teacher {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
article img{
    border: 0px;
    height: auto;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 1rem;
}
.menu-r h2{
    font-size: 1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #0c0;
}

article .faq{ 
    display: block;
    background: #3ebb3e;
    padding: 4rem;
    color: white;
    border: 6px solid #039c03;
    margin-top:1rem;
}
article .faq h2{font-size:1.3rem;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff00;
}
.dropdown-menu{
    border-radius: 0;
    margin: 0;
    background-color: #0c0;
    color: white;
    padding: 0;
}
.dropdown-menu a{
    position: relative;
    float: left;
    width: 100%;
    background: #343a40;
    border-bottom: 1px solid #dee2e638;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: .7rem 1rem;
}
.dropdown-menu a:hover{
    background: #21262a;
    color: white;
}
aside input{
  width: 100%;
}
input {
  display: inline-block !important;
  width: auto !important;
}
#phone {
  display: inline-block;
  width: auto;
}
label[for="phone"] {
  display: block;
}
.phone-header{font-size: 1.5rem;}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 1024px) {
 .navbar-dark .navbar-nav .nav-link {
    font-size: 1.2vw;
}
.title-block2 h3 {    
    padding-top: 1.2vw;    
}
.price {
    font-size: 2rem;    
}
.navbar-brand img {
    width: 30vw;
    max-width: 30vw;
}
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
 .navbar-dark .navbar-brand {
    color: #fff;
    position: absolute;
    z-index: 100;
}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
 .navbar-dark .navbar-brand {display:none;}
.navbar-collapse {
    padding-right: 0;
    border-top: 0;
}
.navbar-dark .navbar-text {display:none;}
article .faq {
    padding: 1rem;   
}
.media-body img{
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
   font-size: 1rem;
}
.bn-blk {
    right: 1%;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3vw;
}
.title-block2 h3 {
    font-size: 18px;
    padding-top: 3vw;
    padding-bottom: 1vw;
    padding-left: 3vw;
}
.title-grn2 {    
    width: 10%;    
}
.form {
    background-image: none;   
}
.form h2{
    font-size:1.5rem;
    margin-top:1rem;
}
.form p{text-align:left;}
.navbar-brand img {
    width: auto;
    max-width: 100%;
}
.phone-header{font-size: 1.5rem;}
.phone-header a{color:white;}
.kurs-header{
    padding: .4rem 1.2rem;
}
.kurs-header h1{
    font-size: 1.2rem;
    margin-top: 1vw;
    color: #ffffff;
    margin-bottom: 2vw;
    line-height: 1.1;
    font-weight: 500;
}
.kurs-header ul{
    color: #ffffff;
    font-weight: 500;
}
.kurs-header p{
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 1rem;
    color: #e9ecef;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f8f9fa;
    font-weight: 400;
    text-transform: uppercase;
    padding: .5rem .5rem .8rem;
    border-top: 0;
    font-size: .9rem;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(107, 107, 107, 0.5);
}
.pricing{padding:.5rem;}
.plan-title{margin-bottom:.3rem;}


}
@media screen and (max-width: 400px) {
    input {
    width: 100% !important;
}
}

