@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

body {
    font-family: 'Roboto';
    line-height: 1.2;
    font-weight: 400;
    color: #484a56
}

.sec {
    padding: 70px 0
}


/* logo new year */

.logo img {
    width: 175px;
    height: 35px;
}


/* new year decoration */

.decoration {
    position: absolute;
    top: 20px;
    width: 30%;
}

.decoration--left {
    width: 45%;
}

@media (max-width: 1024px) {
    .decoration {
        width: 50%;
    }
    .decoration--right {
        width: 40%;
    }
}

@media (max-width: 425px) {
    .decoration {
        width: 50%;
    }
    .decoration--right {
        width: 50%;
    }
}

.decoration--left {
    left: 0;
}

.decoration--right {
    right: 0;
    top: 25px;
}

.decoration__image {
    max-width: 100%;
}

.block-title {
    font-family: "Roboto Slab";
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.block-btn {
    width: 100%;
    max-width: 370px;
    border: none;
    border-radius: 30px;
    background-color: #3faf6c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 5px;
    box-shadow: 1px 1px 7px 2px rgb(33, 124, 68);
}

.block-btn:visited {
    color: #fff
}

.block-btn:hover,
.block-bnt:focus {
    background-color: #288f51
}

.block-btn:active {
    opacity: .85
}

p .green {
    color: #3eb06b;
}

p {
    font-size: 24px
}

.flipster {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 66px
}

.flipster:focus {
    outline: none
}

.flipster__container,
.flipster__item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative
}

.flipster__container {
    display: block;
    white-space: nowrap;
    word-spacing: -.25em;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flipster__item {
    display: inline-block;
    white-space: normal;
    word-spacing: normal;
    vertical-align: bottom
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
    cursor: pointer
}

.flipster__item img {
    max-width: 100px;
    height: auto
}

.flipster__button {
    position: absolute;
    width: 30px;
    height: 34px;
    bottom: -3px;
    display: block;
    -webkit-appearance: none;
    outline: none;
    background: none;
    border: none;
    padding: 0;
    z-index: 999;
    cursor: pointer;
    font-size: 15px;
    opacity: .7;
    transition: opacity 500ms ease
}

.flipster__button svg {
    width: 2em;
    stroke: #353535;
    fill: transparent;
    stroke-width: 2px;
    stroke-linecap: round
}

.flipster__button:hover,
.flipster__button:focus {
    opacity: 1
}

.flipster__button--prev {
    left: 25%
}

.flipster__button--next {
    right: 25%
}

.flipster__nav,
.flipster__nav__item {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.flipster__nav {
    width: auto;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 10
}

.flipster__nav__item {
    display: inline-block
}

.flipster__nav__link {
    display: block;
    background-color: rgba(53, 53, 53, .4);
    position: relative;
    height: 2px;
    width: 60px;
    overflow: hidden;
    transition: all 250ms ease-out;
    transition-timing-function: cubic-bezier(.56, .12, .12, .98)
}

.flipster__nav__item--current>.flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
    background-color: #f7554f
}

.flipster__nav__item--current>.flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.flipster__nav__child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    padding: .5em;
    background: #4e4441;
    z-index: 1
}

.flipster__nav__child .flipster__nav__link {
    color: #FFF
}

.flipster__nav__child .flipster__nav__link::after {
    background: #FFF
}

.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
    color: #353535
}

.flipster__nav__item--current .flipster__nav__child {
    display: block
}

.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
    transition: all 350ms ease-in-out;
    transition-timing-function: cubic-bezier(.56, .12, .12, .98)
}

.flipster--carousel .flipster__item {
    -webkit-perspective: 800px;
    perspective: 800px
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
    opacity: 0;
    transition-delay: 115ms
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
    opacity: .6;
    transition-delay: 90ms
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
    opacity: .8;
    transition-delay: 60ms
}

.flipster--carousel .flipster__item--past .flipster__item__content {
    -webkit-transform: translateX(100%) rotateY(-20deg) scale(.5);
    transform: translateX(100%) rotateY(-20deg) scale(.5)
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: translateX(25%) rotateY(40deg) scale(.65);
    transform: translateX(25%) rotateY(40deg) scale(.65)
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: rotateY(45deg) scale(.8);
    transform: rotateY(45deg) scale(.8)
}

.flipster--carousel .flipster__item--future .flipster__item__content {
    -webkit-transform: translateX(-100%) rotateY(20deg) scale(.5);
    transform: translateX(-100%) rotateY(20deg) scale(.5)
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: translateX(-25%) rotateY(-40deg) scale(.65);
    transform: translateX(-25%) rotateY(-40deg) scale(.65)
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: rotateY(-45deg) scale(.8);
    transform: rotateY(-45deg) scale(.8)
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
    -webkit-transform: translateX(175%) scale(.5);
    -ms-transform: translateX(175%) scale(.5);
    transform: translateX(175%) scale(.5)
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: translateX(25%) scale(.65);
    -ms-transform: translateX(25%) scale(.65);
    transform: translateX(25%) scale(.65)
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: translateX(0%) scale(.8);
    -ms-transform: translateX(0%) scale(.8);
    transform: translateX(0%) scale(.8)
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
    -webkit-transform: translateX(-175%) scale(.5);
    -ms-transform: translateX(-175%) scale(.5);
    transform: translateX(-175%) scale(.5)
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: translateX(-25%) scale(.65);
    -ms-transform: translateX(-25%) scale(.65);
    transform: translateX(-25%) scale(.65)
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: translateX(0%) scale(.8);
    -ms-transform: translateX(0%) scale(.8);
    transform: translateX(0%) scale(.8)
}

.flipster--carousel .flipster__item--current .flipster__item__content {
    -webkit-transform: translateX(0) rotateY(0deg) scale(1);
    transform: translateX(0) rotateY(0deg) scale(1);
    transition-delay: 60ms
}

.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
    transition: all 350ms ease-in-out;
    transition-timing-function: cubic-bezier(.56, .12, .12, .98)
}

.flipster--coverflow .flipster__item {
    -webkit-perspective: 800px;
    perspective: 800px
}

.flipster--coverflow .flipster__container {
    padding-bottom: 5%
}

.flipster--coverflow .flipster__item__content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255, 255, 255, .12)), color-stop(.2, transparent));
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255, 255, 255, .12)), color-stop(.2, transparent))
}

.flipster--coverflow .flipster__item__content img:only-child {
    display: block
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(.75) rotateY(55deg);
    transform: scale(.75) rotateY(55deg)
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(.75) rotateY(-55deg);
    transform: scale(.75) rotateY(-55deg)
}

.flipster--coverflow .flip-current .flipster__item__content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
    transition: all 400ms ease-in-out
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
    opacity: .5
}

.flipster--flat .flipster__item--past .flipster__item__content {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.flipster--flat .flipster__item--future .flipster__item__content {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.flipster--wheel {
    overflow: hidden
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
    transition: all 400ms ease-in-out;
    transition-timing-function: cubic-bezier(.56, .12, .12, .98)
}

.flipster--wheel .flipster__container {
    padding-bottom: 20%
}

.flipster--wheel .flipster__item__content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.flipster--wheel .flipster__item--past .flipster__item__content {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.flipster--wheel .flipster__item--future .flipster__item__content {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

.flipster--wheel .flipster__item__content img:only-child {
    display: block
}

.flipster--wheel .flipster__item--past .flipster__item__content {
    opacity: 0;
    -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
    -ms-transform: rotate(-80deg) translate(-170%, 110%);
    transform: rotateZ(-80deg) translate(-170%, 110%)
}

.flipster--wheel .flipster__item--future .flipster__item__content {
    opacity: 0;
    -webkit-transform: rotateZ(80deg) translate(170%, 110%);
    -ms-transform: rotate(80deg) translate(170%, 110%);
    transform: rotateZ(80deg) translate(170%, 110%)
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
    -ms-transform: rotate(-60deg) translate(-70%, 75%);
    transform: rotateZ(-60deg) translate(-70%, 75%)
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(70%, 75%);
    -ms-transform: rotate(60deg) translate(70%, 75%);
    transform: rotateZ(60deg) translate(70%, 75%)
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
    -ms-transform: rotate(-40deg) translate(-17%, 30%);
    transform: rotateZ(-40deg) translate(-17%, 30%)
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(40deg) translate(17%, 30%);
    -ms-transform: rotate(40deg) translate(17%, 30%);
    transform: rotateZ(40deg) translate(17%, 30%)
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotateZ(-20deg)
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
    opacity: 1;
    -webkit-transform: rotateZ(20deg);
    -ms-transform: rotate(20deg);
    transform: rotateZ(20deg)
}

.flipster--wheel .flip-current .flipster__item__content {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.video .flipster--flat .flipster__item--past .flipster__item__content h3,
.video .flipster--flat .flipster__item--future .flipster__item__content h3 {
    color: transparent
}

.video .flipster--flat .flipster__container h3,
.video .flipster--flat .flipster__item,
.video .flipster--flat .flipster__item__content h3 {
    transition: all .4s ease;
    word-wrap: break-word
}

.informer__tel {
    padding: 10px 0 7px;
    text-align: right
}

.informer__tel .tel {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    color: #353535
}

.informer__tel .tel:last-of-type {
    margin-left: 1em
}

.informer__action {
    text-align: right
}

.action__personal {
    display: block;
    padding: 8px 10px 8px 25px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
    transition: all .3s;
    background: url(../img/ic_user.png) no-repeat 9px center
}

.action__personal:hover {
    color: #fff;
    background-image: url(../img/ic_user-h.png);
    background-color: #999
}

.follow {
    overflow: hidden;
    display: block;
    vertical-align: middle;
    margin-bottom: 15px
}

.follow__item {
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-left: none;
    background-image: url(../img/social/social.png);
    background-position: center;
    transition: background-position-y .4s ease
}

.follow__item_vk {
    border-left: 1px solid #9a9a9a;
    background-position: 1px center
}

.follow__item_vk:hover {
    background-position: 1px 0
}

.follow__item_fb {
    background-position: -39px center
}

.follow__item_fb:hover {
    background-position: -39px 0
}

.follow__item_in {
    background-position: -77px center
}

.follow__item_in:hover {
    background-position: -77px 0
}

.follow__item_inst {
    background-position: -117px center
}

.follow__item_inst:hover {
    background-position: -117px 0
}

.follow__item_ok {
    background-position: -157px center
}

.follow__item_ok:hover {
    background-position: -157px 0
}

.follow__item_yt {
    background-position: -194px center
}

.follow__item_yt:hover {
    background-position: -194px 0
}

.follow__item a {
    display: block;
    height: 100%
}

.jumb,
.about {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.jumb {
    min-height: 800px;
    background-image: url(../img/bg-krp-1.jpg);
    background-position: left center;
    padding-left: 9em;
    padding-right: 4em;
    padding-bottom: 70px;
}

.jumb__logo {
    text-align: right;
    padding-top: 15px
}

.jumb__time {
    color: #f31d00;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 20px
}

h1 {
    font-size: 28px;
    margin: 20px 0 60px
}

h1 span {
    font-family: "Roboto Slab";
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 5px solid #3faf6c;
    padding-top: 25px;
    max-width: 660px;
}

.list-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px
}

.jumb__list li {
    position: relative;
    font-size: 24px;
    padding-left: 25px
}

.jumb__list li:before {
    position: absolute;
    content: '';
    display: block;
    top: 8px;
    left: 0;
    background: url(../img/check-icon.png) center no-repeat;
    width: 16px;
    height: 12px
}

.bullet {
    color: #f3941d;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 700;
    margin: 45px 0;
}

.bullet span {
    position: relative;
    padding-left: 35px;
}

.bullet span:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/award.svg') center no-repeat;
    width: 25px;
    height: 30px;
}

.count-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -15px
}

.count-box .col:first-of-type {
    width: 100%;
    max-width: 480px;
}

.count-wrap {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-family: 'Roboto Slab';
    font-size: 20px;
    line-height: 1;
    padding-left: 23px;
    margin-top: 70px
}

.count-wrap:before {
    position: absolute;
    content: '';
    display: block;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px
}

.count-wrap .name {
    padding-right: 5px
}

.time:before {
    background-color: #3faf6c
}

.people-counter:before {
    background-color: #f31d00
}

.countbox--sec {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    font-weight: 700;
    text-align: center;
}

.countbox-days,
.countbox-hours,
.countbox-mins,
.countbox-secs {
    padding: 0 5px;
}

.countbox-days-text,
.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
    font-size: 12px;
    font-weight: 400;
}

.vk-sec {
    text-align: center;
    padding: 25px 0
}

.vk-sec h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.sc__btn {
    color: #fff;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    display: inline-block;
    width: 100%;
    max-width: 370px;
    font-size: 20px;
    text-transform: none;
    margin: 15px
}

.sc__btn:first-of-type {
    background-color: #5e81a8
}

.sc__btn:visited {
    color: #fff
}

.sc__btn:first-of-type:hover,
.sc__btn:first-of-type:focus,
.sc__btn:first-of-type:active {
    color: #fff;
    background-color: #6888ad;
    border: none
}

.sc__btn:last-of-type {
    background-color: #0084ff
}

.sc__btn:last-of-type:hover,
.sc__btn:last-of-type:focus,
.sc__btn:last-of-type:active {
    color: #fff;
    background-color: #1b91ff;
    border: none
}

.vk-sec {
    padding: 25px 0
}

.vk-sec h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.vk__btn {
    color: #fff;
    background-color: #5e81a8;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    display: inline-block;
    width: 100%;
    max-width: 570px;
    font-size: 20px;
    text-transform: none;
    margin: 15px 0
}

.vk__btn:visited {
    color: #fff
}

.vk__btn:hover,
.vk__btn:focus,
.vk__btn:active {
    color: #fff;
    background-color: #6888ad;
    border: none
}

.sc__btn:hover {
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.4);
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-square tb-notification-button .tb-notification-button__inner {
    width: 100%!important;
    max-width: 370px!important;
    padding-left: 0 !important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-square tb-notification-button .tb-notification-button__inner>a {
    font-family: 'Frank'!important;
    font-size: 20px !important;
    line-height: 52px!important;
    height: 52px!important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-square tb-notification-button {
    display: inline-block!important;
    max-width: 370px !important;
    margin: 0 7px 15px!important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-square tb-notification-button .tb-notification-button__inner tb-notification-button__icon {
    display: none !important;
}

.block-1 {
    background-color: #f5f5f5
}

.block-1 .block-title {
    margin-bottom: 40px
}

.block-1 .row {
    margin: 0
}

.col-push {
    left: 50%
}

.col-pull {
    right: 50%
}

.col-text,
.col-img {
    position: relative;
    background-color: #fff;
    width: 50%
}

.col-img {
    font-size: 0;
    line-height: 0
}

.col-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10em 20px 6em
}

.block-1 h3 {
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

.col-text li {
    position: relative;
    font-size: 24px;
    padding-left: 25px;
    margin-bottom: 25px
}

.col-text li:last-of-type {
    margin-bottom: 0
}

.col-text li:before {
    position: absolute;
    content: '';
    display: block;
    top: 8px;
    left: 0;
    background: url(../img/check-icon.png) center no-repeat;
    width: 16px;
    height: 12px
}

.bottom-info {
    text-align: center;
    margin: 0 auto
}

.block-1 .bottom-info {
    max-width: 900px
}

.block-1 .bottom-info p {
    font-size: 30px
}

.bottom-info p {
    font-family: 'Roboto Slab';
    padding: 60px 0 50px
}

.about {
    background-image: url(../img/bg-krp-2.jpg)
}

.about .row {
    justify-content: center
}

.about .col {
    width: 33.3333%;
    margin-top: 60px
}

.about .col img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px
}

.about .col p {
    font-size: 24px
}

.about .col strong {
    display: inline-block;
    width: 100%;
    font-family: 'Roboto Slab';
    font-weight: 700
}

.about .bottom-info {
    max-width: 1000px
}

.about .bottom-info p {
    font-family: 'Roboto Slab';
    font-size: 25px;
    font-weight: 700;
    color: #3eb06b;
    text-shadow: 0px 0px 1.5px rgba(255, 255, 255, 0.1), 0px 0px 1.5px rgba(255, 255, 255, 0.2), 0px 0px 1.5px rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

.about .bottom-info p span {
    font-size: 36px
}

.teacher-block {
    font-family: "Muller";
    position: relative;
    width: 100%;
    max-width: 370px;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto
}

.tch-desc {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 110px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 20px 15px
}

.tch-name {
    font-size: 24px;
    font-weight: 800
}

.tch-pos {
    font-size: 16px;
    font-weight: 500
}

.teacher-modal {
    background-color: #eee;
    min-height: 370px;
    margin: 50px auto 0
}

.teacher-modal .teacher-block {
    min-height: 370px;
    margin: 0;
    cursor: default
}

.teacher-modal .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.teacher-modal__left-col,
.teacehr-modal__right-col {
    word-wrap: break-word
}

.teacher-modal__left-col {
    -ms-align-self: stretch;
    align-self: stretch;
    width: 35%
}

.teacher-modal__right-col {
    width: 65%;
    padding: 45px 30px 15px
}

.teacher-modal__list li {
    position: relative;
    font-family: "Muller";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left: 8px;
    margin-top: 15px
}

.teacher-modal__list li:first-of-type {
    margin-top: 0
}

.teacher-modal__list li:before {
    position: absolute;
    content: '';
    display: block;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #353535;
    width: 4px;
    height: 4px
}


/*Certificate*/

.cert {
    padding-top: 70px;
    padding-bottom: 30px;
}

.cert .row {
    -ms-align-items: center;
    align-items: center;
}

.cert__wrapper {
    font-family: 'Roboto Slab';
    border: 2px solid #f3941d;
    padding: 55px 10em;
}

.cert__img-block {
    width: 100%;
    max-width: 200px;
}

.cert__desc {
    width: calc(100% - 200px);
}

.cert__name {
    color: #f3941d;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.cert__desc p {
    font-size: 24px;
    margin-top: 28px;
}

.cert__desc p:last-of-type {
    font-size: 18px;
    font-weight: 300;
}

.reviews-slider {
    position: relative;
    padding-bottom: 50px;
    background-color: #e6e6e6
}

.reviews-slider h2 {
    font-size: 36px;
    font-weight: 400
}

.reviews-slider h2,
.btn-block {
    text-align: center
}

.reviews-slider h2 span {
    font-size: 30px;
    font-weight: 300
}

.reviews__heading {
    padding: .5em 0;
    color: #fff
}

.reviews__heading::after {
    background-color: #fff
}

.reviews__heading::before {
    background-color: #fff
}

.my-flipster {
    margin-top: 70px
}

section .parent {
    overflow: hidden;
    width: 900px;
    min-height: 230px;
    padding: 20px;
    position: relative;
    background-color: #fff;
    border: 3px solid white;
    color: #353535
}

section .parent .child {
    float: left;
    overflow: hidden
}

section.reviews-slider .parent .child {
    width: 170px;
    text-align: center
}

section.reviews-slider .parent .child:last-of-type h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #353535
}

section.reviews-slider .parent .child:last-of-type {
    width: calc(100% - 170px - 25px);
    margin-left: 25px;
    position: relative
}

section.reviews-slider .parent .child:last-of-type .child-mob {
    display: none
}

section.reviews-slider .parent .child h6 {
    text-align: center
}

section.reviews-slider .parent .child h6 b {
    display: inline-block;
    color: #353535;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1
}

section.reviews-slider .parent .child img {
    margin-bottom: 10px;
    border-radius: 50%
}

section.reviews-slider .parent a {
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-decoration: none;
    font-size: 18px;
    text-align: right;
    font-weight: 700;
    color: #f14950;
    padding: 10px;
    border: 1px solid #f14950
}

section.video-slider {
    padding: 53px 0 0
}

.reviews-slider .btn-block {
    padding: 60px 0 30px
}

.social__btn {
    width: 100%;
    max-width: 369px;
    border-radius: 5px;
    border: 2px dotted #353535;
    background-color: #e6e6e6;
    font-size: 18px;
    font-weight: 300;
    color: #353535;
    padding: 12px 2px;
    transition: all .3s
}

.social__btn:visited {
    color: #353535
}

.social__btn:hover,
.social__btn:focus {
    color: #fff;
    background-color: #f14950;
    border-color: #f14950
}

.social__btn:focus,
.social__btn:active {
    border: 2px solid #353535;
}

.footer {
    padding: 22px 0;
    background-color: #000
}

.footer__inner-wrap:after {
    content: '';
    display: block;
    clear: both
}

.footer__informer:after {
    content: '';
    display: block;
    clear: both
}

.footer .footer__follow {
    float: left;
    margin-left: 0
}

.footer__follow .follow__item {
    width: 40px;
    height: 40px;
    border-color: #9a9a9a
}

.footer__follow .follow__item_vk {
    border-left: 1px solid #9a9a9a;
    background-position: 1px center
}

.footer__follow .follow__item_vk:hover {
    background-position: 1px 0
}

.footer__follow .follow__item_fb {
    background-position: -39px center
}

.footer__follow .follow__item_fb:hover {
    background-position: -39px 0
}

.footer__follow .follow__item_in {
    background-position: -77px center
}

.footer__follow .follow__item_in:hover {
    background-position: -77px 0
}

.footer__follow .follow__item_inst {
    background-position: -117px center
}

.footer__follow .follow__item_inst:hover {
    background-position: -117px 0
}

.footer__follow .follow__item_ok {
    background-position: -157px center
}

.footer__follow .follow__item_ok:hover {
    background-position: -157px 0
}

.footer__follow .follow__item_yt {
    background-position: -194px center
}

.footer__follow .follow__item_yt:hover {
    background-position: -194px 0
}

.footer__follow .follow__item.follow__item_vk {
    background-position: 1px 0
}

.footer__follow .follow__item.follow__item_vk:hover {
    background-position: 1px bottom
}

.footer__follow .follow__item.follow__item_fb {
    background-position: -39px 0
}

.footer__follow .follow__item.follow__item_fb:hover {
    background-position: -39px bottom
}

.footer__follow .follow__item.follow__item_in {
    background-position: -77px 0
}

.footer__follow .follow__item.follow__item_in:hover {
    background-position: -77px bottom
}

.footer__follow .follow__item.follow__item_inst {
    background-position: -117px 0
}

.footer__follow .follow__item.follow__item_inst:hover {
    background-position: -117px bottom
}

.footer__follow .follow__item.follow__item_ok {
    background-position: -157px 0
}

.footer__follow .follow__item.follow__item_ok:hover {
    background-position: -157px bottom
}

.footer__follow .follow__item.follow__item_yt {
    background-position: -194px 0
}

.footer__follow .follow__item.follow__item_yt:hover {
    background-position: -194px bottom
}

.footer__copy {
    float: right;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    margin: 0
}

.footer__copy a {
    color: inherit
}

.footer__copy a:hover {
    text-decoration: underline
}

.informer__tel_bottom {
    float: left;
    padding-left: 15px
}

.informer__tel_bottom .tel {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.informer__tel_bottom .tel a:visited {
    color: inherit
}

.informer__tel_bottom .tel b {
    opacity: 0;
    font-weight: 400
}

/* .modal {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background-color: #fff;
    z-index: 9999
}

.modal__name {
    font-size: 20px;
    margin-bottom: 20px
}

.modal__heading {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px
}

.modal__btn {
    width: 100%;
    padding: 17px 20px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #3faf6c
}

.modal__btn:hover,
.modal__btn:focus {
    border: none
}

.modal-main {
    width: 100%;
    max-width: 600px;
    padding: 25px 25px 15px;
    text-align: center
}

.modal-main .input {
    display: block;
    width: 100%;
    font-size: 24px;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 15px
}

.m-student__close,
.modal__close {
    position: absolute;
    right: 0;
    top: -28px;
    display: block;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .4);
    background: url(/img/ic_m-close.png) no-repeat right center;
    cursor: pointer
}

.modal-lesson {
    display: none;
    width: 65%;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 60px;
    text-align: center;
    background-image: url(../img/arr-modal.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    opacity: 0
}

.m-lesson__heading {
    font-size: 30px;
    font-weight: 600
}

.m-lesson__desc {
    padding: 1.5em 0 1.9em;
    font-size: 24px;
    font-weight: 300
}

.m-lesson__btn {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: .7em 25px .5em;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f14950;
    border: 1px solid #f14950
}

.m-lesson__btn:visited {
    color: #f14950
}

.m-lesson__btn:hover {
    color: #fff;
    background-color: #8fd14f
}

.modal-sub {
    display: none;
    width: 788px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 60px 55px;
    text-align: center
}

#overlay {
    z-index: 50;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
} */

.top_btn {
    position: fixed;
    right: 0;
    bottom: 45%;
    height: 30px;
    width: 30px;
    background: #353535;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(30px);
    -ms-transform: translate(30px);
    transform: translate(30px);
    cursor: pointer;
    z-index: 100
}

.top_btn span {
    text-decoration: none;
    font-size: 16px;
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    position: absolute;
    color: #fff
}

@media screen and (max-width:991px) {
    h1 span {
        font-size: 46px;
        max-width: 668px;
    }
    .flipster__button--prev {
        left: 15%
    }
    .flipster__button--next {
        right: 15%
    }
    section .parent {
        width: 700px
    }
    .about .col {
        width: 50%
    }
    .count-box {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .count-box .col:first-of-type .count-wrap {
        margin: 35px 0 5px;
    }
    .count-box .col:last-of-type .count-wrap {
        margin: 15px 0 0;
    }
    .count-box .col:first-of-type,
    .count-box .col {
        max-width: none;
        width: 100%;
    }
    .col-img,
    .col-text {
        width: 100%;
        left: auto;
        right: auto;
        text-align: center
    }
    .col-img {
        padding-top: 40px
    }
    .col-text {
        padding-bottom: 40px
    }
    .col-text ul {
        max-width: 480px;
        text-align: left;
        margin: 0 auto
    }
    .cert {
        text-align: center;
    }
    .cert__wrapper {
        padding: 25px 25px 50px;
    }
    .cert__img-block,
    .cert__desc {
        width: 100%;
    }
    .cert__name {
        font-size: 36px;
    }
    .cert__name br {
        display: none;
    }
    .cert__img-block {
        max-width: none;
        margin-bottom: 35px;
    }
    .teacher-block {
        max-width: none;
        margin: 0 auto
    }
    .teacher-modal {
        max-width: 385px;
        min-height: auto;
        overflow-y: auto
    }
    .teacher-modal__close {
        -webkit-background-size: cover;
        background-size: cover;
        width: 25px;
        height: 25px;
        top: 5px;
        right: 20px
    }
    .teacher-modal .row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }
    .teacher-modal__left-col,
    .teacher-modal__right-col {
        width: 100%
    }
    .footer__informer {
        max-width: 430px;
        margin: 0 auto
    }
    .footer__copy {
        float: none;
        width: 100%;
        padding-top: 1.5em;
        text-align: center;
        clear: both
    }
    .footer__copy br {
        display: none
    }
}

@media screen and (max-width:767px) {
    tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-square tb-notification-button {
        display: block!important;
        margin: 0 auto 15px !important;
    }
    .sec {
        padding: 40px 0
    }
    .block-title {
        font-size: 30px
    }
    .jumb__logo {
        text-align: center
    }
    .jumb {
        min-height: auto;
        background-image: none;
        background-color: #e7d5c9;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px
    }
    .jumb__time,
    p,
    .jumb__list li,
    .col-text li,
    .about .col p,
    .about .bottom-info p {
        font-size: 20px
    }
    .jumb__time {
        margin: 20px 0
    }
    h1 {
        font-size: 24px;
        margin-top: 25px
    }
    h1 span {
        font-size: 28px;
        max-width: 404px
    }
    .jumb__list {
        display: inline-block;
        text-align: left
    }
    .bullet {
        margin: 20px 0 25px;
    }
    .count-wrap {
        margin-top: 40px
    }
    .count-box .col {
        width: 100%;
        text-align: left
    }
    .col-text {
        padding: 20px 15px
    }
    .block-1 h3,
    .block-1 .bottom-info p {
        font-size: 24px
    }
    .bottom-info p {
        padding: 40px 0 30px
    }
    .about {
        background-image: url(../img/bg-krp-2-mob.jpg)
    }
    .about .col {
        width: 100%;
        text-align: center
    }
    .about .bottom-info p span {
        font-size: 30px
    }
    .flipster__nav {
        width: 90%;
        margin: 0 auto;
        bottom: 45px
    }
    .cert__name {
        font-size: 32px;
    }
    .cert__desc p {
        font-size: 20px;
    }
    .cert__desc p br {
        display: none;
    }
    section .parent {
        width: 500px
    }
    section .parent .child {
        float: none
    }
    section.reviews-slider .parent .child {
        margin: 0 auto
    }
    section.reviews-slider .parent .child:last-of-type h6 {
        text-align: justify
    }
    section.reviews-slider .parent .child:last-of-type {
        width: 100%;
        margin-left: 0
    }
    section.reviews-slider .parent a {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80%;
        text-align: center
    }
    section.reviews-slider .parent a {
        font-size: 15px
    }
    .footer__copy {
        padding: 0
    }
    .footer__informer {
        text-align: center
    }
    .footer .footer__follow {
        float: none;
        margin-bottom: 25px;
        display: inline-block
    }
    .informer__tel_bottom {
        float: none;
        margin-bottom: 25px;
        text-align: center;
        padding-left: 0
    }
    .informer__tel_bottom .tel {
        display: inline-block;
        vertical-align: top
    }
    .informer__tel_bottom .tel b {
        opacity: 1
    }
    .flipster__button--prev {
        left: 25%
    }
    .flipster__button--next {
        right: 25%
    }
    .sc__btn {
        margin: 15px 0
    }
}

@media screen and (max-width:500px) {
    .jumb__logo img {
        width: 140px;
        height: 40px
    }
    .jumb__time {
        margin-bottom: 0
    }
    .count-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .count-wrap {
        line-height: inherit;
        font-size: 18px
    }
    .time .name,
    .time .countbox--sec {
        width: 100%
    }
    .flipster__nav__link {
        width: 40px
    }
    section .parent {
        width: 300px;
        padding: 20px;
        padding-bottom: 40px
    }
    section.reviews-slider .parent .child:last-of-type h6 {
        font-size: 1.2rem
    }
    section.reviews-slider .parent .child h6 b {
        line-height: 1.3;
        font-size: 1.2rem
    }
}

@media (max-width:480px) {
    .reviews-slider h2 {
        font-size: 28px
    }
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 20px;
        margin: 20px 0 50px
    }
    .list-title {
        font-size: 22px;
        padding-bottom: 8px
    }
    .jumb__list li {
        font-size: 18px
    }
    section .parent {
        min-height: 465px
    }
    section.reviews-slider .parent .child:last-of-type .child-mob {
        display: block
    }
    section.reviews-slider .parent .child:last-of-type .child-desc {
        font-size: 14px
    }
}

@media (max-width:345px) {
    h1 {
        font-size: 18px;
        margin-bottom: 30px
    }
    h1 span {
        font-size: 20px
    }
    .list-title {
        font-size: 20px
    }
    .jumb__list li {
        font-size: 16px
    }
}

@media (max-width:390px) {
    .jumb__logo {
        display: none
    }
    .informer__tel_bottom .tel {
        display: block
    }
    .informer__tel_bottom .tel:first-of-type {
        padding-bottom: .7em
    }
    .informer__tel_bottom .tel b {
        display: none
    }
}

@-webkit-keyframes trans {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes trans {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}