body {
    font-family: 'RobotoRegular', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    overflow-x: hidden;
    color: #2c2c2c
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
button,
input,
textarea {
    outline: none;
    font-weight: normal;
    color: #2c2c2c
}

a,
a:hover,
a:focus,
a:active {
    color: #2c2c2c
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'RobotoBold', sans-serif
}

h1 {
    font-size: 47px;
    line-height: 50px
}

h2 {
    font-size: 38px;
    line-height: 41px
}

h3 {
    font-size: 31px;
    line-height: 34px
}

h4 {
    font-size: 24px;
    line-height: 27px
}

h5 {
    font-size: 21px;
    line-height: 24px
}

h6 {
    font-size: 16px;
    line-height: 19px
}

button {
    border: none
}

img {
    width: 100%;
    height: auto
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.non-float {
    float: none
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
    outline: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.title {
    text-transform: uppercase
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    text-align: center
}

.btn-gold {
    background: -webkit-gradient(linear, left top, left bottom, from(#f1dfaf), to(#f8bd5f));
    background: -webkit-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: -o-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: linear-gradient(to bottom, #f1dfaf, #f8bd5f);
    padding: 5px 15px;
    font-size: 18px;
    line-height: 21px;
    color: #252525
}

.btn-silver {
    background: #eeeeee;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 21px;
    color: #161616
}

.btn-ghost {
    font-size: 18px;
    line-height: 21px;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    background: transparent;
    padding: 15px 25px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.btn-ghost:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5)
}

.btn-ghost:focus {
    color: #fff
}

.separator-gold {
    position: relative;
    padding-bottom: 25px
}

.separator-gold:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 125px;
    height: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1dfaf), to(#f8bd5f));
    background: -webkit-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: -o-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: linear-gradient(to bottom, #f1dfaf, #f8bd5f)
}

.border-gold {
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#f1dfaf), to(#f8bd5f));
    -webkit-border-image: -webkit-linear-gradient(top, #f1dfaf, #f8bd5f);
    -o-border-image: -o-linear-gradient(top, #f1dfaf, #f8bd5f);
    border-image: -webkit-gradient(linear, left top, left bottom, from(#f1dfaf), to(#f8bd5f));
    border-image: linear-gradient(to bottom, #f1dfaf, #f8bd5f);
    border-image-slice: 1
}

.dflt-slider.owl-carousel {
    padding: 0 100px;
    position: relative
}

.dflt-slider.owl-carousel .owl-stage .owl-item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.dflt-slider.owl-carousel .owl-stage .owl-item.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.dflt-slider.owl-carousel .owl-nav .owl-prev,
.dflt-slider.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    padding: 0;
    border-right: 3px solid rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: 44%;
    opacity: 0.5;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.dflt-slider.owl-carousel .owl-nav .owl-prev:hover,
.dflt-slider.owl-carousel .owl-nav .owl-next:hover {
    background: transparent
}

.dflt-slider.owl-carousel .owl-nav .owl-prev:not(.disabled):hover,
.dflt-slider.owl-carousel .owl-nav .owl-next:not(.disabled):hover {
    opacity: 1
}

.dflt-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.dflt-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.dflt-slider.owl-carousel .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 15px;
    height: 15px
}

.dflt-slider.owl-carousel .owl-dots .owl-dot.active span,
.dflt-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: -webkit-gradient(linear, left top, left bottom, from(#f1dfaf), to(#f8bd5f));
    background: -webkit-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: -o-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: linear-gradient(to bottom, #f1dfaf, #f8bd5f)
}

.header {
    position: relative;
    height: 650px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover
}

.header .contacts-box {
    background: rgba(0, 0, 0, 0.3)
}

.iconed-rewards {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
    width: 300px;
    text-align: center
}

.iconed-rewards .iconed-rewards_item {
    padding-bottom: 15px;
    position: relative
}

.iconed-rewards .iconed-rewards_item:not(:last-child) {
    margin-bottom: 20px
}

.iconed-rewards .iconed-rewards_item .icon {
    margin: 0 auto;
    height: 40px
}

.iconed-rewards .iconed-rewards_item .icon img {
    height: 100%;
    width: auto
}

.iconed-rewards .iconed-rewards_item .desc {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    margin: 15px 0 0
}

.iconed-rewards .iconed-rewards_item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #eef0f1
}

.contacts-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    text-align: center
}

.contacts-box .btn-gold {
    vertical-align: top
}

.contacts-box .contacts-box_phone {
    margin: 12px 20px 0 0
}

.contacts-box .contacts-box_phone,
.contacts-box .contacts-box_phone span {
    color: #fff;
    display: inline-block
}

.contacts-box .contacts-box_phone span {
    vertical-align: bottom
}

.contacts-box .contacts-box_phone .larger {
    font-family: 'RobotoBold', sans-serif;
    font-size: 27px;
    line-height: 1
}

.header_navline {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5)
}

.main-menu ul {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    list-style-type: none
}

.main-menu ul li {
    display: inline-block;
    padding: 5px 25px 0
}

.main-menu ul li:not(:first-child) {
    border-left: 2px solid #fff
}

.main-menu ul li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 5px
}

.main-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1dfaf), to(#f8bd5f));
    background: -webkit-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: -o-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: linear-gradient(to bottom, #f1dfaf, #f8bd5f)
}

.main-menu ul li a:not(.logo-inner):hover:before {
    opacity: 1
}

.main-menu ul li.active a:before {
    opacity: 1
}

.logo {
    position: absolute;
    top: 92px;
    right: 70px;
    width: 150px;
    height: 150px;
    margin-left: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.logo .logo-inner {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.person-name {
    text-align: center;
    padding: 15px 0 25px
}

.person-name .desc {
    text-align: left
}

.bio {
    padding: 150px 0 20px;
    background-repeat: no-repeat;
    background-position: center 20%;
    -webkit-background-size: cover;
    background-size: cover
}

.bio .desc {
    color: #fff;
    margin-bottom: 50px
}

.bio .desc:last-child {
    margin-bottom: 125px
}

.bio .button-for-more {
    position: relative;
    text-align: center;
    padding-bottom: 60px
}

.bio .button-for-more .btn-ghost:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    background: url("../img/bio-arrow-down.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 42px;
    height: 28px;
    margin-left: -21px;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.bio .button-for-more .btn-ghost.opened:before,
.bio .button-for-more .btn-ghost:hover:before {
    bottom: 0
}

.more-bio {
    text-align: center;
    padding: 20px 0 50px;
    display: none
}

.more-bio .title {
    margin-bottom: 50px
}

.more-bio .desc {
    margin-bottom: 35px;
    text-align: left
}

.more-bio .desc:last-child {
    margin-bottom: 70px
}

.more-bio .photos-box {
    margin-bottom: 25px
}

.more-bio .photos-box .photos-box_item {
    float: left;
    width: 18%;
    margin: 1%
}

.more-bio .photos-box .photos-box_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.more-bio .button-close-more {
    position: relative;
    padding-top: 60px
}

.more-bio .button-close-more .btn-ghost {
    color: #202020;
    border-color: rgba(0, 0, 0, 0.1);
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
}

.more-bio .button-close-more .btn-ghost:hover,
.more-bio .button-close-more .btn-ghost:focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

.more-bio .button-close-more .btn-ghost:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    background: url("../img/more-bio-arrow-up.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 42px;
    height: 28px;
    margin-left: -21px;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.more-bio .button-close-more .btn-ghost:hover:before {
    top: 0
}

.iconed-profspecs {
    padding: 20px 0 80px
}

.iconed-profspecs .title {
    margin-bottom: 50px
}

.iconed-profspecs .iconed-profspecs_item {
    text-align: center
}

.iconed-profspecs .iconed-profspecs_item .icon {
    width: 80px;
    height: 100px;
    position: relative;
    margin: 0 auto
}

.iconed-profspecs .iconed-profspecs_item .icon.icon_smaller {
    width: 65px
}

.iconed-profspecs .iconed-profspecs_item .icon:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffa800;
    height: 3px;
    width: 30px
}

.towns {
    padding: 150px 0 100px;
    background-repeat: no-repeat;
    background-position: center 20%;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff
}

.towns .towns_item {
    margin-bottom: 50px
}

.towns .towns_item .btn-ghost {
    padding: 15px 50px
}

.towns .towns_item .separator-white {
    position: relative
}

.towns .towns_item .separator-white:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #fff
}

.towns .towns_item h2.separator-white {
    padding-bottom: 15px;
    margin-bottom: 0
}

.towns .towns_item h2.separator-white:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.towns .towns_item .title,
.towns .towns_item .sub-title,
.towns .towns_item .desc {
    color: #fff;
    display: inline-block
}

.towns .towns_item .title,
.towns .towns_item .sub-title {
    margin: 15px 0
}

.towns .towns_item .sub-title,
.towns .towns_item .desc {
    margin-bottom: 35px
}

.books-author {
    padding: 35px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.books-author .title {
    margin-bottom: 50px
}

.books-author .books-author-slider {
    margin-bottom: 50px
}

.books-author .books-author-slider.owl-carousel .owl-nav .owl-prev,
.books-author .books-author-slider.owl-carousel .owl-nav .owl-next {
    border-right: 3px solid rgba(255, 255, 255, 0.7);
    border-bottom: 3px solid rgba(255, 255, 255, 0.7)
}

.books-author .books-author-slider .books-author-slider_item .book-image {
    margin-bottom: 30px
}

a.get-more {
    display: inline-block;
    text-transform: uppercase;
    color: #202020;
    opacity: 0.6;
    text-decoration: underline;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

a.get-more:hover {
    opacity: 1
}

@media only screen and (min-width: 992px) {section.popular-seminars.col-md-12 {float: unset;}}
.pp {width: auto;display: flex;}
.popular-seminars .col-md-12 {overflow: hidden;}
.popular-seminars-title{text-transform: uppercase;font-size: 29px;line-height: 32px;color: #fff;position: absolute;width: 23.3%;top: 29%;padding: 0 10px;font-family: 'Days', arial;word-break: break-word;}
.col-md-12 div.popular-seminars-link {width: auto;display: block;border-right: 12px solid #fff;border-left: 12px solid #fff;}
.col-md-12 div.popular-seminars-link:nth-child(1){border-left: 0;}
.col-md-12 div.popular-seminars-link:nth-child(4){border-right: 0;}
/*.col-md-12 div.popular-seminars-link img{height: 297px;}*/
section.popular-seminars {margin: -10px 0 60px;}
.popular-seminars .title{margin-bottom:41px}
@media only screen and (max-width: 1550px) {.popular-seminars-title{font-size: 26px;line-height: 29px;}}
@media only screen and (max-width: 1450px) {.popular-seminars-title{font-size: 25px;line-height: 28px;}}
@media only screen and (max-width: 1350px) {.popular-seminars-title{font-size: 24px;line-height: 27px;top: 28%;}}
@media only screen and (max-width: 1250px) {.popular-seminars-title{font-size: 22px;line-height: 25px;top: 26%;}}
@media only screen and (max-width: 1150px) {.popular-seminars-title{font-size: 20px;line-height: 22px;top: 23%;}}
@media only screen and (max-width: 1050px) {.popular-seminars-title{font-size: 18px;line-height: 20px;top: 21%;width: 22%;}}
/*@media only screen and (max-width: 950px) {.popular-seminars-title{font-size: 17px;line-height: 19px;top: 20%;}}*/
@media only screen and (max-width: 980px) {.popular-seminars-title{font-size: 16px;line-height: 18px;width: 22%;margin: -13% 0 0 0;top:unset}}

@media only screen and (max-width: 850px) {.pp {display: block;}.popular-seminars-title{font-size: 26px;line-height: 28px;width: 46.6%;margin: -23% 0 0 0;top:unset}.col-md-12 div.popular-seminars-link{width:49%;display: inline-block;border:12px solid #fff;border-left:none;border-right:none;}.col-md-12 div.popular-seminars-link:nth-child(2),.col-md-12 div.popular-seminars-link:nth-child(4){border-right: 0;}.col-md-12 div.popular-seminars-link:nth-child(3){border-left: 0;}}
@media only screen and (max-width: 750px) {.pp {display: block;}.popular-seminars-title{font-size: 22px;line-height: 25px;width: 46.6%;margin: -23% 0 0 0;top:unset}.col-md-12 div.popular-seminars-link{width:49%;display: inline-block;border:12px solid #fff;border-left:none;border-right:none;}.col-md-12 div.popular-seminars-link:nth-child(2),.col-md-12 div.popular-seminars-link:nth-child(4){border-right: 0;}.col-md-12 div.popular-seminars-link:nth-child(3){border-left: 0;}}
@media only screen and (max-width: 600px) {.pp {display: block;}.popular-seminars-title{font-size: 23px;line-height: 26px;width: 93.2%;margin: -33% 0 0 0;top:unset}.col-md-12 div.popular-seminars-link{width:auto;display: block;border:12px solid #fff;border-left:unset;border-right:unset}.popular-seminars .title{font-size: 24px;line-height: 27px;margin-bottom: 22px;}}
@media screen and (orientation: portrait) and (max-width: 600px){.popular-seminars-title{margin: -37% 0 0 0;}}
.video-from-seminars {
    padding: 35px 0 75px;
    background: #fbfbfb
}

.video-from-seminars .title {
    margin-bottom: 50px
}

.video-from-seminars .video-from-seminars-slider {
    padding: 0 50px
}

.video-from-seminars .video-from-seminars-slider.owl-carousel .owl-item img {
    display: inline
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-theme,
.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-title {
    text-transform: uppercase;
    margin: 15px 0
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-theme {
    color: #dbb168;
    font-size: 18px;
    line-height: 21px
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-title {
    font-size: 21px;
    line-height: 24px
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-video {
    position: relative
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-video a {
    display: block;
    width: 100%;
    height: 230px;
    position: relative
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-video a .video-cat {
    position: absolute;
    bottom: 15px;
    left: 25px
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-video a .video-cat img {
    width: 55px;
    margin-right: 10px
}

.video-from-seminars .video-from-seminars-slider .video-from-seminars-slider_item .seminar-video a .video-cat span {
    text-transform: uppercase;
    font-size: 27px;
    line-height: 30px;
    vertical-align: middle
}

.academy {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 50px 0 125px
}

.academy .title,
.academy .desc {
    color: #fff
}

.academy .title {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 53px
}

.academy .desc {
    margin-top: 0
}

.themes-of-seminars {
    padding: 25px 0
}

.themes-of-seminars .title {
    margin-bottom: 50px
}

.themes-of-seminars .themes-of-seminars-accordion {
    height: 550px;
    overflow-y: auto;
    background: #0f0f0f;
    padding: 20px 25px
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_head {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 15px 50px 15px 20px;
    font-family: 'RobotoRegular', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #262626;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1dfaf), to(#f8bd5f));
    background: -webkit-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: -o-linear-gradient(top, #f1dfaf, #f8bd5f);
    background: linear-gradient(to bottom, #f1dfaf, #f8bd5f);
    position: relative;
    cursor: pointer
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_head:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/accordion-arrows.png");
    background-repeat: no-repeat;
    background-position: 0 100%
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_head.ui-accordion-header-active:after {
    background-position: 0 0
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_panel ul {
    padding: 0 20px 20px;
    margin: 0;
    list-style-type: none;
    background: transparent
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_panel ul li {
    padding: 5px 0
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_panel ul li a {
    color: #fff;
    display: inline-block;
    position: relative
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_panel ul li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

.themes-of-seminars .themes-of-seminars-accordion .accordion-item_panel ul li a:hover:before,
.themes-of-seminars .themes-of-seminars-accordion .accordion-item_panel ul li a:focus:before {
    opacity: 0.4
}

.photo-from-seminars {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0
}

.photo-from-seminars .container-fluid .row .col-md-12 {
  padding: 0;
}

.photo-from-seminars .title {
    color: #fff;
    margin-bottom: 50px
}

.photo-from-seminars .photo-from-seminars-slider {
    padding: 0
}

.photo-from-seminars .photo-from-seminars-slider.owl-carousel .owl-stage-outer {
    margin-bottom: 30px
}

.photo-from-seminars .photo-from-seminars-slider.owl-carousel .owl-nav .owl-prev,
.photo-from-seminars .photo-from-seminars-slider.owl-carousel .owl-nav .owl-next {
    border-right: 3px solid rgba(255, 255, 255, 0.7);
    border-bottom: 3px solid rgba(255, 255, 255, 0.7)
}

.photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div a {
    display: block;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:first-child {
    height: 225px
}

.photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:first-child a {
    width: 24%;
    height: 99%;
    margin: 0.5%
}

.photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:last-child {
    height: 225px
}

.photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:last-child a {
    width: 24%;
    height: 99%;
    margin: 0.5%
}

.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev,
.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next {
    top: 38.3%;
    opacity: 0.7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f0f2f7;
    width: 35px;
    height: 55px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev {
  left: 20px
}
.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next {
  right: 20px
}

.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev:not(.disabled):hover,
.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next:not(.disabled):hover {
    opacity: 1;
    background: #f0f2f7
}

.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev:before,
.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next:before {
    vertical-align: middle;
    font-weight: 700;
    font-size: 25px;
    line-height: 54px;
    font-family: 'FontAwesome';
    color: #131416
}

.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev:before {
    content: '\f104';
    margin-right: 2px
}

.photo-from-seminars .photo-from-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next:before {
    content: '\f105';
    margin-left: 2px
}

.testimonials {
    padding: 0 0 50px
}

.testimonials .title {
    margin: 0 0 50px
}

.testimonials-inner {
    border-style: solid;
    border-width: 8px;
    padding: 25px
}

.testimonials .testimonials-slider {
    padding: 0 40px
}

.testimonials .testimonials-slider .owl-stage-outer {
    margin-bottom: 20px
}

.testimonials .testimonials-slider.owl-carousel {
    position: relative
}

.testimonials .testimonials-slider.owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 4px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.testimonials .testimonials-slider.owl-carousel .owl-dots .owl-dot.active span,
.testimonials .testimonials-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ffc02b
}

.testimonials .testimonials-slider .testimonials-slider_item .author-pic {
    max-width: 450px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden
}

.testimonials .testimonials-slider .testimonials-slider_item .content {
    padding-right: 20px
}

.testimonials .testimonials-slider .testimonials-slider_item .content .date,
.testimonials .testimonials-slider .testimonials-slider_item .content .testimonal-text {
    margin: 0;
    font-family: 'Roboto', sans-serif
}

.testimonials .testimonials-slider .testimonials-slider_item .content .author-info {
    font-family: 'RobotoRegular', sans-serif;
    margin: 5px 0 20px
}

.testimonials .testimonials-slider .testimonials-slider_item .content .author-info .name {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #ffc02b
}

.video-testimonials {
    padding: 0 0 50px
}

.video-testimonials .title {
    margin: 0 0 25px
}

.video-testimonials .video-testimonials-slider {
    margin-bottom: 50px;
    padding: 0 40px
}

.video-testimonials .video-testimonials-slider.owl-carousel .owl-item img {
    display: inline
}

.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .author-name,
.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .testimonial-theme {
    text-transform: uppercase;
    margin: 15px 0
}

.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .author-name {
    color: #dbb168;
    font-size: 18px;
    line-height: 21px
}

.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .testimonial-theme {
    font-size: 21px;
    line-height: 24px
}

.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .video-wrap {
    position: relative
}

.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .video-wrap a {
    display: block;
    width: 100%;
    height: 230px;
    position: relative
}

.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .video-wrap a .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.video-testimonials .video-testimonials-slider .video-testimonials-slider_item .video-wrap a .play-button img {
    width: 55px
}

.footer {
    background: #383838
}

.footer .footer_menu ul {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    list-style-type: none
}

.footer .footer_menu ul li {
    display: inline-block;
    padding: 0 15px
}

.footer .footer_menu ul li a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.footer .footer_menu ul li a:hover {
    border-bottom-color: #fff
}

.footer .footer_menu ul li:not(:last-child) {
    border-right: 2px solid #fff
}

.footer .footer_contacts-box {
    position: static;
    text-align: center
}

.footer .footer_contacts-box .contacts-box_phone {
    margin: 0 15px 10px
}

.footer .footer_contacts-box .btn-gold {
    margin-top: 10px
}

.footer .footer_copyright {
    margin: 20px 0;
    color: #fff
}

.video-testimonials {
    padding: 0 0 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.video-testimonials .container-fluid>.row>.col-md-12 {
    padding: 0
}

.video-testimonials .programs-of-seminars-slider {
    padding: 0
}

.video-testimonials .programs-of-seminars-slider .programs-of-seminars-slider_item .video_link {
    display: block;
    height: 225px;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.video-testimonials .programs-of-seminars-slider .programs-of-seminars-slider_item .video_title {
    margin: 20px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoRegular', sans-serif
}

.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-stage .owl-item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev,
.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next {
    top: 38.3%;
    opacity: 0.7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f0f2f7;
    width: 35px;
    height: 55px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev {
  left: 20px
}
.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next {
  right: 20px
}

.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev:not(.disabled):hover,
.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next:not(.disabled):hover {
    opacity: 1;
    background: #f0f2f7
}

.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev:before,
.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next:before {
    vertical-align: middle;
    font-weight: 700;
    font-size: 25px;
    line-height: 54px;
    font-family: 'FontAwesome';
    color: #131416
}

.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-prev:before {
    content: '\f104';
    margin-right: 2px
}

.video-testimonials .programs-of-seminars-slider.dflt-slider.owl-carousel .owl-nav .owl-next:before {
    content: '\f105';
    margin-left: 2px
}

@media only screen and (max-width: 992px) {
  .photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:first-child ,
  .photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:last-child {
    height: 175px;
  }
}

@media only screen and (max-width: 768px) {
  .photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:first-child a,
  .photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:last-child a{
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  .photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:first-child ,
  .photo-from-seminars .photo-from-seminars-slider .photo-from-seminars-slider_item div:last-child {
    height: 130px;
  }
}