/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body */
body {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #0F1923;
}

/* Container */
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

/* header */
header {
    padding: 15px 0;
    background: #0F1923;
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
header .row a {
    text-decoration: none;
}
header img {
    height: 20px;
    transition: .4s;
}
header img:hover {
    transform: scale(1.05);
}
header .row ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
header .row ul li {
    margin: 5px 0 5px 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #FFFFFF;
    opacity: 0.7;
}
header .row ul li:hover {
    color: #FFE600;
    opacity: 1;
}
header .row ul li a {
    color: inherit;
    text-decoration: none;
}
header .row-mobile {
    display: none;
}

/* Intro */
.intro {
    padding: 57px 0 39px 0;
    background: url('../image/bg.png') center / cover no-repeat;
}
.intro .container div {
    display: flex;
    flex-direction: column;
}
.intro h1 {
    margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
}
.intro h1 span:first-child {
    color: #FFE600;
    text-transform: uppercase;
}
.intro h1 span:last-child {
    color: #FFFFFF;
    text-transform: uppercase;
}
.intro p {
    margin: 0 0 30px 0;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.intro a {
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #2B6100;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: .3s;
}
.intro a span {
    color: #FFFFFF;
    transition: .3s;
}
.intro a:hover {
    background: #FFE600;
}
.intro a:hover span {
    color: #2751FF;
}
/* Content */
.content {
    padding: 57px 47px;
}
.content h2 {
    margin: 25px 0 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}
.content p,
.content ul li,
.content ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A9A9A9;
}
.content ul,
.content ol {
    margin: 0 0 15px 20px;
}
.content p {
    margin: 0 0 15px 0;
}
.container-error {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
}
.container-error h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 8em;
    line-height: 150%;
}
.container-error h4 {
    margin: 0;
    color: #FFE600;
    font-size: 6em;
    line-height: 150%;
}
.blog {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.blog p {
    padding: 20px 0 0 0;
}
.blog-banner {
    padding: 0 20px 0 0;
    float: left;
    width: 30%;
    height: auto;
    overflow: hidden;
}
.blog-banner:hover img {
    transform: scale(1.02);
    filter: brightness(90%);
}
.blog-banner img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.blog-title {
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    color: #FFE600;
    text-decoration: none;
}
.blog-title:hover {
    text-decoration: underline;
}
/* footer */
footer {
    background: #1B242F;
    padding-bottom: 100px;
}
footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16.6px 0;
}
footer ul li {
    margin: 5px 16.5px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #FFFFFF;
    opacity: 0.7;
}
footer ul li:hover {
    color: #FFE600;
    opacity: 1;
}
footer ul li a {
    color: inherit;
    text-decoration: none;
}

/*add style*/
table{
width: 100%;
border-collapse:collapse;
border-spacing:0;
color:#A9A9A9;
margin-bottom:20px;
}
table, td, th{
border: 1px solid #595959;
}
td, th{
padding: 3px;
width: 30px;
height: 25px;
}
th{
background-color: #7accee!important;
}

.faq__title, .faq__head {
    margin: 25px 0 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}

.faq__content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A9A9A9;
}

a {
    color:#A9A9A9;
    text-decoration:none;
}

a:hover {
    color:#ffffff;
}

.img-micro {
    float:left;
    margin-right:25px !important;
}

.img-micro img {
    max-width: 200px;
    width:100%;
    border-radius:10px;
}

.img-micro-title {
    margin-top:0 !important;
}


/* Banners */
.banners {
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
    margin: 40px 0 0 0;
    width: 100%;
}
.banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
    width: 32%;
    height: 200px;
    text-decoration: none;
    transition: .5s all linear;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s all linear;
}
.banner:hover .banner-btn {
    background: #FFE600;
}
.banner:hover .banner-btn-text  {
    color: #2751FF;
}
.banner:hover .banner-btn-img  {
    background: url('../image/play_icon.png') center / cover no-repeat;
}
.banner-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #2751FF;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: .5s all linear;
    text-decoration: none;
}
.banner-btn-text {
    margin: 0 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    transition: .5s all linear;
}
.banner-btn-img {
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
    background: url('../image/play_icon2.png') center / cover no-repeat;
    transition: .5s all linear;
    background-size: 100% auto;
}


.upshort{
        margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 54px;
    color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
    .upshort{
        margin: 0 0 0 0;
    font-weight: 800;
    font-size: 17.7518px;
    line-height: 27px;
    
}}


.banner-btn-img path {
    fill: #FFE600;
    transition: .5s all linear;
}
/* Media 1280 */
@media screen and (max-width: 1100px) {
    .banner {
        height: 140px;
    }
    .banner-btn {
        zoom: 70%;
    }
}
/* Media 768 */
@media screen and (max-width: 768px) {
    .blog-banner {
        width: 50%;
    }
}
/* Media 600 */
@media screen and (max-width: 600px) {
    .banners {
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .banner {
        margin: 40px 0 0 0;
        height: 120px;
        width: 48%;
    }
    .banner-btn {
        top: 30px;
    }
}

@media screen and (max-width:600px) {
    table {
        font-size:12px;
    }
    .faq__title, .faq__head {
     margin: 15px 0 8px 0;
    font-size: 16px;
    line-height: 22px;
    }
    
    .faq__content {
   margin: 0 0 8px 0;
    font-size: 12px;
    line-height: 123.7%;
    }
    .img-micro img {
        max-width:150px;
        border-radius:10px;
    }
}

  .btn-bottom {
          width: 100%; 
          position: fixed; 
          bottom: 0; 
          right: 0;
          left: 0; 
          text-align: center; 
          background: #2751FF;
       	font-weight: 700;
        font-size: 16px;
        line-height: 22px;
		border-radius:10px;
	    color: #FFFFFF; 
          padding-top:11px; 
          padding-bottom:11px; 
          display:inline-block; 
          text-decoration:none;
    -webkit-box-shadow: 0px 0px 19px 24px rgba(39, 81, 255, 0.49);
-moz-box-shadow: 0px 0px 19px 24px rgba(39, 81, 255, 0.49);
box-shadow: 0px 0px 19px 24px rgba(39, 81, 255, 0.49);
            animation: pulse 2s infinite;
        }
        
        @-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(39, 81, 255, 0.49);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(39, 81, 255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(39, 81, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(39, 81, 255, 0.49);
    box-shadow: 0 0 0 0 rgba(39, 81, 255, 0.49);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(39, 81, 255, 0);
      box-shadow: 0 0 0 15px rgba(39, 81, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(39, 81, 255, 0);
      box-shadow: 0 0 0 0 rgba(39, 81, 255, 0);
  }
}

.img-text, .img-text-small {
    text-align:center;
    margin:20px 0 !important;
}
.img-text img {
    width:50%;
}
.content h3 {
    margin:25px 0 15px 0;
}

.img-text-small img {
    width:20%;
}

@media screen and (max-width:600px) {
    .img-text img {
    width:100%;
}

.img-text-small img {
    width:50%;
}
}


footer .btn-bottom{
    background:#2B6100;
}

.fixed-down{
        position: fixed;
    bottom: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: #1B242F;
    padding: 20px 0px;
    font-weight: bold;
    
}

.img-micro-right {
    float:right;
    margin-left:20px !important;
}
.img-micro-right img {
    border-radius:10px;
    max-width:200px;
    width:100%;
}
@media screen and (max-width:600px) {
    .img-micro-right img {

    max-width:150px;

}
}
.img-text-vertical img{
    max-height:500px;
    width:auto !important;
}

/*author style*/
.author__title span {
color:#32A1F5 !important;
}
.author__head {
flex-direction:row !important;
justify-content: space-between;
}
.author__head img {
max-width:225px;
width:100%;
border-radius:50%;
border:10px solid #161F2C;
}
.author__head-descr span {
color:#FE284A;
}
.author__head-descr p {
margin-bottom:15px !important;
}
.author__head-descr {
width:80%;
}
.content a {
color:#5b6883;
}
.content a:hover {
color:#FE284A;
}
.btn__social {
margin-top:15px;
}
.btn__social span {
color:#FFFFFF;
}
@media screen and (max-width: 600px) {
.author__head-descr {
width:100%;
}
.author__head {
flex-direction:column !important;
}
.author__head img {
max-width:110px;
margin:auto;
}
.author__head-descr h1 {
margin-top:18px !important;
}
}

/*style author plashka*/

.block__expert {
display: flex;
justify-content: space-around;
/* align-items: center; */
border-radius: 13px;
margin: 70px auto;
padding: 24px 27px;
background:#1B242F;
}
.block__expert-img img {
max-width: 150px;
width: 95%;
border-radius: 50%;
}
.block__expert__data-mobile {
display: none;
}
.block__expert-name {
font-size:28px !important;
font-weight:700 !important;
color:#FFFFFF !important;
}
.block__expert-prof {
color:#ffffff !important;
}
.block__expert__text {
width: 90%;
}
.block__name-mobile {
color:#FFFFFF !important;
font-size:16px !important;
font-weight:700 !important;
}
.block__prof-mobile {
color:#ffffff !important;
}
@media screen and (max-width: 600px) {
.block__expert {
flex-direction: column;
}
.block__expert-img {
display: flex;
}
.block__expert-img img {
max-width: 68px;
}
.block__expert__data-mobile {
display: block;
margin-left: 15px;
}
.block__expert__text {
width: 100%;
}
.block__expert-name,.block__expert-prof {
display: none;
}
}
.login-footer{position:fixed;bottom:0;left:0;right:0;width:100%;height:70px;padding:15px 0;background: rgba(0,0,0,.8); z-index:9999;}
.login-footer .ls{width:46.5%;margin-left:2%;float:left;display:inline-block;height:40px; line-height:40px;border:1px #fff solid; text-align:center; color:#FFF;border-radius:5px;text-decoration: none; font-size:20px;}
.login-footer .rs{width:46.5%;margin-right:2%;float:right;display:inline-block;height:40px; line-height:40px;border:1px #186AF2 solid; background:#186AF2;text-align:center; color:#FFF;border-radius:5px;text-decoration: none; font-size:20px;}
.copys{text-align:center; padding:15px 0;}

.login-footer{display:none;}
@media (max-width:786px){
	.login-footer{display:block;}
}
.container img{max-width:100%;}
.container p{margin-top:20px;}

.smbox{position:fixed;right:10px; width:60px; bottom:100px;z-index:999}
.smbox a img{width: 60px; height: 60px;}