.mainmenu li {
    position: relative;
}

.mainmenu ul {
    position: absolute;
    display: none;
    width: 200px;
    background-color: #fff;
}

.mainmenu ul li {
    text-align: left;
    width: 100%;
}

.mainmenu li:hover ul {
    display: block;
}

.scheduletab {
    margin: 70px 0;
    padding: 0 15px;
}

.scheduletab h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.scheduletab table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.scheduletab table table {
    margin-bottom: 0;
}

.scheduletab table td,
.scheduletab table th {
    border: 1px solid #2a2a2a;
}

.scheduletab table tr:last-child td {
    border-bottom: none;
}

.scheduletab table table tr:last-child td {
    border-bottom: 1px solid #2a2a2a;
}

.scheduletab select {
    width: 100%;
    border: none;
}


.group_link {
    color: inherit;
    margin: 0 5px;
}

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

.row_table table td {
    border: none;
    width: 50%;
    padding: 5px;
}

.row_table table td {
    border-top: 1px solid #000;
}

.row_table table td:first-child {
    border-right: 1px solid #000;
}

.align-top {
    vertical-align: top;
}

.daystitle {
    font-size: 20px;
    padding: 5px 0;
    color: red;
}

.row_group {
    font-size: 16px;
    font-weight: bold;
    background-color: #00B53D;
    color: #fff;
}

.row_group a {
    display: block;
    color: inherit;
    padding: 5px 0;
}

.row_group a:hover {
    text-decoration: underline;
}

.tabballs {
    margin: 30px 0;
}

.tabballs h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.tabballs table {
    width: 98%;
    border-collapse: collapse;
    margin: 0 15px;
}

.tabballs table td {
    border: 1px solid #2a2a2a;
    padding: 2px 0;
}

.tabballs table thead input {
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
}

.tabballs table tbody input {
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 0;
    text-align: center;
}

.studentpage {
    float: left;
    width: 100%;
    margin: 100px 0;
}

h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.studentbl {
    /*display: flex;*/
}

/*.studentphoto {*/
/*    max-width: 50%;*/
/*}*/

.studentphoto img {
    max-width: 100%;
    width: 100%;
}

.studentabout {
    padding-left: 30px;
}

header {
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    height: 100px;
}

.hlogo {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
}

.header nav ul {
    text-align: left !important;
}

.htop {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 5px;
    line-height: 1;
}

.tphone {
    display: block;
    float: right;
    font-size: 20px;
    line-height: 1;
    margin-right: 15px;
    padding-top: 5px;
}

.hicons {
    display: block;
    float: right;
    margin-right: 10px;
}

.hicons a {
    margin: 0 2px;
}

@media screen and (min-width: 767px) {
    #firstpage {
        margin-top: 100px;
    }
}

.butlogin {
    display: block;
    float: right;
    background-color: #1db04b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 18px;
}

.butlogin:hover {
    color: #fff;
    text-decoration: none;
}

.top {
    display: flex;
}

.clear {
    clear: both;
}

.htop nav {
    margin-top: 25px;
}

.logo {
    background: url(../img/logo.png) no-repeat left center;
    background-size: contain;
    padding: 10px 0 0 140px;
    display: table;
    float: left;
    min-height: 80px;
}

.firstsection {
    margin-top: 125px;
}

#firstpage h1 span {
    color: #12B253;
}

.mainmenu .linklk a {
    color: red;
}

.monthtitle {
    font-size: 18px;
    margin: 0 15px 10px;

}

.studentabout h2 {
    margin-bottom: 30px;
}

.studentabout .st_item {
    font-size: 20px;
    margin-bottom: 15px;
}

.nblimg {
    margin-bottom: 15px;
}

.nblimg img {
    max-width: 100%;
}

.nbltitle {
    font-size: 20px;
}

.nbltitle a {
    color: #000;
    text-decoration: underline;
}

h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.signup {
    margin: 0 auto;
    width: 350px;
}

.addstudent {
    margin-top: 30px;
}

.addstudent {
    margin: 30px auto 0;
    width: 400px;
    max-width: 100%;
}

.addstudent input {
    width: 100%;
}

.tabballs table td {
    padding-right: 2px;
    padding-left: 2px;
}

.pointtitle {
    text-align: center;
}

.legendtitle {
    margin-bottom: 30px;
}

#studenttabs {
    margin-bottom: 30px;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-menu {
        display: block;
    }
}

.linkdog {
    text-align: center;
}

.linkdogovir {
    font-size: 18px;
    text-decoration: underline;
    color: #000;
}

.linkdogovir:hover {
    color: #000;
}

.linkdog .fa-file-pdf {
    font-size: 30px;
    color: #1CAF52;
}

.profile_link {
    font-size: 16px;
    text-decoration: underline;
    color: #000;
}

.table-historypayment thead th  {
    font-weight: bold;
}

.paymentlogo img {
    height: 20px !important;
}

/*.editphoto {*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    margin: 0 auto;*/
/*}*/

.img-container,
.img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.img-container {
    margin-bottom: 1rem;
    max-height: 497px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .img-container {
        min-height: 497px;
    }
}

.img-container > img {
    max-width: 100%;
}

.editphotolink {
    display: block;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.help-block {
    color: red;
}

.imgtitle {
    margin-bottom: 30px;
}

.imgtitle img {
    max-width: 100%;
}

.ratelinks {
    float: left;
    width: 100%;
    border-bottom: 1px solid #aaa;
    margin: 15px 0 36px;
    padding: 0 0 6px;
}

.ratelinks ul {
    float: left;
}

.ratelinks ul li {
    float: left;
}

.ratelinks ul li {
    margin-right: 30px;
    text-transform: uppercase;
}

.ratelinks ul li a {
    padding-bottom: 10px;
    color: #10659E;
}

.ratelinks ul li a:hover {
    text-decoration: none;
}

.topimages img {
    max-width: 100%;
}

.topimages .row .col-lg-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.topimages .row {
    margin-left: -5px;
    margin-right: -5px;
}

.coltop {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}

.top10_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    height: 42px;
    margin-top: 7px;
    margin-bottom: 30px;
}

.top_number {
    font-size: 20px;
    font-weight: bold;
}

.top_name {
    font-size: 20px;
    font-weight: bold;
}

.table-top {
    font-size: 20px;
    font-weight: bold;
}

.table-top thead th {
    font-size: 20px;
    font-weight: bold;
}

.topheader {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 4px solid #000;
}

#top10:before {
    display: block;
    content: "";
    height: 100px;
    margin: -100px 0 0;
}

#top:before {
    display: block;
    content: "";
    height: 120px;
    margin: -120px 0 0;
}

.top_group_name {
    font-size: 16px;
    font-weight: normal;
}

.table th {
    border-top: none;
}

.rayting15 {
    float: right;
    color: #10659E;
}

.jform {
    margin-bottom: 30px;
}

.primg img {
    width: 100%;
    max-width: 100%;
}

.prtitle {
    font-size: 1.65vw;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}

.printro {
    text-align: center;
}

.prperiod {
    width: 50%;
    height: 50px;
    padding-right: 25px;
    display: inline-block;
    vertical-align: middle;
}

.prperiod_item {
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #595959;
    background-color: #f8f7f7;
    border-radius: 3px;

}

.prbut {
    margin-top: 30px;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
}

.prbuy {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.prbuy button {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 5px 19px;
    border-radius: 3px;
    transition: background-color 0.3s;
    background-color: #009a44;
    color: #fff;
    border: none;
}

.prprice {
    display: block;
    text-align: center;
    /*margin-top: 30px;*/
}

.prprice div {
    display: inline-block;
    padding: 0 30px 0 0;
    font-size: 24px;
    font-weight: 500;
}

.prinfo {
    height: 80px;
}

.section-headline {
    margin-bottom: 0;
    font-size: 60px;
}

.how-work__row {
    margin: 50px -25px 0;
}

.how-work__col {
    padding: 0 15px;
    margin-bottom: 30px;
}

.how-work__item {
    height: 100%;
    padding: 20px;
    border-radius: 30px;
    background-color: #63f196;
}

.how-work__headline {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 800;
}

.how-work__text {
    font-size: 14px;
    margin-top: 20px;
}

.product {
    margin-bottom: 100px;
}

.productbl {
    margin-bottom: 30px;
}

.how-work-section {
    margin-bottom: 100px;
}

.propis {
    margin-top: 50px;
    font-size: 16px;
}

#product-carusel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-dots {
    text-align: center;
}


.content img {
    max-width: 100%;
    height: auto;
}

.fondpage iframe {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fondpage {
    padding-bottom: 50px !important;
}

.videoitem {
    text-align: right;
}

.donateblock {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #1db04b;
    text-align: center;
    padding: 30px 0;
}

.donateform {
    font-size: 16px;
}

.donateform input[name=text] {
    width: 200px;
    height: 40px;
}

.donateform button {
    background: #f1c30b;
    background: -moz-linear-gradient(top, #f1c30b 0%, #f39c0e 100%);
    background: -webkit-linear-gradient(top, #f1c30b 0%,#f39c0e 100%);
    background: linear-gradient(to bottom, #f1c30b 0%,#f39c0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c30b', endColorstr='#f39c0e',GradientType=0 );
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #cc8003;
    color: #000000;
    width: 200px;
    padding: 5px 0;
}

.forminfo {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.forminfo a {
    color: #000;
    text-decoration: underline;
}

.gradessum {
    font-size: 20px;
}

#forminfoselect {
    text-align: center;
}

.allgrades {
    font-size: 30px;
    margin-bottom: 30px;
}


.st_medals {
    display: flex;
}

.st_medals .medal {
    margin-right: 10px;
}

.st_medals .medal .medal_count {
    text-align: center;
}

.monthbl {
    padding-bottom: 30px;
}

.monthbl thead td {
    background-color: #dedede;
}

.tovarmodal {
    text-align: center;
}

.tovarmodal .tovarinfo {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.smallcart {
    text-align: center;
    margin-bottom: 50px;
}

.cartinfo {
    display: inline-block;
    background-color: #fff;
    font-size: 20px;
    background-image: url('../img/shopping-cart.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
}

.cartbut {
    background: #f1c30b;
    background: -moz-linear-gradient(top, #f1c30b 0%, #f39c0e 100%);
    background: -webkit-linear-gradient(top, #f1c30b 0%,#f39c0e 100%);
    background: linear-gradient(to bottom, #f1c30b 0%,#f39c0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c30b', endColorstr='#f39c0e',GradientType=0 );
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #cc8003;
    color: #000000;
    width: 200px;
    padding: 5px 20px;
    margin-top: 15px;
}

.cartbut:hover {
    color: inherit;
    text-decoration: none;
}

.cartitem {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.cartitem > div {
    /*flex: 1 1 auto;*/
    margin: 0 10px;
}

.cartimage img {
    max-width: 150px;
}

.cartname {
    font-size: 20px;
    padding-right: 30px;
}

.cartname span {
    font-size: 16px;
    font-weight: bold;
}

.carttitle {
    font-size: 24px;
    margin-bottom: 30px;
}

.cartsum {
    text-align: right;
    font-size: 24px;
}

.cartform  {
    margin-top: 50px;
    padding-bottom: 50px;
}

.cartform h2 {
    margin-bottom: 30px;
}

.cartform button {
    background: #f1c30b;
    background: -moz-linear-gradient(top, #f1c30b 0%, #f39c0e 100%);
    background: -webkit-linear-gradient(top, #f1c30b 0%,#f39c0e 100%);
    background: linear-gradient(to bottom, #f1c30b 0%,#f39c0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c30b', endColorstr='#f39c0e',GradientType=0 );
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #cc8003;
    color: #000000;
    width: 200px;
    padding: 5px 20px;
    margin-top: 15px;
}

.cartdel {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.butdel {
    display: inline-block;
    text-indent: -9999px;
    background-image: url('../img/delete.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    outline: none;
}

.cartaccount {
    font-size: 20px;
}

.cartaccount span {
    font-size: 16px;
    font-weight: bold;
}

.table th {
    font-weight: bold;
}

.ordertab table {
    border-bottom: 1px solid #000 !important;
}

.orderedit {
    padding-bottom: 50px;
}

.orderedit .ordertitle {
    font-size: 20px;
}

.orderedit h2 {
    margin-bottom: 30px;
}

.orderedit .cartitems {
    margin-bottom: 30px;
}

.orderedit form button.but {
    background: #f1c30b;
    background: -moz-linear-gradient(top, #f1c30b 0%, #f39c0e 100%);
    background: -webkit-linear-gradient(top, #f1c30b 0%,#f39c0e 100%);
    background: linear-gradient(to bottom, #f1c30b 0%,#f39c0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c30b', endColorstr='#f39c0e',GradientType=0 );
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #cc8003;
    color: #000000;
    width: 200px;
    padding: 5px 0;
}

.studentlinks > div {
    padding-left: 15px;
    padding-right: 15px;
}

.journaldate {
    float: right;
    text-align-last: right;
    border: none;
    font-size: 14px;
}
.journaldate option {
    direction: rtl;
}

.topheader .journaldate {
    margin-top: 20px;
}

.return {
    text-decoration: underline;
    color: #000;
}

.calculator-container > .row > div {
    border: 1px solid #c5c5c5;
}

.calculator__main, .calculator__result {
    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;
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.field__label {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: left;
}

.field__title {
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rc-slider .ui-slider-handle {
    outline: none;
    width: 40px;
    height: 40px;
    margin-top: -19px;
    margin-left: -20px;
    border: 0;
    background-image: url(../img/calc-slider.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 62% 62%;
    background-size: 62%;
    border-radius: 20px;
    background-color: #1db04b;
}

.ui-widget-content {
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 3px 1px #eeeeee;
    background: #ffffff;
    color: #333333;
    height: 4px;
    border: none;
    margin-left: 20px;
    margin-right: 20px;
}

.field__mark {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    position: relative;
    display: inline-block;
    width: 40px;
    margin-top: 30px;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal;
    color: #767676;
}

.field__mark:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1px;
    height: 8px;
    content: '';
    background-color: #767676;
}

#allsum_middle {
    margin-left: -35px;
}

.ui-slider-range-min {
    background-color: #1db04b;
}

.calculator__result-heading, .calculator__result-info {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: normal;
    color: #4a4a4a;
}

.calculator__param, .calculator__value, .calculator__value-sec {
    font-family: 'Semi-bold','Arial',sans-serif;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 5px;
    letter-spacing: normal;
    color: #9e9e9e;
}

.calculator__value, .calculator__value-sec {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #1db04b;
}

.calculator__result .result__value {
    margin-right: 0.3em;
}

#deposit_type {
    margin-bottom: 30px;
}

.sum_deposit {
    margin-top: 30px;
}

.sum_deposit .field__inner {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #1db04b;
}

.feb21 #firstpage {
    background: none;
    background-color: #ECF0F1;
}

.feb21 .lead-form.l-f-1 {
    background-image: url('../img/кс_2.jpg');
    background-size: cover;
}

.feb21  #why-us .items .item .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #00B43D;
    border-radius: 20px;
}

.feb21  #why-us .items .item img {
    width: 24px;
    fill: #fff;
    margin-top: 8px;
    margin-left: 8px;
}

.feb21  #why-us .item:nth-child(1) {
    adding: 0 0 35px 38px;
}

.feb21  #why-us .item:nth-child(2) {
    padding: 0px 0 35px 53px;
}

.feb21 #why-us .item:nth-child(3) {
    padding: 0 0 35px 35px;
}

.feb21 #why-us .item:nth-child(4) {
    padding: 0 0 35px 4px;
}

.feb21 #why-us .item:nth-child(5) {
    padding: 0 0 35px 12px;
}

.feb21 #why-us .item:nth-child(6) {
    padding: 0 0 35px 49px;
}

.feb21 #why-us .item:nth-child(7) {
    padding: 0 0 30px 75px;
}

.feb21 #why-us .item:nth-child(8) {
    padding: 0 0 35px 74px;
}

.feb21 #approach .items:before {
    top: -140px;
    background: none;
}

.feb21 #approach h2 {
    padding-bottom: 35px;
}

.feb21 #approach p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.feb21 #faq .wrap {
    background: none;
}

.feb21 #price {
    height: 1160px;
}

.feb21 .lead-form.l-f-3 {
    background: none;
}

.feb21 .lead-form.l-f-3 .container {
    background-image: url('../img/кс_4.jpg');
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.feb21 #approach .item img {
    margin-top: 0;
    height: 30px;
}

.feb21 #approach .col:nth-child(2) img {
    margin-top: 0;
}

.feb21 #approach .item:first-child p {
    padding-left: 20px;
}

.feb21 #faq h2 {
    padding: 0px 0 108px;
}

.feb21 #why-us .items:before {
    background: none;
    display: none;
}

.feb21 #why-us .item p {
    width: 90%;
}

.feb21 #why-us .items:after {
    height: 500px;
}

.feb21 #why-us {
    margin-bottom: 50px;
}

.whyustitle {
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    color: #00B43D;
    margin-bottom: 30px;
}

.whyusbut {
    text-align: center;
}

.feb21 #firstpage {
    height: auto;
}

.feb21 #firstpage img {
    max-width: 100%;
    height: auto;
}

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

.infographic .infographic__element img {
    width: 50px;
    margin-top: 48px;
}

.infographic .infographic__img {
    border: 1px solid #c5c5c5;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.infographic {
    margin-bottom: 50px;
}

.infographic__text {
    font-size: 16px;
}

.conditions {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    padding: 40px 30px 120px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.conditions__heading {
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 30px;
    padding-right: 70px;
    letter-spacing: normal;
    color: #767676;
}

.conditions__icon {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
}

.conditions__list, .l-conditions>.row>.col-lg-6 {
    margin-bottom: 30px;
}

.conditions__list-item {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: normal;
    color: #4a4a4a;
}

ul.conditions__list>li:before {
    position: absolute;
    top: 0;
    left: -29px;
    width: 8px;
    height: 8px;
    margin-top: .5em;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #52ae30;
}

.conditions__list-item:before {
    font-family: 'icomoon'!important;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    left: -25px;
    width: 14px;
    height: 14px;
    content: '\e903';
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-transform: none;
    color: #52ae30;
    -webkit-border-radius: none;
    border-radius: none;
    background-color: transparent;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.l-conditions .conditions__btn {
    position: absolute;
    bottom: 40px;
    left: 30px;
    margin-top: 30px;
}

.btn--prim {
    color: #fff;
    background-color: #52ae30;
}

.btn--lg, .btn--md, .btn--sm {
    font-family: 'Semi-bold','Arial',sans-serif;
    font-size: 18px;
    padding: 10px;
}

.deposites h2 {
    margin-bottom: 30px;
}

#price h2 {
    padding-top: 120px;
}

#price .desc {
    padding-bottom: 110px;
}

.feb21 #price {
    margin-top: -100px;
}

.whyusbut {
    position: relative;
    z-index: 2;
}

#approach {
    padding-bottom: 100px;
}

.slide {
    max-width: 100%;
    margin-bottom: 30px;
}

.bankclose {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}

.bankinfo {
    display: block;
    margin-bottom: 15px;
    color: darkred;
}

.video {
    position: relative;
    padding-bottom: 28.25%; /* 16:9 */
    height: 0;
}

.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#nosum {
    font-size: 16px;
    margin-top: 15px;
    color: red;
    margin-bottom: 15px;
}

#isinvestor {
    display: none;
    font-size: 16px;
    margin-top: 15px;
    color: red;
    margin-bottom: 15px;
}

#isinvestor a {
    text-decoration: underline;
}

#account select {
    font-size: 16px;
    border: 1px solid #c5c5c5;
    padding: 2px 5px;
    color: #000;
}

#butadd button {
    color: #fff;
}

#butadd button:hover {
    color: #000;
}

#accountsum {
    width: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 15px;
    font-size: 20px;
    color: #1db04b;
}

.calculator-container .calculator_left {
    border-right: 0px !important;
}

.deposit_success {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.timer{
    font-size: 0;
    text-align: center;
}
.timer_section{
    display: inline-block;
    vertical-align: top;
}
.timer_section > div{
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    background: #1db04b;
    color: #ffffff;
    line-height: 70px;
    width: 55px;
    margin: 0 1px;
    border-radius: 2px;
}
.timer_section > div.timer_section_desc{
    display: block;
    background: none;
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    width: auto;
    margin: 0;
}
.timer_delimetr{
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    line-height: 70px;
    margin: 0 5px;
}
@media (max-width: 767px){
    .timer_section > div{
        font-size: 30px;
        width: 30px;
        line-height: 40px;
    }
    .timer_delimetr{
        line-height: 40px;
        font-size: 30px;
    }
    .timer_section > div.timer_section_desc{
        font-size: 14px;
        line-height: 26px;
    }
}

.deposit_success--all {
    font-size: 20px;
    text-decoration: underline;
}

.investors {
    margin-top: 30px;
    margin-bottom: 30px;
}

.investors h2 {
    margin-bottom: 15px;
}

.deposit_info {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.timer {
    margin-bottom: 30px;
}

.deposit--but:disabled:hover {
    color: #fff;
}

.visitblock {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.visitblock_title {
    font-size: 30px;
    margin-bottom: 15px;
}

.visitopis {
    font-size: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visititem_date {
    font-size: 20px;
    margin-bottom: 15px;
}

.visititem {
    margin-bottom: 30px;
}

.visititem:nth-child(even) .visitopis {
    order: -1;
}

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

.cinemapage .cinema-sum {
    font-size: 20px;
    margin-bottom: 30px;
}

.seans {
    margin-top: 50px;
    margin-bottom: 50px;
}

.seans_title {
    margin-bottom: 30px;
    font-size: 40px;
}

.seans_opis {
    font-size: 20px;
}

.cinemapage .how-work-section {
    margin-bottom: 30px;
}

.cinemapage .how-work-section .how-work__item {
    background-color: #63f196;
}

.cinemapage .how-work-section .how-work__item img {
    height: 60px;
}

.videoaccess {
    font-size: 40px;
}

.videoaccess input {
    padding-left: 15px;
    padding-right: 15px;
}

.donateform_opis a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.donateform_fields {
    margin-top: 15px;
}

.donateform_fields input {
    width: 80%;
    padding-left: 5px;
    padding-right: 5px;
}

.oscars {
    margin-top: 50px;
}

.oscars h2 {
    margin-bottom: 30px;
}

.oscar_icon {
    margin-top: 5px;
    text-align: center;
}

.oscar_icon img {
    width: 30px;
}

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

.donateform-selectuser {
    max-width: 250px;
}

#price .item p span.priceold {
    white-space:pre;
    position:relative;
    display:inline-block;
    font-size: 1.2em;
}

#price .item p span.priceold:after{
    content:"";
    display:block;
    position:absolute;
    left:0;top:50%;
    color:red;
    width:100%;
    height:0;
    border-bottom:2px solid #fff;
}

.donateform_fields input[type=radio] {
    width: auto;
}

.radioblock {
    text-align: left;
    margin-left: 50px;
}

.ordertab .payment1.paymentstatus0 {
    background-color: #ce9595;
}

.ordertab .payment1.paymentstatus1 {
    background-color: lightgreen;
}

.ordertab .payment2 {
    background-color: #ecb775;
}

.lead-form .form {
    min-height: 377px;
}

#loader {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../images/Spinner-3.gif');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
}

.filters {
    margin-bottom: 30px;
}

.select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 1px;
    height: calc(100% - 2px);
    width: 29px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-left: 1px solid #dcdcdc;
}

.filters .select2 {
    width: 200px;
    color: #000;
}

.filterrow {
    display: flex;
}

.filteritem {
    flex: 1 1 auto;
    margin: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #1db04b;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.filter-price .dropdown-wrapper {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 29px;
}

.filter-price .dropdown-wrapper {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    z-index: 100;

}

.filter-price #slider-range {
    margin-bottom: 15px;
    margin-top: 40px;
}

.filter-price #pricefrom {
    position: absolute;
    top: 10px;
    left: 15px;
}

.filter-price #priceto {
    position: absolute;
    top: 10px;
    right: 15px;
}

.filter-price .ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
}

.filter-price.select2-container--open .dropdown-wrapper {
    display: block;
}

.butfilterprice {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.butfilterprice button {
    background-color: #1db04b;
    color: #fff;
    border: none;
    padding: 5px 15px;
}

.filter-price {
    max-width: 200px;
}

.errors {
    color: red;
    margin-bottom: 30px;
}


























@media screen and (max-width: 767px) {

    .filterrow {
        display: block;
        text-align: center;
    }

    .filteritem {
        margin-bottom: 15px;
        width: 100%;
    }

    .filters .select2 {
        width: 100%;
        max-width: 300px;
    }

    .filter-price {
        width: 100%;
        max-width: 300px;
    }

    .video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

    .coltop {
        width: 50%;
    }

    #why-us {
        margin-top: 30px;
    }

    #approach .item:nth-child(n+2) {
        padding-top: 15px;
    }

    .feb21 #why-us .items .item img {
        margin-left: 0;
    }

    .feb21 #why-us .item p {
        width: 100%;
    }

    .feb21 #why-us {
        margin-bottom: 30px;
    }

    .feb21 #price {
        height: auto;
        margin-top: 0;
    }

    .feb21 #faq h2 {
        padding-bottom: 30px;
        padding-top: 50px;
        font-size: 24px;
    }

    #price .desc {
        display: none;
    }

    #price h2 {
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .feb21 .lead-form.l-f-3 {
        margin-bottom: 30px;
    }

    .feb21 .lead-form.l-f-3 .container {
        background-position: bottom center;
        height: 620px;
    }

    .lead-form .wrap div.cell {
        display: block;
    }

    .cell-mobile-buy {
        float: left;
        width: 100%;
        margin-top: 30px;

    }

    .cell-mobile-buy a {
        display: inline-block;
        float: left;
        margin: 0 5px;
    }

    .cell-mobile-buy img {
        width: 30px;

    }

    footer {
        height: auto;
        padding-bottom: 30px;
    }

    .lead-form.l-f-1 .form {
        margin-top: 30px;
    }

    #approach h2 {
        font-size: 24px;
    }

    #reviews h2 {
        font-size: 24px;
    }

    #why-us {
        margin-top: 70px;
    }

    #why-us h2 {
        font-size: 24px;
    }

}

@media screen and (max-width: 990px) {

    .content iframe {
        max-width: 100%;
    }

    .videoitem {
        margin-top: 15px;
    }

    /*#firstpage {*/
    /*    margin-top: 30px;*/
    /*}*/

    header {
        position: relative;
    }

    .tphone {
        display: none;
    }

    .hicons {
        display: none;
    }

    .top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .hlogo {
        margin-left: 15px;
    }

    .htop {
        position: absolute;
        right: 15px;
        top: 60px;
    }

    .htop .hicons {
        display: none;
    }

    .htop .tphone {
        display: none;
    }

    .htop nav {
        display: none;
    }

    .firstsection {
        margin-top: 15px;
    }

    .firstsection img {
        max-width: 100%;
        height: auto;
    }

    .studentphoto {
        margin-bottom: 30px;
    }

    .tabballs {
        margin: 30px 0;
    }

    .tabwrap {
        overflow: auto;
    }

    .tabwrap table {
        width: 1400px;
    }
}

.price_more .title {
    font-size: 20px;
    font-weight: bold !important;
}
