/* xs md lg
@media all and (max-width: 1199px) { } 
@media all and (max-width: 961px) { }
@media all and (max-width: 767px) { }
@media (max-width:767px) and (min-width:536px){ }
*/
.b-no-desktop {
    display: none;
}

.b-no-desktop__inline {
    display: none;
}

@media (max-width: 767px) {
    .b-no-desktop {
        display:block;
    }

    .b-no-desktop__inline {
        display: inline;
    }

    .b-no-phone {
        display: none!important;
    }
}

.b-color-green {
    color: #689f38;
}

.b-color-orange {
    color: #f57c00;
}

.js-dropdown-menu {
}

.js-dropdown-menu__inner {
    opacity: 0;
    transform: scale(0,0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.b-feedback__group .b-feedback__btn {
    width: 100%;
}

@media (max-width: 1199px) {
    .b-feedback .b-feedback__group.hidden-less-lg {
        display:none !important;
    }

    .b-feedback .b-feedback__group, .b-feedback.b-feedback--internal .b-feedback__group {
        width: 40%!important;
    }
}

@media all and (max-width: 963px) {
    .b-feedback .b-feedback__group, .b-feedback.b-feedback--internal .b-feedback__group {
        width:50%!important;
    }
}

@media (max-width: 767px) {
    .b-feedback .b-feedback__group, .b-feedback.b-feedback--internal .b-feedback__group {
        width:100% !important;
    }
}

.b-position__relative {
    position: relative;
}

.address_sign--block {
    display: block !important;
}

.phone-text {
    font-size: 0.813rem;
    line-height: 1.384615384615385;
}

.phone-text--bold {
    font-weight: bold;
}

.address__selected--triangle:after {
    content: '';
    width: 5px;
    height: 3px;
    background: url(../images/triangle-bottom.png);
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width: 1200px) {
    .address__sign {
        display: block !important;
    }
}

.address--fullvision {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    font-size: 0.813rem;
    line-height: 1.384615384615385;
}

.l-section-polis {
    padding: 0px;
}

.b-polis {
}

.b-polis__content {
    padding: 48px 0px 42px;
}

.b-polis__title {
    font-size: 26px;
    margin-bottom: 24px;
    display: block;
}

.b-polis__text {
    font-size: 15px;
    line-height: 21px;
}

.b-polis__text--larger {
    font-size: 19px;
    line-height: 26px;
}

.b-polis__multi-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-polis__wrap_main {
    max-width: 760px;
}

.b-polis__wrap_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 963px) {
    .b-polis__wrap_main {
        max-width: 500px;
    }
}

@media all and (max-width: 767px) {
    .b-polis__wrap_main {
        max-width: 100%;
    }

    .b-polis__wrap_sidebar {
        display: none;
    }

    .b-polis__multi-col {
        padding: 20px 0px 20px;
    }
}

.b-ul-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.b-ul-advantage__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-ul-advantage__wrap-icon {
}

.b-ul-advantage_wrap_content {
    padding-right: 10px;
}

.b-ul-advantage__icon {
    width: 26px;
    height: 26px;
    display: block;
    background-size: cover !important;
    margin-right: 8px;
    margin-top: 2px;
}

.b-ul-advantage__icon--ok {
    background: url(../images/icons/b-ul-advantages/ok.svg);
}

.b-ul-advantage__icon--clock {
    background: url(../images/icons/b-ul-advantages/clock.svg);
}

.b-ul-advantage__icon--timing {
    background: url(../images/icons/b-ul-advantages/timing.svg);
}

.b-ul-advantage__icon--online {
    background: url(../images/icons/b-ul-advantages/online.svg);
}

.b-ul-advantage__icon--cap {
    background: url(../images/icons/b-ul-advantages/cap.svg);
}

.b-ul-advantage__title {
    display: block;
    font-size: 18px;
    color: #689f38;
}

.b-ul-advantage__text {
    font-size: 13px;
}

@media all and (max-width: 1199px) {
    .b-ul-advantage__li {
        width: 175px;
    }
}

@media all and (max-width: 963px) {
    .b-ul-advantage__li {
        display: block;
    }

    .b-ul-advantage__icon {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767px) {
    .b-ul-advantage {
        display:none;
    }
}

.l-section-programms {
    padding: 0px;
    background: #f5f5f5;
    padding: 25px 0px;
}

.b-mini-menu__ul {
    padding: 12px 0px;
}

.b-mini-menu__ul:after {
    display: block;
    content: "";
    clear: both;
}

.b-mini-menu__li {
    float: left;
    padding-right: 30px;
    font-size: 15px;
    margin-bottom: 2px;
}

.b-mini-menu__link {
    text-decoration: underline;
}

.b-mini-menu__link:hover, .b-mini-menu__link--active {
    color: #689f38!important;
    text-decoration: none;
}

@media all and (max-width: 1199px) {
}

@media all and (max-width: 963px) {
}

@media all and (max-width: 767px) {
    .l-section-programms {
        background:none;
    }

    .b-mini-menu {
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }

    .b-mini-menu__li {
        width: 50%;
    }
}

.b-programms {
    padding: 20px 0px;
}

.b-programms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    border-bottom: 1px solid #d1d1d1;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.b-programms-item__wrap {
    width: 31.5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-right: 1.8%;
    float: left;
}

.b-programms-item__box {
    position: relative;
    min-height: 440px;
    height: 458px;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.b-programms-item {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 440px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*.b-programms-item:nth-of-type(1){
	transform: rotateY(0deg);
    backface-visibility: hidden;
}
.b-programms-item:nth-of-type(2){
	transform: rotateY(180deg);
    backface-visibility: hidden;
}
.b-programms-item:nth-of-type(3){
	transform: rotateY(360deg);
    backface-visibility: hidden;
}
.b-programms-item:nth-of-type(4){
	transform: rotateY(540deg);
    backface-visibility: hidden;
}
.b-programms-item:nth-of-type(5){
	transform: rotateY(720deg);
    backface-visibility: hidden;
} */
.b-programms-item--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-programms-item__top {
}

.b-programms-item__title {
    font-size: 27px;
    margin-bottom: 14px;
    display: block;
}

.b-programms-item__text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
}

.b-programms-item__link {
    text-decoration: underline;
}

.b-programms-item__more {
    display: block;
    margin-bottom: 15px
}

.b-programms-item__bottom {
}

.b-programms-item__cash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-programms-item__value-price {
    width: 50%;
    font-size: 19px;
    color: #689f38;
}

.b-programms-item__btn {
    width: 50%;
    text-align: center;
    background: #f57c00;
    color: #fff;
    padding: 7px 0px;
    border-radius: 40px;
}

.b-programms-item__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-programms-item__label {
    margin-right: 4px;
}

.b-programms-item__inline-ul {
    list-style: initial;
    margin-left: 15px;
}

.b-programms-item__inline-ul > li {
}

.b-programms-item_wrap_form {
}

.b-programms-item_wrap_form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 10px;
    border: 0px;
    background: #f6f6f6;
}

.b-programms-item_wrap_form input:focus {
}

.b-programms-item--flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-programms-item--super-more {
}

.b-programms-item__link--back {
    display: block;
}

.b-programms-item__address {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.b-programms-item__address .address__selected {
    text-decoration: none;
}

@media all and (max-width: 1199px) {
    .b-programms-item__wrap {
        width:48.5%;
        width: 48.0%;
        position:relative;
        z-index:1;
    }
}

@media all and (max-width: 963px) {
    .b-programms-item__wrap {
        width:47.5%;
        position:relative;
        z-index:1;
    }
}

@media all and (max-width: 767px) {
    .b-programms-item__wrap {
        width:100%;
        margin-bottom: 20px;
        position:relative;
        z-index:1;
    }

    .b-programms-item__wrap:hover {
        z-index:2;
    }

    .b-programms-item {
        min-height: auto;
        padding: 0px;
    }

    .b-programms-item__box {
        /*min-height:auto;*/
    }

    .b-programms-item__value-price {
        display: none;
    }

    .b-programms-item__btn {
        width: 100%;
        margin-top:
    }

    .b-programms-item__cash {
        padding-top: 20px;
    }

    .b-programms-item--thanks {
        color: #41a029;
        padding: 10px;
        border: 1px solid #f5f5f5;
    }

    .b-programms-item--thanks .b-programms-item__title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .b-programms-item__link--back {
        display: block;
    }

    .b-programms-item__address {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 25px;
        margin-bottom: 0px;
        border-bottom: none;
    }

    .b-programms-item__address .address__selected {
        padding-bottom: 5px;
    }
}

.b-contacts-go {
    margin-bottom: 25px;
}

.b-contacts-go__wrap {
    background: #fff;
    padding: 38px 0px 45px;
}

.b-contacts-go__title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 12px;
}

.b-contacts-go__contacts {
}

.b-list-contacts-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-list-contacts-v__item {
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-list-contacts-v__text {
    font-size: 22px;
}

.b-list-contacts-v__link {
    color: #0097a7;
    text-decoration: underline;
}

.b-list-contacts-v__link--hover:hover {
    color: #27c4d6;
    text-decoration: underline;
}

.b-list-contacts-v__icon {
    display: block;
    width: 32px;
    height: 32px;
    background: #dadada;
    margin-left: 4px;
    margin-right: 6px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}

.b-list-contacts-v__icon--whatsapp {
    background: url(../images/icons/socials/whatsapp.png);
}

.b-list-contacts-v__icon--viber {
    background: url(../images/icons/socials/viber.png);
}

.b-list-contacts-v__icon--telegram {
    background: url(../images/icons/socials/telegram.png);
}

.b-list-contacts-v__icon--skype {
    background: url(../images/icons/socials/skype.png);
}

@media all and (max-width: 1199px) {
}

@media all and (max-width: 963px) {
    .b-list-contacts-v__text {
        font-size:21px;
    }

    .b-list-contacts-v__item {
        margin-left: 8px;
        margin-right: 8px;
    }

    .b-contacts-go__title {
        font-size: 23px;
    }
}

@media all and (max-width: 767px) {
    .b-list-contacts-v__item {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .b-list-contacts-v {
        display: block;
    }

    .b-contacts-go__wrap {
        padding: 25px 0px 15px;
    }

    .b-contacts-go {
        margin-bottom: 0px;
    }
}

.l-section-feedback-new {
    border-top: 1px solid #d1d1d1;
}

.b-feedback-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-feedback-new--2el {
    justify-content: center;
}

.b-feedback-new__group {
    width: 33%;
    text-align: center;
}

.b-feedback-new__title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}

.b-feedback-new__btn {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.b-feedback-new__btn button {
    height: auto;
    line-height: 1.5;
    padding: 12px 10px;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .hidden-less-lg {
        display:none !important;
    }

    .b-feedback-new__group {
        width: 43%;
    }

    .b-feedback-new {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media all and (max-width: 963px) {
    .b-feedback-new {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .b-feedback-new__group {
        width: 50%;
    }
}

@media all and (max-width: 767px) {
    .b-feedback-new__group {
        width:100%;
        margin: 10px 0px
    }
}

.b-sidebar-downloads {
}

.b-sidebar-downloads__icon {
    width: 35px;
    height: 20px;
    background: url(../images/icon-pdf.png);
    margin-right: 10px;
    margin-top: 3px;
}

.b-sidebar-downloads__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 150px;
}

.b-sidebar-downloads__item {
    text-decoration: underline !important;
    color: #f57c00 !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.l-row-advatages {
    background: #f6f6f6;
    padding: 40px 0px;
}

.l-row-advatages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-row-advatages__item {
    max-width: 22%;
    max-width: calc(25% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-row-advatages__icon-wrap {
}

.l-row-advatages__icon {
    width: 23px;
    height: 24px;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
    background-size: cover !important;
}

.l-row-advatages__icon--i1 {
    background: url(../images/row-advantages/i4.png);
}

.l-row-advatages__icon--i2 {
    background: url(../images/row-advantages/i1.png);
}

.l-row-advatages__icon--i3 {
    background: url(../images/row-advantages/i2.png);
}

.l-row-advatages__icon--i4 {
    background: url(../images/row-advantages/i3.png);
}

.l-row-advatages__text-wrap {
}

.l-row-advatages__title {
    color: #689f38;
    font-size: 18px;
    max-width: 150px;
}

.l-row-advatages__text {
}

@media all and (max-width: 963px) {
    /*.l-row-advatages{}*/ /*.l-row-advatages__list{}*/ .l-row-advatages__item {
        max-width:100%;
    }

    /*.l-row-advatages__icon-wrap{}*/
    /*.l-row-advatages__icon{}*/
    /*.l-row-advatages__text-wrap{}*/
    /*.l-row-advatages__title{}*/
    /*.l-row-advatages__text{}*/
}

@media all and (max-width: 767px) {
    .l-row-advatages {
        padding: 20px 0px;
    }

    .l-row-advatages__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .l-row-advatages__item {
        margin-bottom: 10px;
    }

    .l-row-advatages__item:last-child {
        margin-bottom: 0px;
    }

    .l-row-advatages__icon-wrap {
    }

    .l-row-advatages__icon {
        width: 30px;
        height: 30px;
        margin-top: 2px;
        margin-right: 17px;
    }

    .l-row-advatages__text-wrap {
    }

    .l-row-advatages__title {
        max-width: 100%;
        cursor: pointer;
        font-size: 28px;
    }

    .l-row-advatages__text {
        display: none;
        font-size: 18px;
    }
}

@media all and (min-width: 768px) {
    .l-row-advatages__text {
        display: block!important;
    }
}

.l-section-services {
    background: #f6f6f6;
    padding-bottom: 30px;
}

.b-list-services__item {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.b-list-services__item:last-child {
    margin-bottom: 0px;
}

.b-list-services__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-list-services__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-list-services__icon {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 8px;
    flex-shrink: 0;
}

.b-list-services__icon--i1 {
    background: url(../images/li-services/i1.png);
}

.b-list-services__icon--i2 {
    background: url(../images/li-services/i2.png);
}

.b-list-services__icon--i3 {
    background: url(../images/li-services/i3.png);
}

.b-list-services__icon--i4 {
    background: url(../images/li-services/i4.png);
}

.b-list-services__icon--i5 {
    background: url(../images/li-services/i5.png);
}

.b-list-services__icon--i6 {
    background: url(../images/li-services/i6.png);
}

.b-list-services__title-text {
    font-size: 21px;
}

.b-list-services__opener {
}

.b-list-services__opener-icon--active {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.b-list-services__opener-icon {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/around_arrow_bottom.png);
    cursor: pointer;
    margin-left: 6px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.b-list-services__content {
    padding: 5px 48px 0px 38px;
    font-weight: 100;
    font-size: 15.75px;
    display: none;
}

.b-list-services__content--fullwidth {
    padding-left: 0px;
    padding-right: 0px;
}

.b-list-services__content--active {
    display: block;
}

.b-list-services__standart_text {
}

@media all and (max-width: 1199px) {
    .b-list-services__item {
    }

    .b-list-services__head {
    }

    .b-list-services__title {
    }

    .b-list-services__icon {
        margin-right: 15px;
    }

    .b-list-services__title-text {
    }

    .b-list-services__opener {
    }

    .b-list-services__opener-icon {
    }

    .b-list-services__content {
        padding-left: 45px;
    }

    .b-list-services__content--fullwidth {
        padding-left: 0px;
    }

    .b-list-services__standart_text {
    }
}

@media all and (max-width: 963px) {
    /*
	.b-list-services__item{}
	.b-list-services__head{}
	.b-list-services__title{}
	.b-list-services__icon{}
	.b-list-services__title-text{}
	.b-list-services__opener{}
	.b-list-services__opener-icon{}
	.b-list-services__content{}
	.b-list-services__standart_text{}
	*/
}

@media all and (max-width: 767px) {
    .l-section-services {
        background:#fff;
        padding-bottom: 0px;
    }

    .b-list-services__item {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        border-bottom: 1px solid #d1d1d1;
        margin-bottom: 0px;
    }

    .b-list-services__head {
    }

    .b-list-services__title {
    }

    .b-list-services__icon {
        display: none;
    }

    .b-list-services__title-text {
        font-size: 32px;
    }

    .b-list-services__opener {
    }

    .b-list-services__opener-icon {
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-top: 6px;
    }

    .b-list-services__content {
        padding-left: 22px;
        font-size: 28px;
        padding-top: 5px;
    }

    .b-list-services__standart_text {
    }
}

.l-section-result-check {
    background: #f6f6f6;
    padding: 15px 0px;
}

.l-section-result-check .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-res-check__added-wrap {
}

.b-res-check__added-title {
    color: #3b3b3b;
    font-size: 18.9px;
    margin-bottom: 18px;
}

.b-res-check__price {
    padding-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
}

.b-res-check__price-text {
    font-size: 25.2px;
    margin-bottom: 5px;
}

.b-res-check__price-text--green {
    color: #689f38;
}

.b-res-check__price-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15.75px;
    line-height: 1.866666666666667;
    border-radius: 0.938rem;
    color: #fff;
    background: #ff7d00;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 120ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -o-transition: background 120ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
    transition: background 120ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 1.25rem;
    margin: 8px 0px 0px;
    text-align: center;
}

.b-res-check__price-btn:hover {
    background: #ff8d00;
    color: #fff;
}

.b-list-square-tick {
}

.b-list-square-tick__wrap-item {
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-list-square-tick__wrap-item:before {
    /* content:''; */
    width: 16px;
    height: 16px;
    background: url(../images/square_tick.png);
    margin-right: 10px;
    vertical-align: middle;
    display: block;
    float: left;
}

.b-list-square-tick__icon:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/square_tick.png?v=1);
    margin-right: 10px;
    vertical-align: middle;
    display: block;
    background-size: cover;
}

.b-list-square-tick__item {
    font-size: 15.75px;
    display: block;
    vertical-align: middle;
    font-weight: 300;
}

.b-list-square-tick__wrap_input {
    width: 16px;
    height: 16px;
    position: relative;
    display: block;
    margin-right: 10px;
}

.b-list-square-tick__wrap_input span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../images/square_tick_none.png);
    z-index: 1;
    background-size: cover !important;
    background-position: 50% !important;
}

.b-list-square-tick__wrap_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 2;
    cursor: pointer;
}

.b-list-square-tick__wrap_input input:checked + span {
    background: url(../images/square_tick.png?v=1);
}

@media all and (max-width: 1199px) {
    /*.l-section-result-check{}
	.b-res-check__added-wrap{}
	.b-res-check__added-title{}
	.b-res-check__added-price{}
	.b-res-check__added-price-text{}
	.b-res-check__added-price-text--green{}
	.b-res-check__added-price-btn{}
	.b-res-check__added-price-btn:hover{}
	.b-list-square-tick{}
	.b-list-square-tick__wrap-item{}
	.b-list-square-tick__wrap-item:before{}
	.b-list-square-tick__item{}*/
}

@media all and (max-width: 963px) {
    /*.l-section-result-check{}
	.b-res-check__added-wrap{}
	.b-res-check__added-title{}
	.b-res-check__added-price{}
	.b-res-check__added-price-text{}
	.b-res-check__added-price-text--green{}
	.b-res-check__added-price-btn{}
	.b-res-check__added-price-btn:hover{}
	.b-list-square-tick{}
	.b-list-square-tick__wrap-item{}
	.b-list-square-tick__wrap-item:before{}
	.b-list-square-tick__item{}*/
}

@media all and (max-width: 767px) {
    .l-section-result-check {
    }

    .l-section-result-check .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-res-check__added-wrap {
        margin-bottom: 18px;
    }

    .b-res-check__added-title {
        color: #ff7d00;
    }

    .b-res-check__price {
        padding-top: 18px;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        background: #fff;
    }

    .b-res-check__price-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        font-size: 42px;
    }

    .b-res-check__price-text--green {
    }

    .b-res-check__price-btn {
        margin-top: 25px;
        font-size: 32px;
        height: auto;
        border-radius: 50px;
    }

    .b-res-check__price-btn:hover {
    }

    .b-list-square-tick {
    }

    .b-list-square-tick__wrap-item {
        margin-bottom: 12px;
    }

    .b-list-square-tick__wrap-item:before {
        width: 24px;
        height: 24px;
        background-size: cover;
    }

    .b-list-square-tick__item {
        font-size: 23px;
        float: left;
    }

    .b-list-square-tick__icon:before {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .b-list-square-tick__wrap_input {
        width: 30px;
        height: 30px;
    }
}

.l-section-list-exception {
    padding-bottom: 40px;
    padding-top: 10px;
}

.b-list-exception {
    padding: 24px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-list-exception__wrap {
    width: 49%;
    width: calc(50% - 30px);
}

.b-list-exception__title {
    font-size: 15.75px;
    color: #f57c00;
    margin-bottom: 15px;
    font-weight: 100;
}

.b-list-exception__list {
    list-style-type: decimal;
}

.b-list-exception__item {
    font-size: 13.65px;
    list-style-position: inside;
    font-weight: 100;
}

@media all and (max-width: 1199px) {
    /*.l-section-list-exception{}
.b-list-exception{}
.b-list-exception__wrap{}
.b-list-exception__title{}
.b-list-exception__list{}.b-list-exception__item{}*/
}

@media all and (max-width: 963px) {
    /*.l-section-list-exception{}
.b-list-exception{}
.b-list-exception__wrap{}
.b-list-exception__title{}
.b-list-exception__list{}.b-list-exception__item{}*/
}

@media all and (max-width: 767px) {
    .l-section-list-exception {
    }

    .b-list-exception {
    }

    .b-list-exception__wrap {
        width: 100%;
    }

    .b-list-exception__title {
        font-size: 28px;
    }

    .b-list-exception__title span {
        border-bottom: 1px dashed;
    }

    .b-list-exception__title.active span {
        border-bottom-color: transparent;
    }

    .b-list-exception__list {
        display: none;
        margin-bottom: 15px;
    }

    .b-list-exception__item {
        font-size: 28px;
    }
}

.section-slider-2 {
    margin-bottom: 0px;
}

.b-slider-2 {
    background: url(../images/slider_bg.jpg);
    background-size: cover;
    background-position: 50%;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.b-slider-2 .container {
    position: relative;
}

.b-slider-2__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/test_blog_anons2.jpg);
    background-size: cover !important;
    top: 0px;
    display: none;
    display: block;
}

.b-slider-2__bg:before {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* content: ''; */
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.45);
}

.b-slider-2__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-slider-2__flex--50 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-slider-2__group-text {
    width: 480px;
}

.b-slider-2__text-title {
    font-size: 44.1px;
    margin-bottom: 30px;
}

.b-slider-2__text {
    font-size: 21px;
    margin-bottom: 30px;
}

.b-slider-2__link-more {
    font-size: 25.2px;
    text-decoration: underline;
}

.b-slider-2__form {
    width: 290px;
}

.b-mini-form {
}

.b-mini-form__title {
    font-size: 25.2px;
    margin-bottom: 25px;
}

.b-mini-form__input {
    font-size: 15.75px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    border: none;
    border-radius: 50px;
    text-align: center;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.b-mini-form__btn {
    font-size: 15.75px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    border-radius: 50px;
    border: 0px;
    padding: 5px;
    color: #fff;
    background: #689f38;
}

.b-mini-form__btn:hover {
    background: #78b147;
}

@media all and (max-width: 1199px) {
    .section-slider-2 {
    }

    .b-slider-2 {
    }

    .b-slider-2__flex {
    }

    .b-slider-2__flex--50 {
        width: 100%;
    }

    .b-slider-2__group-text {
        max-width: 600px;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .b-slider-2__text-title {
    }

    .b-slider-2__text {
    }

    .b-slider-2__link-more {
    }

    .b-slider-2__form {
    }

    .b-mini-form {
    }

    .b-mini-form__title {
    }

    .b-mini-form__input {
    }

    .b-mini-form__btn {
    }

    .b-mini-form__btn:hover {
    }

    .hidden-max-1199 {
        display: none;
    }
}

@media all and (max-width: 963px) {
    /*.section-slider-2{}
.b-slider-2{}
.b-slider-2__flex{}
.b-slider-2__flex--50{}
.b-slider-2__group-text{}
.b-slider-2__text-title{}
.b-slider-2__text{}
.b-slider-2__link-more{}
.b-slider-2__form{}

.b-mini-form{}
.b-mini-form__title{}
.b-mini-form__input{}
.b-mini-form__btn{}
.b-mini-form__btn:hover{}
*/
}

@media all and (max-width: 767px) {
    .section-slider-2 {
    }

    .b-slider-2 {
        background: #f5f5f5;
    }

    .b-slider-2__flex {
    }

    .b-slider-2__flex--50 {
    }

    .b-slider-2__group-text {
    }

    .b-slider-2__text-title {
        font-size: 42px;
    }

    .b-slider-2__text {
        font-size: 26px;
    }

    .b-slider-2__link-more {
        font-size: 28px;
    }

    .b-slider-2__form {
    }

    .b-mini-form {
    }

    .b-mini-form__title {
    }

    .b-mini-form__input {
    }

    .b-mini-form__btn {
    }

    .b-mini-form__btn:hover {
    }
}

.l-section-compare-programms {
    background: #f5f5f5;
    padding-top: 35px;
    padding-bottom: 15px;
}

.b-table-compare {
    width: 100%;
    font-size: 13.65px;
}

.b-table-compare thead {
}

.b-table-compare thead tr {
}

.b-table-compare thead tr th {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 0px 15px;
}

.b-table-compare thead tr th:first-child {
    width: 340px;
    border-right: 1px solid #e8e8e8;
    border-bottom-color: transparent;
}

.b-table-compare thead th span {
    color: #689f38;
    font-weight: 100;
}

.b-table-compare tfoot {
}

.b-table-compare tfoot tr {
}

.b-table-compare tfoot tr td {
    text-align: center;
}

.b-table-compare tfoot tr:first-child td {
    padding: 15px 0px;
    border-top: 1px solid #e8e8e8;
}

.b-table-compare tfoot tr td:first-child {
    text-align: left;
    border-right: 1px solid #e8e8e8;
}

.b-table-compare tfoot tr td span {
    font-size: 15.75px;
    color: #689f38;
}

.b-table-compare tbody {
}

.b-table-compare tbody tr {
}

.b-table-compare tbody tr td {
    text-align: center;
    padding: 4px 16px;
    font-size: 15.75px;
}

.b-table-compare tbody tr td:first-child {
    border-right: 1px solid #e8e8e8;
    text-align: left;
    font-size: inherit;
}

.b-table-compare tbody tr.b-table-compare__section td {
    padding-top: 20px;
    color: #689f38;
    font-size: 15.75px;
}

.b-table-compare tbody tr.b-table-compare__section:first-child td {
    padding-top: 0px;
}

.b-table-compare tbody tr:last-child td {
    padding-bottom: 20px;
}

.b-table-compare .icon-infinity {
    display: block;
    width: 18px;
    height: 8px;
    margin: 0 auto;
    background: url(../images/icon-infinity.png);
}

.b-table-compare__btn {
    position: relative;
    display: inline-block;
    font-size: 15.75px;
    line-height: 1.866666666666667;
    border-radius: 0.938rem;
    color: #fff;
    background: #ff7d00;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 120ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -o-transition: background 120ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
    transition: background 120ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
    margin: 8px 0px 0px;
    text-align: center;
}

.b-table-compare__btn:hover {
    background: #ff8d00;
    color: #fff;
}

@media all and (max-width: 1199px) {
    .b-table-compare__btn {
        padding-left:15px;
        padding-right: 15px
    }
}

@media all and (max-width: 963px) {
    .b-table-compare thead tr th:first-child {
    }

    .b-table-compare__btn {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .b-table-compare tfoot tr td span {
        font-size: 13.65px;
    }

    .b-table-compare tfoot tr td:first-child span {
        font-size: 15.75px;
    }

    .b-table-compare__oms {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .l-section-compare-programms {
        display:none;
    }
}

.section-slider-2 .slick-prev, .section-slider-2 .slick-next {
    width: 62px;
    height: 62px;
    background: url(../images/arrow_slider_left.png);
    z-index: 1000;
    left: 50%;
}

.section-slider-2 .slick-prev:before, .section-slider-2 .slick-next:before {
    content: none !important;
}

.section-slider-2 .slick-prev {
    margin-left: -620px;
}

.section-slider-2 .slick-next {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    margin-left: 560px;
}

@media all and (max-width: 1199px) {
    .section-slider-2 .slick-prev {
        margin-left: -470px;
    }

    .section-slider-2 .slick-next {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg);
        margin-left: 410px;
    }
}

@media all and (max-width: 963px) {
    .section-slider-2 .slick-prev {
        margin-left: -440px;
    }

    .section-slider-2 .slick-next {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg);
        margin-left: 379px;
    }
}

@media (max-width: 901px) {
    .section-slider-2 .slick-prev {
        margin-left: -382px;
    }

    .section-slider-2 .slick-next {
        margin-left: 319px;
    }
}

@media all and (max-width: 767px) {
    .section-slider-2 .slick-prev, .section-slider-2 .slick-next {
        display:none!important;
    }
}

/* L-SECTION-DR-SERVICES-PRICES */
.l-section-dr-services-prices {
    background: #f5f5f5;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    padding: 50px 0px;
}

.l-section-dr-services-prices__main-title {
    font-size: 26px;
}

.l-section-dr-services-prices__tabs-wrap {
    margin-top: 40px;
}

.l-section-dr-services-prices__tabs-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    left: -5px;
}

.l-section-dr-services-prices__tabs-head-item {
    margin-right: 20px;
    font-size: 14px;
}

.l-section-dr-services-prices__tabs-head-link {
    text-decoration: underline;
    padding: 1px 5px;
    color: #3b3b3b;
}

.l-section-dr-services-prices__tabs-head-link--active {
    background: #f57c00;
    color: #FFE !important;
    text-decoration: none;
    border-radius: 3px;
}

.l-section-dr-services-prices__tabs-body {
}

.l-section-dr-services-prices__tabs-body-item {
    display: none;
}

.l-section-dr-services-prices__tabs-body-item--active {
    display: block;
}

.l-section-dr-services-prices__list {
}

.l-section-dr-services-prices__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.l-section-dr-services-prices__list-item > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-section-dr-services-prices__list-item-title {
}

.l-section-dr-services-prices__list-item-price {
    margin-right: 30px;
    color: #689f38;
    font-weight: 200;
}

.l-section-dr-services-prices__list-item-btn-wrap {
}

.l-section-dr-services-prices__list-item-btn {
    background: #f57c00;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-weight: 200;
    font-size: 13px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 1px 12px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.l-section-dr-services-prices__list-more {
    display: inline-block;
    border-bottom: 1px dashed #3b3b3b;
    color: #3b3b3b;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.l-section-dr-services-prices__list-hide {
    display: none
}

@media(max-width: 640px) {
    .l-section-dr-services-prices__tabs-head {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .l-section-dr-services-prices {
        padding: 30px 0px;
    }

    .l-section-dr-services-prices__tabs-wrap {
        margin-top: 20px;
    }

    .l-section-dr-services-prices__tabs-head-item {
        margin-bottom: 4px;
        margin-right: 0px;
    }

    .l-section-dr-services-prices__list-item {
        margin-bottom: 10px;
    }

    .l-section-dr-services-prices__list-item > div:last-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .l-section-dr-services-prices__list-item-price {
        margin-right: 5px;
    }

    .l-section-dr-services-prices__list-item-btn {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* BLOCK DROPDOWN SELECT */
.b-dropdown-select {
}

.b-dropdown-select__inner {
    position: relative;
    cursor: pointer;
    color: #41a029;
    padding-bottom: 1.25rem;
    margin-top: 1.25rem;
    text-decoration: underline;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
}

.b-dropdown-select__inner:after {
    content: '';
    width: 5px;
    height: 3px;
    background: url(../images/triangle-bottom.png);
    display: inline-block;
    vertical-align: middle;
}

.b-dropdown-select__inner > span {
}

.b-dropdown-select__selected {
}

.b-dropdown-select__dropdown-icon {
    position: relative;
    top: 3px;
    line-height: 0;
    font-size: 0.938rem;
}

.b-dropdown-select__hide-block {
    /* -webkit-transition: all 0.2s ease-in-out; */
    /* transition: all 0.2s ease-in-out; */
    position: absolute;
    z-index: 100;
    min-width: 200px;
    /* visibility: visible; */
    opacity: 0;
    filter: alpha(opacity=0);
    /* -webkit-transform-origin: 0 0; */
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 3px;
    background-color: rgba(65,160,41,0.95);
    -webkit-box-shadow: 0 0 0.625rem rgba(0,0,0,0.2);
    box-shadow: 0 0 0.625rem rgba(0,0,0,0.2);
    top: 1.875rem;
    transform: scale(1,0);
}

.b-dropdown-select__inner:hover .b-dropdown-select__hide-block {
}

.b-dropdown-select__hide-block--active {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-animation: hover-select-motion 0.2s 1 ease-in-out;
    animation: hover-select-motion 0.2s 1 ease-in-out;
}

.b-dropdown-select__hide-block > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 12px 0;
    color: #fff;
    font-weight: 300;
}

.b-dropdown-select__hide-block > ul > li {
    font-size: 0.813rem;
    line-height: 2.461538461538462;
    padding: 0 20px;
    white-space: nowrap;
    cursor: auto;
}

.b-dropdown-select__hide-block > ul > li span {
    cursor: pointer;
}

.b-dropdown-select__hide-block > ul > li:hover > span {
    text-decoration: underline;
}

/* SECTION PAGE FEEDBACK */
.s-page-feedback {
    padding-top: 61px;
    padding-bottom: 25px;
}

.s-page-feedback__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.s-page-feedback__control > div {
    width: 50%;
}

.s-page-feedback__control__title {
    font-size: 24px;
}

.s-page-feedback__control_select {
}

.s-page-fedback__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s-page-fedback__data-clinic {
    width: 50%;
}

.s-page-fedback__data-doctors {
    width: 50%;
}

.s-page-feedback__big-update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0px;
}

.s-page-feedback__big-update span {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/btn-update.png);
    cursor: pointer;
}

.s-page-feedback__mobile-title {
    display: none;
}

@media (max-width: 767px) {
    .s-page-feedback__control {
        padding-bottom: 30px;
        margin-bottom: 20px;
        margin-right: -30px;
        padding-right: 30px;
        margin-left: -30px;
        padding-left: 30px;
        border-bottom: 1px solid #d1d1d1;
    }

    .s-page-feedback__control__title span:first-child {
        display: none;
    }

    .s-page-feedback__control__title span {
        text-transform: capitalize;
    }

    .s-page-feedback__control__title {
        font-size: 32px;
        border-bottom: 2px solid;
    }

    .s-page-feedback__control__title.active {
        border-bottom-color: transparent;
        color: #41a029;
    }

    .s-page-feedback__mobile-title {
        display: block;
        font-size: 42px;
        margin-bottom: 14px;
    }

    .s-page-feedback {
        padding: 30px 0px 25px;
    }

    .s-page-feedback__control_select {
        display: none;
    }

    .s-page-fedback__data-clinic {
        width: 100%;
        display: none;
    }

    .s-page-fedback__data-clinic.active {
        display: block;
    }

    .s-page-fedback__data-doctors {
        width: 100%;
        display: none;
    }

    .s-page-fedback__data-doctors.active {
        display: block;
    }

    .s-page-feedback__big-update {
        display: none
    }
}

@media (max-width: 480px) {
    .s-page-feedback__mobile-title {
        font-size: 32px;
    }

    .s-page-feedback__control__title {
        font-size: 18px;
        border-bottom-width: 1px;
    }
}

/* BLOCK FEEDBACK BOX */
.b-feedback-box {
    padding: 30px 30px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.b-feedback-box.active {
    background: #f5f5f5
}

.b-feedback-box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-feedback-box__head > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-feedback-box__avatar {
    width: 100px;
    height: 100px;
    background: url(../images/b-feedback-box/avatar.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.b-feedback-box__user-info {
}

.b-feedback-box__user-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.b-feedback-box__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 88px;
}

.b-feedback-box__stars > span {
    width: 16px;
    height: 16px;
    background: url(../images/b-feedback-box/stars.png);
}

.b-feedback-box__stars > span.active {
    background-position-x: -16px;
}

.b-feedback-box__user-link {
    width: 24px;
    height: 24px;
    background: url(../images/b-feedback-box/icon-link.png);
}

.b-feedback-box__text {
    font-size: 15px;
    padding: 20px 0px 15px;
}

.b-feedback-box__more {
}

.b-feedback-box__more-content {
    display: none;
    padding-bottom: 20px;
}

.b-feedback-box__more-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.b-feedback-box__more-response {
    font-size: 15px;
    margin-bottom: 12px;
}

.b-feedback-box__more-response-user {
    color: #689f38;
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block;
}

.b-feedback-box__more-response-user > span {
}

.b-feedback-box__more-response-text {
    font-size: 13px;
}

.b-feedback-box__more-control {
    height: 24px;
    position: relative;
}

.b-feedback-box__more-control__open {
    color: #0097a7;
    text-decoration: underline;
    cursor: pointer;
    margin: 3px 0px 4px;
    display: inline-block;
}

.b-feedback-box__more-control__close {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    background: url(../images/b-feedback-box/icon-close.png);
    cursor: pointer;
}

/*

.b-feedback-box {}
.b-feedback-box__head {}
.b-feedback-box__head > div {}
.b-feedback-box__avatar {}
.b-feedback-box__user-info {}
.b-feedback-box__user-title {}
.b-feedback-box__stars {}
.b-feedback-box__stars > div {}
.b-feedback-box__stars > div.active {}
.b-feedback-box__user-link {}
.b-feedback-box__text {}
.b-feedback-box__more {}
.b-feedback-box__more-content {}
.b-feedback-box__more-title {}
.b-feedback-box__more-response {}
.b-feedback-box__more-response-user {}
.b-feedback-box__more-response-user > span {}
.b-feedback-box__more-response-text {}
.b-feedback-box__more-control {}
.b-feedback-box__more-control__open {}
.b-feedback-box__more-control__close {}
*/
@media (max-width: 767px) {
    .b-feedback-box {
        padding: 30px 0px 0px;
    }

    .b-feedback-box.active {
        background: #fff;
    }

    .b-feedback-box .b-feedback-box__more {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .b-feedback-box.active .b-feedback-box__more {
        background: #f5f5f5;
    }

    .b-feedback-box__text {
        padding-bottom: 0px;
        margin-bottom: -5px
    }

    .b-feedback-box.active .b-feedback-box__text {
        padding-bottom: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .b-feedback-box__avatar {
        margin-right:15px;
    }
}

/* SECTION HEADER TITLE */
.s-header-title {
    padding: 60px 0px;
}

.s-header-title__title-middle {
    font-size: 24px;
}

.s-header-title__title-middle span {
}

/* SECTION WRAP ACTIONS */
.s-wrap-actions {
    background: #f5f5f5;
    padding: 54px 0px 24px;
}

.s-wrap-actions__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s-wrap-actions__wrap > div {
    width: 33%;
}

.s-wrap-actions__wrap > div:nth-of-type(3n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.s-wrap-actions__wrap > div:nth-of-type(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* BLOCK ACTION BOX */
.b-action-box {
    max-width: 369px;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
}

.b-action-box__image {
    padding: 26px 30px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #689f38;
    background: url(../images/test_actions.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
}

.b-action-box__discount {
    font-size: 45px;
    color: #689f38;
    line-height: 45px;
}

.b-action-box__date_green {
    font-size: 15px;
}

.b-action-box__date_green:before {
    content: '';
    width: 14px;
    height: 16px;
    background: url(../images/green_calendar.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.b-action-box__date_green span {
    display: inline-block;
    vertical-align: middle;
}

.b-action-box__date_red {
    color: #f57c00;
    font-size: 15px;
}

.b-action-box__date_red:before {
    content: '';
    width: 18px;
    height: 16px;
    background: url(../images/time_red.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.b-action-box__date_red span {
    vertical-align: middle;
}

.b-action-box__content {
    padding: 25px 30px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.b-action-box__link {
    font-size: 24px;
    border-bottom: 2px solid;
}

.b-action-box__link:hover {
}

.b-action-box__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.b-action-box__footer > div {
}

.b-action-box__footer > div:first-child {
}

.b-action-box__footer > div:last-child {
}

.b-action-box__old-price {
    display: block;
    font-size: 15px;
    color: #f57c00;
    text-decoration: line-through;
}

.b-action-box__new-price {
    color: #689f38;
    font-size: 18px;
}

.b-action-box__btn {
    font-size: 15px;
    width: 180px;
    display: block;
    padding: 5px 3px;
    text-align: center;
    background: #f57c00;
    border-radius: 30px;
    color: #fff;
}

.b-action-box__btn:hover {
    color: #fff;
}

.b-action-box__link-wrap {
    margin-bottom: 30px;
    min-height: 99px;
}

@media (max-width: 1199px) {
    .s-wrap-actions__wrap > div {
        width: 50%;
    }

    .s-wrap-actions__wrap > div:nth-of-type(2n-1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .s-wrap-actions__wrap > div:nth-of-type(2n) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .b-action-box {
        max-width: 438px
    }
}

@media (max-width: 961px) {
    .b-action-box {
        width:343px;
    }
}

@media (max-width: 767px) {
    .s-wrap-actions__wrap > div {
        width: 100%;
    }

    .s-wrap-actions__wrap > div:nth-of-type(n) {
        display: block;
    }

    .b-action-box {
        width: initial;
        max-width: initial;
        margin-left: -30px;
        margin-right: -30px;
    }

    .s-wrap-actions {
        background: #fff;
        padding: 0px 0px;
    }

    .s-header-title__title-middle {
        font-size: 42px
    }

    .b-action-box__discount {
        font-size: 56px;
    }

    .b-action-box__date_green {
        font-size: 32px
    }

    .b-action-box__date_red {
        font-size: 32px;
    }

    .b-action-box__date_green:before {
        background: url(../images/green_calendar_big.png);
        width: 31px;
        height: 35px;
    }

    .b-action-box__date_red:before {
        background: url(../images/time_red_big.png);
        width: 35px;
        height: 31px;
    }

    .b-action-box__image {
        padding: 60px;
        height: 300px;
    }

    .b-action-box__link {
        margin-bottom: 0px;
        font-size: 42px;
    }

    .b-action-box__link-wrap {
        min-height: initial;
        margin-bottom: 25px;
    }

    .b-action-box__old-price {
        font-size: 28px;
        margin-right: 10px;
        color: #383838;
    }

    .b-action-box__new-price {
        font-size: 32px;
    }

    .b-action-box__footer > div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .b-action-box__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-action-box__btn {
        width: 100%;
        font-size: 32px;
        padding: 7px 3px;
    }

    .b-action-box__footer > div:last-child {
        width: 100%;
        width: calc(100% + 60px);
        margin-right: -30px;
    }

    .b-action-box__content {
        padding: 35px 60px 35px;
    }
}

@media (max-width: 599px) {
    .s-header-title__title-middle {
        font-size: 32px;
    }

    .s-header-title {
        padding: 40px 0px;
    }

    .b-action-box__image {
        padding: 35px 30px;
        height: 230px;
    }

    .b-action-box__discount {
        font-size: 45px;
    }

    .b-action-box__date_green {
        font-size: 15px;
    }

    .b-action-box__date_green:before {
        width: 14px;
        height: 16px;
        background-size: cover;
    }

    .b-action-box__link {
        font-size: 24px;
    }

    .b-action-box__content {
        padding: 25px 30px 25px;
    }

    .b-action-box__old-price {
        font-size: 18px;
    }

    .b-action-box__new-price {
        font-size: 21px;
    }

    .b-action-box__footer > div:last-child {
        width: calc(100% + 20px);
        margin-right: -10px;
    }

    .b-action-box__btn {
        font-size: 22px;
    }

    .b-action-box__footer > div:first-child {
        margin-bottom: 25px;
    }

    .b-action-box {
        margin-bottom: 20px;
    }

    .b-action-box__date_red {
        font-size: 15px;
    }

    .b-action-box__date_red:before {
        width: 18px;
        height: 16px;
        background-size: cover;
    }
}

/* SECTION SLIDER PREVIEW ARTICLE */
.b-slider-preview-article {
}

.b-slider-preview-article__inner{
    background: url(../images/slider-article-preview_bg.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 80px 0px 110px;
}

.b-slider-preview-article .container {
}

.b-slider-preview-article .wrap_top {
    max-width: 800px;
    margin: 0 auto 80px;
}

.b-slider-preview-article .title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
}

.b-slider-preview-article .p_preview {
    text-align: center;
    font-size: 20px;
}

.b-slider-preview-article .wrap_bottom {
    text-align: center;
}

.b-slider-preview-article .link {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #3b3b3b;
    border-bottom: 1px solid;
    line-height: 20px;
}

.b-slider-preview-article .link:hover {
}

@media (max-width: 790px) {
    .b-slider-preview-article {
        display:none;
    }
}

/* BLOCK BLOG BOX */
.b-blog-box {
    background: #f5f5f5;
    padding: 60px 0px;
}

.b-blog-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-blog-box__content {
    width: 890px;
}

.b-blog-box__sidebar {
    width: 250px;
}

.b-blog-box__seacrh {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .b-blog-box__content {
        width:660px;
    }
}

@media (max-width: 961px) {
    .b-blog-box__content {
        width:470px;
    }
}

@media (max-width: 767px) {
    .b-blog-box__content {
        width:100%;
    }

    .b-blog-box__sidebar {
        display: none;
    }
}

/*BLOCK SEARCH IN CONTENT*/
.b-search-in-content {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-search-in-content input {
    border: none;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    padding: 5px 11px 7px;
}

.b-search-in-content button {
    width: 30px;
    height: 30px;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f57c00;
    background-image: url(../images/loop-16.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.b-search-in-content button:before {
}

/*BLOCK ANONS BLOG*/
.b-anons-blog {
    background: #fff;
    padding: 0px 30px 30px;
    margin-bottom: 30px;
}

.b-anons-blog__image {
    height: 300px;
    background: url(../images/test_blog_anons.jpg);
    background-size: cover !important;
    background-position: 50% !important;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 24px;
}

.b-anons-blog__text {
    font-size: 13px;
    margin-bottom: 12px;
}

/*BLOCK BLOG TITLE*/
.b-blog-title {
    margin-bottom: 12px;
}

.b-blog-title__title {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}

.b-blog-title__title_in {
}

.b-blog-title__title_in > span {
}

.b-blog-title__title_in > span a {
    color: #f57c00;
    text-decoration: underline;
}

.b-blog-title__title_in > span a:hover {
}

.b-blog-title__date {
    color: #f57c00;
}

.b-blog-title__subtitle {
    font-size: 18px;
}

/* block blog hashtags */
.b-blog-hashtags {
    margin-bottom: 24px;
}

.b-blog-hashtags span,.b-blog-hashtags a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

/* block box share */
.b-box-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}

.b-box-share__title {
    background: #c4c4c4;
    padding: 8px 18px 8px 14px;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
}

.b-box-share__title:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/share/share.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 9px;
}

.b-box-share__title span {
    vertical-align: middle;
}

.b-box-share__wrap-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    height: 37px;
    width: 150px;
    position: relative;
    padding: 0px 5px;
    border-radius: 3px;
    margin-left: 11px;
}

.b-box-share__wrap-socials:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 21px;
    background: url(../images/share/share_arrow.png);
    top: 6.5px;
    left: -11px;
}

.b-box-share__social {
    width: 22px;
    height: 22px;
    background-size: cover !important;
}

.b-box-share__social--fb {
    background: url(../images/share/fb.png);
}

.b-box-share__social--vk {
    background: url(../images/share/vk.png);
}

.b-box-share__social--tw {
    background: url(../images/share/tw.png);
}

.b-box-share__social--insta {
    background: url(../images/share/insta.png);
}

/* block pagination */
.b-pagination {
}

.b-pagination__link {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 15px;
    background: #fff;
    text-align: center;
    border-radius: 2px;
    margin-right: 3px;
}

.b-pagination__link--active,.b-pagination__link:hover {
    background: #689f38 !important;
    color: #fff !important;
}

/* block sidebar rubric */
.b-sidebar-rubric {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.b-sidebar-rubric__title {
    font-size: 20px;
    margin-bottom: 6px;
}

.b-sidebar-rubric__list_link {
}

.b-sidebar-rubric__list_link li {
    margin-bottom: 4px;
}

.b-sidebar-rubric__list_link li a {
    font-size: 15px;
}

.b-sidebar-rubric__list_link li a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .b-blog-box {
        background:#fff;
        padding: 25px 0px 0px;
    }

    .b-search-in-content input {
        background: #f5f5f5;
    }

    .b-anons-blog__image {
        display: none;
    }

    .b-anons-blog {
        padding-left: 30px;
        padding-right: 30px;
        border-bottom: 1px solid #dcdcdc;
        margin-left: -30px;
        margin-right: -30px;
    }

    .b-anons-blog:last-of-type {
        border-bottom: none;
    }

    .b-blog-title__date {
        display: none;
    }

    .b-box-share {
        display: block;
    }

    .b-box-share__title {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        margin-right: 0px;
    }

    .b-box-share__wrap-socials {
        border: none;
        width: 100%;
        margin-left: 0px;
    }

    .b-box-share__wrap-socials:before {
        display: none;
    }

    .b-box-share__social {
        width: 30px;
        height: 30px;
    }

    .b-pagination {
        display: none;
    }
}

.b-blog-box__mobile-head {
    display: none;
}

.b-blog-box__mobile-head__title {
}

.b-blog-box__mobile-head__list-link {
}

.b-blog-box__mobile-head__list-link li {
}

.b-blog-box__mobile-head__list-link li a {
}

@media (max-width: 767px) {
    .b-blog-box__mobile-head {
        display:block;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #f5f5f5;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .b-blog-box__mobile-head__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .b-blog-box__mobile-head__list-link {
    }

    .b-blog-box__mobile-head__list-link li {
    }

    .b-blog-box__mobile-head__list-link li a {
        font-size: 18px;
        color: #41a029;
        margin-bottom: 2px;
        display: inline-block;
    }
}

.b-blog-detail {
    padding: 35px 0px 0px;
}

.b-blog-detail .b-blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 30px 0px 10px;
}

.b-blog-detail__main-title {
    margin-bottom: 30px;
}

.b-blog-detail__big_image {
    width: 100%;
    height: initial;
    /* background:url(../images/blog-detail_bg.jpg); */
    /* background-size: cover; */
    /* background-position: 50%; */
}

.b-liked-article {
    font-size: 20px;
    margin-bottom: 14px;
}

.b-blog-detail__content {
}

.b-blog-detail__content a {
    text-decoration: underline;
    color: black;
}

.b-blog-detail__content p {
    font-size: 15px;
    margin: 0px 0px 12px;
}

.b-blog-detail__content p+img,.b-blog-detail__content ul+img {
    margin-top: 15px;
}

.b-blog-detail__content ul {
    margin: 0px 0px 12px;
    list-style-type: disc;
    padding-left: 12px;
}

.b-blog-detail__content img {
    width: 100%;
    margin-bottom: 15px;
}

.b-blog-detail__content .b-blog-hashtags {
    margin-bottom: 24px;
}

.b-blog-detail__content .b-liked-article {
}

.b-blog-detail__content .b-box-share {
}

.b-blog-detail .b-sidebar-rubric {
    border: 1px solid #eaeaea;
    border-radius: 1px;
}

.b-blog-detail .b-mailing__input {
    background: #f5f5f5;
}

.b-blog-detail .container {
    position: relative;
}

.b-related-articles {
    padding: 30px 0px 15px;
    border-top: 1px solid #dadada;
    margin-top: 30px;
}

.b-related-articles--with-top-hr:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    margin-top: -31px;
    background: #dadada;
}

.b-related-articles__title {
    font-size: 24px;
    margin-bottom: 20px;
}

.b-related-articles__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-related-articles__articles > div {
}

.b-related-articles__articles > div:nth-of-type(1) {
}

.b-related-articles__articles > div:nth-of-type(2) {
}

.b-related-articles__articles > div:nth-of-type(3) {
}

.b-related-articles__article {
    width: 200px;
    padding-bottom: 20px;
}

.b-related-articles__article-image {
    width: 100%;
    height: 130px;
    background: #dadada;
    background-position: 50% !important;
    background-size: cover !important;
    margin-bottom: 8px;
}

.b-related-articles__article-link {
    font-size: 20px;
    color: #f57c00;
    display: inline-block;
}

.b-related-articles__article-link span {
    border-bottom: 1px solid;
}

@media (max-width: 961px) {
    .b-related-articles__articles > div:nth-of-type(3) {
        display:none;
    }
}

@media (max-width: 767px) {
    .b-blog-detail__content .b-liked-article {
        display:none;
    }

    .b-related-articles__articles {
        display: block
    }

    .b-related-articles__article {
        margin-bottom: 20px;
        width: 100%;
        max-width: 350px;
    }

    .b-related-articles__articles > div:nth-of-type(3) {
        display: block
    }

    .b-related-articles {
        padding-bottom: 0px;
    }

    .b-blog-detail__big_image {
        height: initial;
    }

    .b-blog-detail .b-blog-title__date {
        display: block;
        font-size: 18px;
        color: #383838;
        margin-bottom: 10px;
    }

    .b-blog-detail .b-blog-title__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .b-related-articles--with-top-hr:before {
        display: none
    }
}

.b-slider-actions {
    background: url(../images/b-slider-actions_bg.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 50px 0px;
}

.b-slider-actions .title {
    font-size: 42px;
    text-align: center;
    max-width: 800px;
    line-height: 110%;
    margin: 0 auto 30px;
}

.b-slider-actions p {
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 75px;
}

.b-slider-actions--white {
    background: none;
}

.b-slider-actions--white .title {
    max-width: 800px;
}

.b-slider-actions--white p {
    max-width: initial;
    font-size: 15px;
    margin-bottom: 0px;
}

.b-slider-actions p span {
    display: block;
}

.b-slider-actions .action {
    font-size: 28px;
    text-align: center;
}

.b-slider-actions .action span {
    font-size: 42px;
    color: #689f38;
    margin-right: 20px;
}

@media (max-width: 961px) {
    .b-slider-actions p span {
        display:inline;
    }
}

@media (max-width: 767px) {
    .b-slider-actions {
        padding: 60px 0px;
        background: #e8e8e8;
    }

    .b-slider-actions--white {
        background: none;
    }

    .b-slider-actions .title {
        text-align: left;
    }

    .b-slider-actions--white .title {
    }

    .b-slider-actions p {
        font-size: 32px;
        line-height: 110%;
        text-align: left;
        margin-bottom: 25px;
    }

    .b-slider-actions--white p {
        font-size: 28px;
    }

    .b-slider-actions p span {
        display: block;
    }

    .b-slider-actions .action {
        text-align: left;
        font-size: 38px;
    }

    .b-slider-actions .action span {
        display: block;
    }
}

@media (max-width: 535px) {
    .b-slider-actions--white {
        padding: 45px 0px;
    }

    .b-slider-actions--white .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .b-slider-actions--white p {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

.b-checked-recomdation {
    padding: 50px 0px;
}

.b-checked-recomdation .main_title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 45px;
}

.b-checked-recomdation .main_title span {
}

.b-checked-recomdation .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-checked-recomdation .box {}

.b-checked-recomdation .box .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
}

.b-checked-recomdation .box .icon.icon-checked {
    background: url(../images/checked-icon.png);
}

.b-checked-recomdation .box .text {
    font-size: 20px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

.b-checked-recomdation--with-title{}

.b-checked-recomdation--with-title .box .wrap-title {}
.b-checked-recomdation--with-title .box .icon {
    margin-bottom: 20px;
}
.b-checked-recomdation--with-title .box .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
.b-checked-recomdation--with-title .box .text {
    font-size: 15px;
}

@media (max-width: 1199px) {
    .b-checked-recomdation .box .text {
        font-size:15px;
        max-width: 190px;
    }
    .b-checked-recomdation--with-title .box .text {
        max-width:220px;
    }
}
@media (max-width:961px){
    .b-checked-recomdation .box .text {
        max-width:180px;
    }
}

@media (max-width: 767px) {
    .b-checked-recomdation .main_title {
        font-size: 42px;
        text-align: left;
    }

    .b-checked-recomdation .wrap {
        display: block;
    }

    .b-checked-recomdation .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .b-checked-recomdation .box .icon {
    margin-right: 15px !important;
    }

    .b-checked-recomdation .box .icon.icon-checked {
        margin: 0px 20px 0px 0px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .b-checked-recomdation .box .text {
        margin: 0px;
        font-size: 28px;
        max-width: 100%;
        text-align: left;
    }
    .b-checked-recomdation--with-title .box{
    display: block;
}
.b-checked-recomdation--with-title .box .title{
    font-size:32px;
    margin-bottom: 0px;
}
    .b-checked-recomdation--with-title .box .wrap-title {

display: flex;

align-items: center;

margin-bottom: 12px;
}
}

@media (max-width: 535px) {
    .b-checked-recomdation .main_title {
        font-size:32px;
    }

    .b-checked-recomdation .box .icon {
        width: 48px;
        height: 48px;
        background-size: cover !important;
    }

    .b-checked-recomdation .box .text {
        font-size: 22px;
    }
    .b-checked-recomdation--with-title .box .title{
        font-size:28px
    }
    .b-checked-recomdation--with-title .box .icon{
        
    }
}

.b-checkup-programms {
    padding-bottom: 30px;
}

.b-checkup-programms .main_title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 45px;
}

.b-checkup-programms .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-checkup-programms .box {
    max-width: 370px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-checkup-programms .box .box_head {
    padding: 28px;
    background: #f57c00;
    font-size: 24px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-checkup-programms .box .box_title {
    display: block;
}

.b-checkup-programms .box .box_title-name {
    /* text-decoration: underline; */
    border-bottom: 1px solid;
}

.b-checkup-programms .box .box_content {
    padding: 28px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-ms-flex-preferred-size: 100%;*/
    /* flex-basis: 100%; */
    flex-grow: 1;
}

.b-checkup-programms .box .box_desc_wrap {
    margin-bottom: 40px;
}

.b-checkup-programms .box .box_separator {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    display: block;
}

.b-checkup-programms .box .box_desc {
    font-size: 15px;
}

.b-checkup-programms .box .btn_appointments {
    font-size: 15px;
    text-align: center;
    width: 100%;
    background: #f57c00;
    display: block;
    color: #fff;
    border-radius: 30px;
    padding: 5px 0px;
}

.b-checkup-programms .box .box_desc_wrap .btn_appointments {
    margin-top: 35px;
    display: none;
}

.b-checkup-programms .box .box_info_wrap {
    margin-top: 40px;
}

.b-checkup-programms .box .box_info_wrap .btn_appointments {
    margin-top: 40px;
}

.b-checkup-programms .box .box_info_title {
    font-size: 18px;
    margin-bottom: 10px;
}

.b-checkup-programms .box .box_info_table {
    width: 100%;
    margin-bottom: 25px;
}

.b-checkup-programms .box .box_info_table tr {
}

.b-checkup-programms .box .box_info_table td {
    padding-bottom: 4px;
    font-size: 15px;
}

.b-checkup-programms .box .box_info_table td:first-child {
}

.b-checkup-programms .box .box_info_table td:last-child {
    text-align: right;
}

.b-checkup-programms .box .box_info_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-checkup-programms .box .box_info_sign {
    text-transform: uppercase;
    font-size: 15px;
    color: #41a029;
}

.b-checkup-programms .box .box_info_val {
    text-align: right;
    font-size: 15px;
}

.b-checkup-programms .box .box_info_val_old {
    text-decoration: line-through;
    color: #f57c00;
}

.b-checkup-programms .box .box_info_val_new {
    color: #41a029;
}

.b-checkup-programms .box .box_info_val_economy {
    display: block;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .b-checkup-programms .box {
        max-width:300px;
    }
}

@media (min-width: 962px) {
    .b-checkup-programms .box {
        width: 100%;
        max-width: initial;
        margin-left: 15px;
        margin-right: 15px;
    }

    .b-checkup-programms .box:first-child {
        margin-left: 0px;
    }

    .b-checkup-programms .box:last-child {
        margin-right: 0px;
    }

    .b-checkup-programms .box .btn_appointments {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 961px) {
    .b-checkup-programms .wrap {
        display:block;
    }

    .b-checkup-programms .box {
        max-width: initial;
    }

    .b-checkup-programms .box .box_head {
        text-align: center;
    }

    .b-checkup-programms .box .box_title {
        display: inline-block;
    }

    .b-checkup-programms .box .box_separator {
        display: none;
    }

    .b-checkup-programms .box .box_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .b-checkup-programms .box .box_info_wrap {
        width: 50%;
        padding-right: 30px;
        margin-top: 0;
    }

    .b-checkup-programms .box .box_desc_wrap {
        width: 50%;
        padding-left: 30px;
        margin-bottom: 0px;
    }

    .b-checkup-programms .box .box_info_wrap .btn_appointments {
        display: none;
    }

    .b-checkup-programms .box .box_desc_wrap .btn_appointments {
        display: block;
    }
}

@media (max-width: 767px) {
    .b-checkup-programms {
        padding-bottom:0px;
    }

    .b-checkup-programms .main_title {
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d1d1d1;
        text-align: left;
        font-size: 24px;
    }

    .b-checkup-programms .box {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-bottom: 30px;
        border-bottom: 1px solid #d1d1d1;
        margin-bottom: 19px;
    }

    .b-checkup-programms .box:last-child {
        border-bottom: none;
    }

    .b-checkup-programms .box .box_head {
        color: #f57c00;
        background: none;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 23px;
    }

    .b-checkup-programms .box .box_title {
        display: block;
    }

    .b-checkup-programms .box .box_content {
        display: block;
        background: none;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .b-checkup-programms .box .box_desc_wrap {
        padding-left: 0px;
        width: 100%;
    }

    .b-checkup-programms .box .box_desc_wrap .btn_appointments {
        display: none;
    }

    .b-checkup-programms .box .box_info_wrap {
        width: 100%;
        padding-right: 0px;
    }

    .b-checkup-programms .box .box_info_wrap .btn_appointments {
        display: block;
    }

    .b-checkup-programms .box .box_info_total {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-checkup-programms .box .box_info_sign {
        font-weight: 700;
    }

    .b-checkup-programms .box .box_info_val {
        font-size: 15px;
    }

    .b-checkup-programms .box .box_info_val_old {
        display: block;
        height: 20px;
    }

    .b-checkup-programms .box .box_info_val_new {
        height: 20px;
        font-weight: 700;
    }

    .b-checkup-programms .box .box_info_val_economy {
        height: 20px;
        font-size: 15px;
    }

    .b-checkup-programms .box .box_desc {
        padding-bottom: 25px;
        margin-bottom: 23px;
        border-bottom: 1px solid #d1d1d1;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .b-checkup-programms .main_title {
        font-size: 42px;
    }

    .b-checkup-programms .box .box_head {
        font-size: 38px;
    }

    .b-checkup-programms .box .box_title {
    }

    .b-checkup-programms .box .box_content {
        font-size: 28px;
    }

    .b-checkup-programms .box .box_desc_wrap {
    }

    .b-checkup-programms .box .box_info_wrap .btn_appointments {
        font-size: 32px;
    }

    .b-checkup-programms .box .box_info_title {
        font-size: 38px;
    }

    .b-checkup-programms .box .box_info_table td {
        font-size: 28px;
    }

    .b-checkup-programms .box .box_info_sign {
        font-size: 28px;
    }

    .b-checkup-programms .box .box_info_val {
        font-size: 28px;
    }

    .b-checkup-programms .box .box_info_val_old {
        height: 38px;
    }

    .b-checkup-programms .box .box_info_val_new {
        height: 38px;
    }

    .b-checkup-programms .box .box_info_val_economy {
        height: 38px;
        font-size: 28px;
    }

    .b-checkup-programms .box .box_desc {
        font-size: 28px;
    }
}

.b-programms-clinics {
}

.b-programms-clinics .wrap {
    border-top: 1px solid #e8e8e8;
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
}

.b-programms-clinics .wrap > div {
    width: 50%;
    margin-bottom: 30px;
}

.b-programms-clinics .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.b-programms-clinics .title > span {
}

.b-programms-clinics .title.title-with-underline span {
    border-bottom: 1px;
    border-bottom-style: dashed;
}

.b-programms-clinics .title > span span {
    display: block;
}

.b-programms-clinics .list {
}

.b-programms-clinics .list > li {
    margin-bottom: 4px;
}

.b-programms-clinics .list.list-with-map > li {
    padding-left: 19px;
}

.b-programms-clinics .list.list-with-map > li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 16px;
    background: url(../images/icon-map.png);
    background-size: cover;
    margin-right: 5px;
    vertical-align: middle;
    margin-left: -19px;
}

.b-programms-clinics .list.list-with-map > li > * {
    vertical-align: middle;
}

.b-programms-clinics .list > li > span {
    font-size: 15px;
}

.b-programms-clinics .list > li a {
    font-size: 18px;
    border-bottom: 1px solid;
}

.b-programms-clinics .list > li a:hover {
    border-bottom: 1px solid transparent;
}

@media (max-width: 1199px) {
    .b-programms-clinics .wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-programms-clinics .wrap > div {
        width: initial;
        max-width: 410px;
    }
}

@media (max-width: 961px) {
    .b-programms-clinics .title > span span {
        display: inline;
    }

    .b-programms-clinics .list > li a > span,.b-programms-clinics .list > li span > span {
        display: none;
    }
}

@media (max-width: 961px) {
    .b-programms-clinics .wrap > div {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .b-programms-clinics .wrap {
        display:block
    }

    .b-programms-clinics .wrap > div {
        max-width: initial;
    }

    .b-programms-clinics .title.title-with-underline span {
        border-bottom: none;
    }

    .b-programms-clinics .wrap {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-right: -1.875rem;
        margin-left: -1.875rem;
        padding-top: 35px;
    }

    .b-programms-clinics .list > li > span {
        font-size: 18px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .b-programms-clinics .title {
        font-size:38px;
        line-height: 42px;
    }

    .b-programms-clinics .list > li > span,.b-programms-clinics .list > li > a {
        font-size: 32px;
    }

    .b-programms-clinics .list.list-with-map > li:before {
        width: 21px;
        height: 30px;
        margin-left: -30px;
    }

    .b-programms-clinics .list.list-with-map > li {
        padding-left: 30px;
    }
}

.b-attention-asterisk-action {
}

.b-attention-asterisk-action .text {
    border-top: 1px solid #e8e8e8;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.b-attention-asterisk-action .text span {
    font-size: 20px;
    max-width: 760px;
    display: block;
    margin: 0 auto;
    color: #f57c00;
    font-weight: 100;
}

@media (max-width: 1199px) {
    .b-attention-asterisk-action .text {
        text-align: left;
    }

    .b-attention-asterisk-action .text span {
        margin: initial;
    }
}

@media (max-width: 767px) {
    .b-attention-asterisk-action .text {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-right: -1.875rem;
        margin-left: -1.875rem;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .b-attention-asterisk-action .text span {
        font-size:32px;
    }
}

.b-news-subscription {
    background: #f5f5f5;
}

.b-news-subscription .wrap {
    padding: 60px 0px;
}

.b-news-subscription .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.b-news-subscription form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 585px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-news-subscription form > * {
    width: 48%;
    font-size: 15px;
    width: calc(50% - 15px);
    border-radius: 26px;
}

.b-news-subscription form > input {
    text-align: center;
    font-size: 15px;
    padding: 6px 14px;
    height: 30px;
    border: none;
}

.b-news-subscription form > input:focus {
}

.b-news-subscription form > button {
    border: none;
    background: #689f38;
    color: #fff;
    padding: 5px;
    height: 30px;
}

.b-news-subscription form > button:hover {
    background: #5bb433;
}

.b-news-subscription + .l-section-feedback-new {
    border-top: none;
}

@media (max-width: 767px) {
    .b-news-subscription form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-news-subscription form > * {
        width: 100%;
    }

    .b-news-subscription form input {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .b-news-subscription .title {
        font-size:38px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .b-news-subscription form > * {
        font-size: 32px !important;
        height: 60px !important;
    }
}

.l-header--orange {
    background-color: #f57c00;
}

.l-header--orange .s-menu-hover--lvl-1 {
    background-color: rgba(255,255,255,0.9);
}

.l-header--orange .s-menu-hover__list {
    color: #3b3b3b;
}

.l-header--orange .s-menu-hover__list-link {
    color: #3b3b3b;
}

.l-header--orange .s-menu-hover--lvl-2 .s-menu-hover__list-link {
    color: #fff
}

.l-header--orange .s-menu__list-link {
    color: #fff;
}

.l-header--orange .logotype {
    background: url(../images/logotype-white.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.b-head-status-profile {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.b-head-status-profile__notice {
    display: flex;
    align-items: center;
}

.b-head-status-profile__notice-icon {
    background: url(../images/icon-notice-white.png);
    width: 18px;
    height: 24px;
    flex-shrink: 0;
}

.b-head-status-profile__notice-value {
    color: #fff;
    font-size: 13px;
    flex-shrink: 0;
    position: relative;
    top: -8px;
    left: 0px;
    min-width: 17px;
}

.b-head-status-profile__info {
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 10px 0px;
}

.b-head-status-profile__info:after {
    content: '';
    width: 5px;
    height: 3px;
    background: url(../images/icon-dropdown-white.png);
    flex-shrink: 0;
    margin-left: 5px
}

.b-head-status-profile__info-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(../images/icon-profile-white.png);
    margin-right: 10px;
}

.b-head-status-profile__info-title {
    font-size: 18px;
}

.b-head-status-profile__info-list-hide {
    position: absolute;
    /* display: none; */
    top: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.9);
    color: #3b3b3b;
    padding: 15px 20px;
    z-index: 100;
    right: 0px;
    transform: scale(0,0);
    opacity: 0;
}

.b-head-status-profile__info-list-hide li {
}

.b-head-status-profile__info-list-hide a {
    font-size: 15px;
}

.b-head-status-profile__info-list-hide a:hover {
    text-decoration: underline;
}

.b-head-status-profile--wrap {
    flex-grow: 1;
}

@media (max-width: 961px) {
    .b-head-status-profile--wrap {
        flex-grow: initial;
    }

    .b-head-status-profile__info-title {
        display: none
    }
}

@media(max-width: 961px) {
    .l-header--orange .s-menu__btn {
        background:none;
    }

    .l-header--orange .s-menu__icon span {
        background: #fff
    }

    .l-header--orange .s-menu-mobile {
        background: rgba(255,255,255,0.95)
    }

    .l-header--orange .s-menu-mobile__list-item.active .s-menu-mobile__list-link {
        color: #bcbcbc;
    }

    .l-header--orange .s-menu-embeded__list-link:hover {
        /* color:#689f38; */
    }
}

@media (max-width: 767px) {
    .b-head-status-profile__info {
        margin-right:10px;
    }

    .b-head-status-profile__info:after {
        margin-left: 0px;
    }

    .l-header--orange .s-menu-mobile {
        background: #f5f5f5;
    }

    .l-header--orange .fl-shrink-0 {
        flex-shrink: 0;
    }

    .b-head-status-profile__info-icon {
        margin-left: 12px;
        width: 34px;
        height: 34px;
        background: url(../images/icon-profile-white-64.png);
        background-size: cover;
    }

    .b-head-status-profile__info:after {
        display: none
    }

    .b-head-status-profile__notice {
        margin-left: 15px;
        display: none;
    }
}

.l-header--orange .s-menu-mobile__phone {
    display: none
}

.l-header--orange .s-menu-mobile__phone--orange {
    display: block;
    background: #f6830d;
    display: flex;
}

.s-user-profile {
    padding: 60px 0px;
}

.s-user-profile .inner_wrap {
    display: flex;
    justify-content: space-between;
}

.s-user-profile .inner_wrap > div {
}

.s-user-profile .inner_wrap > div:first-child {
    display: flex;
    align-items: center;
}

.s-user-profile .inner_wrap > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 25px 0px 30px;
}

.s-user-profile .b-avatar {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: url(../images/ava-image.png);
    background-position: 50% !important;
    margin-right: 30px;
}

.s-user-profile .contacts {
}

.s-user-profile .contacts .card-number {
    font-size: 24px;
    margin-bottom: 15px;
}

.s-user-profile .contacts .card-number span {
    color: #689f38;
}

.s-user-profile .fio {
    font-size: 45px;
    line-height: 115%;
}

.s-user-profile .fio span {
}

.s-user-profile .link_top {
    margin-bottom: 20px;
}

.s-user-profile .link_bottom {
}

.s-user-profile .link-inner {
    color: #0097a7;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

.s-user-profile .link-inner:hover {
}

.s-user-profile .middle-info {
    font-size: 20px;
    text-align: right;
    min-width: 400px;
}

.s-user-profile .middle-info--desktop {
}

.s-user-profile .middle-info--mobile {
    display: none;
}

.s-user-profile .middle-info span {
    display: block;
}

.s-user-profile .middle-info .orange {
    color: #f57c00;
}

.b-avatar {
}

@media (max-width: 1199px) {
    .s-user-profile .middle-info--desktop {
        display:none;
    }

    .s-user-profile .middle-info--mobile {
        display: block;
    }

    .s-user-profile .middle-info {
        min-width: 280px;
    }
}

@media (max-width: 961px) {
    .s-user-profile .fio {
        font-size:36px;
    }
}

@media (max-width: 767px) {
    .s-user-profile .inner_wrap {
        display:block;
    }

    .s-user-profile .inner_wrap > div:first-child {
        display: block !important;
    }

    .s-user-profile .inner_wrap > div:last-child {
        align-items: center;
    }

    .s-user-profile .middle-info {
        text-align: center;
        order: 1;
        padding-bottom: 20px;
    }

    .s-user-profile .middle-info .orange {
        color: inherit;
    }

    .s-user-profile .link_top {
        order: 2;
        margin-bottom: 7px;
    }

    .s-user-profile .link_bottom {
        order: 3;
    }

    .s-user-profile .b-avatar {
        margin: 0px auto 30px;
    }

    .s-user-profile .contacts .card-number, .s-user-profile .contacts .card-number span {
        color: #f6830d;
    }

    .s-user-profile .contacts {
        text-align: center;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-user-profile .fio {
        font-size:56px;
    }

    .s-user-profile .middle-info {
        font-size: 32px;
    }

    .s-user-profile .contacts .card-number {
        font-size: 45px;
    }

    .s-user-profile .b-avatar {
        width: 300px;
        height: 300px;
        background-size: cover !important;
    }

    .s-user-profile .fio span {
        font-size: 56px;
        line-height: 125%
    }

    .s-user-profile .link-inner {
        font-size: 28px;
    }
}

@media (max-width: 535px) {
    .s-user-profile {
        padding-bottom:30px;
    }
}

.b-section-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 110%;
}

.b-section-title > span {
    display: block;
}

.b-section-title__inner--green {
    color: #689f38;
}

.b-section-title__subtitle {
    font-size: 20px;
    line-height: 125%;
}

@media (max-width: 767px) {
    .b-section-title {
        text-align:center;
    }

    .b-section-title__inner--mobile-black {
        color: #383838;
    }

    .b-section-title__subtitle {
        margin-top: 10px;
    }
}

@media (max-width: 767px) and (min-width: 536px) {
    .b-section-title {
        font-size:45px;
        margin-bottom: 45px;
    }

    .b-section-title__subtitle {
        font-size: 32px;
        margin-top: 10px;
    }
}

.f-input-changer {
    max-width: 400px;
    width: 100%;
    position: relative;
    background: #fff;
}

.f-input-changer:after {
    content: '';
    position: absolute;
    z-index: 3;
    width: 16px;
    height: 16px;
    background: url(../images/icon-edit-orange.png);
    background-size: cover !important;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    opacity: 1;
    transition: opacity 0.1s ease-out 0s;
}

.f-input-changer input {
    border: none;
    /* background: #fff; */
    background: none;
    padding: 6px 10px;
    font-size: 15px;
    width: 100%;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: box-shadow 0.1s ease-out 0s;
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

.f-input-changer input:focus {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.f-input-changer__save {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 50%;
    margin-top: -8.5px;
    color: #689f38;
    opacity: 0;
    transition: opacity 0.1s ease-out 0s;
    font-size: 13px;
    cursor: pointer;
}

.f-input-changer.active {
}

.f-input-changer.active:after {
    opacity: 0;
}

.f-input-changer.active .f-input-changer__save {
    opacity: 1;
    z-index: 4;
}

.f-input-changer.active input {
    padding-right: 89px;
}

.f-select-changer {
    position: relative;
}

.f-select-changer__value {
    width: 100%;
    min-height: 30px;
    padding: 6px 35px 6px 10px;
    background: #fff;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}

.f-select-changer ul {
    /* bottom: 10px; */
    position: absolute;
    top: 100%;
    margin-top: 10px;
    background: #76a84b;
    width: 100%;
    padding: 6px 10px;
    color: #fff;
    z-index: 100;
    max-height: 139px;
    overflow-y: auto;
    opacity: 0;
    transform: scale(1,0);
    transform-origin: 0 0;
    transition-duration: 0.2s;
    font-size: 15px;
}

.f-select-changer ul li {
    margin-bottom: 5px;
}

.f-select-changer ul li:last-child {
    margin-bottom: 0px
}

.f-select-changer ul span {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.f-select-changer ul span:hover {
    text-decoration: underline;
}

.f-select-changer input {
}

.f-select-changer.active {
}

.f-select-changer.active input {
}

.f-select-changer.active ul {
    transform: scale(1,1);
    opacity: 1;
}

.f-select-changer:after {
    content: '';
    width: 6px;
    height: 3px;
    background: url(../images/icon-dropdown-green.png);
    position: absolute;
    top: 50%;
    right: 15px;
    background-size: cover;
    margin-top: -2px;
    opacity: 1;
    transition-duration: 0.1s;
}

.f-select-changer.active:after {
    opacity: 0;
}

.s-user-pers-info {
    background: #f6f6f6;
    padding: 60px 0px;
}

.s-user-pers-info__wrap-fields {
    display: flex;
    justify-content: space-between;
}

.s-user-pers-info__wrap-fields > div {
    width: 555px;
}

.s-user-pers-info__wrap-fields > div > div {
    max-width: 100%;
    margin-bottom: 10px;
}

.s-user-pers-info__wrap-fields > div > div:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .s-user-pers-info__wrap-fields > div {
        width:440px;
    }
}

@media (max-width: 961px) {
    .s-user-pers-info__wrap-fields > div {
        width:345px;
    }
}

@media (max-width: 767px) {
    .s-user-pers-info__wrap-fields {
        display:block;
    }

    .s-user-pers-info__wrap-fields > div {
        width: 100%;
    }

    .s-user-pers-info__wrap-fields > div:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .f-input-changer input {
        font-size:32px;
        padding: 12px 58px 12px 18px;
    }

    .f-input-changer:after {
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }

    .f-input-changer__save {
        font-size: 28px;
        margin-top: -18px
    }

    .f-input-changer.active input {
        padding-right: 168px;
    }

    .s-user-pers-info__wrap-fields > div > div {
        margin-bottom: 20px;
    }

    .s-user-pers-info__wrap-fields > div > div:last-child {
        margin-bottom: 0px;
    }

    .s-user-pers-info__wrap-fields > div:first-child {
        margin-bottom: 20px;
    }

    .f-select-changer__value {
        font-size: 32px;
        padding: 12px 58px 12px 18px;
    }

    .f-select-changer:after {
        width: 10px;
        height: 6px;
        right: 24px;
    }

    .f-select-changer ul {
        font-size: 28px;
        padding: 25px 30px;
        max-height: 280px;
    }

    .f-select-changer ul li {
        margin-bottom: 10px
    }
}

@media (max-width: 535px) {
    .s-user-pers-info {
        padding:30px 0px;
    }
}

.s-user-action {
    background: #f6f6f6;
    position: relative;
}

.s-user-action .container {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.s-user-notice__status-1 {
    width: 100%;
    z-index: 1;
}

.s-user-notice__status-2 {
    position: relative;
    display: none;
    z-index: 3;
}

.s-user-notice__status-2 .container {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.s-user-action__wrap {
    display: flex;
    justify-content: space-between;
}

.s-user-action__wrap > div {
}

.s-user-action__wrap > div:first-child {
}

.s-user-action__wrap > div:last-child {
}

.s-user-action__action-link {
    width: 100%;
    max-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #fff !important;
    background: #689f38;
    border-radius: 50px;
    font-size: 15px;
}

.s-user-action__action-link:hover {
    color: #fff;
}

.s-user-action__socials {
}

.s-user-action__socials__title {
    font-size: 20px;
    margin-top: 5px;
    text-align: right;
    margin-bottom: 46px;
}

.s-user-action__socials__list {
    display: flex;
}

.s-user-action__socials__list li {
    margin-left: 30px;
}

.s-user-action__socials__list a {
    display: block;
    width: 42px;
    height: 42px;
    background-size: cover;
    fill: red;
    background: url(../images/social-icons/sprite1.png);
    background-position-y: 0px;
}

.s-user-action__socials__list a:hover {
    background-position-y: -42px;
}

.s-user-action__socials__vk {
    background-position-x: -0px !important;
}

.s-user-action__socials__fb {
    background-position-x: -42px !important;
}

.s-user-action__socials__ok {
    background-position-x: -84px !important;
}

.s-user-action__socials__gl {
    background-position-x: -126px !important;
}

@media (max-width: 961px) {
    .s-user-action__socials__title {
        margin-top: 33px;
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .s-user-action__wrap > div:last-child {
        display:none;
    }

    .s-user-action__wrap > div {
        width: 100%
    }

    .s-user-action__action-link {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .s-user-action {
        background: #fff;
    }

    .s-user-action .container {
        border: none;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-user-action__action-link {
        font-size: 32px;
    }
}

.f-checkbox-changer {
    cursor: pointer;
    font-size: 15px;
}

.f-checkbox-changer input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.f-checkbox-changer__indicator {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 3px;
    cursor: pointer;
    flex-shrink: 0;
}

.f-checkbox-changer__indicator span {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../images/f-checkbox-changer-1.png);
    background-position-x: 0px;
}

.f-checkbox-changer input:checked ~ span {
    background-position-x: -100%;
}

.f-checkbox-changer__title {
    /* display: inline-block; */
    vertical-align: middle;
}

.f-checkbox-changer__title--mobile {
    display: none;
}

.f-checkbox-changer--type1 .f-checkbox-changer__indicator span {
    background: url(../images/f-checkbox-changer-2.png);
    background-size: 32px;
}

.f-checkbox-changer--type1.active .f-checkbox-changer__title {
    color: #f57c00;
}

@media (max-width: 961px) {
    .f-checkbox-changer__title--mobile {
        display:inline;
    }

    .f-checkbox-changer__title--mobile + .f-checkbox-changer__title {
        display: none;
    }
}

@media (max-width: 767px) {
    .f-checkbox-changer__indicator span {
        background:url(../images/f-checkbox-changer-2.png);
        background-size: 32px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .f-checkbox-changer {
        font-size:28px;
    }

    .f-checkbox-changer__indicator {
        width: 32px;
        height: 32px;
    }

    .f-checkbox-changer--type1 .f-checkbox-changer__indicator span {
        background-size: 64px;
    }

    .f-checkbox-changer__indicator span {
        background-size: 64px;
    }
}

.f-radio-changer {
    cursor: pointer;
    display: inline-block;
}

.f-radio-changer__indicator {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.f-radio-changer__indicator input {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    height: 100%;
}

.f-radio-changer__indicator span {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/f-radio-changer.png);
    background-position-y: 0%;
    display: block;
}

.f-radio-changer__indicator input:checked ~ span {
    background-position-y: -100%;
}

.f-radio-changer__title {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.s-user-notice {
    background: #f6f6f6;
}

.s-user-notice .container {
    padding-top: 60px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 60px;
}

.s-user-notice__wrap {
    display: flex;
    justify-content: space-between;
}

.s-user-notice__wrap > div {
    margin-bottom: 20px;
}

.s-user-notice__wrap > div:last-child {
    margin-bottom: 0px;
}

.s-user-notice__title {
    font-size: 20px;
    color: #689f38;
    margin-bottom: 10px;
}

.s-user-notice__list {
}

.s-user-notice__list > div {
    margin-bottom: 0px;
}

.s-user-notice__list > div:last-child {
}

@media (max-width: 767px) {
    .s-user-notice__wrap {
        display:block;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-user-notice__title {
        font-size:32px;
    }
}

@media (max-width: 535px) {
    .s-user-notice .container {
        padding-top:30px;
        padding-bottom: 30px;
    }
}

.s-user-hide-socials {
    display: none;
    padding-top: 60px;
    padding-bottom: 60px;
}

.s-user-hide-socials__list {
    display: flex;
    justify-content: space-between;
}

.s-user-hide-socials__list > div {
}

.s-user-hide-socials__list a {
    display: block;
    background: url(../images/social-icons/sprite2.png);
    width: 69px;
    height: 69px;
    background-position-y: 0%;
}

.s-user-hide-socials__list a:hover {
    background-position-y: -200%;
}

.s-user-hide-socials__vk {
    background-position-x: 0% !important;
}

.s-user-hide-socials__fb {
    background-position-x: -100% !important;
}

.s-user-hide-socials__ok {
    background-position-x: -200% !important;
}

.s-user-hide-socials__gl {
    background-position-x: -300% !important;
}

@media (max-width: 767px) {
    .s-user-hide-socials {
        display:block;
    }
}

@media (max-width: 535px) {
    .s-user-hide-socials__list a {
        width:42px;
        height: 42px;
        background-size: 168px;
    }

    .s-user-hide-socials {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.b-popup-form-mini {
    width: 100%;
    max-width: 365px;
    background: #f6f6f6;
    padding: 45px 0px;
    margin: 20px auto;
    position: relative;
}

.b-popup-form-mini__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.b-popup-form-mini__fields {
    margin-bottom: 40px;
}

.b-popup-form-mini__fields > label {
    display: block;
    margin-bottom: 10px;
}

.b-popup-form-mini__input-text {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    border: none;
    font-size: 15px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 14px;
    border-radius: 2px;
}

.b-popup-form-mini__submit {
    background: #f57c00;
    border: none;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 14px;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .b-popup-form-mini {
        max-width:100%;
        padding: 45px 20px;
    }

    .b-popup-form-mini__input-text {
        max-width: 100%;
    }

    .b-popup-form-mini__submit {
        max-width: 100%;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .b-popup-form-mini__title {
        font-size:45px
    }

    .b-popup-form-mini__input-text {
        font-size: 32px;
        padding: 12px 20px;
    }

    .b-popup-form-mini__fields > label {
        margin-bottom: 20px;
    }

    .b-popup-form-mini__submit {
        font-size: 32px;
    }
}

.s-burn-notice {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #626262;
    background: rgba(84, 84, 84, 0.91);
    transform-origin: 0 0;
    transform: scale(1,0);
    opacity: 0;
    transition-duration: 0.2s;
    z-index: 100;
}

.s-burn-notice--active {
    transform: scale(1,1);
    opacity: 1;
}

.s-burn-notice .container {
    position: relative;
    height: 100%;
    padding: 22px 0px;
}

.s-burn-notice__text {
    color: #bdbdbd;
    font-size: 13px;
}

.s-burn-notice__text a {
    text-decoration: underline;
}

.s-burn-notice__close {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/icon-close-gray.png);
    background-size: 24px;
    cursor: pointer;
    opacity: 0.7;
}

.s-burn-notice__close:hover {
    opacity: 1;
}

.s-user-action__survey-wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
}

.s-user-action__survey-wrap > div {
    width: 494px;
    width: calc(50% - 30px);
}

.s-user-action__survey-question {
}

.s-user-action__survey-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.s-user-action__survey-list {
    margin-bottom: 22px;
}

.s-user-action__survey-list > div {
    margin-bottom: 7px;
}

.s-user-action__survey-list > div:last-child {
    margin-bottom: none;
}

.s-user-action__survey-btn-wrap {
    text-align: right;
    margin-top: 45px;
}

.s-user-action__survey-btn {
    display: inline-block;
    font-size: 15px;
    background: #fff;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px 38px;
}

.s-user-action__survey-btn:hover {
    color: #cecece;
}

.s-user-action__survey-btn:active {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.s-user-notice__status-3 {
    display: flex;
    /* min-height: 200px; */
    display: none;
    opacity: 1;
    width: 100%;
    z-index: 2;
}

.s-user-notice__status-3 .container {
    padding: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-user-action__thank-wrap {
    text-align: center;
}

.s-user-action__thank-wrap-title {
    margin-bottom: 25px;
}

.s-user-action__thank-title {
    display: block;
    font-size: 32px;
}

.s-user-action__thank-subtitle {
    font-size: 20px;
}

.s-user-action__thank-link {
    font-size: 15px;
}

.s-user-action__thank-link {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .js-action-survey {
        display:none !important;
    }
}

.phone-search--none {
    display: none;
}

.s-cabinet {
    background: #f6f6f6;
}

.s-cabinet-head {
    padding: 60px 0px 15px;
}

.s-cabinet-head__inner {
    display: flex;
    justify-content: space-between;
}

.s-cabinet-head__inner > div {
    width: 43%;
    width: calc(50% - 90px);
}

.s-cabinet-head__inner > div:last-child {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.s-cabinet-head__title {
    margin-bottom: 25px;
}

.s-cabinet-head__message {
}

.s-cabinet-head__message-title {
    font-size: 18px;
    margin-bottom: 7px;
}

.s-cabinet-head__message-text {
    font-size: 15px;
}

.s-cabinet-head__btn {
    display: block;
    width: 295px;
    color: #fff !important;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.s-cabinet-head__btn--green {
    background: #689f38;
}

.s-cabinet-head__btn--orange {
    background: #f57c00;
}

.s-cabinet-head__link-ok {
    width: 295px;
    text-align: center;
    display: block;
    margin-top: 6px;
}

.s-cabinet-head__link-ok:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../images/icon-message-orange.png);
    margin-right: 5px;
}

.s-cabinet-head__link-ok span {
    display: inline-block;
    text-decoration: underline;
    vertical-align: middle;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .s-cabinet-head__inner > div {
        width: initial;
    }

    .s-cabinet-head__inner > div:last-child {
        flex-shrink: 0;
        margin-left: 90px;
    }

    .s-cabinet-head__btn,.s-cabinet-head__link-ok {
        width: 260px;
    }
}

@media (max-width: 961px) {
    .s-cabinet-head__inner > div:last-child {
        margin-left:50px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-head__message {
        display:none;
    }

    .s-cabinet-head__inner {
        display: block;
    }

    .s-cabinet-head__link-ok {
        display: none;
    }

    .s-cabinet-head__btn {
        margin: 0px auto 10px;
        width: 100%;
        background: #f57c00
    }

    .s-cabinet-head__title,.s-cabinet-head__title span {
        color: #f57c00;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-head__btn {
        margin:0px auto 20px;
        font-size: 32px;
    }

    .s-cabinet-head__title {
        margin-bottom: 35px;
    }
}

@media (max-width: 535px) {
    .s-cabinet-head {
        padding-top:30px
    }
}

.s-cabinet-cp {
    padding: 30px 0px 60px;
}

.s-cabinet-cp__wrap {
    display: flex;
    justify-content: space-between;
}

.s-cabinet-cp__wrap > div {
}

.s-cabinet-cp__wrap > div:first-child {
    width: 330px;
}

.s-cabinet-cp__wrap > div:last-child {
    width: 780px;
}

.s-cabinet-cp__sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 20px;
    background: #f57c00;
    color: #fff;
}

.s-cabinet-cp__sidebar span {
}

.s-cabinet-cp__sidebar__mobile {
    display: none;
}

.s-cabinet-cp__sidebar__desktop {
}

.s-cabinet-cp__menu {
    display: flex;
}

.s-cabinet-cp__menu-item {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 20px;
    background: #fff;
    cursor: pointer;
    border-right: 1px solid #f5f5f5;
    flex-direction: column;
}

.s-cabinet-cp__menu-item:last-child {
    border-left: none;
}

.s-cabinet-cp__menu-item.s-cabinet-cp__menu-item--active {
    background: #689f38;
    color: #fff;
}

.s-cabinet-cp__menu-icon {
}

.s-cabinet-cp__menu-icon--i1 {
}

.s-cabinet-cp__menu-icon--i2 {
}

.s-cabinet-cp__menu-icon--i3 {
}

.s-cabinet-cp__menu-text {
}

/*
.s-cabinet-cp{}
.s-cabinet-cp__wrap{}
.s-cabinet-cp__wrap > div{}
.s-cabinet-cp__wrap > div:first-child{}
.s-cabinet-cp__wrap > div:last-child{}
.s-cabinet-cp__sidebar{}
.s-cabinet-cp__sidebar span{}
.s-cabinet-cp__sidebar__mobile{}
.s-cabinet-cp__sidebar__desktop{}
.s-cabinet-cp__menu{}
.s-cabinet-cp__menu-item{}
.s-cabinet-cp__menu-item--active{}
.s-cabinet-cp__menu-icon{}
.s-cabinet-cp__menu-icon--i1{}
.s-cabinet-cp__menu-icon--i2{}
.s-cabinet-cp__menu-icon--i3{}
.s-cabinet-cp__menu-text{}
*/
@media (max-width: 1199px) {
    .s-cabinet-cp__wrap > div:last-child {
        width:550px;
    }
}

@media (max-width: 961px) {
    .s-cabinet-cp__wrap > div:first-child {
        width: 25%;
    }

    .s-cabinet-cp__wrap > div:last-child {
        width: 75%;
    }

    .s-cabinet-cp__sidebar {
        background: #fff;
        color: #383838;
    }

    .s-cabinet-cp__sidebar__mobile {
        display: block;
    }

    .s-cabinet-cp__sidebar__desktop {
        display: none;
    }

    .s-cabinet-cp__menu-item.s-cabinet-cp__menu-item--active.s-cabinet-cp__menu-item--active, .s-cabinet-cp__menu-item--active {
        background: #f57c00;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .s-cabinet-cp__wrap {
        display:block;
    }

    .s-cabinet-cp__wrap > div:first-child {
        width: 100%;
        padding: 0px 0px 50px;
    }

    .s-cabinet-cp__sidebar {
        background: none;
        text-decoration: underline;
        height: initial;
        color: #383838;
    }

    .s-cabinet-cp__sidebar__mobile {
        display: none;
    }

    .s-cabinet-cp__sidebar__desktop {
        display: block
    }

    .s-cabinet-cp__wrap > div:last-child {
        width: initial;
        background: #f5f5f5;
        border-top: 1px solid #d1d1d1;
        margin: 0 -1.875rem;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s-cabinet-cp__menu-item {
        background: none !important;
        color: #383838!important;
        height: initial;
    }

    .s-cabinet-cp__menu-icon {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        margin-bottom: 15px;
        background: url(../images/sprite-cabinet-mobile-menu.png);
        background-position-y: 0%;
        background-size: 192px;
    }

    .s-cabinet-cp__menu-icon--i1 {
        background-position-x: 0%;
    }

    .s-cabinet-cp__menu-icon--i2 {
        background-position-x: -100%;
    }

    .s-cabinet-cp__menu-icon--i3 {
        background-position-x: -200%;
    }

    .s-cabinet-cp__menu-item--active .s-cabinet-cp__menu-icon {
        background-position-y: -100%;
    }

    .s-cabinet-cp__menu-item--active .s-cabinet-cp__menu-text {
        color: #4ca636;
    }

    .s-cabinet-cp {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .s-cabinet-head__inner > div:last-child {
        margin-left: initial;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-cp__sidebar {
        font-size: 32px;
    }

    .s-cabinet-cp__menu-item {
        font-size: 26px;
    }
}

@media (max-width: 535px) {
    .s-cabinet-cp__wrap > div:first-child {
        padding-bottom: 30px;
    }

    .s-cabinet-cp {
        padding-top: 0px
    }

    .s-cabinet-cp__menu-item {
        font-size: 16px;
    }

    .s-cabinet-cp__menu-icon {
        background-size: 132px;
        width: 44px;
        height: 44px;
    }

    .s-cabinet-cp__wrap > div:last-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 961px) and (min-width:768px) {
    .s-cabinet-cp__sidebar {
        border-right:1px solid #f6f6f6
    }
}

.s-cabinet-info {
    padding-bottom: 60px;
}

.s-cabinet-info__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.s-cabinet-info__sidebar {
    width: 330px;
    background: #fff;
}

.s-cabinet-info__sidebar > div {
    border-top: 1px solid #dcdcdc;
}

.s-cabinet-info__sidebar > div:first-child {
    border-top: none;
}

.s-cabinet-info__content {
    width: 780px;
}

.s-cabinet-info__box {
    display: none;
}

.s-cabinet-info__box.s-cabinet-info__box--active {
    display: block;
}

.s-cabinet-info__box--active {
}

@media (max-width: 1199px) {
    .s-cabinet-info__content {
        width: 550px;
    }
}

@media (max-width: 961px) {
    .s-cabinet-info__sidebar {
        width:100%;
        display: none;
    }

    .s-cabinet-info__content {
        width: 100%;
    }

    .s-cabinet-info__sidebar.s-cabinet-info__box--active {
        display: block;
    }

    .s-cabinet-info__sidebar.s-cabinet-info__box--active ~ .s-cabinet-info__content {
        display: none;
    }
}

@media (max-width: 767px) {
    .s-cabinet-info__sidebar > div {
        padding: 0 1.875rem;
        margin: 0 -1.875rem;
    }
}

.s-cabinet-mini-program {
    padding: 30px;
}

.s-cabinet-mini-program__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 26px;
}

.s-cabinet-mini-program__btn {
    width: 100%;
    background: #f57c00;
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 26px;
}

.s-cabinet-mini-program__link {
    font-size: 15px;
    display: block;
}

.s-cabinet-mini-program__link span {
    text-decoration: underline;
}

.s-cabinet-mini-program__wrap-link {
}

@media (max-width: 961px) and (min-width:768px) {
    .s-cabinet-mini-program__wrap-link {
        display:flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .s-cabinet-mini-program__btn {
        width: 270px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-info {
        background:#fff;
        /* padding-top: 30px; */
        /* padding-bottom: 30px; */
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-mini-program__title {
        font-size: 32px;
    }

    .s-cabinet-mini-program__btn {
        font-size: 32px;
    }

    .s-cabinet-mini-program__link {
        font-size: 32px;
    }

    .s-cabinet-mini-program {
        padding: 50px 30px;
    }
}

@media (max-width: 535px) {
    .s-cabinet-mini-program {
        padding-left:0px;
        padding-right: 0px;
    }
}

.s-cabinet-mini-program-on {
    padding: 30px;
}

.s-cabinet-mini-program-on__wrap-head {
}

.s-cabinet-mini-program-on__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 26px;
}

.s-cabinet-mini-program-on__name {
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #f57c00;
    line-height: 120%;
    margin-bottom: 15px;
}

.s-cabinet-mini-program-on__name:before {
    background: url(../images/sprite-okey-around.png);
    content: '';
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: block;
    background-size: 42px;
    background-position-y: -100%;
    margin-right: 15px;
}

.s-cabinet-mini-program-on__wrap-foot {
}

.s-cabinet-mini-program-on__link {
    font-size: 15px;
    text-decoration: underline;
    color: #0097a7;
    display: block;
    margin-bottom: 15px;
}

.s-cabinet-mini-program-on__cond {
    display: flex;
    font-size: 13px;
}

.s-cabinet-mini-program-on__cond a {
    text-decoration: underline;
}

.s-cabinet-mini-program-on__cond:before {
    content: '*';
    margin-right: 4px;
}

@media (max-width: 767px) {
    .s-cabinet-mini-program-on__name:before {
        background-position-y:0%
    }

    .s-cabinet-mini-program-on__name {
        color: #383838;
    }

    .s-cabinet-mini-program-on__cond {
        display: none;
    }

    .s-cabinet-mini-program-on__link {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-mini-program-on__title {
        font-size: 32px;
    }

    .s-cabinet-mini-program-on__name {
        font-size: 45px;
    }

    .s-cabinet-mini-program-on__link {
        font-size: 32px;
    }

    .s-cabinet-mini-program-on__name:before {
        width: 64px;
        height: 64px;
        background-size: 64px;
    }

    .s-cabinet-mini-program-on {
        padding: 50px 30px;
    }
}

@media (max-width: 535px) {
    .s-cabinet-mini-program-on {
        padding-left:0px;
        padding-right: 0px;
    }
}

.s-cabinet-mini-doctor {
    padding: 30px;
}

.s-cabinet-mini-doctor__title {
    font-size: 20px;
    margin-bottom: 15px;
}

.s-cabinet-mini-doctor__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s-cabinet-mini-doctor__icon {
    width: 90px;
    height: 90px;
    background-size: cover !important;
    background-position: 50% !important;
    background: url(../images/user-icon.png);
    margin-right: 20px;
}

.s-cabinet-mini-doctor__name {
    font-size: 22px;
    width: 62%;
    width: calc(100% - 110px);
    text-decoration: underline;
}

.s-cabinet-mini-doctor__name span {
    /* border-bottom: 2px solid; */
    /* text-decoration: underline; */
}

.s-cabinet-mini-doctor__btn {
    width: 100%;
    background: #f57c00;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    margin: 27px 0px 0px;
}

.s-cabinet-mini-doctor__link {
    display: none;
}

@media (max-width: 961px) and (min-width:768px) {
    .s-cabinet-mini-doctor__info {
        display:block;
    }

    .s-cabinet-mini-doctor__icon {
        float: left;
    }

    .s-cabinet-mini-doctor__btn {
        width: 270px;
        margin-left: 110px;
        margin-top: 15px;
    }

    .s-cabinet-mini-doctor__info:after {
        clear: both;
        content: '';
    }

    .s-cabinet-mini-doctor__name {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-mini-doctor__link {
        display:block;
        font-size: 15px;
        text-decoration: underline;
        color: #57ab42;
        margin-top: 15px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-mini-doctor {
        padding: 50px 30px;
    }

    .s-cabinet-mini-doctor__title {
        font-size: 32px;
    }

    .s-cabinet-mini-doctor__name {
        font-size: 45px;
    }

    .s-cabinet-mini-doctor__btn {
        font-size: 32px;
        margin-top: 30px;
    }

    .s-cabinet-mini-doctor__link {
        font-size: 32px;
        margin-top: 30px;
    }
}

@media (max-width: 535px) {
    .s-cabinet-mini-doctor {
        padding-left:0px;
        padding-right: 0px;
    }
}

.s-cabinet-mini-clinic {
    padding: 30px;
}

.s-cabinet-mini-clinic__title {
    font-size: 20px;
    margin-bottom: 16px;
}

.s-cabinet-mini-clinic__name {
    font-size: 22px;
    color: #f57c00;
    margin-bottom: 20px;
}

.s-cabinet-mini-clinic__name-mobile {
    display: none;
}

.s-cabinet-mini-clinic__name-desktop {
}

.s-cabinet-mini-clinic__contacts {
    font-size: 15px;
}

.s-cabinet-mini-clinic__contacts > div {
    margin-bottom: 10px;
    display: flex;
}

.s-cabinet-mini-clinic__contacts > div:last-child {
    margin-bottom: 0px;
}

.s-cabinet-mini-clinic__contacts > div:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover !important;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.s-cabinet-mini-clinic__phone:before {
    background: url(../images/icon-phone-orange.png);
}

.s-cabinet-mini-clinic__address:before {
    background: url(../images/icon-map-orange.png);
}

.s-cabinet-mini-clinic__time:before {
    background: url(../images/icon-clock-orange.png);
}

@media (max-width: 961px) and (min-width:768px) {
    .s-cabinet-mini-clinic__contacts {
        display:flex;
        justify-content: space-between;
    }

    .s-cabinet-mini-clinic__contacts > div {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-mini-clinic {
        padding-left:0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-mini-clinic {
        padding:50px 30px;
    }

    .s-cabinet-mini-clinic__title {
        font-size: 32px;
    }

    .s-cabinet-mini-clinic__name {
        font-size: 45px;
    }

    .s-cabinet-mini-clinic__name-mobile {
        display: block;
    }

    .s-cabinet-mini-clinic__name-desktop {
        display: none;
    }

    .s-cabinet-mini-clinic__contacts {
        font-size: 32px;
    }

    .s-cabinet-mini-clinic__contacts > div:before {
        width: 32px;
        height: 32px;
        top: 7px;
    }

    .s-cabinet-mini-clinic__contacts > div {
        margin-bottom: 15px;
    }

    .s-cabinet-mini-clinic__contacts > div:last-child {
        margin-bottom: 0px;
    }
}

.s-cabinet-mini-recom {
    padding: 30px;
    background: #689f38;
    color: #fff;
}

.s-cabinet-mini-recom__out-wrap {
    border-top: none !important;
    background: #689f38;
}

.s-cabinet-mini-recom__out-wrap + div {
    border-top: none;
}

.s-cabinet-mini-recom__head {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #96bc74;
}

.s-cabinet-mini-recom__text {
    font-size: 20px;
    line-height: 120%;
    display: flex;
    margin-bottom: 15px;
}

.s-cabinet-mini-recom__text-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: url(../images/icon-test.png);
    background-size: cover !important;
    margin-right: 14px;
    position: relative;
    top: 5px;
}

.s-cabinet-mini-recom__link {
    font-size: 15px;
    text-decoration: underline;
    margin-top: 8px;
    display: inline-block;
}

.s-cabinet-mini-recom__text-info {
    font-size: 13px;
}

.s-cabinet-mini-recom__foot {
    border-bottom: 1px solid #96bc74;
    padding-bottom: 25px;
}

.s-cabinet-mini-recom__foot .s-cabinet-mini-recom__text-info {
}

.s-cabinet-mini-recom__foot .s-cabinet-mini-recom__link {
}

@media (max-width: 961px) and (min-width:768px) {
    .s-cabinet-mini-recom__text {
        align-items:center;
    }

    .s-cabinet-mini-recom__text-icon {
        top: 0px;
    }

    .s-cabinet-mini-recom__foot {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .s-cabinet-mini-recom__link {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-mini-recom__text {
        align-items:center;
    }

    .s-cabinet-mini-recom__text-icon {
        top: 0px;
    }

    .s-cabinet-mini-recom {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-mini-recom {
        padding:50px 30px;
    }

    .s-cabinet-mini-recom__text-icon {
        width: 64px;
        height: 64px
    }

    .s-cabinet-mini-recom__text {
        font-size: 32px;
    }

    .s-cabinet-mini-recom__link {
        font-size: 32px;
    }

    .s-cabinet-mini-recom__text-info {
        font-size: 28px
    }
}

.s-cabinet-mini-record {
    padding: 30px;
}

@media (max-width: 535px) {
    .s-cabinet-mini-record {
        padding-left: 0px;
        padding-right: 0px
    }
}

.s-cabinet-mini-record__out-wrap {
    border-top: none !important;
    background: #fafafa;
}

.s-cabinet-mini-record__out-wrap + div {
    border-top: none;
}

.s-cabinet-mini-record__inner-wrap {
    width: 270px;
    position: relative;
    height: 287px;
}

.s-cabinet-mini-record__inner-wrap > div {
    /* display:none; */
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition-duration: 0.2s;
    width: 270px;
}

.s-cabinet-mini-record__inner-wrap > div.s-cabinet-mini-record__step--active {
    display: block;
    z-index: 2;
    opacity: 1;
}

.s-cabinet-mini-record__step-1 {
}

.s-cabinet-mini-record__title {
    font-size: 20px;
    margin-bottom: 40px;
}

.s-cabinet-mini-record__middle {
    min-height: 190px;
}

.s-cabinet-mini-record__wrap-calendar {
    display: flex;
    justify-content: space-between;
}

.s-cabinet-mini-record__wrap-calendar > div {
}

.s-cabinet-mini-record__wrap-calendar > div:first-child {
    width: 110px;
    flex-shrink: 0;
}

.s-cabinet-mini-record__wrap-calendar > div:last-cchild {
}

.s-cabinet-mini-record__date-type1 {
    font-size: 13px;
}

.s-cabinet-mini-record__date-type1 > span {
}

.s-cabinet-mini-record__date-type1 > span:first-child {
    color: #689f38;
}

.s-cabinet-mini-record__date-type1 > span:last-child:after {
    /* content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'; */
    content: '';
    display: inline-block;
    margin-left: 3px;
    width: 4px;
    height: 7px;
    background: url(../images/icon-mini-arrow-right.png);
}

.s-cabinet-mini-record__date-ind {
    font-size: 50px;
}

.s-cabinet-mini-record__calendar {
    width: 154px;
    flex-shrink: 0;
}

.s-cabinet-mini-record__calendar > div:first-child {
    display: flex;
    font-size: 13px;
    color: #898989;
    margin-bottom: 6px;
}

.s-cabinet-mini-record__calendar > div:last-child {
}

.s-cabinet-mini-record__calendar--days {
    flex-wrap: wrap;
    display: flex;
}

.s-cabinet-mini-record__calendar--day-week {
    width: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-cabinet-mini-record__calendar--days > span {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 2px;
}

.s-cabinet-mini-record__calendar--day-free {
    color: #689f38;
}

.s-cabinet-mini-record__calendar--day-free:hover {
    background: #689f38;
    color: #fff;
}

.s-cabinet-mini-record__calendar--day-no-free {
}

.s-cabinet-mini-record__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-cabinet-mini-record__ind-steps {
    display: flex;
}

.s-cabinet-mini-record__ind-steps > span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.s-cabinet-mini-record__ind-steps--green {
    background: #689f38;
}

.s-cabinet-mini-record__ind-steps--white {
    background: #fff;
}

.s-cabinet-mini-record__ind-steps--gray {
    background: #c4c4c4;
}

.s-cabinet-mini-record__btn {
    font-size: 15px;
    background: #f57c00;
    color: #fff;
    padding: 5px 0px;
    width: 141px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.s-cabinet-mini-record__timing {
    width: 148px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -2px;
}

.s-cabinet-mini-record__timing > span {
    width: 37px;
    margin-bottom: 3px;
    padding: 2px 0px;
}

.s-cabinet-mini-record__timing-no-free {
}

.s-cabinet-mini-record__timing-free {
    color: #689f38;
    cursor: pointer;
    transition-duration: 0.2s;
    text-align: center;
    border-radius: 2px;
}

.s-cabinet-mini-record__timing-free:hover {
    background: #689f38;
    color: #fff;
}

.s-cabinet-mini-record__date-type2 {
    color: #689f38;
    font-size: 13px;
    margin-bottom: 3px;
}

.s-cabinet-mini-record__date-type2 span {
}

.s-cabinet-mini-record__date-type2 span:after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº';
    display: inline-block;
    margin-left: 3px;
    content: '';
    display: inline-block;
    margin-left: 3px;
    width: 4px;
    height: 7px;
    background: url(../images/icon-mini-arrow-right.png);
}

.s-cabinet-mini-record__date-ind--mini {
    font-size: 30px;
}

.s-cabinet-mini-record__step-2 .s-cabinet-mini-record__wrap-calendar > div:first-child {
    width: 120px;
}

.s-cabinet-mini-record__wrap-form {
    display: flex;
    justify-content: space-between;
}

.s-cabinet-mini-record__wrap-form > div {
}

.s-cabinet-mini-record__wrap-form > div:first-child {
    width: 80px;
    flex-shrink: 0;
}

.s-cabinet-mini-record__wrap-form > div:last-child {
}

.s-cabinet-mini-record__wrap-form > div:last-child label {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.s-cabinet-mini-record__wrap-form > div:last-child label span {
    color: #898989;
    font-size: 13px;
    width: 7px;
    margin-right: 4px;
    position: relative;
    top: -5px;
}

.s-cabinet-mini-record__wrap-form > div:last-child label input {
    background: #fafafa;
    border: none;
    border-bottom: 1px solid #898989;
    padding: 0px 0px 7px;
}

.s-cabinet-mini-record__btn--green {
    background: #689f38;
}

.s-cabinet-mini-record__date-type3 {
    color: #689f38
}

.s-cabinet-mini-record__date-type3 > span {
    display: block;
}

.s-cabinet-mini-record__thank {
}

.s-cabinet-mini-record__thank-icon {
    width: 42px;
    height: 42px;
    background: url(../images/sprite-okey-around.png);
    background-size: 42px;
    margin: 0px auto 25px;
}

.s-cabinet-mini-record__thank-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 12px;
}

.s-cabinet-mini-record__thank-text span {
    display: block;
}

.s-cabinet-mini-record__thank-link {
    text-align: center;
}

.s-cabinet-mini-record__thank-link span,.s-cabinet-mini-record__thank-link a {
    display: inline-block;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
}

.s-cabinet-mini-record__step-4 {
    padding: 64px 0px;
}

.s-cabinet-doctor-call {
}

.s-cabinet-doctor-call__title {
    font-size: 23px;
    margin-bottom: 30px;
}

.s-cabinet-doctor-call__title > span {
    color: #689f38;
}

.s-cabinet-doctor-call__group-fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.s-cabinet-doctor-call__group-fields input {
    width: 49%;
    width: calc(50% - 13px);
    font-size: 15px;
    padding: 7px 20px;
    margin-bottom: 10px;
    border: none;
    border-radius: 50px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s-cabinet-doctor-call__price {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
}

.s-cabinet-doctor-call__price table {
    width: 100%;
}

.s-cabinet-doctor-call__price table tr {
}

.s-cabinet-doctor-call__price table td {
    padding-bottom: 13px;
}

.s-cabinet-doctor-call__price table td:last-child {
    text-align: right;
}

.s-cabinet-doctor-call__price table .green {
    color: #689f38;
    min-width: 90px;
    display: block;
}

.s-cabinet-doctor-call__wrap-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-cabinet-doctor-call__rules {
    display: block;
    font-size: 15px;
    margin-bottom: 16px;
}

.s-cabinet-doctor-call__rules:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../images/square_tick.png);
    background-size: 16px;
    margin-right: 7px;
}

.s-cabinet-doctor-call__rules span {
    vertical-align: middle;
    display: inline-block;
}

.s-cabinet-doctor-call__btn {
    width: 290px;
    background: #f57c00;
    border: none;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 5px 5px;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
}

/*
.s-cabinet-doctor-call{}
.s-cabinet-doctor-call__title{}
.s-cabinet-doctor-call__title > span{}
.s-cabinet-doctor-call__group-fields{}
.s-cabinet-doctor-call__group-fields input{}
.s-cabinet-doctor-call__price{}
.s-cabinet-doctor-call__price table{}
.s-cabinet-doctor-call__price table tr{}
.s-cabinet-doctor-call__price table td{}
.s-cabinet-doctor-call__price table .green{}
.s-cabinet-doctor-call__wrap-btn{}
.s-cabinet-doctor-call__rules{}
.s-cabinet-doctor-call__rules:before{}
.s-cabinet-doctor-call__rules span{}
.s-cabinet-doctor-call__btn{}
*/
@media (max-width: 767px) {
    .s-cabinet-doctor-call__title {
        text-align:center;
    }

    .s-cabinet-doctor-call__title > span {
        display: block
    }

    .s-cabinet-doctor-call__group-fields input {
        background: #f5f5f5;
        width: 100%;
    }

    .s-cabinet-doctor-call__btn {
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-doctor-call__title {
        font-size:32px;
    }

    .s-cabinet-doctor-call__group-fields input {
        font-size: 28px;
        padding: 12px 30px;
    }

    .s-cabinet-doctor-call__price {
        font-size: 28px;
    }

    .s-cabinet-doctor-call__price table .green {
        min-width: 160px;
    }

    .s-cabinet-doctor-call__rules {
        font-size: 32px;
    }

    .s-cabinet-doctor-call__rules:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-right: 10px;
    }

    .s-cabinet-doctor-call__btn {
        font-size: 32px;
    }
}

.s-cabinet-doctor-documents {
}

.s-cabinet-doctor-documents__no-active {
    background-color: #fff;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.s-cabinet-doctor-documents__no-active p {
    font-size: 15px;
    width: 375px;
}

.s-cabinet-doctor-documents__no-active a {
    font-size: 15px;
    color: #f57c00;
    padding: 5px 10px;
    border: 1px solid #f57c00;
    align-self: center;
    border-radius: 50px;
    width: 210px;
    text-align: center;
}

@media (max-width: 1199px) {
    .s-cabinet-doctor-documents__no-active p {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-doctor-documents__no-active {
        flex-direction:column;
        padding-left: 0px;
        padding-right: 0px;
    }

    .s-cabinet-doctor-documents__no-active p {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .s-cabinet-doctor-documents__no-active a {
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-doctor-documents__no-active p {
        font-size:28px;
        max-width: 550px;
    }

    .s-cabinet-doctor-documents__no-active a {
        font-size: 32px;
        max-width: 550px;
    }

    .s-cabinet-doctor-documents__no-active {
        padding: 50px 0px 60px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-doctor-documents__no-active {
        padding-left:1.875rem;
        padding-right: 1.875rem;
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        border-bottom: 1px solid #e8e8e8;
    }
}

.s-cabinet-doctor-documents__list-docs > div {
    margin-bottom: 30px;
}

.s-cabinet-doctor-documents__list-docs > div:last-child {
    margin-bottom: 0px;
}

.s-cabinet-doctor-documents__doc {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 18px 18px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.s-cabinet-doctor-documents__doc-image {
    width: 359px;
    height: 138px;
    background: url(../images/test-image-spravka.png);
    position: relative;
    background-size: cover !important;
    background-position: 50% !important;
    cursor: pointer;
}

.s-cabinet-doctor-documents__doc-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 59, 59, 0.5);
    background-image: url(../images/icon-resize-white.png);
    background-position: 50%;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    transition-duration: 0.2s;
}

.s-cabinet-doctor-documents__doc-image:hover:before {
    opacity: 1;
}

.s-cabinet-doctor-documents__doc-info {
    width: 360px;
    padding-right: 20px;
    position: relative;
}

.s-cabinet-doctor-documents__doc-title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.s-cabinet-doctor-documents__doc-fields {
    font-size: 15px;
}

.s-cabinet-doctor-documents__doc-fields--1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.s-cabinet-doctor-documents__doc-fields--1 > div {
}

.s-cabinet-doctor-documents__doc-fields--2 {
}

.s-cabinet-doctor-documents__doc-fields--2 > div {
}

.s-cabinet-doctor-documents__doc-field {
}

.s-cabinet-doctor-documents__doc-field span {
    color: #689f38;
}

.s-cabinet-doctor-documents__doc-trash {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: -7px;
    background: url(../images/icon-trash-orange.png);
    background-size: 24px;
    cursor: pointer;
}

.s-cabinet-doctor-documents__doc-full-image {
    /* display: none; */
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 14px 30px 14px;
    background: #fff;
    transform-origin: 0 0;
    transform: scale(1,0);
    transition-duration: 0.2s;
    z-index: 100;
}

.s-cabinet-doctor-documents__doc-full-image--active {
    transform: scale(1,1);
}

.s-cabinet-doctor-documents__doc-full-image__btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.s-cabinet-doctor-documents__doc-full-image__icon-print {
    width: 24px;
    height: 24px;
    background: url(../images/icon-print-black.png);
}

.s-cabinet-doctor-documents__doc-full-image__icon-hide {
    width: 24px;
    height: 24px;
    background: url(../images/around_arrow_top_green.png);
}

.s-cabinet-doctor-documents__doc-full-image__image {
    max-width: 570px;
}

.s-cabinet-doctor-documents__doc-image2 {
    display: none;
    width: 100%;
    height: 300px;
    background: url(../images/test-image-spravka.png);
    background-size: cover !important;
    background-position: 50% !important;
    margin-bottom: 15px;
}

@media (max-width: 1199px) and (min-width:962px) {
    .s-cabinet-doctor-documents__doc-image {
        width: 190px;
    }

    .s-cabinet-doctor-documents__doc-info {
        width: 304px;
    }
}

@media (max-width: 961px) {
    .s-cabinet-doctor-documents__doc-info {
        width:330px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-doctor-documents__doc-image {
        display:none;
    }

    .s-cabinet-doctor-documents__doc-info {
        width: 100%;
        padding-right: 0px;
    }

    .s-cabinet-doctor-documents__doc-image2 {
        display: block;
    }

    .s-cabinet-doctor-documents__doc-fields--1 {
        display: block;
        margin-bottom: 0px;
    }

    .s-cabinet-doctor-documents__doc-fields--1 > div {
        margin-bottom: 3px;
    }

    .s-cabinet-doctor-documents__doc {
        background: #fff;
        border: none;
    }

    .s-cabinet-doctor-documents__doc-trash {
        right: 0px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-doctor-documents__doc-title {
        font-size:32px;
        padding-right: 44px;
        margin-bottom: 20px;
        max-width: 580px;
    }

    .s-cabinet-doctor-documents__doc-trash {
        width: 42px;
        height: 42px;
        background-size: cover;
    }

    .s-cabinet-doctor-documents__list-docs > div {
        padding-bottom: 40px;
        padding-left: 1.875rem;
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        padding-right: 1.875rem;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 20px;
    }

    .s-cabinet-doctor-documents__doc-fields {
        font-size: 24px;
    }

    .s-cabinet-doctor-documents__doc-title {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-doctor-documents__list-docs > div {
        padding-bottom: 40px;
        padding-left: 1.875rem;
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        padding-right: 1.875rem;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 20px;
    }

    .s-cabinet-doctor-documents__doc-title {
        margin-bottom: 20px;
    }

    .s-cabinet-doctor-documents__list-docs > div {
    }
}

@media (max-width: 535px) {
    .s-cabinet-doctor-documents__no-active {
        margin-bottom:10px;
    }

    .s-cabinet-doctor-documents__doc-title {
        padding-right: 30px;
    }
}

.s-cabinet-doctor-documents__active {
    background: #fff;
    padding: 30px;
    display: none;
}

.s-cabinet-doctor-documents__active--active {
    display: block;
}

.s-cabinet-doctor-documents__active--active ~ div {
    display: none
}

.s-cabinet-doctor-documents__active-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.s-cabinet-doctor-documents__active-item:last-child {
    margin-bottom: 0px;
}

.s-cabinet-doctor-documents__active-image {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    margin-right: 27px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    background-image: url(../images/icon-download.png);
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.s-cabinet-doctor-documents__active-preview {
    /* display: none; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background: url(../images/big-spravka.png);
    display: none;
}

.s-cabinet-doctor-documents__active-preview:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #fff;
}

.s-cabinet-doctor-documents__active-progress {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.s-cabinet-doctor-documents__active-progress svg {
    fill: none;
    stroke-dasharray: 80,100;
    stroke: #689f38;
    stroke-width: 2px;
}

.s-cabinet-doctor-documents__active-cancel {
    display: none;
    background: url(../images/icon-x-green.png);
    position: absolute;
    margin-top: -16px;
    margin-left: -16px;
    left: 0px;
    width: 32px;
    top: 50%;
    left: 50%;
    height: 32px;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.s-cabinet-doctor-documents__active-finput {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #dadada;
    cursor: pointer;
}

.s-cabinet-doctor-documents__active-wrap-fields {
    width: 100%;
}

.s-cabinet-doctor-documents__active-wrap-fields > label {
    display: block;
    margin-bottom: 10px;
}

.s-cabinet-doctor-documents__active-wrap-fields > label:last-child {
    margin-bottom: 0px
}

.s-cabinet-doctor-documents__active-tinput {
    background: #f6f6f6;
    border: none;
    width: 100%;
    font-size: 15px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
}

.s-cabinet-doctor-documents__active-textarea {
    background: #f6f6f6;
    border: none;
    width: 100%;
    font-size: 15px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
    height: 70px !important;
    width: 100% !important;
}

.s-cabinet-doctor-documents__active-wrap-fields > label span {
    display: none;
}

.s-cabinet-doctor-documents__active-image--load .s-cabinet-doctor-documents__active-progress, .s-cabinet-doctor-documents__active-image--loaded .s-cabinet-doctor-documents__active-progress {
    display: flex;
}

.s-cabinet-doctor-documents__active-wrap-fields > label input.error span {
}

.s-cabinet-doctor-documents__active-image--loaded,.s-cabinet-doctor-documents__active-image--load {
    cursor: initial;
}

.s-cabinet-doctor-documents__active-image--load:after {
    content: '';
    width: 7px;
    height: 16px;
    top: -2px;
    position: absolute;
    left: 7px;
    background: url(../images/icon-clip.png);
}

.s-cabinet-doctor-documents__active-image--loaded .s-cabinet-doctor-documents__active-finput {
    display: none;
}

.s-cabinet-doctor-documents__active-image--load .s-cabinet-doctor-documents__active-finput {
    display: none;
}

.s-cabinet-doctor-documents__active-image--load .s-cabinet-doctor-documents__active-cancel {
    display: block
}

.s-cabinet-doctor-documents__active-image--load .s-cabinet-doctor-documents__active-preview,.s-cabinet-doctor-documents__active-image--loaded .s-cabinet-doctor-documents__active-preview {
    display: block;
}

.s-cabinet-doctor-documents__active-wrap-btn {
    text-align: right;
    margin-top: 30px;
}

.s-cabinet-doctor-documents__active-btn {
    font-size: 15px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 210px;
    padding: 5px;
    border-radius: 50px;
    color: #3b3b3b;
}

.s-cabinet-doctor-history {
    /* background: #fafafa; */
    /* border: 1px solid #dcdcdc; */
}

.s-cabinet-doctor-history__maintitle {
    font-size: 24px;
    text-align: center;
    padding: 23px 0px;
    color: #689f38;
    background: #fafafa;
    border: 1px solid #dcdcdc;
    border-bottom: none;
}

.s-cabinet-doctor-history__list-l-1 {
    background: #fafafa;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.s-cabinet-doctor-history__list-l-1 > li {
    border-top: 1px solid #dcdcdc;
    position: relative;
    z-index: 1;
    transition-duration: 0.2s;
}

.s-cabinet-doctor-history__list-l-1 > li:hover {
    background: #fff;
    z-index: 2;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 1px;
    padding-right: 1px;
}

.s-cabinet-doctor-history__list-l-1 > li.active {
    background: #fff;
    transition-duration: 0s;
    box-shadow: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1;
}

.s-cabinet-doctor-history__list-l-1 > li.active:hover {
}

.s-cabinet-doctor-history__title-l-1 {
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 47px 12px 27px;
    cursor: pointer;
}

.s-cabinet-doctor-history__title-l-1:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/sprite-plus-minus.png);
    background-size: 32px;
    margin-right: 9px;
    background-position-y: 0%;
    background-position-x: 0%;
}

.s-cabinet-doctor-history__title-l-1 > span {
    */ }

.s-cabinet-doctor-history__title-l-1 > span:first-child {
    min-height: 30px;
    */ display: flex;
    align-items: center;
    display: flex;
}

.s-cabinet-doctor-history__title-l-1 > span:last-child {
}

.s-cabinet-doctor-history__list-l-1 > li.active .s-cabinet-doctor-history__title-l-1:before {
    background-position-x: -100%;
    background-position-y: -100%;
}

.s-cabinet-doctor-history__list-l-1 > li.active .s-cabinet-doctor-history__title-l-1 span:first-child {
    color: #f57c00;
    font-size: 20px;
}

.s-cabinet-doctor-history__list-l-1 > li.active .s-cabinet-doctor-history-item-indicator {
    display: none;
}

.s-cabinet-doctor-history-item-indicator {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fafafa;
    border: 1px solid #689f38;
    right: 30px;
}

.s-cabinet-doctor-history-item-indicator.active {
    background: #689f38;
}

.s-cabinet-doctor-history__list-l-2 {
    display: none;
    padding: 2px 50px 25px;
}

.s-cabinet-doctor-history__list-l-2 > li {
}

.s-cabinet-doctor-history__list-l-2 > li.active {
}

.s-cabinet-doctor-history__title-l-2 {
    display: flex;
    font-size: 15px;
    align-items: center;
    padding: 7px 0px;
    cursor: pointer;
}

.s-cabinet-doctor-history__title-l-2:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/sprite-plus-minus.png);
    background-size: 32px;
    margin-right: 9px;
}

.s-cabinet-doctor-history__title-l-2 span {
}

.s-cabinet-doctor-history__list-l-2 > li.active .s-cabinet-doctor-history__title-l-2:before {
    background-position-x: -100%;
}

.s-cabinet-doctor-history__form {
    display: none;
    margin-bottom: 10px;
    padding-top: 5px;
    margin-left: 27px;
    /* padding: 0 1.875rem; */
    /* margin: 0 calc(-1.875rem - 51px) 0 calc(-1.875rem); */
    /* margin-left: calc(-1.875rem - 24px); */
    /* margin-right: calc(-1.875rem - 50px); */
    /* padding-left: calc(+1.875rem + 36px); */
    /* padding-right: calc(+1.875rem + 50px); */
    /* background: #f6f6f6; */
}

.s-cabinet-doctor-history__fields {
    display: flex;
    background: #f6f6f6;
    padding: 10px 15px 7px;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.s-cabinet-doctor-history__fields > label {
    margin-right: 20px;
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.s-cabinet-doctor-history__comment {
    width: 100% !important;
    font-size: 13px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
    height: 64px !important;
}

.s-cabinet-doctor-history__wrap-btn {
    text-align: right;
    margin-top: 30px;
    /* margin-bottom: 30px; */
    /* text-align: center; */
}

.s-cabinet-doctor-history__btn {
    font-size: 15px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 230px;
    padding: 5px;
    border-radius: 50px;
    color: #3b3b3b;
}

@media (max-width: 767px) {
    .s-cabinet-doctor-history__list-l-2 .active .s-cabinet-doctor-history__title-l-2 {
        color:#f57c00
    }

    .s-cabinet-doctor-history__maintitle {
        background: none;
        border: none
    }

    .s-cabinet-doctor-history__list-l-1 {
        background: none;
        border: none;
    }

    .s-cabinet-doctor-history__list-l-1 > li {
        padding: 0 1.875rem !important;
        margin: 0 -1.875rem !important;
        transition-duration: 0s!important;
        box-shadow: none !important;
    }

    .s-cabinet-doctor-history__list-l-1 > li.active {
        padding: 0 1.875rem;
        margin: 0 -1.875rem;
        transition-duration: 0s!important;
        box-shadow: none !important;
    }

    .s-cabinet-doctor-history__title-l-1 {
        padding-left: 0px;
        padding-right: 15px;
    }

    .s-cabinet-doctor-history-item-indicator {
        right: 0px;
    }

    .s-cabinet-doctor-history__list-l-2 {
        padding-left: 24px;
        padding-bottom: 0px;
    }

    .s-cabinet-doctor-history__comment {
        display: none;
        ; }

    .s-cabinet-doctor-history__form {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }

    .s-cabinet-doctor-history__fields {
        margin-bottom: 0px;
    }

    .s-cabinet-doctor-history__title-l-2 {
        padding-bottom: 14px;
        padding-top: 0px;
    }

    .s-cabinet-doctor-history__wrap-btn {
        margin-bottom: 30px;
        margin-top: 15px;
        text-align: center;
    }

    .s-cabinet-doctor-history__btn {
        width: 100%;
        max-width: 100%;
    }

    .s-cabinet-doctor-history__form {
        margin-left: calc(-1.875rem - 24px);
        margin-right: calc(-1.875rem - 50px);
        padding-left: calc(+1.875rem + 36px);
        padding-right: calc(+1.875rem + 50px);
        background: #f6f6f6;
        */ }

    .s-cabinet-doctor-history__title-l-2:before {
        background: url(../images/sprite-plus-minus2.png);
        width: 10px;
        height: 10px;
        background-size: 20px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-doctor-history__title-l-2:before {
        background: url(../images/sprite-plus-minus2.png);
        width: 14px;
        height: 14px;
        background-size: 28px;
    }

    .s-cabinet-doctor-history__maintitle {
        font-size: 45px;
    }

    .s-cabinet-doctor-history__title-l-1 {
        font-size: 32px;
    }

    .s-cabinet-doctor-history__title-l-1:before {
        width: 42px;
        height: 42px;
        background-size: 84px;
        margin-right: 15px;
    }

    .s-cabinet-doctor-history-item-indicator {
        width: 20px;
        height: 20px;
    }

    .s-cabinet-doctor-history__list-l-1 > li.active .s-cabinet-doctor-history__title-l-1 span:first-child {
        font-size: 32px;
    }

    .s-cabinet-doctor-history__list-l-2 {
        padding-left: 58px;
    }

    .s-cabinet-doctor-history__title-l-2 {
        font-size: 26px;
    }

    .s-cabinet-doctor-history__form {
        margin-left: calc(-1.875rem - 58px);
        padding-left: calc(+1.875rem + 71px);
        padding-top: 10px;
    }

    .s-cabinet-doctor-history__fields > label {
        font-size: 26px;
        margin-right: 35px;
        margin-bottom: 8px;
    }

    .s-cabinet-doctor-history__btn {
        font-size: 32px;
    }

    .s-cabinet-doctor-history__wrap-btn {
        margin-top: 30px;
    }
}

.s-cabinet-doctor-calendar {
    background: #fafafa;
    border: 1px solid #dcdcdc;
}

.s-cabinet-doctor-calendar__trigger {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.s-cabinet-doctor-calendar__trigger--calendar {
    margin-right: 15px;
    color: #a0a0a0;
    cursor: pointer;
}

.s-cabinet-doctor-calendar__trigger--list {
    color: #a0a0a0;
    cursor: pointer;
}

.s-cabinet-doctor-calendar__date {
    text-align: center;
    font-size: 24px;
    /* color: #689f38; */
    margin-bottom: 35px;
}

.s-cabinet-doctor-calendar__date-year {
    color: #689f38;
}

.s-cabinet-doctor-calendar__date-month {
}

.s-cabinet-doctor-calendar__date-month:after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    width: 4px;
    height: 7px;
    background: url(../images/icon-mini-arrow-right.png);
    vertical-align: middle;
}

.s-cabinet-doctor-calendar__date-month:after {
}

.s-cabinet-doctor-calendar__date-month span {
}

.s-cabinet-doctor-calendar--calendar {
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__trigger--calendar {
    color: #689f38;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__trigger--list {
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__week {
    display: flex;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__week > span {
    width: 14.285%;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-right: 13px;
    padding-top: 13px;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__days {
    display: flex;
    flex-wrap: wrap;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day {
    width: 14.28%;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-right: 13px;
    padding-top: 13px;
    height: 108px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day--green {
    background: #689f38;
    color: #fff;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day--gray {
    background: #dcdcdc;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day:nth-of-type(7n) {
    border-right: none
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day-date {
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day-n {
    font-size: 15px;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day-week {
    display: none;
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day-wrap-link {
}

.s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day-link {
    text-decoration: underline;
    font-size: 18px;
}

.s-cabinet-doctor-calendar--list {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__trigger--calendar {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__trigger--list {
    color: #689f38;
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__week {
    display: none;
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__week > span {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__days {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day {
    display: block;
    padding: 10px 30px 10px 30px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day--green {
    background: #689f38;
    color: #fff;
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day--gray {
    background: #dcdcdc;
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day:last-child {
    border-bottom: none;
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day-date {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day-n {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day-week {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day-wrap-link {
}

.s-cabinet-doctor-calendar--list .s-cabinet-doctor-calendar__day-link {
    text-decoration: underline;
}

.s-cabinet-doctor-calendar__day-link {
    font-size: 18px !important;
}

@media (max-width: 1199px) and (min-width:962px) {
    .s-cabinet-doctor-calendar__day-link {
        font-size: 15px !important;
    }

    .s-cabinet-doctor-calendar--calendar .s-cabinet-doctor-calendar__day {
        height: 100px
    }
}

.s-cabinet-doctor-card {
    display: flex;
}

.s-cabinet-doctor-card__left-line {
    width: 1px;
    margin-left: -28px;
    margin-right: 28px;
    padding-top: 57px;
    padding-bottom: 57px;
    position: relative;
    flex-shrink: 0;
}

.s-cabinet-doctor-card__left-line:before {
    content: '';
    position: relative;
    top: 0px;
    left: 0px;
    background: #dcdcdc;
    height: 100%;
    width: 1px;
    display: block;
}

.s-cabinet-doctor-card__inner {
    width: 100%;
}

.s-cabinet-doctor-card__inner > div {
    margin-bottom: 30px;
}

.s-cabinet-doctor-card__inner > div:last-child {
    margin-bottom: 0px;
}

.s-cabinet-doctor-card__reminders {
    background: #fff;
    padding: 30px;
    position: relative;
    border: 1px solid #dcdcdc;
}

.s-cabinet-doctor-card-reminders__title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.s-cabinet-doctor-card-remind {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.s-cabinet-doctor-card-remind__content {
}

.s-cabinet-doctor-card-remind__head {
    display: flex;
    margin-bottom: 20px;
}

.s-cabinet-doctor-card-remind__icon {
    background: url(../images/icon-bell-orange.png);
    width: 28px;
    height: 38px;
    margin-right: 13px;
    flex-shrink: 0;
}

.s-cabinet-doctor-card-remind__title {
    font-size: 18px;
    line-height: 120%;
}

.s-cabinet-doctor-card-remind__title > span {
    display: block;
}

.s-cabinet-doctor-card-remind__foot {
    display: flex;
    flex-wrap: wrap;
}

.s-cabinet-doctor-card-remind__info-wrap {
    display: flex;
    margin-right: 25px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.s-cabinet-doctor-card-remind__info-icon {
    width: 16px;
    height: 16px;
    background-size: 16px!important;
    margin-right: 4px;
    flex-shrink: 0;
}

.s-cabinet-doctor-card-remind__info-icon--map {
    background: url(../images/icon-map-black.png);
}

.s-cabinet-doctor-card-remind__info-icon--calendar {
    background: url(../images/icon-calendar-black.png);
}

.s-cabinet-doctor-card-remind__info-icon--clock {
    background: url(../images/icon-clock-black.png);
}

.s-cabinet-doctor-card-remind__control {
    margin-left: 20px;
    flex-shrink: 0;
}

.s-cabinet-doctor-card-remind-control-item {
    margin-bottom: 5px;
}

.s-cabinet-doctor-card-remind-control-item--gray {
}

.s-cabinet-doctor-card-remind-control-item > a {
    font-size: 15px;
    text-decoration: underline;
    color: #689f38;
}

.s-cabinet-doctor-card-remind-control-item--gray > a {
    color: #383838;
}

.s-cabinet-doctor-card-reminders__wrap {
}

.s-cabinet-doctor-card-reminders__wrap > div:last-child {
    margin-bottom: 0px;
}

.s-cabinet-doctor-card__hider-wrap {
    display: flex;
    justify-content: space-between;
}

.s-cabinet-doctor-card__hider-icons {
    display: flex;
}

.s-cabinet-doctor-card__hider-icons > a {
    width: 24px;
    height: 24px;
    background-size: 24px !important;
    margin-left: 9px;
}

.s-cabinet-doctor-card__hider-icon--send-mess {
    background: url(../images/icon-send-message.png);
}

.s-cabinet-doctor-card__hider-icon--print {
    background: url(../images/icon-print-black.png);
}

.s-cabinet-doctor-card__hider-icon--hide {
    background: url(../images/around_arrow_top_green_big.png);
    margin-left: 29px !important;
    transition-duration: 0.2s;
    transform: rotateZ(180deg);
}

.s-cabinet-doctor-card__hider-icon--hide.active {
    transform: rotateZ(360deg);
}

.s-cabinet-doctor-card-indicator {
    position: absolute;
    top: 30px;
    left: 0px;
}

.s-cabinet-doctor-card-indicator__triangle {
    width: 12px;
    position: absolute;
    height: 12px;
    top: 9px;
    left: -6px;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    transform: rotate(-45deg);
    background: #fff;
}

.s-cabinet-doctor-card-indicator__circle {
    width: 33px;
    height: 32px;
    right: 12px;
    background: #f6f6f6;
    position: absolute;
    border-radius: 50%;
}

.s-cabinet-doctor-card-indicator__circle:before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../images/icon-timeline-orange.png);
    display: block;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -10.5px;
    margin-top: -10.5px;
}

.s-cabinet-doctor-card__reminders--gray {
    background: #fafafa;
}

.s-cabinet-doctor-card-indicator--gray {
}

.s-cabinet-doctor-card-indicator--gray .s-cabinet-doctor-card-indicator__triangle {
    background: #fafafa;
}

.s-cabinet-doctor-card-indicator--gray .s-cabinet-doctor-card-indicator__circle:before {
    background: url(../images/icon-timeline-green.png);
}

.s-cabinet-doctor-card-reminders__title--green {
}

.s-cabinet-doctor-card-info-event {
}

.s-cabinet-doctor-card-info-event__title {
    font-size: 20px;
    margin-bottom: 15px;
}

.s-cabinet-doctor-card-info-event__info {
    font-size: 15px;
}

.s-cabinet-doctor-card-info-event__info > li {
    margin-bottom: 5px;
}

.s-cabinet-doctor-card-info-event__info > li:last-child {
    margin-bottom: 0px;
}

.s-cabinet-doctor-card-info-event__info > li > span {
}

.s-cabinet-doctor-card-info-event__info--green {
    color: #689f38;
}

.s-cabinet-doctor-card-reminders__title--with-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .s-cabinet-doctor-card__left-line {
        display:none
    }

    .s-cabinet-doctor-card-indicator {
        display: none;
    }

    .s-cabinet-doctor-card__reminders {
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .s-cabinet-doctor-card-remind {
        display: block;
    }

    .s-cabinet-doctor-card-remind__control {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-top: 17px;
        border-top: 1px solid #dcdcdc;
        margin-left: 0px;
    }

    .s-cabinet-doctor-card-remind__foot {
        padding-left: 41px;
    }

    .s-cabinet-doctor-card__inner > div {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 0px;
    }

    .s-cabinet-doctor-card__inner > div:last-child {
        border-bottom: none;
    }

    .s-cabinet-doctor-card__hider-icon--print {
        display: none
    }

    .s-cabinet-doctor-card__hider-icon--hide {
        margin-left: 9px !important;
    }

    .s-cabinet-doctor-card-reminders__title--with-border {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .s-cabinet-doctor-card-info-event__title {
        text-decoration: underline;
        font-size: 24px;
        line-height: 120%;
    }

    .s-cabinet-doctor-card-remind__info-wrap {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .s-cabinet-doctor-card-reminders__title {
        font-size:32px;
    }

    .s-cabinet-doctor-card__hider-icons > a {
        width: 42px;
        height: 42px;
        background-size: 42px!important;
        margin-left: 15px !important;
    }

    .s-cabinet-doctor-card-remind__icon {
    }

    .s-cabinet-doctor-card-remind__title {
        font-size: 32px;
    }

    .s-cabinet-doctor-card-remind__info-wrap {
        font-size: 26px;
        align-items: center;
    }

    .s-cabinet-doctor-card-remind__info-icon {
        width : 22px;
        height: 22px;
        background-size: cover !important;
        position: relative;
        top: -1px;
    }

    .s-cabinet-doctor-card-remind-control-item > a {
        font-size: 24px;
    }

    .s-cabinet-doctor-card-info-event__title {
        font-size: 45px;
    }

    .s-cabinet-doctor-card-info-event__info {
        font-size: 24px;
    }
}

.s-cabinet-appointments {
}

.s-cabinet-appointments__filters {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    position: relative;
}

.s-cabinet-appointments-filter {
    font-size: 15px;
    text-decoration: underline;
    margin-right: 18px;
    cursor: pointer;
    padding: 0px 7px;
    border-radius: 3px;
    margin-bottom: 4px;
}

.s-cabinet-appointments-filter.active {
    background: #f57c00;
    color: #fff;
    text-decoration: none;
    cursor: auto;
}

.s-cabinet-appointments__wrap {
}

.s-cabinet-appointments__wrap > div {
    display: none;
}

.s-cabinet-appointments__wrap > div.active {
    display: block;
}

.s-cabinet-appointments__filters2 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.s-cabinet-appointments__search {
    position: relative;
    margin-right: 20px;
}

.s-cabinet-appointments__search > input {
    width: 250px;
    font-family: 'MyseoSansCyrl', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 13px;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    z-index: 2;
    position: relative;
    transition-duration: 0.2s;
}

.s-cabinet-appointments__search > ul {
    -webkit-transition: all 0.2s ease-in-out;
    */ /* transition: all 0.2s ease-in-out; */
    position: absolute;
    z-index: 100;
    min-width: 250px;
    opacity: 0;
    transform-origin: 0 0;
    border-radius: 3px;
    transform: scale(1,0);
    background-color: rgba(65,160,41,0.95);
    box-shadow: 0 0 0.625rem rgba(0,0,0,0.2);
    top: 36px;
    position: absolute;
    font-size: 0.813rem;
    line-height: 2.461538461538462;
    padding: 12px 0px;
}

.s-cabinet-appointments__search > ul li {
    padding: 7px 13px;
    font-size: 0.813rem;
    line-height: 2.461538461538462;
    padding: 0 20px;
    white-space: nowrap;
}

.s-cabinet-appointments__search > ul span,.s-cabinet-appointments__search > ul a {
    cursor: pointer;
    color: #fff;
}

.s-cabinet-appointments__search > ul span:hover,.s-cabinet-appointments__search > ul a:hover {
    text-decoration: underline;
}

.s-cabinet-appointments__search.active {
}

.s-cabinet-appointments__search.active > input {
}

.s-cabinet-appointments__search.active > ul {
    transform: scale(1,1);
    opacity: 1;
}

.s-cabinet-appointments__select {
}

.s-cabinet-appointments__content {
}

.s-cabinet-diagnosis {
}

.s-cabinet-diagnosis .s-cabinet-diagnosis__title span {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.s-cabinet-diagnosis .active .s-cabinet-diagnosis__title span {
    border-bottom: 1px dashed transparent;
    cursor: pointer;
}

.s-cabinet-diagnosis > div {
    margin-bottom: 10px;
}

.s-cabinet-diagnosis > div:last-child {
    margin-bottom: 0px
}

.s-cabinet-diagnosis__title {
    font-size: 18px;
    margin-bottom: 12px;
}

.s-cabinet-diagnosis__hided {
    padding-top: 10px;
    padding-bottom: 20px;
}

.s-cabinet-diagnosis__hided ul {
    margin-bottom: 30px;
}

.s-cabinet-diagnosis__hided ul > li {
    margin-bottom: 5px;
}

.s-cabinet-diagnosis__label {
    display: flex;
    align-items: flex-start;
}

.s-cabinet-diagnosis__label .f-checkbox-changer__indicator {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.s-cabinet-diagnosis__fields {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.s-cabinet-diagnosis__field1 {
}

.s-cabinet-diagnosis__field2 {
    min-width: 100px;
    text-align: right;
}

.s-cabinet-diagnosis__label .f-checkbox-changer__indicator input ~ span {
    background: url(../images/f-checkbox-changer-diagnosis.png);
}

.s-cabinet-diagnosis__label .f-checkbox-changer__indicator input:checked ~ span {
    background-position-y: -100%;
}

.s-cabinet-diagnosis__btn {
    width: 215px;
    font-size: 15px;
    padding: 5px 15px;
    color: #fff;
    background: #f57c00;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.s-cabinet-mini-doctors {
    display: flex;
    flex-wrap: wrap;
}

.s-cabinet-mini-doctors > div {
    width: calc(50% - 30px);
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 30px !important;
    height: auto;
}

.s-cabinet-mini-doctors .s-button {
    height: auto;
    line-height: 120%;
    padding: 5px 16px;
    position: absolute;
    bottom: 30px;
    right: 1.875rem;
    width: 100%;
    max-width: 210px;
}

.s-cabinet-mini-doctors .doctors-list__item-body {
    overflow: initial;
    height: auto;
}

.s-cabinet-mini-doctors .doctors-list__item-body .content {
    overflow: initial;
}

.s-cabinet-mini-doctors .doctors-list__item {
    position: relative;
    padding-bottom: 60px;
}

.s-cabinet-mini-doctors .s-cabinet-mini-doctors .s-button {
}

@media (max-width: 1199px) {
    .s-cabinet-mini-doctors .s-button {
        max-width: 185px;
    }
}

@media (max-width: 767px) {
    .s-cabinet-mini-doctors > div {
        width: 100%;
    }

    .s-cabinet-mini-doctors .s-button {
        max-width: 100%;
        right: 0px;
        bottom: 0px;
    }

    .s-cabinet-appointments-filter {
        /* width: 100%; */
        margin-right: 0px;
    }

    .s-cabinet-appointments__filters {
        padding-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .s-cabinet-appointments__search > input {
        border: 1px solid #dcdcdc;
    }
}

.s-cabinet-record-speciality {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s-cabinet-record-speciality__item {
    width: 48%;
    width: calc(50% - 14px);
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 26px 43px;
    margin-bottom: 25px;
}

.s-cabinet-record-speciality__title {
    text-align: center;
    font-size: 24px;
    color: #f57c00;
    margin-bottom: 13px;
}

.s-cabinet-record-speciality__desc {
    text-align: center;
    font-size: 13px;
    margin-bottom: 13px;
}

.s-cabinet-record-speciality__opener {
    width: 18px;
    height: 10px;
    background: url(../images/icon-arrow-down.png);
    margin: 0 auto;
}

@media (max-width: 767px) {
    .s-cabinet-record-speciality__item {
        width:100%;
    }
}

.s-cabinet-chat-none {
    position: fixed;
    /* top: 0px; */
    z-index: 10000;
    right: 100px;
    bottom: 0px;
    width: 260px;
    display: none;
}

.s-cabinet-chat-none__title {
    margin-bottom: 20px;
}

.s-cabinet-chat-none__title > span {
    display: block;
}

.s-cabinet-chat-none__title a {
}

.s-cabinet-chat-none__title--orange {
    color: #f57c00;
    margin-bottom: 5px;
}

.s-cabinet-chat__main_title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #dcdcdc;
    height: 60px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.s-cabinet-chat__main_title--green {
    background: #689f38;
}

.s-cabinet-chat-ok__closer {
    background: url(../images/icon-green-closer.png);
    width: 16px;
    height: 16px;
    position: ABSOLUTE;
    top: -16px;
    right: -16px;
    cursor: pointer;
}

.s-cabinet-chat__main_title--gray {
}

.s-cabinet-chat-ok {
    position: fixed;
    /* top: 0px; */
    z-index: 10000;
    right: 100px;
    bottom: 0px;
    width: 260px;
    display: none;
}

.s-cabinet-chat-ok__wrap {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.s-cabinet-chat-ok__name-doctor {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #689f38;
    font-size: 13px;
}

.s-cabinet-chat-ok__name-doctor-icon {
    width: 22px;
    height: 22px;
    background: url(../images/message_icon.png);
    margin: 0 auto 10px;
}

.s-cabinet-chat-ok__name-doctor-text {
}

.s-cabinet-chat-ok__messages {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #fafafa;
    overflow-y: auto;
}

.s-cabinet-chat-ok__messages-wrap {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}

.s-cabinet-chat-ok__messages-item {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
    max-width: 193px;
    padding: 12px;
}

.s-cabinet-chat-ok__messages-item--left {
    align-self: flex-start;
}

.s-cabinet-chat-ok__messages-item--right {
    align-self: flex-end;
}

.s-cabinet-chat-ok__messages-text {
}

.s-cabinet-chat-ok__messages-date {
    color: #689f38;
    margin-bottom: 3px;
}

.s-cabinet-chat-ok__message_form {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.s-cabinet-chat-ok__message_form textarea {
    border: none;
    height: 48px;
    padding: 15px;
    width: 100%;
    overflow-y: auto;
}

.s-cabinet-chat-ok__submit-btn {
    background: #fafafa;
    padding: 17px;
}

.s-cabinet-chat-ok__submit-btn button {
    padding: 5px 20px;
    color: #fff;
    border: none;
    background: #689f38;
    width: 100%;
    display: block;
    font-size: 15px;
}

#window-after-call-doctor {
    width: 364px;
    margin: 0 auto;
    background: #689f38;
    color: #fff;
    text-align: center;
    padding: 17px 17px 8px;
    font-size: 15px;
    position: relative;
}

#window-after-call-doctor p {
    margin-bottom: 15px;
}

#window-after-call-doctor .mfp-close {
    display: none
}

#window-after-call-doctor a {
    text-decoration: underline;
}

.b-slider-action-v1 {
    text-align: center;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.b-slider-action-v1__title {
    font-size: 42px;
}

.b-slider-action-v1__title span {
}

.b-slider-action-v1__text-orange {
    color: #f57c00;
    display: inline-block;
}

.b-slider-action-v1__date {
    font-size: 32px;
}

.b-slider-action-v1__desc {
    font-size: 20px;
    margin: 20px 0px;
}

.b-slider-action-v1__wrap-link {
    font-size: 24px;
}

.b-slider-action-v1__link {
    text-decoration: underline;
}

@media (max-width: 901px) {
    .b-slider-action-v1 {
        padding-left:70px;
    }

    .b-slider-action-v1 {
        padding-right: 70px;
    }
}

@media (max-width: 865px) {
    .b-slider-action-v1__title {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .b-slider-action-v1__wrap {
        background: #fff !important;
    }

    .b-slider-action-v1__date {
        background: #f57c00;
        align-self: center;
        color: #fff;
        padding: 0px 15px;
    }

    .b-slider-action-v1__title {
        margin-bottom: 15px;
        line-height: 120%
    }

    .b-slider-action-v1 {
        padding-left: initial;
        padding-right: initial;
    }
}

@media (max-width: 767px) and (min-width:536px) {
}

.b-popup-timetable {
    display: inline-block;
    margin-left: 45px;
    position: relative;
    z-index: 1000;
}

.b-popup-timetable__title {
    font-size: 18px;
    color: #0097a7;
    border-bottom: 1px dashed;
    line-height: 18px;
    cursor: pointer;
}

.b-popup-timetable__box {
    /* display: none; */
    position: absolute;
    z-index: 1000;
    width: 250px;
    background: #fff;
    left: -30px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 20px 30px 16px;
    transform: scale(1,0);
    transform-origin: 0 0;
    opacity: 0;
    transition-duration: 0.2s;
}

.b-popup-timetable__box.is-active {
    opacity: 1;
    transform: scale(1,1);
}

.b-popup-timetable__title-clinic {
    text-decoration: underline;
    font-size: 17px;
    margin-bottom: 8px;
    display: inline-block;
    color: #383838;
}

.b-popup-timetable__info {
    color: #689f38;
    font-size: 15px;
    margin-bottom: 8px;
}

.b-popup-timetable__close {
    display: none;
}

@media (max-width: 767px) {
    .b-popup-timetable__close {
        display:block;
        width: 24px;
        height: 24px;
        background: url(../images/icon-close-black.png);
        background-size: 24px;
        position: absolute;
        right: 30px;
        top: 15px;
    }

    .b-popup-timetable {
        position: absolute;
        left: 0;
        right: 0;
        top: 13.875rem;
        display: block;
        width: 100%;
        margin-left: 0px;
        padding: 0 1.875rem;
    }

    .doctor-about__line-bottom {
        display: block !important;
    }

    .doctor-about__line-bottom .s-button {
        display: none!important;
        ; }

    .b-popup-timetable__title {
        display: inline-block;
        position: relative;
        top: 9px;
    }

    .b-popup-timetable__box {
        left: 0px;
        width: 100%;
        background-color: rgba(245, 245, 245,0.949);
        padding: 30px;
        margin-top: 19px;
    }
}

.js-open-map-with-route__wrapper-map .mfp-close {
    color: #fff;
}

.js-open-map-with-route__wrapper-map .mfp-content {
    width: 100%;
    height: 100%;
}

.js-open-map-with-route__wrap-map {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.js-open-map-with-route__map {
    width: 100%;
    height: 100%;
    max-width: 90%;
    max-height: 80%;
    background: #f5f5f5;
}

.b-grid-with-sb {
    padding: 60px 0px;
}

@media (max-width: 535px) {
    .b-grid-with-sb {
        padding: 30px 0px 15px;
    }
}

.b-grid-with-sb__sidebar {
    width: 270px;
    flex-shrink: 0;
    margin-right: 60px;
}

.b-grid-with-sb__inner {
    display: flex;
    justify-content: space-between;
}

.b-grid-with-sb__item-sidebar {
    padding: 40px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.b-grid-with-sb__item-sidebar:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.b-grid-with-sb__message-sidebar {
    font-size: 18px;
}

.b-grid-with-sb__content {
    width: 100%;
}

.b-menu-sidebar {
}

.b-menu-sidebar__item {
    margin-bottom: 8px;
}

.b-menu-sidebar__item:last-child {
    margin-bottom: 0px;
}

.b-menu-sidebar__link {
    font-size: 20px;
    font-weight: 500;
    /* display: inline-block; */
}

.b-menu-sidebar__link:hover {
    text-decoration: underline;
}

.b-menu-sidebar__link.is-active {
    color: #689f38;
    border-bottom: none;
    text-decoration: none;
}

.b-menu-sidebar {
}

.b-standart-content {
    font-size: 15px;
}

.b-standart-content__mini-title {
    font-size: 20px;
    font-weight: 500;
}

.b-standart-content p, .b-standart-content__indent-p, .b-standart-content__mini-title {
    margin-bottom: 30px;
}

.b-standart-content p:last-child, .b-standart-content__indent-p:last-child, .b-standart-content__mini-title:last-child {
    margin-bottom: 0px
}

.b-standart-content p {
}

.b-standart-content img {
    max-width: 100%;
}

.b-standart-content__big-image-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
}

@media (max-width: 535px) {
    .b-standart-content__big-image-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.b-standart-content__big-image-wrap img {
    width: 100%;
}

.b-standart-content__big-image-wrap:last-child {
    margin-bottom: 0px
}

.b-standart-content__big-image:first-child {
    margin-top: 0px
}

.b-statistical-number {
    display: flex;
}

.b-statistical-number__col {
    width: 100%;
    padding-right: 20px;
}

.b-statistical-number__num {
    font-size: 45px;
}

.b-statistical-number__sign {
    font-size: 18px;
}

@media (max-width: 961px) {
    .b-statistical-number__num {
        font-size: 35px;
    }

    .b-statistical-number__sign {
        font-size: 16px;
    }

    .b-statistical-number__col {
        width: initial;
    }
}

@media (max-width: 767px) {
    .b-grid-with-sb__inner {
        justify-content: flex-start;
        flex-direction: column-reverse;
    }

    .b-menu-sidebar {
        text-align: center;
    }

    .b-grid-with-sb__sidebar {
        width: 100%;
        margin-right: 0px;
        padding-top: 60px;
    }

    .b-grid-with-sb__item-sidebar {
        border-bottom: 0px;
        padding: 0px;
    }

    .b-grid-with-sb__content {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 15px;
    }

    .b-statistical-number {
        display: block;
    }

    .b-statistical-number__num {
        display: inline-block;
        font-size: 32px;
    }

    .b-statistical-number__sign {
        display: inline-block;
        font-size: 32px;
    }
}

@media (max-width: 767px) and (min-width:536px) {
    .b-grid-with-sb__content {
        padding-bottom:45px;
    }

    .b-standart-content__mini-title {
        font-size: 32px;
    }

    .b-standart-content {
        font-size: 25px;
    }

    .b-menu-sidebar__link {
        font-size: 42px;
    }
}

@media (max-width: 535px) {
    .b-grid-with-sb__sidebar {
        padding-top:30px;
        padding-bottom: 20px;
    }

    .b-statistical-number__num {
        display: inline-block;
        font-size: 20px;
    }

    .b-statistical-number__sign {
        display: inline-block;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .b-mobile-full-with {
        width:100%;
    }
}

.b-switch-clinics {
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: #f57c00;
    font-weight: 500;
    font-size: 15px;
    padding: 30px 30px 34px 30px;
    margin-bottom: 30px;
    position: relative;
}

.b-switch-clinics:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: #f57c00;
    bottom: -9px;
    transform: rotateZ(45deg);
    left: 34px;
}

.b-switch-clinics__col {
    position: relative;
    padding-right: 15px;
}

.b-switch-clinics__col:last-child {
    padding-right: 0px;
}

.b-switch-clinics__row {
    margin-bottom: 20px;
}

.b-switch-clinics__row:last-child {
    margin-bottom: 0px;
}

.b-switch-clinics__link {
    border-bottom: 1px solid;
    cursor: pointer;
}

.b-switch-clinics__link.is-active {
    border-bottom-color: transparent;
}

@media (max-width: 961px) {
    .b-switch-clinics {
        display:block;
    }

    .b-switch-clinics__col {
        margin-bottom: 20px;
        padding-right: 0px;
    }

    .b-switch-clinics__col:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .b-switch-clinics {
        background:#4ba534;
        top: 0px;
        position: absolute;
        width: 100%;
        font-size: 36px;
        transform-origin: 0 0;
        transform: scale(1,0);
        opacity: 0;
        transition-duration: 0.2s;
    }

    .b-switch-clinics.is-active {
        opacity: 1;
        transform: scale(1,1);
    }

    .b-switch-clinics:after {
        content: '';
        display: block;
        width: 16px;
        height: 8px;
        background: url(../images/icon-dropdown-white-big.png);
        position: absolute;
        top: 45px;
        right: 23px;
        transform: rotateZ(180deg);
    }

    .b-switch-clinics:before {
        display: none;
    }

    .b-switch-clinics__link {
        border-bottom: none;
        font-weight: 300;
        line-height: 110%;
        display: block;
    }

    .b-switch-clinics__link.is-active {
        font-weight: 500;
    }
}

.l-switch-clinics {
}

.l-switch-clinics__mobile-title {
    display: none;
}

.l-switch-clinics__mobile-indicator {
    display: none;
}

@media (max-width: 767px) {
    .l-switch-clinics__box {
        position: relative;
    }

    .l-switch-clinics {
        margin-bottom: 60px;
    }

    .l-switch-clinics__mobile-title {
        display: block;
        font-size: 28px;
        text-align: center;
        color: #41a029;
        margin-bottom: 20px;
    }

    .l-switch-clinics__mobile-indicator {
        display: block;
        padding: 30px 43px 30px 30px;
        background: #4ba534;
        color: #fff;
        font-size: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        line-height: 110%;
    }

    .l-switch-clinics__mobile-indicator:after {
        content: '';
        display: block;
        width: 16px;
        height: 8px;
        background: url(../images/icon-dropdown-white-big.png);
        position: absolute;
        top: 45px;
        right: 23px;
    }
}

@media (max-width: 535px) {
    .b-switch-clinics {
        font-size:20px;
        padding: 15px 20px 15px 15px;
    }

    .l-switch-clinics__mobile-title {
        font-size: 20px;
    }

    .l-switch-clinics__mobile-indicator {
        font-size: 20px;
        padding: 15px 20px 15px 15px;
    }

    .l-switch-clinics__mobile-indicator:after {
        width: 8px;
        height: 4px;
        background-size: cover;
        top: 28px;
        right: 10px;
    }

    .b-switch-clinics__row {
        margin-bottom: 12px;
    }

    .b-switch-clinics__col {
        margin-bottom: 12px;
    }

    .b-switch-clinics__col:last-child,.b-switch-clinics__row:last-child {
        margin-bottom: 0px;
    }

    .b-switch-clinics:after {
        width: 8px;
        height: 4px;
        background-size: cover;
        top: 28px;
        right: 10px;
    }

    .l-switch-clinics {
        margin-bottom: 30px;
    }
}

.js-switch__container {
}

.js-switch__container > div {
    display: none;
}

.js-switch__container > div.is-active {
    display: block;
}

.b-clinic-contacts-mobile-title {
    display: none;
}

@media (max-width: 767px) {
    .b-clinic-contacts-mobile-title {
        display:block;
        font-size: 42px;
        color: #f57c00;
        font-weight: 500;
    }
}

@media (max-width: 535px) {
    .b-clinic-contacts-mobile-title {
        font-size:25px;
    }
}

.b-clinic-contacts {
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
}

.b-clinic-contacts__col {
    width: 50%;
    padding-right: 30px;
}

.b-clinic-contacts__col:last-child {
    padding-right: 0px;
    margin-bottom: 0px;
}

.b-clinic-contacts__info-box1 {
    margin-bottom: 15px;
}

@media (max-width: 767px) and (min-width:536px) {
    .b-clinic-contacts__info-box1 {
        margin-bottom: 30px;
    }
}

.b-clinic-contacts__info-box1:last-child {
    margin-bottom: 0px;
}

.b-clinic-contacts__info-box1 span {
    display: block;
}

.b-clinic-contacts__info-box1 span span,.b-clinic-contacts__mini-title span {
    display: inline;
}

.b-clinic-contacts__info-box1 a {
    display: block;
    text-decoration: underline;
}

.b-clinic-contacts__info-box1 span a {
    display: inline;
}

.b-clinic-contacts__info-box2 {
    display: flex;
}

@media (max-width: 767px) {
    .b-clinic-contacts__info-box2 {
        display:block
    }
}

.b-clinic-contacts__info-box2 > div {
}

.b-clinic-contacts__info-box2 > div:first-child {
    flex-shrink: 0;
    width: 100px;
    margin-right: 10px;
}

.b-clinic-contacts__info-box2 > div:last-child {
}

.b-clinic-contacts__mini-title {
    font-weight: 500;
    margin-bottom: 7px;
}

.b-clinic-contacts__title-orange {
    font-size: 20px;
    font-weight: 500;
    color: #f57c00;
}

@media (max-width: 767px) {
    .b-clinic-contacts__title-orange {
        font-size:32px;
    }
}

@media (max-width: 535px) {
    .b-clinic-contacts__title-orange {
        font-size:23px;
    }
}

.b-clinic-contacts__photo {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: cover !important;
    background-position: 50% !important;
}

.b-clinic-contacts-map {
    width: 100%;
    height: 300px;
    background: #fafafa;
    margin-bottom: 60px;
}

@media (max-width: 961px) {
    .b-clinic-contacts-map {
        margin-bottom:30px;
    }

    .b-clinic-contacts {
        display: block;
    }

    .b-clinic-contacts__col {
        width: 100%;
    }

    .b-clinic-contacts__col {
        margin-bottom: 15px;
    }

    .b-clinic-contacts__photo {
        margin-right: 15px;
    }

    .b-clinic-contacts__info-box2 > div:first-child {
        width: auto;
        margin-right: 0px;
    }

    .b-clinic-contacts {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .b-clinic-contacts__col {
        margin-bottom:30px;
    }

    .b-clinic-contacts {
        font-size: 28px
    }

    .b-clinic-contacts__photo {
        margin: initial;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 135px;
        height: 135px;
    }
}

@media (max-width: 535px) {
    .b-clinic-contacts {
        font-size:20px;
    }

    .b-clinic-contacts__photo {
        margin: initial;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 80px;
        height: 80px;
    }
}

.b-filter__image-gray {
    -webkit-filter: grayscale(1) blur(1px) brightness(1.01);
    filter: gray;
    filter: grayscale(1) blur(1px) brightness(1);
}

.b-filter__image-gray:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.45);
}

.l-helps-n-hosp {
    margin-bottom: 60px;
}

.l-helps-n-hosp__inner {
    display: flex;
    flex-wrap: wrap;
}

.l-helps-n-hosp__block {
    width: 33.3%;
    margin-top: 30px;
}

.l-helps-n-hosp__block:nth-of-type(1), .l-helps-n-hosp__block:nth-of-type(2), .l-helps-n-hosp__block:nth-of-type(3) {
    margin-top: 0px;
}

.l-helps-n-hosp__block:nth-of-type(3n+1) {
    padding-right: 15px;
}

.l-helps-n-hosp__block:nth-of-type(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
}

.l-helps-n-hosp__block:nth-of-type(3n+3) {
    padding-left: 15px;
}
@media (max-width:961px){
    .l-helps-n-hosp__block:nth-of-type(n){
        padding-left: initial;
        padding-right:initial;
        width:50%;
    }
    .l-helps-n-hosp__block:nth-of-type(2n+1){
        padding-right:15px;
    }
    .l-helps-n-hosp__block:nth-of-type(2n+2){
        padding-left:15px;
    }
    .l-helps-n-hosp__block:nth-of-type(3){
        margin-top:30px;
    }
}
@media (max-width:767px){
    .l-helps-n-hosp {
        border-top:1px solid #d1d1d1;
        padding-top:50px;
    }
     .l-helps-n-hosp__block:nth-of-type(n){
        padding-left: initial;
        padding-right:initial;
        width:100%;
        margin-top: 0px;
        margin-bottom: 60px;
    }
    .l-helps-n-hosp__block:nth-of-type(2){
        margin-top:0px;
    }
    .l-helps-n-hosp__block:last-child{
        margin-bottom:0px;
    }

}
@media (max-width:535px){
    .l-helps-n-hosp__block:nth-of-type(n){
        margin-bottom: 30px;
    }
    .l-helps-n-hosp__block:last-child{
        margin-bottom:0px;
    }
}
@media (max-width:535px){
    .l-helps-n-hosp{
        
padding-top: 30px;
    }
}


.b-helps-n-hosp {
    width: 100%;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 135%;
}

.b-helps-n-hosp__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 18px;
}

.b-helps-n-hosp__desc {
    font-size: 15px;
    line-height: 135%;
    padding-bottom: 18px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px;
}

.b-helps-n-hosp__title-list {
    margin-bottom: 3px;
}

.b-helps-n-hosp__list {
    margin-bottom: 20px;
}

.b-helps-n-hosp__list > li {
}

.b-helps-n-hosp__list > li:before {
    content: '- ';
}

.b-helps-n-hosp__price-wrap {
    margin-bottom: 25px;
}

.b-helps-n-hosp__clinic {
    margin-bottom: 20px;
}

.b-helps-n-hosp__price {
    font-size: 24px;
    color: #689f38;
}

.b-helps-n-hosp__btn-send {
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f57c00;
    padding: 5px;
    border-radius: 30px;
}

.b-helps-n-hosp__btn-send:hover {
    background: #f69635;
}

@media (min-width: 768px) {
    .b-dropdown-select--desktop-btn {
        width: 100%;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__inner {
        padding-bottom: 0px;
        margin-top: 0px;
        display: block;
        text-overflow: initial;
        white-space: initial;
        text-decoration: initial;
        color: initial;
        cursor: initial;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__selected {
        display: block;
        padding: 10px 30px 10px 16px;
        background: #fff;
        cursor: pointer;
        position: relative;
        z-index: 10000;
        line-height: 135%;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__selected:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 15px;
        width: 5px;
        height: 3px;
        background: url(../images/icon-dropdown-green.png);
        background-size: cover;
    }

    .b-dropdown-select--desktop-btn.is-checked .b-dropdown-select__selected {
        color: #689f38;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__hide-block {
        transition-duration: 0.2s;
        opacity: 0;
        border-radius: 0px;
        width: 100%;
        top: 0px;
        background: #4ba534;
        transform-origin: 0 0;
        transform: scale(1,0);
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__hide-block > ul {
        padding: 14px 0px 17px;
        font-size: 15px;
    }

    .b-dropdown-select--desktop-btn.is-active .b-dropdown-select__hide-block {
        opacity: 1;
        transform: scale(1,1);
        top: 100%;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__hide-block > ul > li {
        white-space: initial;
        line-height: 120%;
        margin-bottom: 14px;
        padding: 0px 16px;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__hide-block > ul > li:last-child {
        margin-bottom: 0px;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__hide-block > ul > li span {
        font-size: 13px;
        line-height: 135%;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__inner > span {
        display: block;
    }

    .b-dropdown-select--desktop-btn .b-dropdown-select__inner:after {
        content: none;
    }
}


@media (max-width:767px){
    .b-helps-n-hosp{
        background:none;
        padding:0px;
    }
    .b-helps-n-hosp__title{
        font-size:42px;
    }
    .b-helps-n-hosp__desc{
        font-size:28px;
        border-bottom: none;
    }
    .b-helps-n-hosp__title-list {
        font-size:28px;
        line-height: initial;
        margin-bottom: 10px;
    }
    .b-helps-n-hosp__list{
        font-size: 28px;
        line-height: initial;
        margin-bottom: 25px;
    }
    .b-helps-n-hosp__price-wrap{
        display:flex;
        flex-direction:column-reverse;
    }
    .b-helps-n-hosp__price{
        font-size:42px;
        line-height: initial;
        padding-bottom: 40px;
        border-bottom: 1px solid #d1d1d1;
        margin-bottom: 20px;
    }
    .b-helps-n-hosp__btn-send{
        font-size:32px;
        line-height: initial;
        padding: 11px;
    }
    .b-helps-n-hosp__clinic{
        margin-bottom:0px;
        font-size: 28px;
    }
    .b-helps-n-hosp__clinic .b-dropdown-select__hide-block > ul > li span{
        font-size:24px;
    }
    .b-helps-n-hosp__clinic .b-dropdown-select__hide-block{
        top:45px
    }
}
@media (max-width:535px){
    .b-helps-n-hosp__price-wrap{
        margin-bottom:4px
    }
    .b-helps-n-hosp__title{
        font-size:24px;
    }
    .b-helps-n-hosp__desc{
        font-size:15px;
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
    .b-helps-n-hosp__title-list{
        font-size:15px;
    }
    .b-helps-n-hosp__list{
        font-size:15px;
        margin-bottom: 15px;
    }
    .b-helps-n-hosp__price{
        font-size:24px;
        padding-bottom: 22px;
        margin-bottom: 4px;
    }
    .b-helps-n-hosp__clinic{
        font-size:13px;
    }
    .b-helps-n-hosp__clinic .b-dropdown-select__hide-block > ul > li span{
        font-size:13px;
        
    }
    .b-helps-n-hosp__clinic  .b-dropdown-select__hide-block{
        top:1.875rem;
    }
    .b-helps-n-hosp__btn-send{
        font-size:15px;
        padding: 6px;
    }
}

.l-help-n-hosp-reasons{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-bottom: 0px;
}
.sk_sitemap {width: 100%;}.sk_sitemap span {float: left;width: 100%;font-size: 20px;margin: 10px 0;}.sk_sitemap a {display: inline-block;font-size: 15px;margin: 5px 20px 5px 0;float: left;transition: 0.2s;}.sk_sitemap a:hover {color: #ff7d00;}


.sk_footer_seo {
    color: #8e8e8e;
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
}