.programm-block h2 {color: #f69c00 !important; font-weight:bolder !important; border: none; padding-left: 0px; font-family: Arial Black !important;}

.programm-block h3 {margin-bottom: 0px; padding-bottom: 5px; color:#333399; font-weight: bolder; font-family: Arial Black !important;}
.programm-block h3:after {display:none;}
/* .programm-block i {font-style: normal; color: #f69c00 !important; font-weight: bolder; font-size: 20px; font-family: Arial Black !important;} 
.programm-block i + br + ul {margin-top: 15px;} */
.programm-block {font-size:16px !important; }
.programm-block h3 {margin-bottom: -12px;}

.programm-block ul li {list-style: none !important;}
.programm-block ul li:before {
  content: "";
  background-color: #333399;
  border: 1px #333399 solid !important;
  border-radius: 50px;
  margin-top: 7px;
  margin-left: -14px;
  position: absolute;
}
.content-description-seo a {
    color: #0088c5;
    text-decoration: none;
}
.content-description-seo a:hover{
    text-decoration: underline !important;
}
.modal{
    display:none;
    top:200px;
    left:50%;
    position:absolute;
    z-index:999;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
    background: #fff;
    padding: 40px;
    border: 1px solid #dfdfdf;
}
.nav.desktop{
  display: inline-block;
}
.navigation.mobile{
  display: none;
}
.modal .item_img {text-align: center;}
.modal .item_img img{max-height: 150px;}
.modal .item_title {padding: 0 15px; font-size: 16px; color: #08b2ff; text-align: center;max-width: 500px;}
#login,
#popupFormSubscribe,
#addItemInCart,
#addItemInSubscribe,
#addItemInCartOptions,
#addItemInCompare{
    text-align:center
}
.modal .errortext{text-align: left; display: block;}
.modal .close{
    width:24px;
    height:24px;
    border-radius: 50%;
    right:9px;
    top:9px;
    cursor:pointer;
    position:absolute;
    background: url("images/cross.png") 5px 5px no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
#bgmod{
    background:rgba(0,0,0,0.5);
    display:none;
    min-width:2000px;
    height:100%;
    min-height:2000px;
    position:fixed;
    z-index:998;
    top:0;
    left:0
}
.right-sidebar.mobile{
  display: none;
}
div.fleft {width:80%; float:left;}
div.fright {width:20%; float:right;}
i {font-style:italic;}
.all-sem {float:right; margin-bottom: 20px;border-right:1px solid; margin-right:20px}
.plan{
  float:right;
  margin-bottom: 20px;
  padding: 0 13px;
  margin-right: 30px;
}
.news-detail ul {
    margin-left: 25px;
}
.news-detail ol {
  margin-left: 35px;
}
.news-detail ol {
    list-style: decimal;
}
.news-detail ol li {
    padding-left: 5px;
}
.news-detail strong {font-weight: bold;}
blockquote {
    quotes: "\00ab" "\00bb";
    border-left: 7px solid #f69c00;
    margin: 10px 20px;
    padding: 15px;
    font-style: italic;
}
blockquote:before {
    content: "\00ab";
}

blockquote:after {
    content: "\00bb";
}


.mf-ok-text {
  color: red;
  font-weight: 600;
  margin-bottom: 20px;
}

div#order_form_content font.errortext {
  color: red !important;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 10px 20px;
  border-left: 7px solid #F69C00;
}
.page-description {
    margin-top: 25px;
    max-width: 1200px;
    margin: 0 auto;
}
.imagetip span{
    visibility: hidden;
    position: absolute;
    left: 350px;
  top:80px;
    z-index: 9999;
}
.imagetip:hover span{
visibility: visible;
}

.button.orange_full {
    color: #fff;
    background: #f69c00;
}
.button.orange_full:hover {
    color: #f69c00;
    border-color: #f69c00;
  background: #fff;
}
.wa-color {color:#00e676;}
.viber-color {color:#9379f7;}
.chat, .text-decoration-none { text-decoration:none;}
.bottom .centered {}

.select2-results__group {font-weight:bold;}

.slide img {margin:0 auto;}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.flex-item {margin-right:40px;}
.flex-item .region-name {display:block; font-weight:bold; margin-bottom:10px;}
.seminars-list .paging {margin-bottom:20px;}
.header-btn {text-decoration:none; border:1px solid #0088c5; color: #0088c5; border-radius:3px; padding:5px 10px; }
.header-btn:hover {color:#f69c00; border-color:#f69c00;}

.download.button {
    padding: 0 10px 0 5px;
    font-size: 14px;
    font-weight: 600;
}
.seminars-list table th .download.button .font-icon,
.pull-right .download.button .font-icon{
  font-size:25px;
  margin-right:0;
}
.download.button:hover i{
  color:#fff;
}
.addeventatc {
    z-index: 99 !important;
}
.seminar-detail .head .button {
    float: none;
    margin-top: -2px;
}
.btnstop{
  float:right;
}
.addeventatc{
  box-shadow:none !important;
  border-radius:0px !important;
  border:1px solid #0089c5 !important;
}



.price.online{
  text-align:center;
  position:relative;
}
.value.price.online{
  text-align:left;
}
.value.price.online .newprice {
    display: inline-block;
    padding-right: 10px;
}
.value.price.online .discount {
    top: 0px;
}
.price.online .newprice{
    font-weight: bold;
    display: block;
    color: #0089c5;
}
.price.online .oldprice,
.price.online .oldprice b{
  font-weight: 400;
}
.price.online .oldprice{
    font-size: 0.8em;
    text-decoration: line-through;
}
.discount {
  display: inline-block;
  position: absolute;
  background: #f69c00;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  top:20px;
}


.price.online .discount .textdis {
  position: relative;
  top: 0.5em;
  font-size: 0.7em;
  font-weight: bold;
}


.menu-top ul li:nth-child(3) a,
.seminars-main .parent ul li:nth-child(2) a,
.seminar-detail .seminar-type .item:nth-child(2) a,
.seminars-filter .item.parent:nth-child(2){
  color:#0089c5;
}
.seminars-main .show-more {
    margin-right: 10px;
}
.menu-top ul li:nth-child(3) a::before,
.seminar-detail .seminar-type .item:nth-child(2) a::before,
.seminars-filter .item.parent:nth-child(2) a.format::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: -10px;
    bottom: 25px;
    background-size: 60%;
}
.seminar-detail .seminar-type .item:nth-child(2) a::before{
  right: 10px;
}
.seminars-filter .item.parent:nth-child(2) a.format::before{
  right:55px;
  bottom:18px;
}
.seminars-filter .item.parent:nth-child(2) a.format {
    color: #0089c6;
    font-weight: bold;
}
.seminars-main .parent ul li:nth-child(2),
.seminar-detail .seminar-type .item:nth-child(2),
.seminars-filter .item.parent:nth-child(2) a.format{
  position:relative;
}
.seminars-main .parent > ul > li:nth-child(2)::after{
    position: absolute;
    content: "";
    /* background: url('images/new50.png') no-repeat right center; */
    width: 50px;
    height: 50px;
    right: 40px;
    top: 20px;
}
.menu-top ul li:nth-child(3) a:hover{
  color:#f69c00;
}
.site-desc p{
  margin-bottom:15px;
}
.site-desc b{
  font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.site-desc a{
  text-decoration:none;
  color: #0088c5;
}
.site-desc a:hover{
    color: #f69c00;
}
.site-desc span{
    display: block;
    font-size: 16px;
    text-decoration: none;
    line-height: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.header .phones a {
  line-height:24px;
}
.header .phones .icons {
    width: 20px;
    margin-left: -25px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    color: #4b5d97;
    font-size: 20px;
    vertical-align: bottom;
}

p.doph {
    font-size: 14px;
    color: #606060;
    margin: 0 0 30px 28px;
    background: #eee;
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid #f69c00;
}
.onlineonly{
    font-size: 14px;
    color: #fff;
    margin: 5px;
    background: #f69c00;
    display: inline-block;
    padding: 3px 7px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    width: 18px;
}
.date-filter.online{
    border: 1px solid #dfdfdf;
  padding: 20px;
  margin-top:20px;
}
.sect{
    display: block;
    padding: 0 0 0 2%;
    overflow: hidden;
    margin-bottom: 20px;
}
.sect label,
  .sect .sect_elem_new {
    display: inline-block;
  position: relative;
    padding: 0;
    float: left;
    width: 33.3%;
    margin: 0;
  cursor:pointer;
  transition: color .3s;
}
.sect_elem:hover label,
.sect_elem:hover i{
    color: #f69c00;
}
.sect label:hover, .sect label.active {
    color: #f69c00;
}
.sect label:before,
.sect .sect_elem_new:before {
    content: '\B7';
    display: block;
    float: left;
    position: relative;
    margin-left: -20px;
    color: #0089c5;
    font-size: 30px;
}
.sect input{
  display:none;
}
.date-filter.online .date{
  text-align:center;
}
.date-filter.online .all-sem{
    line-height: 33px;
    height: 35px;
}
.seminars .date-filter.online .font-icon {
  display: none;
}
#basket_form,
#order_form_div{
  margin-top:20px;
}

@media (min-width:2400px){
  #slider-main .slide{
    height:300px;
  }
}
.mobile-header {
  display: none;
}
.mobile-contacts-popup{
  display: none;
}
.mobile-nav {
  display: none;
}
body {
  margin: 0;
}
.seminars-main.mobile {
  display: none;
}
.info-main .button.mobile {
  display: none;
}
#slider-main .slide .slide-bg {
  background-size: cover;
  background-position: 50%;
  bottom: 0;
}
#slider-main .slide .slide-bg.desktop {
  display: none;
}
#slider-main .nav {
  top: calc(50% - 45px / 2);
}
.mob-filter, .button_filter {
  display: none;
}
.date-filter .download.button {
  display: none;
}
.navigation .prev, .navigation .next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  left: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid grey;
  background-color: rgba(255,255,255,0.6);
}
.navigation .next {
  left: unset;
  right: 15px;
}
.seminars-main li:nth-last-child(-n+2):hover a i{
    color: #0089c5 !important;
}
.block-seminar-tags .doph{
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px;
}
.block-seminar-tags{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.dzen{
    display: inline-block;
    vertical-align: sub;
    position: relative;
    top: -2px;
}
.dzen svg{
    max-width: 80px !important;
    margin-right: 8px;
    height: 24px;
}
.dzen svg path{
    fill:#e1e1e1 !important;
}
.dzen:hover svg path{
    fill:white !important;
}
.techchat{
    display: inline-block;
    vertical-align: sub;
}
.techchat svg path{
    fill:#e1e1e1 !important;
}
.techchat:hover svg path{
    fill:white !important;
}
.techchat svg{
    width: 90px;
    position: relative;
    top: 3px;
}
.techchat{
    margin-right: 6px;
}
.footer .bottom .socnet i {
    margin-right: 12px !important;
}

@media (max-width: 767px) {
  body .bx-breadcrumb{
    overflow: scroll;
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 15px;
  }
    .bx-breadcrumb-item{
      white-space: nowrap !important;
    display: inline-block !important;
    }
    .none-btn{
      display: none !important;
    }
    .bx-breadcrumb {
        display: block !important;
    }
    .mobile-icon-menu-main-page li:last-child i{
        font-size: 36px !important;
        font-family: 'icomoon' !important;
    }
    .basket-items-list-item-descriptions .basket-item-block-info .basket-item-actions-remove{
        display: none !important;
    }
    .basket-items-list-table tr td:nth-child(4) .basket-item-price-current{
        display: none !important;
    }
    .block-seminar-tags{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
    }
    .block-seminar-tags > a{
        margin-bottom: 0px;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    .block-seminar-tags .doph{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .mobile-icon-menu-main-page li:nth-child(19) i:after{
        background-image: url("/img/cfera.png");
        content: "";
        width: 50px;
        height: 25px;
        background-size: 110%;
        background-repeat: no-repeat;
        left: 30px;
        position: relative;

    }
    .seminars-list-two-sect tbody tr:nth-child(n+11){
        display: none;
    }
    body .b24-widget-button-position-bottom-right {
        bottom: 15px !important;
        right: 10px !important;
    }
    .page-biblioteka .two_sect{
        position: relative !important;
        top: inherit !important;
        margin-left: 0px !important;
    }
    #seminars-list .button_filter{
        display: none;
    }
    #seminars-list form > input{
        margin-top: 7px;
    }
    .item-foto-o-otziv-block-product .item-product-photo-otziv:nth-child(1){
        border-bottom: 1px solid #dfdfdf;
    }
    .item-foto-o-otziv-block-product .item-product-photo-otziv:nth-child(2){
        border-bottom: 1px solid #dfdfdf;
    }
    .item-foto-o-otziv-block-product .item-product-photo-otziv .inner .desc{
        margin-bottom: 30px;
    }
    .response-main .navigation.mobile{
        display: none;
    }
    .item-foto-o-otziv-block {
        flex-direction: column;
    }
    .item-foto-o-otziv-block .item .inner {
        height: auto;
    }
    .slider_otzivi_corparative .navigation.mobile{
        display: none;
    }
    .item-foto-o-otziv-block .item .desc {
        height: auto;
    }
    .item-foto-o-otziv-block .item-foto-o-otziv{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    /* .date-filter form{
        display: none !important;
    } */
    .date-filter form.active-form{
        display: flex !important;
    }
    .special-mobile {position: absolute; top:-130px; left: 10px; z-index: 99;}
    .header .top {padding-top: 0px;}
    .wrapper {
      min-height: unset;
    }
    .mobile-header {
        display: block;
    }
    .header .top #logo,
	.header .top .bx-hdr-profile,
	.header .top .select-city__block
	{
        display: none;
    }
	.header .top{
		height:0px;
	}
    .mobile-header__top-line {
        background-color: #FAFAFA;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
    }
    .mobile-header__top-line a {
        font-size: 15px;
        line-height: 20px;
        color: #BDBDBD;
        text-decoration: underline;
        padding: 0;
    }
    .mobile-header__top-line .mobile-header__right > div {
    display: inline-block;
        border-right: 1px solid #F0F0F0;
        padding-right: 12px;
        margin-right: 12px;
  }
    .mobile-header__top-line .mobile-header__right > div:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
  .mobile-header__icon1 {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center left;
    }
    .mobile-header__search {background-image: url(img/search.svg);}
    .mobile-header__email {background-image: url(img/mail.svg);}
    .mobile-header__call {background-image: url(img/phone.svg);}
  .mobile-header__menu {
        padding: 20px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header__menu .mobile-header__left {
        display: flex;
        align-items: center;
    }
    .mobile-header__burger {
        position: relative;
        width: 35px;
        height: 24px;
        margin-right: 15px;
    }
    .mobile-header__burger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4.6px;
        background-color: black;
        border-radius: 1px;
        transition: 0.3s;
    }
    .mobile-header__burger span:first-child {
        top: 0;
    }
    .mobile-header__burger span:nth-child(2) {
        top: 50%;
        transform: translate(0,-50%);
    }
    .mobile-header__burger span:last-child {
        bottom: 0;
    }
    .mobile-header__burger.toggled span:first-child {
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
    }
    .mobile-header__burger.toggled span:nth-child(2) {
        left: 50%;
        width: 0;
    }
    .mobile-header__burger.toggled span:last-child {
        top: 50%;
        bottom: unset;
        transform: translate(0, -50%) rotate(-45deg);
    }
    .mobile-header__logo {
        width: 140px;
        display: inline-block;
    }
    .mobile-header__logo img {
        max-width: 100%;
    }
    .mobile-header__icon2 {
        width: 34px;
        height: 34px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
    }
    .mobile-header__cart {background-image: url('img/cart.svg');}
    .mobile-header__profile {background-image: url('img/person.svg');}
    .mobile-header__menu .mobile-header__right > div {
        margin-right: 10px;
    display: inline-block;
    }
    .mobile-header__menu .mobile-header__right > div:last-child {
        margin-right: 0;
    }
  .mobile-nav {
    display: block;
    z-index: 100;
    position: absolute;
  }
  .mobile-nav__content {
      display: block;
      position: fixed;
      width: 310px;
      top: 0;
      height: 100%;
      padding: 15px;
      box-sizing: border-box;
      overflow-y: scroll;
      background-color: #242424;
      left: -310px;
      transition: .3s;
  }
  .mobile-nav__top {
    margin-bottom: 100px;
  }
  .mobile-nav.toggled .mobile-nav__content{
      left: 0;
  }
  .mobile-nav nav {
    margin-top: 90px;
  }
  .mobile-nav .menu-top ul {
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .menu-top ul li a {
    font-weight: normal;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    height: unset;
    /*margin-bottom: 20px;*/
  }
  .mobile-nav .menu-top ul li.active a {
    font-weight: bold;
  }
  .mobile-nav .menu-top ul li a:after {
    display: none;
  }
  .mobile-nav__calendar {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .mobile-nav__calendar a {
    color: #0089C5;
    text-decoration: none;
  }
  .mobile-nav.toggled .mobile-nav__close-button {
      left: 0;
      right: 0;
  }
  .mobile-nav ul {
      margin: 0;
      padding: 0;
  }
  .mobile-nav ul li {
      margin-bottom: 20px;
      list-style: none;
  }
  .mobile-nav ul li a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 21px;
      display: inline-block;
  }
  .mobile-nav ul li.active a {
      font-weight: bold;
  }
  .mobile-nav__bottom p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 1rem;
    color: white;
  }
  .mobile-nav__bottom a {
    color: #F69C00;
    font-weight: bold;
    text-decoration: none;
  }
  .mobile-nav__bottom a:hover {
    text-decoration: underline;
  }
  .mobile-nav__close-button {
      display: block;
      background-image: url('img/cross.svg');
      background-position: 94% 3%;
      background-repeat: no-repeat;
      position: fixed;
      top: 0;
      left: -310px;
      bottom: 0;
      z-index: -1;
      transition: .3s;
  }
  .mobile-contacts-popup {
    position: fixed;
    box-sizing: border-box;
    padding: 15px;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
  }
  .mobile-contacts-popup.toggled {
    display: flex;
  }
  .mobile-contacts-popup__content {
    padding: 60px 20px;
    width: 100%;
    text-align: center;
    background-color: white;
  }
  .mobile-contacts-popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 36, 36, 0.9);
    background-image: url('img/cross-white.svg');
    background-position: 95% 3%;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .mobile-contacts-popup__heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .mobile-contacts-popup__block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    color: #888888;
  }
  .mobile-contacts-popup__block-container .mobile-contacts-popup__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mobile-contacts-popup__block-container .mobile-contacts-popup__block:last-child:after {
    display: none;
  }
  .mobile-contacts-popup__block p {
    margin-bottom: 1rem;
  }
  .mobile-contacts-popup__block p:last-child {
    margin-bottom: 0;
  }
  .mobile-contacts-popup__block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 95px;
    height: 1px;
    background-color: rgba(225, 225, 225, 0.7);
  }
  .mobile-contacts-popup__town {
    font-weight: bold;
    color: black;
  }
  .mobile-contacts-popup__phone a {
    color: #0089C5;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
  }
  .mobile-contacts-popup__phone a:hover {
    text-decoration: underline;
  }
}
.wrapper {
  min-width: unset;
}
.centered {
  max-width: 1220px;
  width: unset;
  position: relative;
}
.footer {
  min-width: unset;
}
@media (max-width: 320px) {
  .mobile-nav__content{
    width: 270px
  }
}
@media (min-width:1200px) {
    .g-font-size-20--lg {font-size:20px !important;}
    .g-font-size-22--lg {font-size:22px !important;}
    .g-font-size-24--lg {font-size:24px !important;}
}
@media (max-width:1200px) {
  .footer {
    height: unset;
  }
  .footer .bottom {
    height: unset;
  }
  .menu-top ul li a {
    font-size: 12px;
  }
  .site-desc b {
    font-size: 12px;
  }
  #slider-main .slide .title {
    font-size: 36px;
  }
  #logo {
    left: unset;
  }
  .seminars-main ul li a {
    font-size: 14px;
    padding-left: 80px;
  }
  .seminars-main .parent .download {
    min-width: 120px;
  }
  .seminars-filter.horizontal .item.parent>a {
    height: 60px;
  }
  .date-filter.online {
    padding: 10px;
  }
  .seminars .date-filter form {
    float: none !important;
    margin-bottom: 20px;
  }
  .all-sem {
    float: none;
  }
  .content ul li {
    position: relative;
    margin-bottom: 1rem;
  }
  .content ul li:before {
    position: absolute;
    top: 0.5rem;
  }
  .seminar-detail .seminar-type .item {
    width: 50%;
    text-align: center;
  }
  .seminar-detail .seminar-type .item:nth-child(2) a::before {
    left: calc(50% + 100px);
    transform: translate(-50%, 0);
  }

  .cert_gal {
    height: unset;
    text-align: center;
  }
  .footer-contacts-right {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    right: 50%;
    clear: both;
    transform: translate(50%, 0);
    text-align: center;
  }
  .footer-contacts-right .socials {
    margin-left: 0;
  }
  div.news-detail {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  div.two_sect {
    width: 100%;
  }
  .sect_tit_wrap {
    width: 100%;
    height: unset;
    margin-bottom: 20px;
  }
  .two_sect .sect_tit {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    height: unset;
  }
  .two_sect .sect_tit::after {
    display: none;
  }
  .seminars-list-two-sect table {
    width: 100%;
  }
  #constructor label {
    max-width: 90%;
  }
}
@media (max-width: 1023px) {
  .top-search {margin-top:5px;}
  .header {
    height: unset;
  }
  .menu-top ul li a span {
    font-size: inherit;
    line-height: inherit;
  }
  .menu-top ul li {
    height: unset;
  }
  .menu-top ul li a {
    font-size: 12px;
    line-height: 45px;
    height: 45px;
  }
  .site-desc {
    display: none;
  }
  h1.page-title, h2 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 14px;
    text-align: left !important;
  }
  h3 {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  h3:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .logo img {
    max-width: 100px;
    height: unset !important;
  }
  .menu-footer {
    margin-right: 0;
  }
  .menu-footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .menu-footer ul li a {
    font-size: 16px;
  }
  .footer .address .icon-location2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translate(-50%,0);
  }
  .footer .phones {
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
  }
  .footer .phones .icon-phone_in_talk {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translate(-50%,0);
  }
  .footer-contacts-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
    transform: translate(0);
  }
  .footer-contacts-right .mail {
    font-size: 13px;
  }
  .footer-contacts-right .mail .font-icon {
    margin-left: 0;
  }
  #slider-main .slide .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #slider-main .slide .subtitle {
    font-size: 16px;
  }
  .botbut {
    position: unset;
  }
  .sales-hit .item {
    width: 50%;
    margin-bottom: 20px;
  }
  .info-main {
    margin-bottom: 30px;
  }
  .info-main .item {
    width: 50%;
    /* height: 400px; */
    margin-bottom: 20px;
  }
  .seminars-filter.horizontal .item.parent {
    width: 100%;
  }
  .seminars-filter.horizontal .item.parent>a {
    height: unset;
  }
  .seminars-filter.horizontal .item.parent>a:before {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 20%;
    left: 230px !important;
    transform: translate(0,-46%);
    background-position: center;
    background-repeat: no-repeat;
  }
  .seminars-filter.horizontal .parent .submenu {
    position: unset;
  }
  .seminars-filter.horizontal .parent.toggled .submenu {
    display: block !important;
  }
  .seminars-filter.horizontal .submenu .item {
    width: 50%;
    padding: 0;
  }
  .seminars-filter.horizontal .submenu .item a {
    font-size: 14px;
    line-height: 35px;
  }
  .seminars-filter.horizontal .submenu .item a:before {
    top: 6px;
  }
  .seminars-list table {
    border: none;
  }
  .seminars-list tbody {
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
  }
  .seminars-list table thead {
    display: none;
  }
  .seminars-list table tr {
    position: relative;
    padding: 20px;
    background-color: white;
    border: none;
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    margin: 0 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .seminars-list table th {
    display: none;
  }
  .seminars-list table td {
    display: block;
    width: 100% !important;
    padding: 0;
    border: none !important;
  }
  .seminars-list table td.date {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 19px;
    max-width: 60%;
  }
  .seminars-list table td.name, .seminars-list table td.name_form {
    margin-bottom: 30px;
  }
  .seminars-list table td.price {
    width: 50% !important;
    display: inline-block;
    float: left;
    text-align: left;
  }
  .seminars-list table td.order {
    width: 50% !important;
    display: inline-block;
    text-align: right;
    margin-top: auto;
  }
  .seminars-list table td.order .button {
    width: 100%;
  }
  .span_event_type {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    max-width: 40%;
    text-align: right;
  }
  .blocks-list .item {
    width: 50%;
  }
  .seminars-main ul li a {
    padding-left: 55px;
    padding-right: 5px;
    font-size: 12px;
  }
  .seminars-main .parent > ul > li:nth-child(2)::after {
    top: 10px;
    left: 70%;
  }
  .seminars-main ul li .font-icon {
    margin-left: -50px;
    width: 50px;
  }
  .seminars-main .parent .download {
    min-width: unset;
    width: 95%;
    padding: 12px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .seminars-main .parent .download .font-icon {
    margin-left: -45px;
    width: 45px;
  }
  .footer-subscribe {
    height: unset;
    line-height: 24px;
  }
  #slider-main .bx-viewport {
    height: unset !important;
  }
  #slider-main .slide {
    height: unset;
    min-height: 260px;
  }
  #slider-main .slide .inner {
    height: unset;
  }
  .response-detail .gallery .gallery-item {
    width: 33%;
  }
  .teachers-list {
    display: flex;
    flex-wrap: wrap;
  }
  .teachers-list .item {
    height: unset;
    margin-bottom: 30px;
  }
  .teachers-list .item .inner {
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .teachers-list .item .left {
    width: unset;
    float: none;
    display: flex;
    align-items: center;
  }
  .teachers-list .item .left img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 24px;
  }
  .teachers-list .item .right {
    margin-left: 0;
    padding-left: 0;
  }
  .teachers-list .item .right .spec, .teachers-list .item .right .desc {
    padding-left: 30px;
  }
  .teachers-list .item .button {
    float: none;
    width: 100%;
  }
  div.catalog-sections-top table {
    width: 100%;
  }
  div.catalog-sections-top table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  div.catalog-sections-top table td {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    width: 32%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .row .col {
    width: 100% !important;
	float:none;
  }
  .cart-item .left, .cart-item .right {
    width: 100%;
  }
  .cart-item .props {
    padding-bottom: 0;
    padding-top: 15px;
  }
  .cart-item .props .prop .name {
    float: none;
    display: inline-block;
  }
  .cart-item .props .prop .value {
    display: inline-block;
    margin-left: 0;
  }
  .cart-item .props .prop-quantity .arrows {
    display: block;
  }
  .cart-item .props .prop-teachers {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .cart-item .props .prop-teachers .name {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .cart-item .props .prop-teachers .value {
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    font-size: 11px;
    line-height: 17px;
  }
  .cart-item .props .prop-teachers a img {
    width: 40px;
  }
  .cart-item .props .prop-teachers a {
    line-height: 40px;
  }
  .seminar-detail .props .left, .seminar-detail .props .right {
    width: 100%;
    font-size: 13px;
    line-height: 17px;
  }
  .seminar-detail .props .prop-date {
    line-height: 17px;
  }
  .seminar-detail .props {
    padding: 20px 15px;
  }
  .seminar-detail .section-body {
    padding: 20px 10px;
  }
  .additional-info {
    padding: 40px 15px;
  }
  .header-form-toggler {
    position: relative;
    min-height: 35px;
    padding-bottom: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .header-form-toggler:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #F69C00;
    border-radius: 100%;
    box-sizing: border-box;
    background-image: url('img/form-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
  }
  .header-form-toggler.toggled:after {
    transform: rotate(-90deg);
    background-color: #F69C00;
    background-image: url('img/form-arrow-hover.svg');
  }
  #constructor .sectcons {
    height: unset;
  }
  #constructor h3 {
    width: 100%;
    box-sizing: border-box;
  }
  #constructor .constructor_inner {
    position: relative;
    left: 0;
    border: none;
  }
  #constructor .constructor_inner:before {
    display: none;
  }
  #constructor .constr_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #constructor .rubr {
    float: none;
    width: 50%;
    display: inline-block;
  }
  .search-page table tr {

  }
  .search-page table tr:first-child {
    display: none;
  }
  .search-page table td {
    display: block;
    text-align: left;
  }
  .search-page table td:first-child, .search-page table td:nth-child(2) {
    font-weight: bold;
    display: inline-block;
    margin-right: 1rem;
  }
  .search-page table td:last-child {
    margin-bottom: 2rem;
  }
  .search-page table tr:last-child td:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {

  .logo .bs {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
  }


  .right-sidebar.mobile{
    display: block;
  }
  .right-sidebar.desk{
    display: none;
  }

  .bx-breadcrumb .bx-breadcrumb-item {
    white-space: normal;
  }
  .sales-hit .item {
    width: 100%;
  }
  .info-main {
    text-align: center;
  }
  .info-main .item {
    width: 100%;
    text-align: left;
    height: unset;
  }
  .info-main .item .button.orange {
    width: 100%;
  }
  .info-main .button.mobile {
    display: inline-block;
  }
  .seminars .date-filter {
    text-align: center;
    line-height: normal;
  }
  .seminars-list table tr {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #f69c00;
  }
  .seminars .date-filter form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .seminars .date-filter input[type=submit] {
    margin-top: 20px;
  }
  .seminars .date-filter .submit {
    text-align: center;
    margin-left: 0;
  }
  .seminars .date-filter .submit input {
    width: 100%;
  }
  label.submit {
    width: 100%;
  }
  input.button.orange[type="submit"] {
    width: 100%;
  }
  .seminars-filter.horizontal {
    border: none;
  }
  .seminars-filter.horizontal .item.parent>a {
    border: none;
    padding: 15px 60px;
    border-bottom: 1px solid #D6D6D6;
  }
  .seminars-filter.horizontal .item.parent>a .name {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
  }
  .seminars-filter.horizontal .parent .submenu {
    border-bottom: 1px solid #D6D6D6;
    padding: 12px 20px;
  }
  .seminars-filter.horizontal .submenu .item {
    width: 100%;
  }
  .seminars-filter.horizontal .item.parent>a.toggle:after {
    display: block;
    border: none;
    margin-top: 0;
    border-top: 1.5px solid #4B5D97;
    border-right: 1.5px solid #4B5D97;
    border-color: #4B5D97 !important;
    width: 7px;
    height: 7px;
    transform: translate(0, -50%) rotate(135deg);
    right: 15px;
  }
  .seminars-filter.horizontal .item.parent.toggled>a:after {
    transform: translate(0, -50%) rotate(-45deg);
  }
  .seminars .date-filter input[type=text] {
    width: 100%;
  }
  .blocks-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .blocks-list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .blocks-list .item .inner {
    margin: 0;
  }
  .seminars-main .parent {
    width: 100%;
    text-align: center;
  }
  .seminars-main ul.submenu {
    margin-left: 0;
    width: 100%;
    position: unset;
    border-left: none;
    border-right: none;
    /*display: block;*/
  }
  .seminars-main ul.submenu li {
    width: 50%;
    border-left: none;
    border-right: none;
    padding: 5px 0;
  }
  .seminars-main ul li .font-icon {
    line-height: normal;
    margin-left: 0;
    left: 0px;
    font-size: 30px;
    height: 60px;
    position: absolute;
    display: flex;
    align-items: center;
  }
  .seminars-main ul li a:before {
    height: 60px;
    display: none;
  }
  .seminars-main .parent > ul > li > a {
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .seminars-main .parent ul a {
    height: unset;
    text-align: left;
    padding-left: 40px;
  }
  .seminars-main .parent ul.submenu li a {
    color: #464646;
    padding-left: 40px;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .seminars-main ul li a {
    padding-left: 60px;
  }
  .seminars-main ul.submenu .count {
    line-height: 18px;
    width: 35px;
  }
  .seminars-main .parent .download {
    width: 250px;
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .seminars-main .parent .download .link-text {
    text-align: left;
  }
  .header .phones {
    display: none;
  }
  #fix_menu {
    display: none;
  }
  #slider-main .slide .inner {
    padding: 35px;
  }
  #slider-main .slide .subtitle {
    font-weight: normal;
  }
  .footer-subscribe {
    padding: 60px 0;
  }
  .footer-subscribe form {
    margin-top: 30px;
    margin-left: 0;
  }
  .menu-footer {
    width: 100%;
  }
  .bx_catalog_text .bx_catalog_text_ul li {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .response-detail .gallery .gallery-item {
    width: 100%;
  }
  .response-detail .gallery .gallery-item a {
    height: unset;
    text-align: center;
  }
  .response-detail .gallery .gallery-item a img {
    display: inline-block;
  }
  div.gallery-item div.name {
    height: unset;
  }
  div.gallery-item div.descr {
    display: none;
  }
  .page-with-sidebar {
    width: 100%;
  }
  .right-sidebar {
    width: 100%;
  }
  .teachers-list .item {
    width: 100%;
  }
  div.catalog-sections-top table td {
    width: 50%;
  }
  label.captcha {
    display: flex;
    flex-direction: column-reverse;
  }
  label.captcha .field {
    margin-right: 0;
  }
  label.captcha img {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
    width: unset;
    height: unset;
  }
  .cart-item {
    padding: 15px;
    margin-bottom: 20px;
  }
  .cart-item .delete {
    top: 15px;
    right: 15px;
  }
  .cart-item .props .prop .name {
    width: 180px;
    font-size: 14px;
  }
  .cart-item .props .prop .font-icon {
    width: 20px;
  }
  .cart-item .props .prop .value {
    font-size: 12px;
  }
  .cart-item .props .prop-teachers a {
    line-height: normal;
    display: flex;
    align-items: center;
  }
  .cart-item .props .prop-quantity label {
    padding-right: 20px;
  }
  .cart-item .props .prop-quantity .ch.minus {
    bottom: 0;
  }
  .cart-item .props .prop-quantity input {
    width: 60px;
  }
  .cart-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cart .summary {
    order: 1;
    margin-bottom: 20px;
  }
  .cart label.submit-left {
    width: 100%;
    order: 3;
  }
  .cart .submit {
    order: 2;
    margin: 0;
    margin-bottom: 15px;
  }
  .cart .submit .button {
    width: 100%;
  }
  .cart label.submit-left .button {
    width: 100%;
  }
  .footer-subscribe form .submit .font-icon {
    position: absolute;
    right: 0;
  }
  .select-city__block__text-city {

  }
  .select-city__block__text-city:after {
    display: none;
  }
  .select-city__modal-wrap {
    text-align: center;
  }
  .select-city__modal__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .select-city__input__comment, .select-city__top {
    font-size: 16px;
    line-height: 21px;
    margin-top: 1rem;
  }
  .select-city__dropdown-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    position: fixed;
  }
  .seminars-list .download.button {
    float: none;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 20px;
  }
  .seminar-detail .seminar-type .item {
    width: 100%;
  }
  .seminar-detail .props {
    padding: 20px 12px;
  }
  .seminar-detail .props .name {
    font-size: 12px;
  }
  .seminar-detail .props .prop-teachers .value {
    /*width: 100%;*/
    /*margin-left: 0 !important;*/
  }
  .seminar-detail .head .btnstop {
    width: 100%;
  }
  .seminar-detail .head .button {
    width: 100%;
  }
  .props .prop-teachers img {
    margin-right: 4px;
    width: 38px;
  }
  .seminar-detail .props .prop-teachers a {
    font-size: 12px;
  }
  .seminar-detail .props .prop .font-icon {
    width: 20px;
  }
  .seminar-detail .section-head {
    font-size: 15px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .seminar-detail .section-head .left-icon {
    width: 20px;
  }
  .seminar-detail .format .flex-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .seminar-detail .format .flex-container .flex-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .seminar-detail .head {
    padding: 0 15px;
    background-color: transparent;
  }
  div.news-detail img.detail_picture {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .seminars-list-two-sect table {
    border: none;
  }
  .seminars-list-two-sect tr:nth-child(2n + 1) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .seminars-list-two-sect tr:nth-child(2n) {
    padding-top: 0;
    border-top: 0;
  }
  .seminars-list-two-sect tr {
    border: 1px solid #DBDBDC;
    padding: 20px;
    display: block;
    margin-bottom: 20px;
  }
  .seminars-list-two-sect .date, .seminars-list-two-sect .price {
    width: 49%;
    margin-bottom: 20px;
    min-width: unset;
    max-width: unset;
    box-sizing: border-box;
    display: inline-block;
    border: none;
  }
  .seminars-list-two-sect .date {
    padding: 0;
    padding-right: 5px;
  }
  .seminars-list-two-sect .price {
    padding: 0;
    padding-left: 5px;
  }
  .seminars-list-two-sect .order {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    width: 100%;
  }
  .seminars-list-two-sect .order .button {
    width: 100%;
  }
  .response-detail .head {
    padding: 30px 10px 10px 10px;
  }
  .sales-hit {
    margin-bottom: 20px;
  }
  .clients-slider {
    margin-top: 30px;
  }
  .seminars-main {
    display: none;
  }
  .seminars-main.mobile {
    display: block;
  }
  .date-filter .sect {
    padding: 0;
    text-align: left;
  }
  .sect .sect_elem {
    width: 49%;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .date-filter .sect label{
    width: unset;
    display: inline-block;
    float: none;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 0px;
  }

  .date-filter .font-icon {
    display: inline-flex;
    /*float: left;*/
    min-height: 26px;
    min-width: 34px;
    align-items: center;
    font-size: 23px;
  }

  .date-filter .font-icon.icon-house{
    font-size: 34px;
  }
  .date-filter .font-icon::before {
    font-size: inherit;
    position: unset;
  }
  .sect label::before {
    display: none;
  }
  .date-filter.online .date {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .date-filter .button_filter, .date-filter button.button.blue {
    min-height: 50px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 20px;
    width: 48%;
    font-size: 16px;
    line-height: 21px;
    float: none;
  }
  .date-filter .button_filter {
    margin-right: 1%;
  }
  .date-filter .download.button {
    margin-left: 1%;
  }
  .date-filter .download.button .font-icon {
    font-size: 40px;
  }
  .all-sem {
    display: none;
  }
  .menu-top ul li:nth-child(3) a::before, .seminars-filter .item.parent:nth-child(2) a.format::before {
    right: -45px;
    bottom: -2px;
  }
  .seminar-detail .seminar-type .item:nth-child(2) a::before {
    bottom: 15px;
  }
  .seminar-detail .seminar-type .item a {
    padding: 0 15px;
    /*text-align: left;*/
  }
  .seminar-detail .seminar-type .item .font-icon {
    width: 35px;
    margin-left: -35px;
    font-size: 25px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .flex .page-with-sidebar {
    order: 2;
  }
  .flex .right-sidebar {
    margin-top: 20px;
  }
  .info-main .align-block-right {
    display: none;
  }
  .seminars-main .show-more {
    text-align: center;
  }
  .seminars-main .show-more .button {
    width: 100%;
  }
  #slider-main .slide {
    /*min-height: 390px;*/
  }
  #constructor h3 {
    height: unset;
  }
  #constructor .constructor_inner {
    padding: 15px;
  }
  #constructor .rubr {
    width: 100%;
  }
  #constructor .bottom {
    text-align: center;
  }
  #constructor .bottom span {
    display: inline-block;
    margin-bottom: 10px;
  }
  #constructor .bottom .button {
    width: 100%;
  }
  #constructor .constr_item {
    align-items: center;
  }
  #constructor .date .constr_item {
    flex-direction: column;
    align-items: center;
  }
  #constructor input[type=text] {
    margin: 10px 5px;
    width: 95px;
  }
  #constructor .town .constr_item {
    align-items: flex-start;
  }
  #constructor .town label {
    width: 90%;
  }
  .button_filter {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    color: #0089C5;
    border: 1px solid #0089C5;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .button_filter:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 4px;
    background-image: url('img/filter-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .mob-filter {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 37px;
    overflow: hidden;
    padding: 12px;
    padding-top: 57px;
    background-color: #FAFAFA;
  }
  .mob-filter .close {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    color: #0089C5;
    font-weight: bold;
    display: block;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .mob-filter .fil_elem {
    font-size: 14px;
    line-height: 35px;
  }
  .mob-filter .fil_elem.active {
    color: #F69C00;
  }
  .catalog-sections-top br {
    display: none;
  }
  .catalog-sections-top .nme, .catalog-sections-top .tbl {
    display: none;
  }
  .catalog-sections-top .nme.show{
    display: block;
  }
  .catalog-sections-top .tbl.show {
    display: table;
  }
  h1.page-title {
    margin-bottom: 30px;
  }
  .button, input[name=BuyButton] {
    padding: 0 14px;
  }
  .select2-container--open .select2-dropdown--below {
    overflow: hidden;
    font-size: 14px;
  }
  .select2-results__options {
    padding: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding: 0 12px;
    margin-bottom: 12px;
  }
  .wrapper label.small {
    max-width: 100%;
  }
  .span_event_type {
    /*max-width: 120px;*/
  }
  .sales-hit .item .price {
    min-height: 40px;
  }
  .sales-hit .item .inner {
    /*min-height: unset;*/
    border: 1px solid #f69c00;
  }
  .sales-hit .item .name {
    min-height: unset;
    height: unset;
  }
  .bx-breadcrumb {
    display: none;
  }
  .navigation .prev, .navigation .next {
    width: 25px;
    height: 25px;
    font-size: 20px;
  }
  .cert_gal {
    position: relative;
  }
  .cert_gal a {
  }
  .cert {
    max-width: 80%;
    margin: 10px auto;
  }
  .sect .sect_elem:nth-child(even){
    padding-right: 0px;
  }
  .sect label, .sect .sect_elem_new {
    width: 50%;
  }
  .sect label:before, .sect .sect_elem_new:before {
    margin-left: -15px;
  }
  .seminars .date-filter > form {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 480px){
  .date-filter.online .date{
    width: 100%;
  }
  .seminars .date-filter.online .font-icon{
    display: inline-flex;
  }
  .nav.desktop{
    display: none;
  }
  .navigation.mobile{
    display: block;
  }
  .cert_gal .navigation.mobile,
  .sales-hit .navigation.mobile{position:absolute !important;left:0;right:0;top:45%;}
  .cert_gal .navigation.mobile .next, .cert_gal .navigation.mobile .prev,
  .sales-hit .navigation.mobile .next, .sales-hit .navigation.mobile .prev{position:absolute;z-index:50;}
  .cert_gal .navigation.mobile a,
  .sales-hit  .navigation.mobile a{text-decoration:none;}
  .cert_gal .navigation.mobile .font-icon,
  .sales-hit .navigation.mobile .font-icon {display:block;font-size:20px;width:45px;height:45px;line-height:45px;text-align:center;background:rgba(255,255,255,.6);border-radius:100%;color:#000;box-sizing:border-box;transition:background .3s;}
  .cert_gal .navigation.mobile .font-icon:hover,
  .sales-hit .navigation.mobile .font-icon:hover {background:#57a3cd;}
  .cert_gal .navigation.mobile .prev,
  .sales-hit .navigation.mobile .prev {left:0;}
  .cert_gal .navigation.mobile .next,
  .sales-hit .navigation.mobile .next {right:0;}
  .cert_gal .navigation.mobile .prev .font-icon,
  .sales-hit .navigation.mobile .prev .font-icon {padding-right:.1em;}
  .cert_gal .navigation.mobile .next .font-icon,
  .sales-hit .navigation.mobile .next .font-icon {padding-left:.1em;}
 /* .sales-hit .item{
    width: 420px !important;
  }*/
  .sales-hit .item .inner{
    margin-left: 0px;
  }
  .sales-hit .item{
    margin-left: 30px;
  }
  .sect label, .sect .sect_elem_new {
    width: 100%;
  }
  .sect label:before, .sect .sect_elem_new:before {
    font-size: 25px;
    margin-left: -5px;
    margin-right: 5px;
  }
}
@media (max-width: 375px) {
  .date-filter .sect label{
    font-size: 12px;
  }
  .date-filter .font-icon{
    min-width: 31px;
  }
}
.sales-hit .bx-controls.bx-has-pager{
  display: none;
}

.button.orange.inverse {
    color: #fff;
    border-color: #f69c00;
  background:#f69c00;
  padding:0 22px;
}
.button.orange.inverse:hover{
  color: #f69c00;
  background:#fff;
}
.topbtn{
	text-transform:uppercase;
}
.topbtn .font-icon{
	font-size:26px;
}
.dnlbtn {
    height: 117px;
    width: 300px;
    margin-top: -10px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 30px;
}
.dnlbtn .font-icon {
    position: absolute;
    left: 15%;
    font-size: 40px;
    top: 30%;
}
.cert_gal .item{
	text-align:center;
}
.section-body ol{
	list-style-type:decimal;
	margin-left:20px;
}
.ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

/* Программа лояльности */

.lpReferralCabinet, .lpNavigation {margin-top:50px;}
.lpReferralCabinet .tabpanel {margin-bottom:20px;}
.lpReferralCabinet h3 {margin-top: 20px;}

.sites_table {margin-top:30px !important;}

.g-border-radius-16 {
    border-radius: 16px;
    height: 35px;
    line-height: 33px;
    margin-top:10px;
}
.couponItemDesc {margin-top: 20px;}
.total_ref {margin-top:20px;}

.lpReferralCabinet .tabpanel .ui-btn.ui-btn-active {background-color: #f69c00; border-color: #f69c00;}

.lpReferralCabinet .tabpanel {
  border-bottom: 1px solid #0089c5;
}

.ui-btn-primary-dark {background-color: #0089c5; border-color: #0089c5;}
.ui-btn-primary-dark:hover {background-color: #3ca2e0; border-color: #3ca2e0;}

.lpReferralCabinet h4 {text-transform: uppercase; color:#0089c5; margin-top: 30px; margin-bottom: 10px; font-size: 15px;}

.g-mt-10 {margin-top:10px;}
.g-mb-10 {margin-bottom:10px;}
.g-mt-20 {margin-top:20px;}
.g-mt-40 {margin-top:40px;}

.alert {padding: 10px;}
.alert textarea {border-radius:5px; height: auto;}
.alert-light {background: #e5e5e5; border: 1px solid #ccc; border-radius: 5px;}

.d-flex {display: flex;}

.select-city__block__text-city, .select-city__block__text-city:hover {
    padding: 5px 15px 5px 5px;
    color: #0089c5;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
}
.select-city__block__text-city:hover {
	color: #0089c5;
}
.select-city__block__text-city:hover:after{
	border-color: #0089c5;
}
.select-city__dropdown__choose__yes {
    color: #ffffff;
    border: 1px solid #0089c5;
    background: #0089c5;
    margin: 0 10px 0 0;
}
.select-city__dropdown__choose__no {
    color: #0089c5;
    background: transparent;
    border: 1px solid #0089c5;
}
.select-city__dropdown__choose__no:hover {
    color: #fff;
    background: #0089c5;
    border: 1px solid #0089c5;
}
.select-city__dropdown__choose__yes:hover {
    color: #ffffff;
    border: 1px solid #f69c00;
    background: #f69c00;
    margin: 0 10px 0 0;
}
.select-city__block__text {
    color: #919294;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert:empty {display:none;}
.alert-success, .feadform .form-success {background-color: #eff9eb !important; color: #155724; border-color: #c3e6cb !important;}
.alert-info {background-color: #eef7fb !important;}
.alert-danger, .feadform .form-err {background-color: #faeded !important; color: #721c24; border-color: #f5c6cb !important;}
.alert-light {background-color: #f4f4f4 !important;border-color:#d5d5d5 !important;}

.alert p {margin-bottom:0px; font-size:14px;}
.affregister iframe {width:100%; min-height: 400px; border: 1px solid #bdbdbd; border-radius:20px; background-color: #fff; margin-bottom:20px;}
.affregister button[type="submit"]:disabled, .affregister button[disabled]:hover {border: 1px solid #e5e5e5 !important; color: #e5e5e5; background: none; cursor:default;}

.tags_line, .tags_line a {color:#333; font-size:13px;}

.save-pdf {height: 30px; line-height: 30px;  margin-left: 10px; margin-top:-1px; padding: 0 10px;}
.techchat img{
  display: block;
  width: 30px;
}
.dzen img{
  display: block;
  width: 25px;
  margin-right: 7px;
}
@media (max-width:642px){
  .save-pdf{
    margin-left:30px; margin-top: -20px; margin-bottom: 20px;
  }
}

#payOnline input[type=submit] {

  display: inline-block;
    position: relative;
    min-width: 100px;
    padding: 0 34px;
    height: 42px;
    line-height: 40px;
    border: 1px solid;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    border-color: #f69c00;
    color: #f69c00;
    background-color:#fff;
    margin-top: 15px;

}

#payOnline input:hover {
    background-color:#f69c00;
    color: #fff;
}

.g-min-height-60 {min-height:60px;}
.g-text-underline-none--hover:hover {text-decoration: none;}
.footer_content .description ol{
    padding-left: 15px;
}
.footer_content .description ol li{
    list-style: decimal;
    padding-left: 10px;
    margin-bottom: 5px;
}
.modal-body-otziv .gallery-rewiews .gallery-item-revies{
    margin-bottom: 30px !important;
}

@media (min-width:992px){
    .d-flex .col-lg-6 {flex-basis: 50%;}
}
.h3-text-left {text-align: left !important;}
.h3-text-left:after {
  left: 0%;
  transform: translate(0%, 0);
}

.seminars-main ul li a .name {hyphens: auto; }

.footer .bottom, .bottom .centered {height:100%;}
.footer .bottom .logo img {max-width: 110px; height:auto;}

.footer .bottom ul li {line-height: 1.4 !important; margin-bottom:7px;}
.footer .bottom ul li a {white-space: wrap !important;}

.footer .bottom .email i {font-size:16px;}
.footer .bottom .socnet i {font-size:30px; margin-right:15px;}

.footer .bottom .menu-footer ul li {width: auto !important;}

@media (max-width:767px){
  .footer .logo {text-align: center;}
  .menu-footer ul {text-align:center;}
  .menu-footer ul li a {font-size:14px !important;}
}
@media (min-width:768px){
  .menu-footer h3 {text-align:left !important;}
  .menu-footer ul {text-align:left !important;align-items: start;}
  .menu-footer ul li a {font-size:14px !important;}
  .menu-footer h3:after {
    left: 0;
    transform: translate(0, 0);
  }
}

.seminars-main .parent > ul > li:nth-child(2)::after {top:20% !important;}

.cart-products .cert {
  border: 2px solid #0089c5;
}

.section-head h2 {
  font-size: 18px;
  padding: 0px;
  white-space: nowrap; border:none;
  font-weight: normal;
  display: inline-block;
}

.menu-footer ul li.active a, .menu-footer ul li a:hover{border-bottom: 1px solid #fff;}
.g-brd-blue {border-color: #0089c5;}
.g-brd-gray {border-color: #dfdfdf !important;}






@media (max-width: 767px) {
  .select-city__dropdown-wrap {
    left: 20%;
    top: 85%;
  }
  .mobile-icon-menu-main-page li:last-child i {
    font-size: 28px !important;
    font: normal normal normal 28px / 1 FontAwesome !important;
}


  main .centered .align-right a{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .page-biblioteka iframe{
    width: 100%;
    height: auto;
  }

  .hidden {display: none;}
  .footer-title {position: relative;}

  .footer-title:before {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    top: 5px;
    margin-left: -20px;
    color: #e1e1e1;
    font-size: 12px;
  }
    .modal-body-otziv .gallery-rewiews .gallery-item-revies{
        margin-bottom: 10px !important;
    }

  .mobile-header .mobile-header__logo{
      height: 60px;
      width: 185px;
  }

  .mobile-header__menu{
      background-color: white; /* Черный цвет фона */
      top: 0; /* Оставайтесь на вершине */
      transition: top 0.3s; /* Эффект перехода при скольжении вниз (и вверх) */
      z-index: 100;
      width: 94%;
  }

  .menu-footer:has(.show) .footer-title:before {content: "\f077";}
}
@media (max-width: 330px) {
    .mobile-header .mobile-header__logo {
        height: 55px;
        width: 145px;
    }
}

@media (min-width: 768px) {
  .hidden {display: block !important;}
}
.topbtn.orange.button{
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 14px;
  padding: 0 15px 0 20px;
}
.seminars-main ul li a .name {width: 100% !important;}
/*.seminars-main ul.submenu a {display:flex; align-items:center;} */
.social_contanct a{
    margin-right: 10px;
}
.contact_phone i{
    margin-right: 5px;
}
.social_contanct a .fa-telegram{
    color: #0088cc;
}
.social_contanct_2{
    margin-bottom: 15px;
}
.social_contanct_2 a .fa-telegram{
    color: #0088cc;
}
.social_contanct_2 a{
    margin-right: 10px;
}
.footer_content .description a{
    color: #0088c5;
}
.footer_content .description a:hover{
    text-decoration: underline;
}
.footer_social_phone a{
    margin-right: 15px;
}
.footer_social_phone{
    margin-top: 5px;
    margin-bottom: 15px;
}
.footer_social_phone a i{
    font-size: 30px;
}


/**/

.g-color-dark-blue {color:#2f3192 !important;}
.g-color-orange {color:#f7941d !important;}

.title {color: #2f3192; font-size:15pt; font-family: 'Arial Black';}
.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none !important;
}

/* согласие с куки */

.nca-bar {max-width: 1340px; margin: 0 auto;}

.nca-cookiesaccept-line.style-3 {
    background-color: #0089c5;
    box-shadow: 0 -5px 10px -6px rgba(0, 0, 0, 0.15);
    font-size:16px;
}
.nca-cookiesaccept-line-text {color: #fff !important;}
.nca-cookiesaccept-line-text a:hover {text-decoration:none !important;}

#nca-cookiesaccept-line-accept-btn {padding: 10px 20px; border:1px solid #f69c00; background-color: #f69c00; color: #fff; border-radius: 3px;}
#nca-cookiesaccept-line-accept-btn:hover {background-color: #fff; color:#f69c00}

.u-btn-light-outline {border: 1px solid #f5f5f5;}

#nca-cookiesaccept-line-notaccept-btn {
  padding: 10px 20px;
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
}

#nca-cookiesaccept-line-notaccept-btn, #nca-cookiesaccept-line-accept-btn {cursor:pointer;}

.b24-widget-button-position-bottom-right {bottom: 90px !important;}
.prop-date .value {width: 60%}

@media (min-width: 576px) {
  .g-width-50x--sm {
    width: 50% !important;
  }
}

.text-uppercase {
    text-transform: uppercase;
}

.g-color-dark-blue_g-mb-10 {color:#2f3192 !important; margin-bottom: 10px; margin-top: 15px; font-family: Arial Black !important; font-size: 14pt !important;}
.g-color-orange_g-mb-20 {color:#f69c00 !important; margin-bottom: 20px; font-family: Arial Black !important; font-size: 15pt !important;}

.programm-block, .programm-block p {font-size: 17px !important; line-height: 1.2 !important;}
.programm-block ul {margin-top:7px;}
.programm-block ul > li {margin-bottom:0px !important;}
/*.programm-block p {margin-bottom:0px !important;}*/

.programm-text .g-color-orange_g-mb-20 {font-size: 14pt !important; margin-bottom: 10px;}



body .nca-cookiesaccept-line > div > div {
    padding-left: 5%;
    padding-right: 0%;
}

@media (max-width: 1200px) {
    .content .programm-block ul li:before {
      position: absolute;
      top: 0rem;
    }
}

.seminars-main ul li .fa {
  float: left;
  width: 70px;
  margin-left: -70px;
  font-size: 40px;
  text-align: left;
  line-height: 115px;
  transition: color .3s;
  color: #c8c8c8;
}
.fa {
  display: inline-block;
  vertical-align: baseline;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-biblioteka ul, .page-biblioteka ol {
  margin-bottom: 15px;
  line-height: 22px;
}
.page-biblioteka ul {
  margin-left:10px !important;
}
.page-biblioteka ul li {
   margin-bottom: 0px !important;
}
.page-biblioteka h2 {
  margin-top: 25px !important;
  margin-bottom: 20px !important;
}
.top-soc {
  padding-top: 18px;
  float: right;
  position: relative;
  display: flex;
  gap: 10px;
  margin-right: 35px;
}
.advantages-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px auto;
}
.advantages-main > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 2%;
  width: 48%;
  align-items: center;
}
.advantages-main > div p {
  width: calc(100% - 95px);
}
@media (max-width: 767px){
  .header .phones, .top-soc {
    display: none;
  }
  .advantages-main > div{
    width: 100%;
  }
}
.discount-p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 45px;
}
.discount-p > div {
  background: rgb(62, 92, 155);
  border-radius: 15px;
  padding: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.discount-p.ir2 > div {
  width: calc(49% - 80px);
  display: flex;
  flex-wrap: wrap;
}
.discount-p.ir3 > div {
  width: calc(32% - 80px);
}
.discount-p.ir2 > div > div {
  width: 40%;
}
.discount-p.ir2 > div > div:first-child {
  font-size: 45px;
  font-weight: 700;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.discount-p.ir2 > div > div:last-child {
  padding-left: 60px;
}
.gold-d{
    color: #f69c00;
    font-weight: 700;
}
@media (max-width: 1024px){
    .discount-p.ir2 > div > div:first-child {
      font-size: 40px;
      padding-right: 20px;
    }
    .discount-p.ir2 > div > div:last-child {
      padding-left: 40px;
    }
    .discount-p > div {
      padding: 25px;
    }   
    .discount-p.ir2 > div {
      width: calc(49% - 50px);
    }
    .discount-p.ir3 > div {
      width: calc(32% - 50px);
    }
}
@media (max-width: 815px){
    .discount-p.ir2 > div > div {
      width: 100%;
      padding: 0;
      text-align: center;
    }
    .discount-p.ir2 > div > div:first-child{
        border: none;
    }
    .discount-p.ir2 > div > div:last-child{
        padding: 0;
    }
}
@media (max-width: 480px){
    .discount-p.ir2 > div, .discount-p.ir3 > div{
        width: 100%;
    }
}
.about-main {
  background: rgb(62, 92, 155);
  color: #fff;
  padding: 50px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.about-main p, .about-main li {
  font-size: 14px;
  margin-bottom: 15px;
}
.about-main .suptitle-ma {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0;
}
.about-main ul li {
  padding-left: 20px;
}
.about-main ul li::before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(/bitrix/templates/itc-group/img/check-w.png) no-repeat;
  margin-left: -21px;
  margin-right: 8px;
}
.about-main > div:first-child {
  width: 48%;
}
.about-main > div:last-child {
  width: 50%;
}
.about-main img {
  border-radius: 15px;
}
.ma-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #3e5c9b;
  background: #fff;
  margin-top: 35px;
  padding: 15px 25px;
  border-radius: 15px;
}
.ma-info > div {
  width: 32%;
}
.ma-info > div > div:first-child {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 30px;
}
.ma-info > div > div:last-child {
  font-size: 14px;
  color: rgb(120, 120, 120);
}
@media (max-width: 815px){
    .about-main > div:first-child, .about-main > div:last-child {
      width: 100%;
    }
}
@media (max-width: 480px){
    .ma-info > div  {
      width: 100%;
      margin-bottom: 20px;
    }
    .ma-info > div > div:first-child {
      margin-bottom: 5px;
    }   
    .about-main {
      padding: 20px;
    }     
}
.teachers-main-block .item-foto-o-otziv-block .item .img img {
  width: auto;
  display: block;
  margin: auto;
  border-radius: 100%;
}
.teachers-main-block .item-foto-o-otziv-block .item .img {
  height: 140px;
  padding-top: 40px;
}
.teachers-main-block .item-foto-o-otziv-block .item .inner {
  height: 350px;
}
.teachers-main-block .item-foto-o-otziv-block .item-foto-o-otziv:nth-child(4) {
  margin-right: 0;
}
.teachers-main-block .bx-wrapper {
  margin: auto;
}
@media (max-width: 767px) {
  .teachers-main-block .item-foto-o-otziv-block {
    flex-direction: inherit;
  }
}

.bottom-form-1 {
  /* background: url(/img/formb-bg.png);
  background-size: cover; */
  background-color: #2C2C2C;
}
.bottom-form-1 form {
  padding: 70px 0;
  color: #fff;
}
.form-title {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 20px;
}
.form-descr {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(120, 120, 120, 1);
  margin-bottom: 20px;
}
.form-fiealds-list > label:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.form-fiealds-list > label:last-child label{
    margin-bottom: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: rgba(173, 173, 173, 1);
}
.bottom-form-1 .form-fiealds-list input, .bottom-form-1 .form-fiealds-list textarea {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0%;
  border-radius: 5px;
  padding: 22px 25px;
}
.form-fiealds-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottom-form-1 .form-fiealds-list > label:nth-child(-n+3), .modal_form .form-fiealds-list > label:nth-child(-n+3) {
  width: 32%;
}
.bottom-form-1 .form-fiealds-list > label:nth-child(4), .modal_form .form-fiealds-list > label:nth-child(4) {
  width: 100%;
}
.button.form-blue {
  background: rgba(62, 92, 155, 1);
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
  width: 260px;
  height: 55px;
  border: 1px solid rgb(62, 92, 155);
}
.button.form-blue:hover {
  color: rgb(62, 92, 155);
  background: transparent;
}
@media (max-width: 568px){
    .bottom-form-1 .form-fiealds-list > label:nth-child(-n+3), .button.form-blue, .modal_form .form-fiealds-list  > label:nth-child(-n+3) {
      width: 100%;
    }   
    .form-title{
        font-size: 25px;
    }
}
.n-date {
  margin-bottom: 10px;
  font-size: 14px;
}

.ag_cnotice_window {bottom: 20px !important;}

.fa-telegram {
    color: #229ED9 !important;
}
.fa-whatsapp {
    color: #2cb742 !important;
}

.fa-telegram:hover, .fa-whatsapp:hover {color: #f69c00 !important;}

.dur_prev {
  margin: 8px 0;
  font-size: 14px;
}
.dur_prev span{
    font-weight: 600;
}
.popular-ver.sales-hit .item .button{
    float:none;
    width: 100%;
    display: block;
    margin: 10px 0;
    line-height: 42px;
    border-radius: 20px;
}
.popular-ver.sales-hit .item .name {
  height: 80px;
  min-height: 80px;
}
#slider-main .slide .subtitle {
  max-width: 560px;
}
.soc-main {
  padding: 45px;
}
.socm-block {
  background: rgb(27, 138, 189);
  padding: 42px;
  color: #fff;
  position: relative;
}
.socm-block::after {
  content: '';
  display: inline-block;
  width: 623px;
  height: 478px;
  background: url(/upload/socm.png) no-repeat;
  position: absolute;
  right: 0;
  top: -100px;
  background-size: contain;
}
.socm-block-cont {
  max-width: 620px;
}
.socm-block-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 33px;
}
.socm-block p {
  margin-bottom: 20px;
  opacity: 0.7;
}
.socm-block .socm-block-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 33px;
}
.socm-block .socm-btn {
  color: #fff;
  text-decoration: none;
  padding: 10px 25px 5px;
  border: 1px solid #fff;
  border-radius: 100px;
}
.socm-btn.vk-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/upload/vk-solid.png) no-repeat;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.socm-btn.dzen-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/upload/dzen-m.png) no-repeat;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.socm-btn.tc-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/upload/tenchat.png) no-repeat;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.socm-btn.tg-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/upload/telegram-m.png) no-repeat;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.adv-block-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.adv-item {
  width: calc(100%/4 - 58px);
  margin-bottom: 20px;
  padding: 20px 20px 45px 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid rgb(224, 224, 224);
}
.adv-title {
  font-weight: 700;
  margin-bottom: 25px;
}
.adv-item::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 20px;
}
.adv-item.aitem-1::before{
    background: url(/upload/adv-1.png);
}
.adv-item.aitem-2::before{
    background: url(/upload/adv-2.png);
}
.adv-item.aitem-3::before{
    background: url(/upload/adv-3.png);
}
.adv-item.aitem-4::before{
    background: url(/upload/adv-4.png);
}
.adv-item::after {
  content: '01';
  font-size: 80px;
  color: rgba(45, 157, 207, 1);
  opacity: 0.2;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
}
.adv-item.aitem-2::after{
    content: '02'
}
.adv-item.aitem-3::after{
    content: '03'
}
.adv-item.aitem-4::after{
    content: '04'
}
.adv-item > div {
  min-height: 260px;
}
@media (max-width: 960px){
    .adv-block-main{
        justify-content: space-around;
    }
    .adv-item {
      width: 250px;
    }
}
@media (max-width: 815px){
    .socm-block::after{
        display: none;
    }
    .adv-item {
      width: calc(100%/2 - 65px);
    }
}
@media (max-width: 640px){
    .adv-item{
        width: 100%;
    }
    .adv-item > div {
      min-height: auto;
    }    
}
.sales-hit.popular-ver.response-main .item {
  margin-right: 0 !important;
}
.sales-hit.popular-ver.response-main .nav.desktop .prev a:first-child, .teachers-main-block.response-main .nav.desktop .prev a:first-child {
  display: none;
}
.sales-hit.popular-ver.response-main .nav.desktop .next a:first-child, .teachers-main-block.response-main .nav.desktop .next a:first-child {
  display: none;
}
@media (max-width: 415px){
    .sales-hit.popular-ver.response-main .bx-viewport {
      min-height: 240px;
    }
}
.bottom-form-1 div[id^="comp_"] {
  min-height: 200px;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
}
.bottom-form-1 .b-page_newyear{
    display: none;
}
.call_form {
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  background: rgb(62, 92, 155);
  cursor: pointer;
  margin-top: 10px;
  max-width: 205px;
  text-align: center;
}
@media (min-width: 769px){
    .top .bx-basket-block {
      display: flex;
      justify-content: space-between;
}
}
.phones .topbtn.orange.button.mt-10{
    height: 39px;
    margin-top: 9px
}
@media (max-width: 750px){
    .call_form {
        display: none;
    }
}

.price.online span.sale-wrap {
    position: relative;
    bottom: 20px;
    color: #fff;
    background: red;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-family: Open Sans;
}


form[name="SIMPLE_FORM_9"] .captcha img {
  float: unset;
  margin: 0;
  
}
form[name="SIMPLE_FORM_9"] .captcha .field {
  margin:  0;
}
form[name="SIMPLE_FORM_9"] .captcha input[name="captcha_word"] {
  width: 300px;
  border-radius: 4px;
}

form[name="SIMPLE_FORM_9"] .captcha {
    display: flex;
    margin-bottom: 16px;
    gap: 20px;
    align-items: center;
}