/*
body .banners-big__text-wrapper {
    height: 100%;
}

.banners-big__text-block--margin-top-more {
    padding-top: 40px;
    height: 100%;
}
*/

.hidden-link {
  cursor: pointer;
}

.boZQmF {
  width: 40px;
  height: 40px;
  border-radius: 1px;
}

blockquote {
  padding: 10px 20px 10px 41px;
  background: #fff;
}

blockquote.info {
  padding: 27px 42px 31px 20px;
  border: 1px solid rgb(54, 94, 220);
  border-radius: 5px;
  border-left: 5px solid #365edc;
  color: inherit;
  margin: 40px 0px;
  font-weight: 400;
  background: #365edc17;
  letter-spacing: 0.4px;
}

blockquote.info::before {
  display: none;
}

blockquote.info * {
  color: inherit;
}

.catalog-detail__detailtext ul li ul:not(.submenu) {
  margin-left: 20px;
}

table.table > thead > tr > td {
  color: white;
  background-color: #365edc;
}

.staff-detail__image-bg {
  background-size: contain
}
.cookie_notice {
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    background: #fff;
    margin: 0 auto;
    animation: toggle_opacity 0.2s;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 #0000001f;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    color: #000;
    display: none;
    padding: 20px;
    width: 289px;
}
.cookie-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 18px;
    margin-bottom: 10px;
}
.cookie-text-b {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
#cookie_close {
  width: 100%;
}

.catalog-detail__item.flex-1 {
  max-width: 100%;
  height: fit-content;
}

.owl-item .item a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.catalog-detail__item.flex-1 {
  max-width: 100%;
}

.banners-big__top-text.banners-big__top-text--small.banners-big__navigation {
  opacity: 1;
}
.breadcrumbs .breadcrumbs__item-name {
  color: #a09d9d;
}
.breadcrumbs__dropdown .breadcrumbs__dropdown-item {
  color: #000;
}

.all-professii.proffesional-catalog-item-text-link {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}

.all-professii a {
  display: inline;
  margin-right: 10px;
}

.s291 .proffesional-catalog-item-text {
  justify-content: space-between;
}

.index-block--fon {
  background: #f8f8f8;
  background: var(--darkerblack_bg_black);
}

.back-block {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px 0;
}



.banners-big__text-block--margin-top-more {
  margin-top: 16px;
}

.banners-big__top-text.banners-big__top-text--small.banners-big__navigation {
  margin-top: 16px;
  margin-bottom: 16px;
}

.breadcrumbs.cs .breadcrumbs__item-name {
  color: #000;
}

.breadcrumbs.cs .breadcrumbs__item-name:hover {
  opacity: 1 !important;
  color: var(--fill_dark_light_white_hover) !important;
}

.char-side__title.font_15.color_333 {
  font-weight: 700;
  font-size: 1.46667em;
  line-height: calc(1em + 7px);
  font-family: "Roboto", Arial, sans-serif;
}

.properties__title.properties__item--inline.color_999.js-prop-title.det-prop {
  color: #000;
  font-weight: 600;
}

.catalog-detail__main {
  flex-basis: 92%;
}


#createby-itc a {
    color: #999;
    transition: .5s linear;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
}

#createby-itc a:hover {
    color: #fff;
    text-decoration: underline;
}

.logo-row .logo img, .logo-row .logo svg {
width: 100%;
}
body .logo-row .logo {
width: 215px;
}
 
.logo a img {
width: 215px;
max-width: 100%;
}
@media (max-width: 340px) {
    .mobileheader__item--right-icons {
        width: auto;
    }
    .mobileheader__item--right-icons .line-block {
        margin-left: -16px;
        margin-right: -16px;
    }
    .mobileheader__item--right-icons .line-block > .line-block__item {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/*-------------------------------------video-box-----------------------------*/
.video-box {
    position: relative;
    display: inline-flex;
}
.video-box:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    pointer-events: none;
}
.video-box:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border: 0px solid transparent;
    border-left: 16px solid #000;
    border-top-width: 10px;
    border-bottom-width: 10px;
    transform: translate(-40%, -50%);
    pointer-events: none;
}
/* form*/
.form--centered .form-inner-wrapper{
    max-width: 100%;
    padding: 0;
    margin: 0 0 32px;
}
.form-inner-wrapper .form-bg-image{
    height: 470px;
}
.form-inner-wrapper .form-bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
.form-inner-wrapper .form-request{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-family: "Roboto", Arial, sans-serif;   

}
.form-inner-wrapper .form-request .form-header h2{
    text-transform: uppercase;
    font-size: 2.5em;
    font-family: "Roboto", Arial, sans-serif;
}
.form-inner-wrapper .form-request .form-header{
    margin: 20px;
    flex-basis: 50%;
}
.form-inner-wrapper .form-request .form-header-description{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 20px;
    font-family: "Roboto", Arial, sans-serif;
}
.form-inner-wrapper .form-request .form-header-description div{
    display: flex;
    flex-direction: column;
    font-weight: 600;
}
.form-inner-wrapper .form-request .form-description h4{
    font-family: "Roboto", Arial, sans-serif;
}
.form-inner-wrapper .form-request .form-header-description div span{ 
    color: var(--fill_dark_light_white_hover);  
}
.form-inner-wrapper .form-request .form-container{
    flex-basis: 35%;
    padding: 20px;
    backdrop-filter: blur(35px);
}
.form-inner-wrapper .form-request .form-container label,
.form-feedback .form-feedback-input label{
    color: var(--basic_text_black);
}
.form-inner-wrapper .form-request .form-footer .form-footer__btn input{
    width: 100%;
    padding: 10px;
    background-color: var(--fill_dark_light_white_hover);
    border: none;
    color: #fff;
}
.form-request .form-footer .licence_block{
    padding: 30px 0 0;
}

/*form-feedback*/

.form-feedback{
    display: flex;
    justify-content: space-between;
    background-color: rgb(232, 237, 252);
}
.form-feedback-container{
    font-family: "Roboto", Arial, sans-serif;
    flex-basis: 65%;
    padding: 40px 20px 40px 40px;
}
.form-feedback-image{
    position: relative;
    flex-basis: 30%;
}
.form-feedback-image img{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.form-feedback-input{
    display: flex;
    gap: 20px;
    align-items: end;
    margin: 35px 0 15px;
}
.form-feedback-input div{
    padding: 0;
}
.form-feedback .form-footer__btn input{
    padding: 10px;
    background-color: var(--fill_dark_light_white_hover);
    border: none;
    color: #fff;
    min-width: 145px;
}
.form-feedback .form-feedback-header h2{
    color: var(--fill_dark_light_white_hover);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 2.5em;
    margin-bottom: 10px;
}
.breadcrumbs .breadcrumbs__item-name {
  color: #000;
}
@media (min-width: 601px) {
  .has-long-banner .breadcrumbs__link:hover .breadcrumbs__item-name {
    opacity: 1 !important;
    color: #000 !important;
  }
}
@media(max-width:1101px){
    .form-inner-wrapper .form-request .form-container{
        flex-basis: 50%;
    }
    .form-inner-wrapper .form-request .form-header h2,
    .form-feedback .form-feedback-header h2{
        font-size: 2em;
    }
    .form-feedback-container{
        flex-basis: 100%;
        padding: 10px 20px;
    }
    .form-feedback-image{
        display: none;
    }
}
@media(max-width:628px){
    .form-inner-wrapper .form-request .form-container{
        flex-basis: 100%;
    }
    .form-inner-wrapper .form-request{
        flex-direction: column;
    }
    .form-inner-wrapper .form-bg-image{
        height: 720px;
    }
    .blog-list.blog-list--items-offset.services_directions-template{
        margin-bottom: 24px;
    }
    .form-feedback-input{
        flex-direction: column;
        margin: 15px 0;
    }
    .form-feedback-input div,
    .form-footer__btn input{
        width: 100%;
    }
}
@media(max-width:480px){
    .form-inner-wrapper .form-request .form-container{
        flex-basis: 100%;
    }
    .form-inner-wrapper .form-request .form-container .form-group{
        margin-bottom: 0;
    }
    .form-inner-wrapper .form-request{
        flex-direction: column;
        font-size: .9em;
    }
    .form-inner-wrapper .form-request .form-header-description{
        padding: 0;
    }
    .form-inner-wrapper .form-request .form-description h4{
        margin: 5px;
    }
    .form-inner-wrapper .form-request .form-container{
        padding-bottom: 5px;
    }
}
/*-----------------------reviews-carousel------------------------------------*/
.reviews-carousel {
    position: relative;
    margin-bottom: 40px;
}
.reviews-carousel:where(:not(:first-child)) {
    margin-top: 30px;
}
.reviews-carousel__title {
    margin-top: 0;
}
.reviews-carousel .item img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
}
.reviews-carousel .owl-navigation-outer {
    top: 50%;
    bottom: auto;
    height: 0;
    z-index: 2;
}
.reviews-carousel .owl-navigation-outer.disabled {
    display: none;
}
.reviews-carousel .owl-navigation-outer .owl-prev, .reviews-carousel .owl-navigation-outer .owl-next {
    top: calc(50% - 20px);
}

.video-reviews-carousel {
    position: relative;
    margin-bottom: 40px;
}
.video-reviews-carousel:where(:not(:first-child)) {
    margin-top: 30px;
}
.video-reviews-carousel .item img {
    max-width: 100%;
    height: auto;
}
.video-reviews-carousel .owl-navigation-outer {
    top: 50%;
    bottom: auto;
    height: 0;
    z-index: 2;
}
.video-reviews-carousel .owl-navigation-outer .owl-prev, .video-reviews-carousel .owl-navigation-outer .owl-next {
    top: calc(50% - 20px);
}

/* Banner Detail */
body .banners-big__text-block--margin-top-more ul {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin: -15px 0 0 -15px;
    max-width: 100%;
    width: 760px;
    list-style: none;
}

body .banners-big__text-block--margin-top-more ul>li {
    width: auto;
    max-width: calc(100% - 15px);
    width: 350px;
    margin: 15px 0 0 15px;
    padding: 10px 25px 10px 55px;
    position: relative;
    min-height: 25px;
    color: #1d3c4e;
    text-align: left;
}

body .banners-big__text-block--margin-top-more ul > li.fis,
body .banners-big__text-block--margin-top-more ul > li.onl {
  padding-top: 22px;
}

body .banners-big__text-block--margin-top-more ul > li::before {
  content: '';
  position: absolute;
  height: 44px;
  width: 44px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background-color: var(--theme-base-color);
  box-shadow: 10px 6px 20px -5px rgba(79, 129, 249, 0.5);
  background-image: url('/bitrix/templates/aspro-allcorp3/images/check-circle.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 44px;
}
body .banners-big__text-block--margin-top-more ul > li.lc::before {
  background-image: url('/images/lc.png');
}
body .banners-big__text-block--margin-top-more ul > li.onl::before {
  background-image: url('/images/onl.png');
}
body .banners-big__text-block--margin-top-more ul > li.fis::before {
  background-image: url('/images/fisfr.png');
}
body .banners-big__text-block--margin-top-more ul > li.pv::before {
  background-image: url('/images/pv.png');
}
body .banners-big__text-block--margin-top-more ul > li.pns::before {
  background-color: transparent;
  background-image: url('/images/pns.png');
  top: 45%;
}
body .banners-big__text-block--margin-top-more ul > li.snrs::before {
  background-color: transparent;
  background-image: url('/images/snrs.png');
  top: 45%;
}
body .banners-big__text-block--margin-top-more ul > li.srodoc::before {
  background-color: transparent;
  background-image: url('/images/srodoc.png');
  top: 45%;
}
body .banners-big__text-block--margin-top-more ul > li.pkp::before {
  background-color: transparent;
  background-image: url('/images/pkp.png');
  top: 45%;
}
body .banners-big__text-block--margin-top-more ul > li.ctg::before {
  background-image: url('/bitrix/templates/aspro-allcorp3/images/akkreditatsiya/category.png');
  top: 47%;
  background-color: transparent;
}
body .banners-big__text-block--margin-top-more ul > li.nmo::before {
  background-image: url('/bitrix/templates/aspro-allcorp3/images/akkreditatsiya/nmo.png');
  top: 47%;
  background-color: transparent;
}
body .banners-big__text-block--margin-top-more ul > li.ptf::before {
  background-image: url('/bitrix/templates/aspro-allcorp3/images/akkreditatsiya/portfolio.png');
  top: 47%;
  background-color: transparent;
}
body .banners-big__text-block--margin-top-more ul > li.spvz::before {
  background-image: url('/bitrix/templates/aspro-allcorp3/images/akkreditatsiya/soprovozdenie.png');
  top: 47%;
  background-color: transparent;
}
body .banners-big__text-block--margin-top-more ul > li.programmi::before {
  background-color: transparent;
  background-image: url('/bitrix/templates/aspro-allcorp3/images/ot/programmi.png');
  top: 45%;
}

body .banners-big__text-block--margin-top-more ul > li.online::before {
  background-color: transparent;
  background-image: url('/bitrix/templates/aspro-allcorp3/images/ot/online.png');
  top: 45%;
}

body .banners-big__text-block--margin-top-more ul > li.reestr::before {
  background-color: transparent;
  background-image: url('/bitrix/templates/aspro-allcorp3/images/ot/reestr.png');
  top: 45%;
}
.banners-big__text-block--margin-top-more_banner_form .form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box, .banners-big__text-block--margin-top-more_banner_form .btn.btn-default {
  background-color: var(--theme-base-color);
  border-color: var(--theme-base-color);
}
.banners-big__text-block--margin-top-more_banner_form .form-checkbox__label:hover .form-checkbox__box {
    box-shadow: 0 0 0 1px inset  #f94f5a;
    border-color:  #f94f5a;
}

body .banners-big__title {
    max-width: 100%;
    width: 760px;
    text-align: left;
}

body .banners-big__title h1 {
    color: #1d3c4e;
    font-weight: 700;
    text-align: left;
}

body .banners-big__text-wrapper {
    max-width: 100%;
}

body .banners-big__text-block--margin-top-more_banner_form .form-inner {
    margin: 0;
    width: 490px;
    max-width: 100%;
}

body .banners-big__text-block--margin-top-more_banner_form label {
    color: #1d3c4e;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input {
    display: -ms-flexbox!important;
    display: flex!important;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    pointer-events: none;
    background-image: url('/bitrix/templates/aspro-allcorp3/phone.png?v=4');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input input {
    height: 70px;
    margin-right: -8px;
    padding-right: 231px;
    padding-left: 49px;
    font-size: 16px;
    letter-spacing: 2px;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input button.btn {
    border-radius: 5px;
    padding: 5px 15px;
    width: 205px;
    height: 54px;
    font-size: 14px;
    text-transform: none;
    margin: 8px 8px 8px -205px;
}

body .banners-big__text-block--margin-top-more_banner_form .form--inline .form-footer {
    padding: 0;
}

body .banners-big__text-block--margin-top-more_banner_form .form-checkbox__label {
    font-size: 11px;
    padding-top: 3px;
}

body .banners-big__text-block--margin-top-more_banner_form .alert {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

body .banners-big__text-block--margin-top-more_banner_form .form-inner {
    padding: 0;
}

.tariffs-list__item .tariffs-list__item-preview {
  max-height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.85em;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
}
.noborder .tizers-list__item-image-wrapper--PICTURES {
  border-radius: 0;
}
.picture__text_container {
    display: flex;
    align-items: start;
    margin-bottom:30px;
}
.picture__text_container {
  display: flex;
}

.picture__text_img {
  flex: 1 0 300px;
  padding-right: 30px;
}

.picture__text_caption.switcher-title {
  text-align: center;
  max-width: 300px;
}

.catalog-detail__garanty.block-with-icon {
  display: none;
}

.banners-big__text-block--margin-top-more {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .picture__text_container {
    flex-wrap: wrap;
  }

  .picture__text_img {
    flex: 1 0 100%;
    padding-right: 00px;
  }

  .picture__text_text {
    margin-top: 30px;
  }
}

.wa-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    margin: auto;
    display: block;
}

.wa-button img {
    width: 42px;
    height: 42px;
    transition: .2s;
    filter: grayscale(0);
}

.wa-button img:hover {
    filter: grayscale(1);
}

.info-buttons__item.d-flex.flex-row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.info-buttons__item.d-flex.flex-row .wa-button {
    margin-right: 12px;
}

.btn-whatsapp .fill-use-fff {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.btn-whatsapp .fill-use-fff svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

@media(max-width: 600px) {


    .btn-whatsapp .fill-use-fff {
        margin-left:-10px;
        margin-right: -10px;
    }

    body .buy_block.btn-actions__inner .buttons > .btn-default, body .banners-big__buttons .btn, .header-button > .btn {
        padding: 11px 15px;
    }
}
.info-buttons__item.info-buttons__item--question.flex-1 {
  flex-direction: row;
  display: flex;
}
.info-buttons__item .wa-button {
  margin-right: 12px;
}
.buy_block.btn-actions__inner .buttons > .btn-whatsapp {
  background-color: #fff;
  color: #2f3542;
  padding: 9px 25px !important;
  border: 1px solid #00d264;
}
.buy_block.btn-actions__inner .buttons > .btn-whatsapp * {
    fill: #fff;
}

.buy_block.btn-actions__inner .buttons > .btn-whatsapp:hover, .buy_block.btn-actions__inner .buttons > .btn-whatsapp:focus {
border-color: #00d264;
  background-color: #00d264;
  color: #fff;
}

.buy_block.btn-actions__inner .buttons > .btn-whatsapp:hover *, .buy_block.btn-actions__inner .buttons > .btn-whatsapp:focus * {
    fill: #00d264;
}

body .banners-big__text-wrapper {
    max-width: 100%;
}

body .banners-big__text-block--margin-top-more_banner_form .form-inner {
    margin: 0;
    width: 490px;
    max-width: 100%;
}

body .banners-big__text-block--margin-top-more_banner_form label {
    color: #1d3c4e;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input {
    display: -ms-flexbox!important;
    display: flex!important;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    pointer-events: none;
    background-image: url('/bitrix/templates/aspro-allcorp3/phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input input {
    height: 70px;
    margin-right: -8px;
    padding-right: 231px;
    padding-left: 49px;
    font-size: 16px;
    letter-spacing: 2px;
}

body .banners-big__text-block--margin-top-more_banner_form .form-group .input button.btn {
    border-radius: 5px;
    padding: 5px 15px;
    width: 205px;
    height: 54px;
    font-size: 14px;
    text-transform: none;
    margin: 8px 8px 8px -205px;
}

body .banners-big__text-block--margin-top-more_banner_form .form--inline .form-footer {
    padding: 0;
}

body .banners-big__text-block--margin-top-more_banner_form .form-checkbox__label {
    font-size: 11px;
    padding-top: 3px;
}

body .banners-big__text-block--margin-top-more_banner_form .alert {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

body .banners-big__text-block--margin-top-more_banner_form .form-inner {
    padding: 0;
}
.banners-big__text {
  width: 70%;
}

.grid-list--items-4 {
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
@media (max-width: 1580px) {
  .grid-list--items-4 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 1300px) {
  .grid-list--items-4 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

@media(max-width: 767px) {
    body .banners-big__text-block--margin-top-more_banner_form .form-group .input button.btn {
        height: 40px;
        margin: 8px 8px 8px -145px;
        font-size: 12px;
        width: 145px;
    }

    body .banners-big__text-block--margin-top-more_banner_form .form-group .input input {
        height: 56px;
        padding-right: 161px;
        padding-left: 35px;
        font-size: 14px;
    }

    body .banners-big__text-block--margin-top-more_banner_form .form-group .input:before {
        height: 14px;
        width: 14px;
        margin-top: -7px;
    }
}


@media(max-width: 1024px) {
    .banners-big--normal .banners-big__depend-height {
      width: 100%;
    }
}
@media(max-width: 768px) {
    .banners-big__text-block.banners-big__text-block--small.banners-big__text-block--margin-top-more > p {
      display: none;
    }

    body .banners-big__text-block--margin-top-more ul > li.fis, body .banners-big__text-block--margin-top-more ul > li.onl {
      padding-top: 15px;
    }
  .banners-big--adaptive-1 .banners-big__text {
    padding-top: 10;
    height: 600px;
  }
  .banners-big--adaptive-1 .banners-big__depend-height {
    height: 600px;
  }
    .banners-big__text-block--margin-top-more {
      margin-top: 5px;
    }
}
@media(max-width: 600px) {
  .owl-navigation-outer.owl-navigation-outer--hidden-sm {
    display: block;
  }
.banners-big__text-block--margin-top-more {
  margin-top: 16px;
}
  .banners-big--adaptive-1 .banners-big__text {
    padding-top: 10;
    height: 550px;
  }
  .banners-big--adaptive-1 .banners-big__depend-height {
    height: 550px;
  }
  .banners-big--adaptive-1 .banners-big__text-block {
    margin: 0;
  }

    .banners-big--adaptive-1 .banners-big__text-block {
    display: block;
    }

.catalog-detail__gallery.catalog-detail__gallery--vertical {
  padding-left: 0;
  max-width: 100%;
}
  .catalog-detail__gallery-wrapper {
    margin-bottom: 0;
  }

}
@media(max-width: 325px) {
  .banners-big--adaptive-1 .banners-big__text {
    padding-top: 30;
    height: 600px;
  }
  .banners-big--adaptive-1 .banners-big__depend-height {
    height: 600px;
  }

    body .banners-big__text-block--margin-top-more ul > li.fis, body .banners-big__text-block--margin-top-more ul > li.onl {
      padding-top: 10px;
    }

}

/* Index Block */
.S_SERVICE .services-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.S_SERVICE .services-list-item {
  width: 33.3%;
}
.S_SERVICE .services-list-item-body {
  background-color: #210373;
  display: block;
  margin: 10px;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  display: flex;
}

.S_SERVICE .services-list-item > a {
transition: box-shadow ease .3s,border ease .3s,background ease .3s;
}

.S_SERVICE .services-list-item-body:hover {
  color: var(--theme-base-color);
  cursor: pointer;
}

.S_SERVICE .services-list-item:hover > a {
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

.S_SERVICE .services-list-item-img {
  width: 33.3%;
}

.S_SERVICE .services-list-item-img img {
  max-width: 100%;
  padding: 10px;
}
.S_SERVICE .services-list-item-text {
  font-size: 19px;
  align-content: center;
  margin-left: 20px;
}
.info-block-text {
  margin-left: 10px;
  width: calc(66.6% - 20px);
  align-content: center;
}
.info-block-text-body {
  background: #fff;
  padding: 20px;
}
.info-block {
  display: flex;
}
.info-block-form {
  width: 33%;
  text-align: center;
  align-content: center;
  padding-left: 20px;
}
.input.i-custom {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: baseline;
}

.form-control#phone,
.form-control#phone2,
.form-control#phone3,
.form-control.sro-phone {
  background: transparent;
  border: 0;
  width: 55%;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.form-control#phone::placeholder,
.form-control#phone2::placeholder,
.form-control#phone3::placeholder {
  color: #000;

}

.info-block-form-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-block-text_body {
  display: flex;
  align-items: end;
}

.info-block-text_body img {
  max-width: 126px;
  margin-left: 30px;
  margin-right: 30px;
}
.drag-block.container.S_SERVICE_1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.advantages {
  padding-top: 40px;
  padding-bottom: 40px;
}
.advantages-items {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background: #fff;
  margin-top: 40px;
}
.advantages-item {
  width: 25%;
  margin: 0 0 -3px -3px;
  height: 375px;
}
.advantages-item.img {
  border: 3px solid #365edc;
}
.advantages-item.img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.advantages-item.text {
  padding: 40px;
  font-size: 16px;
}
.advantages-item-name {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.S_SERVICE_3 .work_stages .count {
  z-index: 99;
  position: relative;
}
.drag-block.container.S_SERVICE_3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.S_SERVICE_3 .work_stages {
  padding: 40px 0;
}
.S_SERVICE_3 .work_stages__counter {
  padding-top: 40px;
}
.counter_item-name {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
.S_SERVICE_4 .index-block__title.switcher-title.line {
  margin-bottom: 40px;
}
.input.i-custom .fa.s45.fa-phone {
  color: var(--theme-base-color);
  font-size: 26px;
}
.advantages-item.text {
  align-content: center;
}
.index-block .banners-big__wrapper {
  padding-top: 150px;
  background: var(--darkerblack_bg_black);
}
.home_banner_text {
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #000;
  margin: 50px 0;
  line-height: 1.3em;
}

.index-block .main-slider__item {
  background-size: contain;
}

@media(max-width: 1440px) {
    .input.i-custom .fa.s45.fa-phone {
      font-size: 16px;
    }
    .form-control#phone,
    .form-control#phone2 {
      font-size: 16px;
      width: 65%;
    }
    .advantages-item {
      height: 284px;
    }
 body.header_opacity.header_padding-150 .index-block .banners-big--low .banners-big__depend-padding {
    height: 450px;
  }
}
@media(max-width: 1200px) {
body.header_opacity.header_padding-150 .index-block .banners-big--low .banners-big__depend-padding {
    height: 390px;
  }
}

@media(max-width: 1024px) {

  body.header_opacity.header_padding-150 .index-block .banners-big--low .banners-big__depend-padding {
    height: 340px;
  }
.home_banner_text {
  margin: 20px 0;
}
    .S_SERVICE .services-list-item {
      width: 50%;
    }
  .advantages-item {
    height: 240px;
  }
    .advantages-item.text {
      padding: 20px;
      font-size: 15px;
    }
    .advantages-item-name {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .form-control#phone, .form-control#phone2 {
      margin-bottom: 5px;
    }
    .info-block-form-title {
      margin-bottom: 5px;
    }
}
@media(max-width: 840px) {
  body.header_opacity.header_padding-150 .index-block .banners-big--low .banners-big__depend-padding {
    height: 280px;
  }

.index-block .banners-big__wrapper {
  padding-top: 10px;
}
  .form-control#phone, .form-control#phone2 {
    width: 80%;
  }
  .advantages-item {
    height: 375px;
    width: 50%;
  }
    .advantages-item.text {
      padding: 40px;
      font-size: 16px;
    }
    .advantages-item-name {
      font-size: 24px;
      margin-bottom: 10px;
    }
  .counter_item-name {
    font-size: 16px;
  }
}
@media(max-width: 768px) {

}
@media(max-width: 500px) {

.detail-block h2 {
  font-size: 1.5em;
}

  body.header_opacity.header_padding-150 .index-block .banners-big--low .banners-big__depend-padding {
    height: 200px;
  }

.index-block .banners-big__wrapper {
  padding-top: 10px;
}
.index-block .banners-big--adaptive-1 .banners-big__depend-height {
    height: 190px;
  }
.index-block .home_banner_text {
  font-size: 1em;
  margin: 0;
  line-height: 1.3em;
  margin-bottom: -30px;
}

  .S_SERVICE .services-list-item {
    width: 100%;
  }
  .S_SERVICE .services-list-item-body {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .S_SERVICE .services-list-item-text {
    font-size: 16px;
    margin-left: 10px;
  }
  .info-block {
    flex-wrap: wrap;
  }
  .info-block-text {
    width: 100%;
  }
  .info-block-form {
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
  }
  .info-block-form .btn.btn-default.has-ripple {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
    .info-block-text_body img {
    display: none;
  }
  .advantages-item {
    height: 325px;
    width: 100%;
    margin: 0;
  }
  .S_SERVICE_4 .item a {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
  }
    body .banners-big__title {
      text-align: center;
    }

}


.alphabet__links ul li {
 position: relative;
 margin: 0 0 4px;
 padding-left: 30px;
}

.alphabet__links ul li > .letter {
 position: absolute;
 left: 5px;
 top: 0;
 color: #000000;
 font-weight: bold;
 font-size: 14px;
}

.alphabet__links ul li a {
 padding: 2px 0;
 font-size: 14px;
 color: #333;
 -webkit-transition: color 0.5s;
 -moz-transition: color 0.5s;
 transition: color 0.5s;
}

.alphabet__links ul li::before {
  content: '';
  background: none;
  width: 0;
  margin-right: 0;
}

.alphabet__search--form {
 position: relative;
}

#alphabet__search {
 border: 1px solid #eff1f5;
 padding: 10px 15px;
}

.alphabet__search--icon {
 position: absolute;
 right: 20px;
 top: 14px;
 content: '';
 width: 15px;
 height: 15px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 border: 2px solid #bbb;
}

.alphabet__search--icon::after {
 content: '';
 display: block;
 position: relative;
 left: 8px;
 top: 12px;
 width: 7px;
 height: 2px;
 background: #bbb;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
}

.alphabet__hints {
 margin-bottom: 20px;
 padding-bottom: 30px;
 border-bottom: 1px solid #eff1f5;
}

.alphabet__hint {
 display: inline-block;
 background-color: #e6e6e6;
 color: #777;
 padding: 3px 10px;
 font-size: 0.8em;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 cursor: pointer;
 margin-right: 5px;
 -webkit-transition: color 0.3s, background-color 0.3s;
 -moz-transition: color 0.3s, background-color 0.3s;
 transition: color 0.3s, background-color 0.3s;
 margin-bottom: 10px;
 font-size: 14px;
}

.alphabet__hint:hover {
 background-color: #0056e4;
 color: #000;
}

.alphabet__letters {
 display: flex;
 flex-wrap: wrap;
}

.alphabet__letter {
 display: inline-block;
 background-color: #e6e6e6;
 color: #777;
 padding: 3px 10px;
 font-size: 0.8em;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 cursor: pointer;
 margin-right: 5px;
 -webkit-transition: color 0.3s, background-color 0.3s;
 -moz-transition: color 0.3s, background-color 0.3s;
 transition: color 0.3s, background-color 0.3s;
 margin-bottom: 10px;
 font-size: 14px;
}

.alphabet__letter:hover, .alphabet__letter--active {
 background-color: var(--theme-base-color);
 color: #fff;
}

.alphabet__links {
 padding-top: 5px;
 overflow: hidden;
 margin-bottom: 62px;
}

.alphabet__links ul {
 column-count: 2 !important;
 display: block !important;
 list-style: none;
}

.courses-list-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.courses-list-items-left {
  width: 50%;
}

.u-title {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.courses-list {
  margin-top: -64px;
  padding-top: 64px;
  padding-bottom: 50px;
}

.index-block__title.switcher-title.line.c-b2 {
  margin-top: 64px;
}

.company-page .advantages {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media(max-width: 768px) {
    .courses-list-items-left {
      width: 100%;
    }
   .company-page .banners-big__text-block.banners-big__text-block--small.banners-big__text-block--margin-top-more > p {
      display: block;
   }
}

/* Новые стили */

.pict-reviews {
  position: relative;
}

.about-course {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.about-course-item {
  width: 33.3%;
}

.about-course-img {
}

.about-course-imgbl {
  max-width: 50%;
  height: 140px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.about-course-name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.about-course-name::before {
  content: "";
  position: relative;
  left: 0px;
  top: 10px;
  background: #365edc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.catalog-detail__detailtext ul li::before {
  top: 10px;
  background: #365edc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.sku-item {
  display: flex;
  padding: 20px;
}
.sku-item-left {
  width: 75%;
}
.sku-item-name {
  color: #365edc;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.sku-item-body {
  display: flex;
}
.sku-item-img {
  width: 50%;
}
.sku-item-img .sku-item-imgp {
  max-width: 180px;
}

.sku-item-char {
  width: 50%;
}

.sku-item-right {
  width: 25%;
  position: relative;
}
.sku-item-price {
  float: right;
  margin-bottom: 20px;
}

.sku-item-price-sale {
  font-size: 18px;
  color: #365edc;
  font-weight: 600;
}
.sku-item-price-full {
  float: right;
  text-decoration: line-through;
  color: red;
}

.sku-item-char ul li::before {
  content: "";
  position: relative;
  left: 0px;
  top: 10px;
  background: #365edc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.sku-item-buttons .btn.btn-default {
  margin-bottom: 20px;
}

.sku-item-buttons .btn-whatsapp {
  border-color: #40B3E0;
  color: #40B3E0;
}

.sku-item-buttons .btn-whatsapp.btn.btn-transparent-border:not(:hover):not(.active) * svg path {
  fill: revert-layer;
}

.sku-item-hit {
  position: absolute;
  left: 0;
  width: 75px;
}

.info-block.new-detail {
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.info-block.new-detail.b1 {
  background-image: url("/images/pl1.png");
}

.info-block.new-detail.b2 {
  background-image: url("/images/pl2.png");
}

.info-block.new-detail.b3 {
  background: url("/images/pl3.png") no-repeat right center/cover;
  min-height: 300px;
}

.info-block.new-detail p {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.new-detail .form-inner {
    margin: 0;
    width: 490px;
    max-width: 100%;
}

.new-detail label {
    color: #1d3c4e;
}

.new-detail .form-group .input {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}

.new-detail .form-group .input:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    pointer-events: none;
    background-image: url('/bitrix/templates/aspro-allcorp3/phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.new-detail .form-group .input input {
    height: 70px;
    margin-right: -8px;
    padding-right: 231px;
    padding-left: 49px;
    font-size: 16px;
    letter-spacing: 2px;
    max-width: 480px;
}

.new-detail .form-group .input button.btn {
    border-radius: 5px;
    padding: 5px 15px;
    width: 205px;
    height: 54px;
    font-size: 14px;
    text-transform: none;
    margin: 8px 8px 8px -205px;
}
@media(max-width: 1024px) {
    .info-block.new-detail {
      min-height: 300px;
      background-size: auto;
    }
}

@media(max-width: 600px) {
/* Этот уже есть на основном */
  .detail-block h2 {
    font-size: 1.5em;
  }
/* Этот уже есть на основном */

.noborder .tizers-list__item-image-wrapper--PICTURES {
  display: none;
}

.new-detail .form-group .input input {
  height: 55px;
  margin-right: -8px;
  padding-right: 150px;
  padding-left: 25px;
  font-size: 12px;
  letter-spacing: 2px;
  max-width: 100%;
}

.new-detail .form-group .input button.btn {
  height: 40px;
  margin: 8px 8px 8px -145px;
  font-size: 12px;
  width: 145px;
}

.new-detail .form-group .input::before {
  left: 5px;
  height: 15px;
  width: 15px;
}

  .new-detail .info-block-text {

    margin-left: 0;
  }

#picture__text_container-1797 .btn {
  width: 100%;
}

  .info-block.new-detail {
    background-size: auto;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 30px;
    padding: 10px 22px;
    background-position: center;
  }

    .info-block.new-detail.b3 {
      background: url("/images/pl3.png") no-repeat center center/cover;
      min-height: auto;
    }

  .about-course {
    padding: 0;
  }

  .about-course-item {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-course-imgbl {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
  }

  .detail .about-course-imgbl img.about-course-img {
    max-width: 50%;
  }
    .sku-item {
      flex-wrap: wrap;
    }
    .sku-item-left {
      width: 100%;
    }
    .sku-item-right {
      width: 100%;
      position: relative;
    }
    .sku-item-body {
      display: flex;
      flex-wrap: wrap;
    }
    .sku-item-img {
      width: 100%;
      margin-bottom: 10px;
    }
    .sku-item-img .sku-item-imgp {
      max-width: 100%;
    }
    .sku-item-char {
      width: 100%;
    }
}

/* SRO PAGE */
.sro-advantages {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.sro-advantages__item {
  width: 25%;
  padding: 20px;
  align-content: center;
}

.sro-advantages__item-img {
  text-align: center;
}

.sro-advantages__item-img img {
  max-width: 100%;
  max-height: 160px;
}

.sro-advantages__item-text {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
}
.sro-advantages__item-text::before {
  content: "";
  position: relative;
  left: 0px;
  top: 10px;
  background: #365edc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}

.index-block.index-block--fon.sro {
  background-image: url("/images/sro-form-fon.png");
  margin-top: 50px;
  margin-bottom: 50px;
}

.dopusk-sro {
  display: flex;
  flex-wrap: wrap;
}

.dopusk-sro__item {
  width: 33.3%;
  padding: 9px;
}

.dopusk-sro__item > div {
  background: #fff;
  padding: 18px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dopusk-sro__item-name {
  margin-bottom: 14px;
  color: #1F1542;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  max-width: 99%;
}
.dopusk-sro__item-desc {
  overflow: hidden;
  color: #1F1542;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}
.dopusk-sro__item-desc ul {
  margin-bottom: 14px;
}
.dopusk-sro__item-desc ul li {
  padding-left: 5px;
  margin-bottom: 0px;
}
.dopusk-sro__item img {
  margin-bottom: 14px;
}

.dopusk-sro__item-button > .btn {
  display: block;
  margin-bottom: 10px;
}

.dopusk-sro ul li::before {
  top: 10px;
  background: #365edc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.dopusk-sro-text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.work_stages.sro .counter_item-name {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #365edc;
}

.text-form-sro {
  background-image: url('/images/sro-fon-text.png');
  padding: 20px;
  background-size: cover;
}

.text-form-sro--items {
  margin-top: 20px;
  width: 80%;
}

.text-form-sro__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ot .text-form-sro__bottom {
  margin-top: -150px;
}

.text-form-sro__bottom-right > img {
  max-width: 175px;
  margin-right: 20px;
}

.vd-docs {
  box-shadow: 0 0px 20px rgba(0,0,0,.05);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
}
.progress-bar-success {
  background-color: #365edc;
}
.tickets {
  max-height: 220px;
  overflow: auto;
}
.tickets .btn.ticket-btn {
  padding: 10px;
}

@media(max-width: 1200px) {
    .dopusk-sro__item-name {
      font-size: 18px;
    }
}


@media(max-width: 810px) {
     .dopusk-sro__item {
      width: 50%;
      margin-bottom: 20px;
    }
    .sro-advantages__item {
      width: 50%;
    }
    .info-block-text_body img {
      display: none;
    }
    .text-form-sro__bottom-right {
      display: none;
    }
    .ot .text-form-sro__bottom {
      margin-top: 0;
    }
}
@media(max-width: 600px) {

    .catalog-detail__detailtext h2 {
      font-size: 1.5em;
      hyphens: manual;
    }
    
    .catalog-detail__detailtext h3 {
      font-size: 1.2em;
    }
    .sro-advantages__item {
      padding: 0;
    }
    .sro-advantages__item-img img {
      max-width: 100%;
      max-height: 60px;
    }
    .sro-advantages__item-text {
      font-size: 14px;
    }
    .sro-advantages__item-text::before {
      margin-right: 2px;
    }
    .index-block.index-block--fon.sro {
      background: var(--darkerblack_bg_black);
      padding: 10px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .dopusk-sro__item {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 20px;
    }
    .cookie_notice {
        width: 97%;
        left: 0;
        right: 0;
        padding: 14px;
        font-size: 13px;
        bottom: 5px;
    }
}