@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
:root {
    --font-montserrat: 'Montserrat';
    --font-size: calc( (100vw — 30rem)/100 + 1rem);
}
/* Mix */
*, ::after, ::before {
    box-sizing: border-box;
}
:focus {
    outline: none!important;
}

/* Grid */
body, html {
    width:100%;
    height:100%;
    min-height:100vh;
    margin:0;
    padding:0;
}
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-montserrat), -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #EBEEF1;
}
.wrapper {
    width: 100%;;
    max-width:1226px;
    margin:0 auto;
    padding: 0 15px;
    display: block;
}
h2 {
    font-size: 28px;
    /* font-size: 4.2vmin; */
    font-weight: 600;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}
.jumbotron h2 {
    color: #FFFFFF;
}
/* Header */
header {
    min-height: 73px;
    padding:0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color:#2B2B2B;
}
.logo__garant {
    display: inline-block;
    width:293px;
    height:150px;
    text-indent: -10000px;
    background: url(img/logo_garant.svg) center center no-repeat;    
}
.logo__rnk {
    display: inline-block;
    width:222px;
    height:40px;
    text-indent: -10000px;
    background: url(img/logo_rnk.svg) center center no-repeat;
    margin-right: 40px;
}
.logo__upr {
    display: inline-block;
    width:170px;
    height:33px;
    text-indent: -10000px;
    background: url(img/logo_upr.svg) center center no-repeat;
}
.logo__uprscool {
    display: inline-block;
    width:283px;
    height:63px;
    text-indent: -10000px;
    background: url(img/logo_upscool.svg) center center no-repeat;
}
.logo__zp {
    display: inline-block;
    width:241px;
    height:33px;
    text-indent: -10000px;
    background: url(img/logo_zp.svg) center center no-repeat;
}
.logo__vna {
    display: inline-block;
    width:114px;
    height:87px;
    text-indent: -10000px;
    background: url(img/logo_vna.svg) center center no-repeat;
}
.logo__bs {
    display: inline-block;
    width:222px;
    height:76px;
    text-indent: -10000px;
    background: url(img/logo_bs.svg) center center no-repeat;
}
.partners .logo__upr {
    background: url(img/logo_upr_black.svg) center center no-repeat;
    width:288px;
    height:56px;    
}
.partners .logo__rnk {
    background: url(img/logo_rnk_black.svg) center center no-repeat;
    width:317px;
    height:67px;    
}
.rightside {
    margin-left: auto;    
}
.header__phone {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.header__access {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin:0 20px;
    border: 0 none;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
}
/* Main */
.jumbotron {
    background:url(img/bkgrnd.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 65px;
}
.dynamic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
}
.video {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    background-color: #2B2B2B;
}
.partners {
    background-color: #FFFFFF;
}
.partners__general {
    text-align: center;
}
h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 40px;
    /*font-size: 12.7vmin; */
    font-weight: bold;
    margin:0px;
    padding: 26px 0 35px 0;
    line-height: .88;
    letter-spacing: -2px;
    text-align: center;
}
h1 > small {
    display: block;
    font-size: 22px;
    /*font-size: 3.8vmin;*/
    padding-bottom: 29px;
    letter-spacing: -.75px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
}
.through_banner, .through_banner:hover, .through_banner:focus {
    display: inline-block;
    width: 784px;
    height: 50px;
    overflow: hidden;
    background-color: #FFF;
    position: relative;
}
.through_banner a {
    display:inline-block;
}

a.through_banner img, div.through_banner a {
  width:784px; 
  position:absolute; 
  top:0; 
  left:0; 
  border: 0;
}
.partners__logos {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
    margin: 0;
}
.partners__logos > a {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 19px;
}
.partners__logos > a:first-of-type {
    margin-left: 0;
}
.partners__logos > a:last-of-type {
    margin-right: 0;
}
.programm {
    background-color: #FFFFFF;
    margin-bottom: 45px;
}
header.programm__header {
    background-color: #859D24;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 20px;
}
.programm__header time {
    display: block;
}
.programm__header p {
    margin: 0;
}
.programm_author {
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
}
.programm_author > picture {
    width: 136px;
    min-width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #DEDEDE;
    overflow: hidden;
    margin-right: auto;
    text-align: center;
    position: relative;
}
.programm_author > picture > img {
    height: auto;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);    
    -moz-transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);    
    transform: translate(-50%, -50%); 
}
.programm_author > picture > img[data-orientation="vertical"] {
    height: 100%;
    width: auto;    
}
.programm_author > figcaption {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 20px;
    font-weight: 600;
    font-size: 20px;
}
.programm__theses {
    padding: 0 20px 20px 156px;
    font-size: 20px;
}
.programm__theses h3 {    
    color: #859D24;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 20px 10px 10px 10px;
}
.programm__theses ul {
    padding-left: 33px;
    margin: 0;
}
footer {
    text-align: center;
}
.copy {
    padding: 40px;
    font-size: 12px;
}
.copy > p:first-of-type {
    background: url(img/logo_action.svg) top center no-repeat;
    padding-top: 40px;
    margin-bottom: 0;
}
.copy > p:last-of-type {
    margin-top: 0;
}
.copy a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}
.copy a:hover {text-decoration: underline;}
/* Small devices (landscape phones, less than 768px) (max-width: 767.98px)*/
@media (max-width: 854px) { 
    header {
        padding: 0;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: initial;
        padding-bottom: 15px;
    }
    .rightside {
        margin: 0 0 15px 0;    
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        background-color: #F7F7F7;
        padding: 15px;
    }
    .header__access {
        display: none;
    }
    .jumbotron.header {
        padding-top: 34px;
        padding-bottom: 49px;
    }
    h1 > small {
        line-height: 1.2;
    }
    .registration .field {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .registration .field label {
        width: 100%;
        padding: 15px;
    }
    .registration .field label:last-of-type {
        padding: 15px 0 0 0px;
    }
    .registration .field input {
        max-width: initial;
    }
    .registration .field button {
        border-radius: 0 0 4px 4px;
        background-color: rgba(255, 158, 21, 1);
        width: 100%;
    }
    .tablist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tablist > a {
        flex: 0 0 calc(50% - 30px);
    }
    .tablist > a,
    .tablist > a:not(:first-of-type) {
        margin: 15px;
    }
    .figure_vertical {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .figure_vertical picture img {
        display: block;
        max-width: 100%;
    }
    .half {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .list_block > li {
        max-width: calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .pay {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .information_more {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .information_more > span:last-of-type {
        margin-top: 15px;
    }
}
/* Small devices (landscape phones, less than 768px) (max-width: 767.98px)*/
@media (max-width: 1078px) { 
    h1 {
        font-size: 107px;
        font-size: 10.7vmin;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 615px) { 
    .header figure picture {
        display: none;
    }
    .header figure figcaption blockquote {
        padding-left: 0px;
    }
    h1 {
        margin-bottom: 28px;
    }
    .header figure {
        margin-bottom: 15px;
    }
    .tablist {
        display: none;
    }
    .tabpanel > a {
        display: block;
        border-bottom: #484848 3px solid;
        font-size: 20px;
        font-weight: 600;
        color: #484848;
        text-decoration: none;
        margin-bottom: 15px;
    }
    .tabpanel > a.active {
        color: var(--color-main);
        border-color: var(--color-main);
    }
    .half > figure {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn_primary {
        display: block;
        text-align: center;
    }
    .list_block > li {
        max-width: 100%;
        width: 100%;
    }
    .pay picture {
        display: none;
    }
    .pay big {
        display: block;
    }
    .pay figcaption {
        padding-left: 0px;
    }
    .price {
        font-size: 16px;
    }
    .paycard {
        margin-top: 15px;
        margin-left: 0px;
    }
    .copy {
        padding: 15px;
    }
    .programm__theses {
        padding: 0 20px 20px 20px;
        font-size: 20px;
    }
}
@media not all and (min-resolution:.001dpcm) { 
    @media{
        .search__rating > button {
            height: 48px;
        }
    }
}