* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Source Sans Pro';
    font-weight: Normal;
    font-style: Normal;
    color: #3e3e3e;
}

.btn {
    text-align: center;
    text-decoration: none;
    display: block;
    border: 0;
    border-radius: 0;
    padding: 14px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    color: #333333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

.btn:hover {
    text-decoration: none;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    color: #333333;
    background-color: #e6e6e6;
}

.header-info__container {
    display: none;
}

#map_block {
    display: none;
}

#circleFlipFooter {
    display: none;
}

#fola_mailchimp {
    display: none;
}

ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    display: block;
    border: 0;
    border-radius: 0;
    padding: 14px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

ul.list > li {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: normal;
}

ul.list > li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #472750;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.block-shadow {
    -webkit-box-shadow: 15px 15px 0 0 rgba(229, 181, 242, 1);
    -moz-box-shadow: 15px 15px 0 0 rgba(229, 181, 242, 1);
    box-shadow: 15px 15px 0 0 rgba(229, 181, 242, 1);
}

.section-title {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #472750;
    margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
    .section-title {
        font-size: 24px;
    }
}

.text-center {
    text-align: center;
}

.section-before, .section-before-2, .section-after, .section-after-2 {
    position: relative;
    overflow: hidden;
}

.section-before:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 375px;
    height: 375px;
    background-image: url("../img/business-training/before.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
    .section-before:before {
        width: 187px;
        height: 187px;
    }
}

.section-after:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 184px;
    height: 184px;
    background-image: url("../img/business-training/after.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
    .section-after:after {
        width: 92px;
        height: 92px;
    }
}

.section-before-2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 280px;
    background-image: url("../img/business-training/before-2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
    .section-before-2:before {
        width: 140px;
        height: 140px;
    }
}

.menu__container {
    z-index: 9999;
}

.menu__btn {
    display: block;
    position: fixed;
    width: 30px;
    right: 15px;
    top: 15px;
    z-index: 9999;
}

body.admin-bar .menu__btn {
    top: 47px;
}

.menu__btn > span {
    display: block;
    width: 100%;
    height: 4px;
    background: #000000;
    margin: 4px 0;
}

.menu__close {
    background: url("../img/business-training/close.png") 0 0 repeat;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
}

.menu__block {
    display: none;
    background: #2c2e3e;
    position: fixed;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 30px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

body.admin-bar .menu__list {
    top: 32px;
}

.menu__list {
    margin: 0;
    padding: 0;
}

.menu__item {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.menu__item a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    text-decoration: none;
}

.first__section {
    background-image: url('../img/business-training/first-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 500px) {
    .first__section {
        padding-top: 60px;
    }
}

.first__info {
    font-size: 23px;
    font-weight: bold;
    background: #FFFFFF;
    text-transform: uppercase;
    padding: 14px 16px;
    margin-bottom: 30px;
    width: 66.6666%;
}

@media only screen and (max-width: 600px) {
    .first__info {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .first__info {
        font-size: 18px;
    }
}

.first__title {
    font-size: 93px;
    line-height: normal;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
    .first__title {
        font-size: 64px;
    }
}

@media only screen and (max-width: 400px) {
    .first__title {
        font-size: 42px !important;
        margin-bottom: 30px !important;
    }
}

.first__description {
    color: #FFFFFF;
    margin-bottom: 40px;
    font-size: 22px;
}

@media only screen and (max-width: 600px) {
    .first__description {
        font-size: 16px;
    }
}

.first__bottom {
    display: flex;
    justify-content: center;
}

.first__btn {
    width: 33.3333%;
    min-width: 200px;
    background: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.outline__section {
    padding: 60px 0;
}

.outline__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .outline__row {
        flex-direction: column-reverse;
    }
}

.outline__video {
    width: 50%;
    height: 250px;
    padding-right: 40px;
}

@media only screen and (max-width: 800px) {
    .outline__video {
        padding-right: 0;
        width: 100%;
        max-width: 450px;
    }
}

@media only screen and (max-width: 440px) {
    .outline__video {
        height: auto;
    }
}

.outline__content {
    width: 50%;
}

@media only screen and (max-width: 800px) {
    .outline__content {
        width: 100%;
        margin-bottom: 40px;
    }
}

.outline__text {
    font-size: 16px;
}

.only__section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.icons__section {
    background: #cb6ce6;
    padding: 60px 0;
}

.icons__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 15px;
}

@media only screen and (max-width: 1023px) {
    .icons__list {
        flex-wrap: wrap;
    }

}

.icons__item {
    width: 160px;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .icons__item {
        width: calc(50% - 30px);
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .icons__item-title,
    .icons__item-img,
    .icons__item-text {
        max-width: 200px;
    }

}
/*
@media only screen and (max-width: 800px) {
    .icons__item {
        width: calc(50% - 30px);
        max-width: 200px;
        margin-bottom: 40px;
    }
}
*/
.icons__item-title {
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    color: #fffbc5;
}

@media only screen and (max-width: 800px) {
    .icons__item-title {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.icons__item-img {
    position: relative;
    margin-bottom: 20px;
}

.icons__item-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -15px;
    right: -15px;
    background: #e5b5f2;
}

.icons__item-img > img {
    position: relative;
    z-index: 1;
}

.icons__item-text {
    font-size: 14px;
    color: #FFFFFF;
}

.icons__bottom {
    display: flex;
    justify-content: center;
}

.icons__btn {
    width: 33.3333%;
    min-width: 200px;
    background: #FFFFFF;
}

.blocks__section {
    background: #cb6ce6;
    padding: 60px 0;
}

.blocks__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 15px;
}

.blocks__item {
    width: calc(50% - 40px);
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .blocks__item {
        width: 100%;
    }
}

.blocks__item-num {
    text-align: center;
    padding: 10px;
    height: 56px;
    font-weight: bold;
}

.blocks__item-num > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 6px solid #ffffff;
    color: #FFFFFF;
    line-height: 28px;
}

.blocks__item-text {
    background: #FFFFFF;
    padding: 20px;
    height: calc(100% - 56px);
}

.lore__section {
    padding: 60px 0;
    background-image: url("../img/business-training/lore-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.lore__section > .container {
    position: relative;
}

.lore__section > .container:after {
    content: url("../img/business-training/icon-dumbbell.png");
    display: block;
    position: absolute;
    right: -200px;
    bottom: -100px;
}

.lore__text > p {
    font-size: 18px;
    line-height: normal;
}

.lore__text > ul {
    margin-bottom: 30px;
}

.what__section {
    position: relative;
}

.what__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.what__left {
    width: 33.3333%;
    padding-right: 40px;
}

@media only screen and (max-width: 800px) {
    .what__left {
        display: none;
    }
}

.what__content {
    width: 66.3333%;
}

@media only screen and (max-width: 800px) {
    .what__content {
        width: 100%;
    }

    .what__title {
        text-align: center;
    }
}



.what__text {
    font-size: 16px;
}

.what__content {
    margin: 60px 0;
}

.program__section {
    padding: 60px 0;
    background: #cb6ce6;
    color: #FFFFFF;
    position: relative;
}

.program__section:after {
    content: url("../img/business-training/after.png");
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.program__text > ol > li {
    font-size: 18px;
    line-height: normal;
    list-style: auto !important;
}

.program__text {
    margin-bottom: 30px;
}

.program__bottom {
    display: flex;
    justify-content: center;
}

.price__section {
    padding: 60px 0;
}

.price__row {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .price__row {
        flex-direction: column;
    }
}

.price__col {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.price__col:nth-child(2) {
    flex-direction: column-reverse;
}

.section__briff{
	position: relative;
	width: 100%;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section__briff:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000040;
}
.section__briff span{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	max-width: 600px;
	text-align: center;
	line-height: 1.5;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 30px 120px;
	box-sizing: content-box;
	text-shadow: -2px 1px 4px rgb(0 0 0);
	z-index: 1;
}

@media only screen and (max-width: 600px) {
    .price__col {
        width: 100%;
    }

    .price__col:nth-child(1) {
        display: flex;
        flex-direction: column-reverse;
    }
	
	.section__briff span{
		font-size: 24px;
		padding: 30px 20px;
	}
}

.price__img {
    height: 250px;
    overflow: hidden;
}

.price__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.price__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
}

.price__text > p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
}

.price__text > p > strong {
    font-size: 24px;
    line-height: normal;
    color: #472750;
    text-align: center;
}

.price__info {
    margin: 0 auto;
    background: #f0d2f8;
    padding: 40px;
    margin-top: 60px;
}

.price__btn {
    width: 100%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.price__btn > a {
    border: 2px solid #cb6ce6;
}

.price__btn > a:hover {
    background: #cb6ce6;
    color: #ffffff;
}

.leading__section {
    padding: 60px 0;
    background: #cb6ce6;
    color: #FFFFFF;
    position: relative;
}

.leading__list {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 600px) {
    .leading__list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.leading__item {
    /*width: calc(50% - 20px);*/
    /*max-width: 250px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
    .leading__item {
        margin-bottom: 40px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .leading__item:nth-last-child(1) {
        margin-bottom: 0;
    }
}

.leading__item-photo {
    width: 250px;
    height: 250px;
    background: #EEEEEE;
    border-radius: 50%;
    /*margin-bottom: 20px;*/
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .leading__item-photo {
        margin-bottom: 40px;
    }
}

.leading__item-content {
    width: calc(100% - 250px);
    padding-left: 40px;
}

@media only screen and (max-width: 600px) {
    .leading__item-content {
        width: 100%;
        padding-left: 0;
    }
}

.leading__item-name {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #472750;
    margin-bottom: 16px;
}

.leading__item-text > p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: normal;
}

.comment__section {
    padding: 60px 0;
    background-image: url("../img/business-training/comment-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comment__list {
    position: relative;
}

.comment__list .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 120px;
    left: 0;
}

.comment__list .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 120px;
    right: 0;
}

.comment__list .owl-prev > svg,
.comment__list .owl-next > svg {
    color: #FFFFFF;
}

.comment__list .owl-dot {
    background: #FFFFFF !important;
}

.comment__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #FFFFFF;
    margin-left: 50px;
    margin-right: 65px;
}

.comment__item:nth-child(3) {
    width: 100%;
}

.comment__item-photo {
    width: 140px;
}

#scroller {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .comment__item-photo {
        display: none;
    }
}

.comment__item-photo > img {
    width: 100%;
    /*
    height: 100%;
     */
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.comment__item-text {
    width: calc(100% - 140px);
    padding: 15px 15px 15px 40px;
}

@media only screen and (max-width: 600px) {
    .comment__item-text {
        width: 100%;
        padding: 15px;
    }
}

.comment__item-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #472750;
    margin-bottom: 16px;
}

.contact__section {
    padding: 60px 0;
    background: #cb6ce6;
}

.contact__container {
    width: calc(100% - 30px);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    padding: 30px 20px;
    text-align: center;
}

.contact__container a {
    color: blue;
}

.contact__container strong {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #472750;
    text-transform: uppercase;
}

@media only screen and (max-width: 400px) {
    .su-lightbox-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.gallery__section {
    padding: 60px 0;
}

.gallery__list {
    position: relative;
}

.gallery__list .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 110px;
    left: -15px;
    background: #fff !important;
    border-radius: 50%;
}

.gallery__list .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 110px;
    right: -15px;
    background: #fff !important;
    border-radius: 50%;
}

.gallery__list .owl-prev > svg,
.gallery__list .owl-next > svg {
    color: #cb6ce6;
}

.gallery__item {
    height: 250px;
    overflow: hidden;
}

@media only screen and (max-width: 400px) {
    .gallery__item {
        height: 280px;
    }
}

.gallery__item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

/*** Sliders ***/
.owl-dots {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

.owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px;
    background: #c260db !important;
    border-radius: 50%;
    opacity: 0.5;
}

.owl-dot.active {
    opacity: 1;
}

.booking-modal {
    width: 96%;
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    background: #FFFFFF;
    color: #333333;
    box-shadow: 0px 0px 15px #333333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.booking-modal > h3 {
    font-size: 28px;
    line-height: 30px;
    font-family: Source Sans Pro;
    font-weight: Normal;
    font-style: Normal;
    color: #2a2a2a;
}

#booking-training input {
    padding: 10px;
    height: auto;
}

#booking-training input[type="submit"] {
    width: calc(100% - 15px);
    border: 0;
    border-radius: 0;
    background: #eee;
    box-shadow: 5px 5px 0 0 #e5b5f2 !important;
    transition-duration: .5s;
}

#booking-training input[type="submit"]:hover {
    background: #e5b5f2;
    box-shadow: none !important;
    margin-right: 5px;
}

