

/*ширина баннера на всю ширину устройств*/
/*.ntr .xdget-common-container img {
    width: 100%;
}*/

/*Заголовок подтренинга*/
.main-page-block.medium-width h1{
    font-weight: bold;
    font-family: 'Averta CY',sans-serif!important;
    color: #343855;
    font-size: 32px;
    height: 260px;
    padding: 48px 56px;
    margin-right: 0px;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/263831/sc/277/h/86a0efbdbe4c9d84073e004c54d40c3a.png);
    background-repeat: no-repeat;
    background-size:cover;
}

/* Настройки админских кнопок */
/*.ntr .page-header {
    position: fixed;
    width: calc(100% - 100px);
    bottom: 0;
    left: 85px;
    z-index: 50;
    padding: 10px;
    background: rgb(233 233 233 / 0%);
}
.ntr .page-header .dropdown-menu.pull-right {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
}
.ntr .page-header .page-menu li {
    padding: 7px 5px;
}*/

/*@media (max-width: 1100px) {
  .ntr .page-header {
        display: none;
    }
}*/

/* END Настройки админских кнопок */

.ntr .page-header > *:not(.page-actions):not(.content-menu),
.ntr .breadcrumbs,
.ntr .gc-tasks-block,
.ntr .talks-widget-button{
    display: none;
}
.content-menu {
    border-bottom: 0px solid #eee;
}

/*Кнопки навигации пред модуль, след модуль*/

.gc-user-user .nextlinr {
  margin-top:-140px!important;
  margin-bottom:130px!important;
  margin-left:55px!important;
}

:not(.gc-user-user) .nextlinr {
  margin-top:-170px!important;
  margin-bottom:130px!important;
  margin-left:55px!important;
}

.nextlinr .topbtn {
  color: #FFF;
    text-align: center;
    font-family: 'Averta CY',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 14px 20px;
    border-radius: 100px;
    background: #686FC3;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05);
}
 .nextlinr .topbtn_next {
  margin-left:20px;
}
.nextlinr .topbtn:hover {
    background: #343855!important;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05)!important;
}


/*-- Слайдер с кнопками--*/
@media (max-width:990px) {
@charset 'UTF-8';
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
}

/*-- Кнопки в слайдере--*/

.topbtn {
    position: relative;
    background: #fff;
    color: #343855;
   font-family: 'Averta CY',sans-serif;
   font-size: 16px;
    font-weight: 500;
    padding: 15px 24px;
    margin-right: 15px;
    border-radius: 50px;
    box-shadow: 0px 4px 12px 0px rgba(52, 56, 85, 0.05);
    border: none;
    margin-bottom: 10px;
    transition: all .3s;
}

.dip .topbtn:hover {
    background: #D9E0FE;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05);
}

.tema .topbtn:hover {
    background: #E7D3F9;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05);
}

.dip .doplink .topbtn {
    background: #686FC3;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05);
}

.tema .doplink .topbtn {
    background: #BB8CE4;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05);
}

.dip .doplink .topbtn:hover {
    background: #D9E0FE;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05);
}

.tema .doplink .topbtn:hover {
    background: #E7D3F9;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.05);
}

.topbtn:active {
    background: #EEEEFF;
}

.doplink .topbtn {
    width: 100%;
    text-align: left
}

.navbtns button:last-child {
    margin-right: 0;
}

.topbtn_1:before {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/263831/sc/341/h/dde6c8b259a5d4ec7a34b76b11b7c9c5.svg);
    position: absolute;
    left: 70px;
    top: 14px;
}
.topbtn_2:before {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/263831/sc/363/h/ed7dcc4f4b7a0ad7d7679efca9792549.svg);
    position: absolute;
    left: 110px;
    top: 14px;
}
.topbtn_3:before {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/263831/sc/237/h/ff76e43fc213a92b17f287ca1bbf4252.svg);
    position: absolute;
    left: 70px;
    top: 14px;
}


/*-- Блок с инфой --*/

.dip .infoblock {
    border: 1px solid #686FC3;
   background: #686FC3;
    box-sizing: border-box;
    border-radius: 0px;
}
.tema .infoblock {
    border: 1px solid #BB8CE4;
   background: #BB8CE4;
    box-sizing: border-box;
    border-radius: 0px;
}

.infoblock .html-content {
    padding: 24px 32px 32px 56px;
    font-family: 'Averta CY',sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
}

.dip .infoblock .html-content::before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/263831/sc/319/h/efa3baf298eca649f1c57eb89668377e.svg);
    position: absolute;
    left: 25px;
}

.tema .infoblock .html-content::before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/263831/sc/68/h/8a289980152664f7d3baa4c70d8e9807.svg);
    position: absolute;
    left: 25px;
}


@media (max-width:1350px){
 
 :not(.gc-user-user) .nextlinr {
    margin-top: -210px!important;
   }   
}

@media (max-width:1324px){
 .gc-user-user .nextlinr {
  margin-top:-120px!important;
 }
}
@media (max-width:989px){
  .main-page-block.medium-width h1 {
    font-size: 31px;
   }  
 .gc-user-user .nextlinr {
    margin-bottom:100px!important;    
 }
}
@media (max-width:989px){
  .main-page-block.medium-width h1 {
    font-size: 30px;
   }  
}

@media (max-width:861px){
  .main-page-block.medium-width h1 {
    font-size: 28px;
   }  
}

@media (max-width:836px){
 .gc-user-user .nextlinr {
  margin-top:-110px!important;
  margin-bottom:80px!important;
 }
}

@media (max-width:768px){
  .page-action {
   margin-bottom:0px!important;
 }
}

@media (max-width:660px){
 .main-page-block.medium-width h1 {
    	font-size: 26px!important;
    	height: 260px!important;
    	padding: 25px 30px!important;
        background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/263831/sc/98/h/21222b7d75cd1189a3f6b49450ebe891.png)!important;
    }
    
 .gc-user-user .nextlinr {
  margin-top:-100px!important;
  margin-bottom:60px!important;
 }
 :not(.gc-user-user) .nextlinr {
    margin-top: -235px!important;
    margin-bottom: 190px!important;
    margin-left: 30px!important;
}   
}
@media (max-width:510px){
  
.main-page-block.medium-width h1 {
    font-size: 24px!important;
  }
 .gc-user-user .nextlinr {
      margin-left: 23px!important;
 }
:not(.gc-user-user) .nextlinr {
    margin-top: -255px!important;
 }
  .nextlinr .topbtn_next {
    margin-left: 0px;
}
}
@media (max-width:451px){
  .main-page-block.medium-width h1 {
    height: 320px!important;
    padding: 35px 25px;
  }
 .gc-user-user .nextlinr {
  display: flex;
    margin-top: -155px!important;
    margin-left: 20px!important;
    margin-right: 20px;
    flex-direction: column;
}
 :not(.gc-user-user) .nextlinr {
    margin-top: -270px!important;
    margin-left: 20px!important;
 }
    
  .nextlinr .topbtn {
    margin-right: 0px;
}
}

@media (max-width:425px){
 .gc-user-user .nextlinr {
     margin-top: -140px!important;
     margin-bottom:60px!important;
}
.nextlinr .topbtn {
        padding: 9px 10px;
  }
 .infoblock .html-content {
        font-size: 14px;
        line-height: 22px;
    }
 
}

@media (max-width:388px) {
 .main-page-block.medium-width h1 {
    height: 360px!important;
   }   
.gc-user-user .nextlinr {
    margin-top: -135px!important;
 }
:not(.gc-user-user) .nextlinr {
    display: flex!important;
    margin-top: -330px!important;
    margin-bottom: 235px!important;
    flex-direction: column;
    margin-left: 0px!important;
}   
}

.miniheader {
    font-family: 'Averta CY',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #343855;
    margin-bottom: 32px;
}
@media (max-width:425px) {
    .miniheader {
        font-size:18px;
    }
}

