/* GLOBAL
^^^^^^^^^^^^ */


/**/

html,
body {}

body {
    margin-bottom: 0;
    overflow-y: scroll;
}

.amino-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}



.amino-wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.amino-footer {
    position: relative;
    height: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
}

@media only screen and (max-width: 1200px) {
    .navbar-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/**/

.article-main {
    margin-bottom: 48px;
}

.column-new {
    margin: -50px -10px 0;
}

.column-new>div {
    padding: 50px 10px 0;
}

.column-new>div>*:last-child {
    margin-bottom: 0;
}

.schedule-row {
    margin: -20px -10px 0;
}

.schedule-row>div {
    padding: 20px 10px 0;
}

.schedule-row>div>*:last-child {
    margin-bottom: 0;
}

.title-text {
    font-size: 24px;
    font-weight: bold;
    margin-left: 24px;
    color: #212529;
}

.sub-title-text {
    font-size: 12px;
    color: #444;
}

.section-box {
    background: #fff;
    -webkit-box-shadow: 7px 7px 0 0 #dfdfdf;
    box-shadow: 7px 7px 0 0 #dfdfdf;
    padding: 12px 20px;
    margin: 0 0 3.5rem;
}

.schedule-title {
    font-size: 32px;
    color: #41b3e5;
    position: relative;
    padding: 0 0 4px;
    margin: 0 0 12px;
}

.schedule-title::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7px;
    border-radius: 3px;
    background: #b0dbee;
}

.schedule-title.green::after {
    background: #c7e1a1;
}

.schedule {
    position: relative;
}

.schedule.green .date {
    color: #91c443;
}

.schedule.green .point {
    background: #c8e1a1;
    border-color: #c8e1a1;
}

.schedule.green .btn-schedule {
    background: #91c443;
    border-color: #659122;
    color: #fff;
}

.schedule.green .btn-schedule .icon-arrow {
    background-position: 0 -27px;
}

.schedule.green a.time {
    background: #91c443;
}

.schedule.schedule-disabled .date {
    color: #9d9d9d;
}

.schedule.schedule-disabled .point {
    background: #f5f4f4;
    border-color: #dbdbdb;
}

.schedule.schedule-disabled .btn-schedule {
    padding: 0 30px 0px 0px;
    background: #f0f0f0;
    border-color: #c7c7c7;
    color: #b1b1b1;
    cursor: default;
    text-decoration: none;
}

.schedule.schedule-disabled .btn-schedule .icon-arrow {
    background-position: 0 -14px;
}

.schedule.active .schedule-drop {
    opacity: 1;
    height: auto;
    overflow: visible;
    padding-top: 1px;
    padding-bottom: 20px;
}

.schedule.active .btn-schedule i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: translate(-12px, 0) rotate( 180deg);
}

.schedule::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -15px;
    height: 2px;
    width: 185px;
    background: #f0f0f0;
}

.schedule:last-child::before {
    display: none;
}

.schedule::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    bottom: -35%;
    left: 113px;
    width: 2px;
    background: #eaeaea;
    max-height: 100px;
}

.schedule .schedule-box {
    position: relative;
    padding: 20px 0 20px 115px;
}

.schedule .point {
    display: block;
    content: '';
    position: absolute;
    top: 25px;
    left: 103px;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background: #b0dbee;
    border: 1px solid #b0dbee;
    z-index: 3;
}

.schedule .date {
    position: absolute;
    top: 11px;
    left: 0;
    width: 86px;
    font-size: 16px;
    line-height: 1.05;
    color: #41b3e5;
    text-align: center;
}

.schedule .date div {
    font-size: 32px;
}

.schedule .schedule-drop {
    margin-left: 113px;
    padding-left: 2px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.schedule .schedule-drop::before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    bottom: 20px;
    left: 0;
    width: 2px;
    background: #eaeaea;
}

.schedule .schedule-time {
    list-style: none;
    margin: 0;
    padding: 0;
}

.schedule .schedule-time>li {
    border-top: 2px solid #eaeaea;
}

.schedule .time {
    display: block;
    background: #41b3e5;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    padding: 10px 15px;
    text-decoration: underline;
}

.schedule .time:hover {
    text-decoration: none;
}

.schedule div.time {
    background: #f8f8f8;
    text-decoration: none;
    color: #9e9e9e;
    cursor: default;
}

.btn-schedule,
a.btn-schedule {
    text-align: left;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 34px;
    background: #41b3e5;
    border: 1px solid #1e7ca5;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    max-width: 154px;
    margin-left: auto;
    cursor: pointer;
}

.icon-arrow {
    padding-right: 30px;
    display: block;
    height: 11px;
    width: 17px;
    margin: 0 0 0 20px;
    background: url("../images/icon-arrow.png") no-repeat 0 0;
}

.icon-arrow-right {
    display: block;
    height: 17px;
    width: 11px;
    margin: 0 0 0 20px;
    background: url("../images/icon-arrow-right.png") no-repeat 0 0;
}

.btn-schedule {
    cursor: default;
}

.title-sub {
    padding: 0 3.5rem;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #444;
}

.schedule-city {
    border-bottom: 2px solid #f0f0f0;
    margin: 0 0 20px;
}

.schedule-city:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.schedule-city .schedule::after {
    display: none;
}

.schedule-city-box {
    color: #444;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 8px;
    padding: 0 0 0 25px;
}

.schedule-city-box .name {
    font-size: 24px;
    margin: 0 0 2px;
}

.schedule-city-box p {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 7px;
}

.schedule-city-box address {
    text-decoration: underline;
    font-size: 12px;
    margin: 0;
    text-decoration-skip-ink: none;
}

.button-center {
    text-align: center;
}

a.btn-large,
.btn-large {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 53px;
    font-size: 20px;
    font-weight: bold;
    color: #818181;
    text-transform: uppercase;
    text-decoration: none;
    background: #E5E5E5;
    border: 1px solid #818181;
    border-radius: 5px;
    outline: none!important;
    padding: 0 30px;
}

.btn-large:hover {
    background: #257DA3!important;
    color:white!important;
    border: 1px solid #257DA3!important;
    box-sizing: border-box!important;
    border-radius: 5px!important;
    outline: none!important;
}

.btn-large-success{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 53px;
    font-size: 20px;
    font-weight: bold;
    color: #257da3!important;
    text-transform: uppercase;
    text-decoration: none;
    background: #B2DBED!important;
    border: 1px solid #B2DBED!important;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 30px;
    outline: none!important;
    outline-offset: 0;
}

.icon-rotate {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 15px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    background: rgba(74, 74, 74, 0.8);
    width: 0;
    overflow: hidden;
    opacity: 0;
    letter-spacing: -0.36em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup .popup-box {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.popup::before {
    display: inline-block;
    content: '';
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

.popup.active {
    width: auto;
    opacity: 1;
    overflow-y: scroll;
    min-width: 320px;
}

.popup.active .popup-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.popup.active .popup-overlow {
    display: block;
}

.popup-overlow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.popup-box {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    max-width: 400px;
    position: relative;
    text-align: left;
    background: #fff;
    margin: 15px 0;
    padding: 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 25px;
    height: 21px;
    width: 21px;
    background: url("/images/icon-close.png") no-repeat;
    z-index: 10;
    cursor: pointer;
}

body.hidden {
    overflow-y: hidden;
}

.form-popup-title {
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    color: #6e6e6e;
    padding: 0 0 30px;
    margin: 0 0 20px;
}

.form-popup-title::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7px;
    background: #b0dbee;
    border-radius: 3px;
}

.form-popup-title .title {
    font-size: 14px;
    font-weight: bold;
    color: #1e7ca5;
    text-transform: uppercase;
}

.form-popup-title .name {
    font-size: 20px;
}

textarea.tx {
    height: 126px;
    resize: none;
    padding: 10px 15px;
}

.tx {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #1e7ca5;
    border-radius: 5px;
    height: 44px;
    font-size: 16px;
    padding: 0 15px;
}

.tx[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.tx[type='number']::-webkit-outer-spin-button,
.tx[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.tx:focus {
    outline: none;
}

.form-popup-box {
    margin: -10px -10px 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-popup-box>div {
    padding: 10px 10px 0;
}

.form-popup-box .check {
    margin: 0 0 0 -40px;
}

label.lb {
    display: block;
    font-size: 16px;
    line-height: 1.1;
    color: #6e6e6e;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 44px;
    margin: 0;
}

.check {
    line-height: 0;
}

.check label {
    display: inline-block;
    line-height: 1.4;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 12px;
    color: #6e6e6e;
    cursor: pointer;
}

.check label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.check label i {
    display: block;
    height: 17px;
    width: 17px;
    border: 1px solid #1e7ca5;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.check label input:checked+i {
    background: #1e7ca5;
}
#onlineform .check .form-group {
margin: 0;
}

.form-popup-button {
    text-align: center;
}

.captcha {
    max-width: 244px;
    margin: 0 auto 40px;
}

.popup-green .close-popup {
    background-position: 0 -24px;
}

.popup-green .form-popup-title::before {
    background: #c8e1a1;
}

.popup-green .form-popup-title .title {
    color: #91c443;
}

.popup-green .tx {
    border-color: #91c443;
}

.popup-green .btn-large {
    background: #91c443;
    border-color: #659122;
}

.popup-green .icon-arrow-right {
    background-position: -15px 0;
}

.popup-green .check label i {
    border-color: #91c443;
}

.popup-green .check label input:checked+i {
    background: #91c443;
}

.title-section {
    font-size: 32px;
    line-height: 1.2;
    color: #444;
    padding: 0 0 0 20px;
}

.list-schedule-country {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-schedule-country>li {
    padding: 0 0 13px;
}

.schedule-country.active .country-name .icon::before {
    content: '-';
}

.schedule-country.active .schedule-country-drop {
    opacity: 1;
    height: auto;
    overflow: visible;
    padding: 20px 0;
    margin-top: 15px;
}

.country-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
}

.country-name .icon {
    width: 25px;
}

.country-name .icon::before {
    content: '+';
}

.country-name img {
    margin: 0 0 0 15px;
}

.schedule-country-drop {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.schedule-country-drop::before {
    content: '';
    display: block;
    height: 7px;
    background: #c7e1a1;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.schedule-country-drop::after {
    content: '';
    display: block;
    height: 7px;
    background: #c7e1a1;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 575px) {
    .popup-box {
        margin-left: 40px;
    }
    .section-box {
        padding: 12px 15px;
    }
    .schedule::before {
        left: 89px;
    }
    .schedule .schedule-box {
        padding-left: 100px;
    }
    .schedule .point {
        left: 79px;
    }
    .schedule .schedule-drop {
        margin-left: 89px;
    }
    .schedule .date {
        width: 76px;
    }
    label.lb {
        text-align: left;
        min-height: 1px;
        display: block;
    }
    .form-popup-box .check {
        margin-left: 0;
    }
    .close-popup {
        top: 15px;
        right: 15px;
    }
    .form-popup-title {
        padding-right: 20px;
    }
}

.cite {
    margin: -20px -33px 30px;
    color: #000;
}

.cite>div {
    padding: 20px 33px 0;
}

.cite .img-box {
    width: 168px;
}

.cite .img-box img {
    border-radius: 50%;
}

.cite cite {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 10px;
    display: block;
}

.cite .autor {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 70px 0 0;
}

.cite .autor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #dddcda;
    width: 150px;
}

.cite .cite-content {
    position: relative;
    z-index: 1;
}

.cite .cite-content::before {
    content: '“';
    line-height: 0;
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: -1;
    font-size: 110px;
    font-weight: bold;
}

.time-online {
    display: block;
    background: #41b3e5;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    text-decoration: underline;
}

.time-online:hover {
    text-decoration: none;
}

.time-offline {
    display: block;
    background: #91c443;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    text-decoration: underline;
}

.time-offline:hover {
    text-decoration: none;
}

.btn-show {
    width: 100px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #41b3e5;
    border: 1px solid #1e7ca5;
    border-radius: 5px;
    padding: 0 30px;
}

.thank {
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    padding: 15px 0 !important;
    cursor: pointer;
}

.anchor-amino {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .anchor-amino {
        display: block;
        !important;
        padding-top: 8px;
        margin: 0 auto;
        width: 300px!important;
        font-size: 14px;
    }
    .d-none-amino {
        display: block!important;
    }
    .btn-sk {
        padding-top: 8px!important;
    }
    .btn-cs {
        padding-top: 8px!important;
        font-size: 13px;
    }
    .btn-pl {
        padding-top: 8px!important;
        margin: 0 auto;
        width: 340px!important;
        font-size: 13px;
    }
    .btn-hu {
        padding-top: 8px!important;
        font-size: 13px;
    }
    .btn-ru {
        padding-top: 9px!important;
        font-size: 12px;
        width: 340px!important;
    }
    .btn-it {
        padding-top: 9px!important;
        width: 352px!important;
        font-size: 12px;
    }
}


/*@media only screen and (min-width: 768px) and (max-width: 1024px) {*/


/*  .anchor-amino{*/


/*    display: block; !important;*/


/*    padding-top: 8px;*/


/*    margin: 0 auto;*/


/*    width: 300px!important;*/


/*    font-size: 14px;*/


/*  }*/


/*  .d-none-amino{*/


/*    display: block!important;*/


/*  }*/


/*  .btn-sk{*/


/*    padding-top: 8px!important;*/


/*  }*/


/*  .btn-cs{*/


/*    padding-top: 8px!important;*/


/*    font-size: 13px;*/


/*  }*/


/*  .btn-pl{*/


/*    padding-top: 8px!important;*/


/*    margin: 0 auto;*/


/*    width: 340px!important;*/


/*    font-size: 13px;*/


/*  }*/


/*  .btn-hu{*/


/*    padding-top: 8px!important;*/


/*    font-size: 13px;*/


/*  }*/


/*  .btn-ru{*/


/*    padding-top: 8px!important;*/


/*    font-size: 12px;*/


/*    width: 340px!important;*/


/*  }*/


/*  .btn-it{*/


/*    padding-top: 9px!important;*/


/*    width: 352px!important;*/


/*    font-size: 12px;*/


/*  }*/


/*}*/
