a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

.btn,
a {
    cursor: pointer
}

.block-info,
.main-block__txt .txt,
.over-hide,
.overflow-hid,
.wrap-page {
    overflow: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    overflow-x: hidden;
    background-color: #fff;
    font-size: 15px;
    color: #2f2f2f;
    font-family: GothamPro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3
}

*,
p {
    font-weight: inherit;
    line-height: inherit
}

.wdth-content-full {
    width: 100%
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both
}

img {
    width: 100%;
    max-width: 100%
}

.disp-block {
    display: block
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media all and (max-width:479px) {
    .hidden-xs {
        display: none !important
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    .hidden-sm {
        display: none !important
    }
}

@media all and (min-width:768px) and (max-width:989px) {
    .hidden-md {
        display: none !important
    }
}

@media all and (min-width:990px) and (max-width:1199px) {
    .hidden-lg {
        display: none !important
    }
}

@media all and (min-width:1200px) {
    .hidden-xlg {
        display: none !important
    }
}

@font-face {
    font-family: GothamPro;
    src: url(../fnt/GothamPro-GothamPro-Light.eot);
    src: url(../fnt/GothamPro-GothamPro-Light.eot?#iefix) format('embedded-opentype'), url(../fnt/GothamPro-GothamPro-Light.woff) format('woff'), url(../fnt/GothamPro-GothamPro-Light.ttf) format('truetype'), url(../img/GothamPro-GothamPro-Light.svg#robotolight) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fnt/GothamPro-GothamPro.eot);
    src: url(../fnt/GothamPro-GothamPro.eot?#iefix) format('embedded-opentype'), url(../fnt/GothamPro-GothamPro.woff) format('woff'), url(../fnt/GothamPro-GothamPro.ttf) format('truetype'), url(../img/GothamPro-GothamPro.svg#robotolight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fnt/GothamPro-GothamPro-Bold.eot);
    src: url(../fnt/GothamPro-GothamPro-Bold.eot?#iefix) format('embedded-opentype'), url(../fnt/GothamPro-GothamPro-Bold.woff) format('woff'), url(../fnt/GothamPro-GothamPro-Bold.ttf) format('truetype'), url(../img/GothamPro-GothamPro-Bold.svg#robotolight) format('svg');
    font-weight: 700;
    font-style: normal
}

* {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: 0
}

p {
    margin: 0 0 20px
}

b {
    line-height: inherit;
    font-weight: 700
}

span {
    line-height: inherit;
    font-weight: inherit
}

a {
    border-bottom: 1px solid #000;
    transition: border .25s linear
}

a:hover {
    border-bottom-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.2;
    color: #000
}

.btn,
.h1,
h1 {
    font-weight: 700
}

.color-lilac,
.h1,
h1 {
    color: #50375a
}

.h1,
h1 {
    font-size: 60px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.h2,
.h3,
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px
}

.h2,
h2 {
    font-size: 34px
}

.h3,
h3 {
    font-size: 40px
}

.txt-center {
    text-align: center
}

.txt-left {
    text-align: left
}

.txt-right {
    text-align: right
}

@media all and (max-width:767px) {
    html {
        font-size: 13px
    }
}

.btn {
    color: #fff;
    font-size: 24px;
    border: 1px solid #97e100;
    background: #9cf400;
    background: linear-gradient(to bottom, #9cf400 0, #548000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cf400', endColorstr='#548000', GradientType=0);
    border-radius: 10px;
    line-height: 68px;
    display: inline-block;
    letter-spacing: 1px;
    padding: 0 50px;
    box-shadow: inset 0 0 20px 0 #a1e11b, 0 4px 0 0 #548000;
    transition: all .15s linear
}

.btn:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: inset 0 0 20px 0 #a1e11b, 0 2px 0 0 #436405
}

@media all and (max-width:767px) {
    .btn {
        padding: 0 25px;
        line-height: 48px;
        font-size: 18px
    }
}

input[type=password],
input[type=email],
input[type=text],
textarea {
    font-size: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0;
    border-width: 0;
    width: 100%
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

.input-group {
    margin-bottom: 10px
}

.form-control {
    position: relative
}

.form-control label.error {
    font-weight: 400;
    display: block;
    position: absolute;
    left: 0;
    top: -28px;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px
}

@media all and (min-width:989px) {

    input[type=password],
    input[type=email],
    input[type=text],
    textarea {
        padding: 24px 25px
    }

    input[type=password].inp-sm,
    input[type=email].inp-sm,
    input[type=text].inp-sm,
    textarea.inp-sm {
        padding: 15px;
        border-radius: 10px
    }
}

.wrap-page {
    max-width: 1920px;
    margin: 0 auto
}

.time__block>div {
    height: auto !important
}

.timer-element>span>span {
    background-color: #1d1d1d;
    font-family: GothamPro;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    text-align: center;
    display: block;
    width: 90px;
    line-height: 1;
    padding: 27px 0 19px;
    border-radius: 10px
}

.timer-element>span:last-child {
    font-weight: 700 !important;
    font-family: GothamPro !important;
    font-size: 15px !important;
    margin-top: 15px !important;
    display: block !important;
    color: #fff !important
}

.timer-separator {
    font-size: 20px !important;
    padding: 0 10px !important
}

.main-block {
    background: url(../img/images-header-bg-1-optimized.jpg) 20% 50% no-repeat;
    background-size: cover !important;
    position: relative
}

.main-block:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1920px;
    height: 120px;
    background: url(../img/images-elem-decor-1.svg) 50% 100% no-repeat;
    background-size: 100% auto;
    z-index: 10
}

.main-block .container,
.main-block .row {
    position: relative
}

.main-block .row {
    z-index: 10
}

.block-info:before,
.main-block .container:before {
    content: "";
    z-index: 0
}

.main-block .container:before {
    width: 566px;
    height: 712px;
    /*	background: url(../img/images-avtor.png) 50% 50% no-repeat; */
    background-size: contain !important;
    position: absolute;
    bottom: 0;
    left: 50px
}

.main-block__title {
    margin-top: 45px;
    text-transform: uppercase
}

.main-block__title h1 {
    line-height: 1;
    margin-top: 35px;
    color: #ffffff;
}

.main-block__title h2 {
    line-height: 1;
    margin-top: 0;
    color: #fff;
    font-size: 42px
}

.main-block__title .txt {
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
    text-transform: initial
}

.main-block__title .txt p {
    margin: 0
}

.main-block__txt {
    margin: 25px 0 0;
    /*	background-color: rgba(185, 156, 168, .65);

    background-color: rgb(243 242 240 / 80%);*/
    background-color: #121c33d4;
    color: #fff;
    padding: 30px 25px 120px
}

.main-block__txt .icon {
    float: left;
    font-size: 66px;
    line-height: 0;
    margin-top: 2px
}

.main-block__txt .sub-txt {
    margin-top: -3px;
    margin-left: 80px;
    font-size: 20px
}

.main-block__txt .sub-txt p {
    margin: 0
}

.main-block__txt .block-decorate {
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 30px 0
}

.results-teacher {
    margin-top: 35px;
    margin-bottom: 50px
}

.results-teacher__item {
    margin-bottom: 30px
}

.results-teacher__title {
    margin-bottom: 35px
}

.results-teacher__title h2 {
    font-size: 30px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.results-teacher__txt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px
}

.results-teacher__txt b {
    color: #50375a
}

.results-teacher__img {
    height: 265px;
    background-position: 50% 50%;
    background-size: cover !important;
    background-repeat: no-repeat
}

.block-info {
    height: 330px;
    background: url(../img/images-bg-block-btn.jpg) 50% 50% repeat-y;
    background-size: cover !important;
    position: relative;
    width: 100%
}

.block-info.mod:before {
    background: url(../img/images-block-decor-mod.svg) 50% 0 no-repeat
}

.block-info:before {
    width: 3157px;
    height: 336px;
    background: url(../img/images-block-decor.svg) 50% 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: -2px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.block-info .container {
    position: relative;
    z-index: 10
}

.block-info__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 330px;
    text-align: center;
    vertical-align: middle
}

.block-info__wrap .btn {
    line-height: 1.4;
    padding: 10px 30px
}

.work {
    margin-top: 20px
}

.work__left-col h2 {
    margin: 0;
    font-size: 38px;
    color: #50375a
}

.work__left-col h3 {
    font-size: 25px;
    margin: 0 0 25px;
    color: #2f2f2f
}

.work-stud__title b,
.work-stud__user-result b,
.work__block-icon i {
    color: #50375a
}

.work__txt {
    margin-bottom: 20px
}

.work__txt p {
    margin: 0
}

.work__block-icon {
    font-size: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.work__block-icon i {
    font-size: 55px;
    float: left;
    line-height: .5
}

.work__block-icon p {
    margin: 0 0 0 18px
}

.work__right-col {
    margin-top: 40px;
    padding-bottom: 190px;
    background: url(../img/images-money.png) 100% 100% no-repeat;
    background-size: 90% auto
}

.work__right-col .work__block-icon p {
    margin: 0
}

.work .triangle-block {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -235px;
    top: 88%;
    font-size: 0
}

.work .triangle-block:before {
    font-size: 30px
}

.work .triangle-block.fourth {
    top: -29%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.work .triangle {
    position: absolute;
    font-size: 0;
    right: -80px;
    top: 50%;
    margin-top: -15px
}

.work .triangle.double:after,
.work .triangle:before {
    content: '\0043';
    font-family: Glyphter;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    display: inline-block
}

.work .triangle:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.work .triangle.first:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.work .triangle.double {
    right: -105px
}

.work__iteration li:after,
.work__iteration ul:after {
    content: "";
    right: -220px
}

.work__iteration {
    padding-left: 50px
}

.work__iteration .num {
    font-size: 50px;
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px dashed #50375a;
    line-height: 89px;
    text-align: center;
    -webkit-flex-basis: 85px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.work__iteration b {
    display: block
}

.work__iteration ul {
    position: relative
}

/*
	.work__iteration ul:after {
	height: 469px;
	border-right: 1px dashed #50375a;
	position: absolute;
	top: 48px
}
*/

.work__iteration li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    position: relative
}

.work__iteration li:after {
    /*	display: inline-block;
	height: 1px;
	width: 210px;
	border-top: 1px dashed #50375a; 
	position: absolute;
	top: 50%
*/
}

.work__iteration li:first-child:after,
.work__iteration li:last-child:after {
    width: 230px
}

.work__iteration p {
    margin: 0 0 0 30px
}

.work-stud {
    margin-top: 80px;
    margin-bottom: 60px
}

.work-stud__title {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0
}

.work-stud__item {
    border-radius: 10px;
    background-color: #edf1f4;
    padding: 70px 100px;
    margin-top: 100px
}

.work-stud__item.lilac {
    background-color: #e9e5ec
}

.work-stud .user-data {
    text-align: center;
    margin-top: -110px
}

.work-stud .user-data img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    margin-bottom: 5px
}

.work-stud .user-data p {
    font-size: 20px;
    color: #50375a;
    font-weight: 700
}

.work-stud__user-result {
    margin-top: 45px
}

.work-stud__user-result p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px
}

.work-stud__user-result .img {
    height: 150px;
    background-position: 50% 50%;
    background-size: cover !important;
    background-repeat: no-repeat
}

.foot {
    background-color: #ececec;
    font-size: 13px;
    padding: 50px 0 30px;
    color: #333;
    line-height: 1.6
}

.foot a {
    color: #3a446a;
    border-bottom: 1px solid #3a446a;
    transition: border .15s linear
}

.foot a:hover {
    border-bottom-color: transparent
}

.foot p {
    margin-bottom: 0
}

.foot .spiner {
    margin: 0 15px
}

.foot__right-col {
    color: #89898a
}

.foot__right-col a {
    color: #868ca3
}

.foot__txt {
    margin-bottom: 20px
}

@media all and (max-width:1199px) {
    .main-block .container:before {
        left: 0
    }

    .work__block-icon {
        margin-bottom: 30px
    }

    .work__right-col {
        padding-bottom: 155px
    }

    .work .triangle-block {
        right: -185px
    }

    .work__iteration {
        padding-right: 170px
    }

    .work__iteration ul:after {
        right: -170px
    }

    .work__iteration li:after {
        right: -170px;
        width: 190px
    }

    .work__iteration li:first-child:after,
    .work__iteration li:last-child:after {
        width: 170px
    }
}

@media all and (max-width:989px) {
    .main-block:after {
        left: calc(50% - 290px);
        bottom: -16px
    }

    .main-block .container:before {
        display: none
    }

    .results-teacher__img {
        height: 190px
    }

    .results-teacher__txt {
        font-size: 18px
    }

    .work .triangle-block {
        right: -74px
    }

    .work .triangle {
        right: -30px
    }

    .work .triangle.double,
    .work__iteration ul:after {
        right: -60px
    }

    .work__iteration {
        padding-right: 60px
    }

    .work__iteration li:after {
        right: -57px;
        width: 75px
    }

    .work__iteration li:first-child:after,
    .work__iteration li:last-child:after {
        width: 50px
    }

    .work-stud__user-result p {
        font-size: 14px
    }

    .work-stud__user-result .img {
        height: 125px
    }
}

@media all and (max-width:767px) {
    .main-block__title h1 {
        font-size: 36px
    }

    .main-block__title h2 {
        font-size: 25px
    }

    .main-block__title .txt {
        margin-top: 35px;
        font-size: 16px
    }

    .main-block__txt .icon {
        font-size: 46px
    }

    .main-block__txt .sub-txt {
        margin-left: 60px;
        font-size: 16px;
        margin-top: -1px
    }

    .results-teacher__title h2 {
        font-size: 22px
    }

    .results-teacher__img {
        height: 220px
    }

    .block-info__wrap .btn {
        font-size: 16px;
        padding: 12px 20px
    }

    .work .triangle-block {
        right: -174px
    }

    .work .triangle {
        right: -80px
    }

    .work .triangle.double {
        right: -110px
    }

    .work__left-col h2 {
        font-size: 36px
    }

    .work__left-col h3 {
        font-size: 20px
    }

    .work__block-icon {
        font-size: 16px
    }

    .work__iteration {
        font-size: 15px;
        padding-right: 160px
    }

    .work__iteration li:after {
        right: -156px;
        width: 200px
    }

    .work__iteration li:first-child:after,
    .work__iteration li:last-child:after {
        width: 160px
    }

    .work__iteration ul:after {
        right: -160px;
        top: 36px;
        height: 191px
    }

    .work__iteration .num {
        font-size: 33px;
        width: 70px;
        height: 70px;
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
        line-height: 71px
    }

    .work-stud {
        margin-top: 50px
    }

    .work-stud__title {
        font-size: 24px
    }

    .work-stud__item {
        padding: 70px 50px 45px
    }

    .work-stud .user-data img {
        width: 75px;
        height: 75px
    }

    .work-stud .user-data p {
        font-size: 16px
    }

    .work-stud__user-result {
        margin-top: 35px
    }

    .work-stud__user-result p {
        margin-bottom: 15px
    }

    .work-stud__user-result .img {
        margin-bottom: 25px
    }

    .foot {
        font-size: 12px
    }
}

@media all and (max-width:479px) {
    .results-teacher__img {
        height: 190px
    }

    .timer-element>span>span {
        width: 55px;
        font-size: 26px
    }

    .timer-separator {
        padding: 0 7px !important
    }

    .time__block>div {
        min-width: auto !important
    }

    .work .triangle {
        right: -38px
    }

    .work .triangle.double {
        right: -52px
    }

    .work .triangle-block {
        right: -75px
    }

    .work__iteration {
        padding-right: 60px
    }

    .work__iteration li:after {
        right: -55px;
        width: 55px
    }

    .work__iteration li:first-child:after,
    .work__iteration li:last-child:after {
        width: 40px
    }

    .work__iteration ul:after {
        right: -60px
    }

    .work__iteration p {
        margin: 0 0 0 25px
    }
}

.work__left-col h2 {
    color: #121c33;
}

.header_h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.5;
}

.icon-bar-chart:before,
.main-block__txt .sub-txt {
    color: #bbbfcc;
}

.idvd_timer .tmr_el_unit {
    color: ;
}

.main-block__txt .sub-txt p {
    font-size: 18px;
}

.time__block_description .light {
    color: #bbbfcc;
}

.main-block__txt .icon {
    font-size: 58px;
}

.work__block-icon i {
    color: #121c33;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121c33;
}

.yellow_marker {
    background-color: #1f7741;
    padding: 7px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.block-info__wrap h3 {
    font-size: 30px;
}
