/* { элементы - общее */
* {
	max-width: 100%;
}

h1 {
	text-align: center;
	font-size: 1.7em;
	margin: 50px 0px 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
	margin: 40px 0px 30px;
	text-transform: uppercase;
}

p {
	margin: 6px;
}
/* элементы - общее } */

/* { глобальные элементы */
div.mobile-invisible, span.mobile-invisible {}

div.tm20 {
	margin-top: 20px;
}
div.tm15 {
	margin-top: 15px;
}

div.fade:not([data-windows~="cv-videos"]) div[data-window-id="cv-videos"] {
    display: none;
}

div.anchor {
	position: relative;
	top: -66px;
}

button.maestro-arrow-small {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 5%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-position: center center;
	vertical-align: top;
	cursor: pointer;
	height: 100%;
}
button.maestro-arrow-left {
	background-image: url("../../images/common/arrow-left-green.png");
}
button.maestro-arrow-right {
	background-image: url("../../images/common/arrow-right-green.png");
}

button.maestro-to-trial-button {
	position: fixed;
	color: rgb(0, 0, 0);
	bottom: 20px;
	right: 10px;
	height: 90px;
	width: 150px;
	border-width: 5px;
	border-style: solid;
	background-color: rgba(255, 255, 0, 1);
	background-color: rgba(250, 255, 248, 1);
	border-color: rgba(255, 0, 0, 1);
	border-color: rgba(112, 160, 112, 1);/*
	background-image: url(../../images/main/button-texture.png);*/
	background-size: contain;
	border-radius: 15px;
	cursor: pointer;
	z-index: 10;
}
button.maestro-to-trial-button:focus {
	box-shadow: 0px 0px 3px 3px rgba(200, 50, 50, 1);
	box-shadow: 0px 0px 3px 3px rgba(50, 200, 50, 1);
}
button.maestro-to-trial-button:active {
	box-shadow: inset 0px 0px 6px 0px rgba(64, 64, 48, 1), 0px 0px 3px 3px rgba(200, 50, 50, 1);
	box-shadow: inset 0px 0px 6px 0px rgba(48, 64, 48, 1), 0px 0px 3px 3px rgba(50, 200, 50, 1);
}
/* глобальные элементы } */

/* { интерфейс навигации */
div.headerLane {
	border-bottom-style: none;
}

div.maestro-navigation-plank-container {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 10;
}

div.maestro-navigation-plank {
	width: 100%;
	height: 60px;
	background-color: #98c182;
	border-style: solid none solid none;
	border-width: 3px;
	border-color: #799033;
	padding: 6px 12px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
div.maestro-navigation-plank[data-pos="sticked"] {
	position: fixed;
	top: 0px;
	left: 0px;
}

a.maestro-navigation-plank-link, button.maestro-navigation-plank-button {
	text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 0px 1px #fff, -1px 0px #fff, 0px -1px #fff, 1px 0px #fff;
	color: #007000;
	text-shadow: 1px 1px #007000, -1px 1px #007000, -1px -1px #007000, 1px -1px #007000, 0px 1px #007000, -1px 0px #007000, 0px -1px #007000, 1px 0px #007000;
	color: #fff;
	margin: 0px 12px;
    line-height: 2em;
}
a.maestro-navigation-plank-link:focus, button.maestro-navigation-plank-button:focus {
	text-decoration: underline;
}
a.maestro-navigation-plank-link:active, button.maestro-navigation-plank-button:active {
	text-shadow: 0px 0px 3px rgba(0, 255, 0, 1), 0px 0px 3px rgba(0, 255, 0, 1), 0px 0px 3px rgba(0, 255, 0, 1), 1px 1px #007000, -1px 1px #007000, -1px -1px #007000, 1px -1px #007000, 0px 1px #007000, -1px 0px #007000, 0px -1px #007000, 1px 0px #007000;
}

@media (max-width: 935px) {
a.maestro-navigation-plank-link[href="#reviews"] {
	display: none;
}
}
@media (max-width: 825px) {
a.maestro-navigation-plank-link[href="#chicos"] {
	display: none;
}
}
@media (max-width: 690px) {
a.maestro-navigation-plank-link[href="#maestros"] {
	display: none;
}
}
@media (max-width: 500px) {
a.maestro-navigation-plank-link[href="#escuela"] {
	display: none;
}
}
@media (max-width: 380px) {
a.maestro-navigation-plank-link[href="#gifts"] {
	display: none;
}
}
@media (max-width: 275px) {
a.maestro-navigation-plank-link[href="#formats"] {
	display: none;
}
}
/*

button.maestro-mobile-navigation-button {
	display: none;
	position: absolute;
	top: 93px;
	left: calc(50% - 36px);
	z-index: 10;
    border-top-style: none;
    border-radius: 0px 0px 15px 15px;
    width: 72px;
}
button.maestro-mobile-navigation-button[data-pos="sticked"] {
	position: fixed;
	top: 0px;
}
@media (max-width: 950px) {
button.maestro-mobile-navigation-button {
	display: initial;
}
}

span.maestro-mobile-navigation-button-span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-image: url(../../images/pay/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

div.maestro-mobile-navigation-fade {
	display: none;
}

div.maestro-mobile-navigation-fade[data-hide="false"] {
	display: initial;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

div.maestro-mobile-navigation-menu {
	position: absolute;
	width: 300px;
	top: 105px;
	left: calc(50% - 150px);
    background-color: #ffffff;
    border-style: solid;
    border-color: #3e7430;
    border-width: 2px;
    border-radius: 10px;
    box-sizing: border-box;
}

a.maestro-mobile-navigation-menu-button {
    border-style: solid none none none;
    border-color: #3e7430;
    border-width: 2px;
    padding: 9px;
    display: block;
    text-align: left;
    color: #000;
    font-size: 0.85em;
}

a.maestro-mobile-navigation-menu-button:first-child {
	border-style: none;
}*/
/* интерфейс навигации } */

/* { блок c соцсетями */
@media (min-width: 1181px) {
div.maestro-social-container {
	position: fixed;
	right: 0px;
	bottom: 60px;
	max-height: 100%;
	width: 90px;
	height: 450px;
	overflow: auto;
}
}
@media (max-width: 1180px) {
div.maestro-social-container {
	font-size: 0px;
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
}
div.maestro-social-button {
	display: inline-block;
	width: 72px;
	height: 72px;
	margin: 9px 9px;
	border-radius: 22.5%;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
div.maestro-social-button-telegram {
	background-image: url(../images/other/telegram.png);
}
a[href="https://t.me/espato_maestro"]:focus div.maestro-social-button-telegram {
	outline: 3px solid rgb(47, 157, 215);
}
a[href="https://t.me/espato_maestro"]:active div.maestro-social-button-telegram {
	box-shadow: 0px 0px 5px 5px rgb(47, 157, 215);
}
div.maestro-social-button-whatsapp {
	background-image: url(../images/other/whatsapp.png);
}
a[href="https://wa.me/79154728890"]:focus div.maestro-social-button-whatsapp {
	outline: 3px solid rgb(0, 100, 0);
}
a[href="https://wa.me/79154728890"]:active div.maestro-social-button-whatsapp {
	box-shadow: 0px 0px 5px 5px rgb(50, 180, 50);
}
/* блок c соцсетями } */

/* { блок пунктов */
div.maestro-points-frame {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 20px;
	background-color: rgb(250, 255, 248);
	border-width: 5px;
	border-color: rgb(112, 160, 112);
	border-style: solid;
}
@media (min-width: 826px) {
div.maestro-points-frame-short {
	display: none;
}
}
@media (max-width: 825px) {
div.maestro-points-frame-long {
	display: none;
}
}

div.maestro-point {
	position: relative;
	width: 90%;
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
	padding: 0px 15px 0px 39px;
	vertical-align: top;
	box-sizing: border-box;
}
div.maestro-points-frame-long div.maestro-point {
	width: 50%;
}

div.maestro-point-tick {
	position: absolute;
	left: 0px;
	background-image: url(../images/common/tick-black-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

span.maestro-point-span {
	font-size: 1.1em;
}

div.maestro-points-gift {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 12px;
	vertical-align: bottom;
	background-image: url(../images/maestro/gift-rw.png);
}
/* блок пунктов } */

/* { блок заявки */
div.maestro-join-div {
	margin-top: 15px;
	position: relative;
	text-align: center;
}

img.maestro-join-image {
	position: relative;
	z-index: -1;
}
@media (max-width: 1019px) {
img.maestro-join-image {
	display: none;
}
}

div.maestro-join-form {
	background-color: initial;
	background-image: url(../../images/main/button-texture.png);
	background-size: contain;
	border-radius: 30px;
	padding: 20px;
	border-width: 1px;
	border-color: rgb(100, 50, 0);
	border-style: solid;
	text-align: left;
	text-shadow: 1px 1px white, -1px 1px white, -1px -1px white, 1px -1px white, 0px 1px white, -1px 0px white, 0px -1px white, 1px 0px white;
}
@media (max-width: 1019px) {
div.maestro-join-form {
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
}
@media (min-width: 1020px) {
div.maestro-join-form {
	position: absolute;
	top: 14.5%;
	left: 25%;
}
}

div.maestro-join-red-line {
	height: 30%;
	width: 100%;
	background-color: rgba(255, 0, 0, 0.8);
	position: absolute;
	z-index: -1;
	left: 0px;
}
div.maestro-join-yellow-line {
	height: 40%;
	width: 100%;
	background-color: rgba(255, 255, 0, 0.8);
	position: absolute;
	z-index: -1;
	left: 0px;
}
div.maestro-join-top-line {
	top: 0%;
	border-radius: 30px 30px 0px 0px;
}
div.maestro-join-middle-line {
	top: 30%;
}
div.maestro-join-bottom-line {
	top: 70%;
	border-radius: 0px 0px 30px 30px;
}

div.maestro-join-form-container {
	position: relative;
}

div.maestro-join-form-line[data-color="red"] {
	background-color: rgb(255, 216, 217);
	box-shadow: 0px 0px 2px 1px rgb(255, 216, 217), 0px 0px 2px 1px rgb(255, 216, 217);
}

div.maestro-join-form-message {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	padding: 3px 6px;
	display: none;
}

div.maestro-join-form-wait-message {
	font-size: 1.1em;
	text-align: center;
	padding-top: 70px;
}
div.maestro-join-div[data-state="sent"] div.maestro-join-form-wait-message {
	display: block;
}

div.maestro-join-label, div.maestro-join-label-short {
	width: 165px;
}

div.maestro-join-connect-type-label {
	display: inline-block;
}
div.maestro-join-connect-type-label-short {
	display: none;
}

div.maestro-join-one-line-div {
	margin-top: 5px;
	height: 29px;
	text-align: left;
}

button.maestro-join-button {
	cursor: pointer;
	position: absolute;
	bottom: -30px;
	right: 20px;
}

div.maestro-join-connection-form-div {
	margin-top: 15px;
	position: relative;
}

div.maestro-join-connection-form-message {
	top: -45px;
	height: auto;
	display: none;
	color: rgba(150, 0, 0, 1);
}

div.maestro-join-connection-form-div[data-wrong="true"] div.maestro-join-connection-form-message {
	display: initial;
}

input.maestro-form {
	vertical-align: top;
	height: 33px;
	width: 295px;
	padding: 0px 5px;
	border-width: 1px;
	border-style: solid;
	background-color: rgb(250, 250, 250);
	border-color: rgb(100, 50, 0);
}
input.maestro-form[data-color="gray"] {
	background-color: rgb(250, 250, 250);
	border-color: rgb(100, 50, 0);
}
input.maestro-form[data-color="green"] {
	background-color: rgb(198, 255, 201);
	border-color: rgb(177, 207, 177);
}
input.maestro-form[data-color="red"] {
	background-color: rgb(255, 216, 217);
	border-color: rgb(207, 177, 177);
}
input.maestro-form-disabled {
	background-color: rgb(225,225,225);
}
input.maestro-form:focus {
	outline: none;
	box-shadow: 3px 3px rgb(255, 255, 0), -3px 3px rgb(255, 255, 0), -3px -3px rgb(255, 255, 0), 3px -3px rgb(255, 255, 0);
}
input.maestro-form:disabled {
}
input.maestro-form::placeholder {
	color: rgb(50, 50, 50);
}
input.maestro-form::-webkit-input-placeholder {
	color: rgb(50, 50, 50);
}
input.maestro-form:-ms-input-placeholder {
	color: rgb(50, 50, 50);
}
input.maestro-form::-moz-placeholder {
	color: rgb(50, 50, 50);
}
input.maestro-form:-moz-placeholder {
	color: rgb(50, 50, 50);
}

button.maestro-radio {
	margin-right: 7px;
	text-shadow: inherit;
}
/* блок заявки } */

/* { блок после заявки */
div.maestro-after-join-wrapper-v {
	position: relative;
}

div.maestro-after-join-div-h {
	position: relative;
	text-align: center;
	height: 72px;
	margin-top: 21px;
}
div.maestro-after-join-div-v {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px;
	height: 100%;
}
@media (min-width: 826px) {
div.maestro-after-join-div-v {
	display: none;
}
}
@media (max-width: 825px) {
div.maestro-after-join-div-h {
	display: none;
}
}

div.maestro-after-join-elem {
	position: absolute;
	box-sizing: border-box;
}

div.maestro-after-join-rect-h {
	height: 100%;
	width: 82%;
	background-image: url(../images/maestro/after-join-rect-h.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
div.maestro-after-join-rect-v {
	width: 100%;
	height: 85%;
	top: 7.5%;
	background-image: url(../images/maestro/after-join-rect-v.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

div.maestro-after-join-tr {
	width: 72px;
	height: 72px;
	background-size: cover;
	background-repeat: no-repeat;
}
div.maestro-after-join-tr-h {
	background-image: url(../images/maestro/after-join-tr-h.png);
}
div.maestro-after-join-tr-v {
	background-image: url(../images/maestro/after-join-tr-v.png);
	bottom: -75px;
}

div.maestro-after-join-circle {
	box-sizing: border-box;
	text-align: center;
	width: 72px;
	height: 72px;
	background-image: url(../images/maestro/after-join-circle.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 15px;
	font-size: 1.3em;
	color: #004000;
}
div.maestro-after-join-circle-v {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto 9px auto 0px;
}

div.maestro-after-join-labels-h {
	text-align: center;
	margin-top: 15px;
}
div.maestro-after-join-labels-v {
	width: 100%;
	margin-bottom: 75px;
}
@media (min-width: 826px) {
div.maestro-after-join-labels-v {
	display: none;
}
}
@media (max-width: 825px) {
div.maestro-after-join-labels-h {
	display: none;
}
}

div.maestro-after-join-label-h {
	display: inline-block;
	max-width: 250px;
	text-align: left;
}

div.maestro-after-join-label-v {
	position: relative;
	min-height: 90px;
	margin: 15px 0px;
	padding-left: 81px;
}

div.maestro-after-join-label-v-text {
	padding: 27px 0px 0px 0px;
}
/* блок после заявки } */

/* { блок с форматами */
div.maestro-formats-container {}

div.maestro-format-tab-buttons-container {
	width: 100%;
}

button.maestro-format-tab-button {
	position: relative;
	border-radius: 10px 10px 0px 0px;
	border-style: solid solid none solid;
	border-width: 4px;
	border-color: rgb(112, 160, 112);
	vertical-align: top;
	cursor: pointer;
	z-index: 1;
	background-color: rgb(255, 255, 255);
}
button.maestro-format-tab-button:focus {
	box-shadow: 0px 0px 3px 3px rgba(50, 200, 50, 1);
}
button.maestro-format-tab-button:active {
	box-shadow: inset 0px 0px 6px 0px rgba(48, 64, 48, 1), 0px 0px 3px 3px rgba(50, 200, 50, 1);
}
div.maestro-formats-container:not([data-selected="single"]) button.maestro-format-tab-button[data-value="single"], div.maestro-formats-container:not([data-selected="pair"]) button.maestro-format-tab-button[data-value="pair"], div.maestro-formats-container:not([data-selected="mini-group"]) button.maestro-format-tab-button[data-value="mini-group"] {
	background-color: rgb(250, 251, 253);
	z-index: initial;
	border-color: rgb(80, 130, 80);
}

button.maestro-format-tab-button-h {
	width: 180px;
	margin-right: 6px;
	height: 60px;
}
@media (max-width: 600px) {
button.maestro-format-tab-button-h {
	display: none;
}
}

button.maestro-format-tab-button-v {
	width: 30%;
	max-width: 100px;
	margin-right: 6px;
	height: 180px;
}
@media (min-width: 601px) {
button.maestro-format-tab-button-v {
	display: none;
}
}

div.maestro-format-tab-button-v-div {
	position: relative;
	height: 100%;
	width: 30px;
	display: inline-block;
}

div.maestro-format-tab-button-v-label {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -73px;
	margin: auto;
	height: 30px;
	width: 174px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	max-width: initial;
}

div.maestro-format-tab-button-white {
	position: absolute;
	bottom: -10px;
	left: -14px;
	height: 10px;
	background-color: inherit;
}
button.maestro-format-tab-button-h div.maestro-format-tab-white {
	width: 200px;
}
button.maestro-format-tab-button-v div.maestro-format-tab-white {
	width: 120px;
}
button.maestro-format-tab-button[data-value="single"] div.maestro-format-tab-white {
	left: -4px;
	border: inherit;
	border-style: none none none solid;
}
button.maestro-format-tab-button-h[data-value="single"] div.maestro-format-tab-white {
	width: 190px;
}
button.maestro-format-tab-button-v[data-value="single"] div.maestro-format-tab-white {
	width: 130px;
}

div.maestro-formats-frame {
	position: relative;
	top: -4px;
	border-radius: 10px;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(112, 160, 112);
	background-color: rgb(255, 255, 255);
	font-size: 0px;
}
@media (min-width: 826px) {
div.maestro-formats-frame {
	min-height: 431px;
}
}
div.maestro-formats-container[data-selected="single"] div.maestro-formats-frame {
	border-radius: 0px 10px 10px 10px;
}

div.maestro-formats-frame-border-part {
	position: absolute;
	z-index: -1;
	top: -4px;
	left: -4px;
	height: 15px;
	width: 15px;
	border-style: none none none solid;
	border-width: 4px;
	border-color: rgb(80, 130, 80);
}

div.maestro-formats-column {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
	vertical-align: top;
}
div.maestro-formats-container:not([data-selected="single"]) div.maestro-formats-column[data-value="single"], div.maestro-formats-container:not([data-selected="pair"]) div.maestro-formats-column[data-value="pair"], div.maestro-formats-container:not([data-selected="mini-group"]) div.maestro-formats-column[data-value="mini-group"] {
	display: none;
}
div.maestro-formats-column-div {
	width: 100%;
	height: 100%;
	position: relative;
}
img.maestro-formats-image {}
@media (min-width: 826px) {
div.maestro-formats-column {
	width: 50%;
	height: 100%;
}
div.maestro-formats-img-column {
	padding-top: 67px;
}
div.maestro-formats-points-column[data-value="pair"] {
	padding-top: 27px;
}
}
@media (max-width: 825px) {
div.maestro-formats-column {
	width: 100%;
}
}

div.maestro-formats-point {
	position: relative;
	text-align: justify;
	margin: 10px 0px 15px 0px;
	padding-left: 30px;
	vertical-align: top;
}

div.maestro-formats-sub-point {
	color: rgb(100, 100, 100);
	font-size: 0.9em;
	margin-top: 3px;
}

div.maestro-formats-point-tick {
	position: absolute;
	top: 6px;
	left: 0px;
	background-image: url(../images/common/tick-black-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: solid 2px rgb(100, 100, 100);
}
/* блок с форматами } */

/* { блок с деревом школы */
div.maestro-school-tree-div {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 18px;
}

img.maestro-school-tree-img {
	width: 100%;
	max-width: 500px;
}

button.maestro-school-tree-button {
	position: absolute;
	cursor: pointer;
	border-radius: 9px;
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.9);
}
button.maestro-school-tree-button:focus {
	box-shadow: inset 0px 0px 2px 2px rgba(150, 255, 150, 1), 0px 0px 2px 2px rgba(150, 255, 150, 1);
}
button.maestro-school-tree-button:active {
	box-shadow: inset 0px 0px 2px 2px rgba(100, 200, 100, 1), 0px 0px 2px 2px rgba(100, 200, 100, 1);
}
button.maestro-school-tree-button[data-selected="true"] {
	background-color: rgba(200, 240, 190, 1);
}
button.maestro-school-tree-button-3 {
	top: 0%;
	right: 60%;
}
button.maestro-school-tree-button-4 {
	top: 0%;
	left: 60%;
}
button.maestro-school-tree-button-2 {
	top: 35%;
	right: 75%;
}
button.maestro-school-tree-button-5 {
	top: 35%;
	left: 75%;
}
button.maestro-school-tree-button-1 {
	top: 70%;
	right: 70%;
}
button.maestro-school-tree-button-6 {
	top: 70%;
	left: 70%;
}
@media (max-width: 700px) {
button.maestro-school-tree-button-3, button.maestro-school-tree-button-2, button.maestro-school-tree-button-1 {
	left: 0px;
	right: initial;
	text-align: left;
}
button.maestro-school-tree-button-4, button.maestro-school-tree-button-5, button.maestro-school-tree-button-6 {
	right: 0px;
	left: initial;
	text-align: right;
}
}

div.maestro-school-tree-espato {
	color: #007000;
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

div.maestro-school-tree-info-container {
	position: relative;
	background-color: #fff;
}

div.maestro-school-tree-info {
	position: relative;
}
div.maestro-school-tree-info-abs {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.maestro-school-tree-info[data-display="false"] {
	z-index: -1;
}

div.maestro-school-tree-text-title {
	text-transform: uppercase;
}
/* блок с деревом школы } */

/* { блок для кого */
div.maestro-info-boxes-div {
	width: 100%;
	position: relative;
	text-align: center;
}

div.maestro-info-boxes-separator {
	display: none;
}

div.maestro-info-box-place {
	display: inline-block;
	padding: 6px;
	width: 326px;
	height: 370px;
	box-sizing: border-box;
	vertical-align: top;
}

div.maestro-info-box {
	width: 100%;
	height: 100%;
	border-radius: 9px;
	border-style: solid;
	border-color: rgb(112, 160, 112);
	border-width: 2px;
	background-color: rgb(250, 255, 248);
	padding: 9px;
	box-sizing: border-box;
	text-align: center;
}

img.maestro-info-box-img {
	height: 180px;
}
img.maestro-info-box-img-s {
	height: 160px;
	margin: 10px;
}

div.maestro-info-box-label {
	font-size: 1.05em;
}

div.maestro-info-box-text {
	font-size: 0.9em;
	color: rgb(25, 25, 25);
	text-align: justify;
	text-indent: 18px;
	margin-top: 6px;
}
/* блок для кого } */

/* { блок с уровнями */
h2.niveles {
	margin: 40px 0px 15px;
}

div.maestro-niveles-div {
	text-align: center;
	margin-top: 20px;
}

button.maestro-nivel {
	width: 99px;
	height: 99px;
	margin: 24px;
	font-size: 1.5em;
	border-radius: 50%;
	background-color: rgb(250, 251, 253);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
button.maestro-nivel:focus {
	box-shadow: 0px 0px 3px 3px rgba(50, 175, 50, 1);
}
button.maestro-nivel:active {
	box-shadow: inset 0px 0px 6px 0px rgba(24, 64, 24, 1), 0px 0px 3px 3px rgba(50, 175, 50, 1);
}
button.maestro-nivel-a1 {
	background-image: url(../images/maestro/nivel-a1-g.png);
}
button.maestro-nivel-a1[data-selected="true"] {
	background-image: url(../images/maestro/nivel-a1-b.png);
}
button.maestro-nivel-a2 {
	background-image: url(../images/maestro/nivel-a2-g.png);
}
button.maestro-nivel-a2[data-selected="true"] {
	background-image: url(../images/maestro/nivel-a2-b.png);
}
button.maestro-nivel-b1 {
	background-image: url(../images/maestro/nivel-b1-g.png);
}
button.maestro-nivel-b1[data-selected="true"] {
	background-image: url(../images/maestro/nivel-b1-b.png);
}
button.maestro-nivel-b2 {
	background-image: url(../images/maestro/nivel-b2-g.png);
}
button.maestro-nivel-b2[data-selected="true"] {
	background-image: url(../images/maestro/nivel-b2-b.png);
}
button.maestro-nivel-c1 {
	background-image: url(../images/maestro/nivel-c1-g.png);
}
button.maestro-nivel-c1[data-selected="true"] {
	background-image: url(../images/maestro/nivel-c1-b.png);
}
button.maestro-nivel-c2 {
	background-image: url(../images/maestro/nivel-c2-g.png);
}
button.maestro-nivel-c2[data-selected="true"] {
	background-image: url(../images/maestro/nivel-c2-b.png);
}

div.maestro-niveles-separator {
	display: none;
}
@media (min-width: 494px) and (max-width: 972px) {
div.maestro-niveles-separator {
	display: block;
}
}

div.maestro-niveles-description {
	margin: 15px 0px;
	text-indent: 15px;
}
/* блок с уровнями } */

/* { блок с маэстрами */
div.maestro-maestros-div {
	position: relative;
	width: 100%;
	font-size: 0px;
	margin: 20px 0px 40px;
	text-align: left;
}

div.maestro-cvs-wrapper {
	position: relative;
	top: 0px;
	width: 100%;
	height: 500px;
	display: inline-block;
	overflow-x: auto;
}

div.maestro-cvs-conveyor {
	position: relative;
	overflow: visible;
	height: 100%;
}

div.maestro-cvs-lane {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 320px;
	max-width: 100%;
}

div.maestro-cv {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 320px;
	max-width: 100%;
}

button.maestro-cv-video {
	height: 240px;
	width: 320px;
	max-width: 100%;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
}

div.maestro-cv-text {
	height: 245px;
	width: 100%;
	padding: 9px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
div.maestro-cv-text-line {
	margin-top: 5px;
}
/* блок с маэстрами } */

/* { видео с маэстрами */
div.maestro-maestros-cv-videos-div {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
@media (min-width: 981px) and (min-height: 552px) {
div.maestro-maestros-cv-videos-div {
	height: 551.25px;
	width: 980px;
}
}
@media (min-width: 981px) and (max-height: 551px), (max-width: 980px) and (max-height: 551px) and (min-aspect-ratio: 16/9) {
div.maestro-maestros-cv-videos-div {
	height: 100%;
	width: 177.78vh;
}
}
@media (max-width: 980px) and (min-height: 552px), (max-width: 980px) and (max-height: 551px) and (max-aspect-ratio: 16/9) {
div.maestro-maestros-cv-videos-div {
	height: 56.25vw;
	width: 100%;
}
}

div.maestro-maestros-cv-video, video.maestro-maestros-cv-video, iframe.maestro-maestros-cv-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* видео с маэстрами } */

/* { блок c видео */
div.maestro-video-div {
	position: relative;
}

div.maestro-video-column {
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
@media (min-width: 826px) {
div.maestro-video-column {
	width: 50%;
}
}
@media (max-width: 825px) {
div.maestro-video-column {
	width: 100%;
}
}

div.maestro-video-img {
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	width: 37.77%;
	height: 69.7%;
	top: 8.5%;
	left: 6.2%;
	width: 75.55%;
	height: 71.0%;
	top: 8.5%;
	left: 12.25%;
}

div.maestro-video-caption {
	line-height: 1.7;
	padding: 10px;
	box-sizing: border-box;
}
div.maestro-video-caption-h {
	display: inline-block;
	font-size: 1.2em;
	margin-bottom: 7px;
	background-color: rgba(220, 255, 200, 1);
	border-radius: 5px;
}

video.maestro-video {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
/* блок c видео } */

/* { блок отзывов */
div.maestro-reviews-div {
	width: 100%;
	height: 300px;
	font-size: 0px;
}

div.maestro-reviews-wrapper {
	position: relative;
	top: 0px;
	width: 90%;
	height: 100%;
	display: inline-block;
	overflow-x: hidden;
}

div.maestro-review {
	position: absolute;
	height: 100%;
	top: 0px;
	text-align: justify;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 551px) {
div.maestro-review {
	padding-right: 206px;
}
}
@media (max-width: 550px) {
div.maestro-review {
	padding-right: 104px;
}
}

div.maestro-review-img-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	text-align: center;
	padding: 30px 0px 0px;
	box-sizing: border-box;
}
@media (min-width: 551px) {
div.maestro-review-img-wrapper {
	width: 206px;
}
}
@media (max-width: 550px) {
div.maestro-review-img-wrapper {
	width: 104px;
}
}

div.maestro-review-img {
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
}
@media (min-width: 551px) {
div.maestro-review-img {
	width: 200px;
	height: 200px;
	border: solid 3px #3f5373;
}
}
@media (max-width: 550px) {
div.maestro-review-img {
	width: 100px;
	height: 100px;
	border: solid 2px #3f5373;
}
}

div.maestro-review-text {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0px 20px;
}
/* блок отзывов } */

/* { слайдеры */
div.maestro-slider-frame {
	display: inline-block;
	position: relative;
	margin: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #a0d090;
	border-radius: 12px;
	width: 900px;
	max-width: 84%;
	overflow: hidden;
	box-sizing: border-box;
}
@media (min-width: 1341px) {
div.maestro-slider-frame {
	width: 100%;
	max-width: 100%;
}
}

div.maestro-slide {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

img.maestro-slider-img {
	max-width: 100%;
}

img.maestro-slider-replacer {
	position: relative;
	max-width: 100%;
}

div.maestro-slider-circle-container {
	width: 100%;
	text-align: center;
	margin-top: 7px;
}

button.maestro-slider-circle {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-width: 2px;
	border-style: solid;
	border-color: #a0d090;
	border-radius: 50%;
	margin: 0px 7px;
	cursor: pointer;
}

button.maestro-slider-circle[data-selected="true"] {
	background-color: #208010;
}

button.maestro-arrow-slider {
	position: absolute;
	top: 0px;
	bottom: 0px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 8%;
	margin: auto 0px;
	padding: 0px;
	border: none;
	background-position: center center;
	vertical-align: top;
	cursor: pointer;
	height: 150px;
	z-index: 1;
}
button.maestro-arrow-slider-left {
	left: 0px;
}
button.maestro-arrow-slider-right {
	right: 0px;
}
@media (min-width: 1341px) {
button.maestro-arrow-slider-left {
	left: -79px;
}
button.maestro-arrow-slider-right {
	right: -79px;
}
}

button.maestro-arrow-maestros {
	top: 45px;
	bottom: initial;
	margin: 0px;
}
/* слайдеры } */

/* { блок с вопросами */
div.maestro-question-div {
	width: 100%;
	background-color: rgba(240, 255, 235, 1);
	padding: 9px;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 15px;
}

button.maestro-question-button {
	cursor: pointer;
	font-size: 1.1em;
	width: 100%;
	text-align: left;
}
button.maestro-question-button:focus {
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
button.maestro-question-button:active {
	text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 0px 1px #fff, -1px 0px #fff, 0px -1px #fff, 1px 0px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

div.maestro-question-triangle {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url("../../images/common/triangle-v.png");
	background-size: cover;
	margin: 6px 3px 3px 3px;
	vertical-align: top;
	cursor: pointer;
}
div.maestro-question-div[data-expanded="true"] div.maestro-question-triangle {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

div.maestro-question-answer {
	margin-top: 9px;
	text-indent: 26px;
	display: none;
}
div.maestro-question-div[data-expanded="true"] div.maestro-question-answer {
	display: block;
}
/* блок с вопросами } */