

/* Start:/local/templates/pakhomov/styles.css?17752289035727*/
.prices__item__price__old,
.prices__item__price__new{
    display: inline-block;
    position: relative;
}

.prices__item__price__old:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: .5em;
    background: #222;
}

.prices__item__price__new {
    margin-left: 15px;
    font-family: Bebas Neue bold !important;
    font-size: 7.4em;
    font-weight: 700;
    line-height: 1em;
}
.prices__item__price__new .rub-bold {
    font-family: Bebas Neue bold !important;
}
.prices__item__price__new .rub-bold:before {
    background: #222;
}

.sale__fixed {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    height: 80px;
    background: #fff;
    z-index: 50;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -10px 20px -7px;
}
.sale__fixed__precent {
    margin: 0 15px;
    width: 43px;
    height: 43px;
    display: inline-block;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    background: #CD1A1A;
}
.sale__fixed__cource {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sale__fixed__courceName {
    /*width: 500px;*/
    /*max-width: 500px;*/
    font-family: Bebas Neue bold;
    font-size: 1.7rem;

    font-weight: 700;
    line-height: 0;
    color: #232323;
    position: relative;
    bottom: -5px;
    text-align: center;
}
.sale__fixed__courcePrice {
    width: 250px;
    display: flex;
    zoom: .8;
    text-align: center;
}
.sale__fixed__courcePriceOld {
    font-family: Bebas Neue light;
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
    color: #232323;
    margin-left: 25px;
    position: relative;
    bottom: -10px;
    /*text-decoration: line-through;*/
}
.sale__fixed__courcePriceOld:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -3px;
    background: #232323;
}
.sale__fixed__courcePriceOld .rub {
    height: 8px;
}
.sale__fixed__courcePriceOld .rub:before {
    background: #232323;
    content: " ";
    position: absolute;
    bottom: 30%;
    left: 0;
    display: block;
    height: 1px;
    width: 10px;
}
.sale__fixed__courcePriceNew {
    font-family: Bebas Neue bold;
    font-size: 44px;
    font-weight: 300;
    line-height: 0;
    color: #CD1A1A;
    margin-left: 25px;
    position: relative;
    bottom: -10px;
}
.sale__fixed__courcePriceNew .rub-bold {
    height: 13px;
}
.sale__fixed__courcePriceNew .rub-bold:before {
    background: #CD1A1A;
    content: " ";
    position: absolute;
    bottom: 30%;
    left: 0;
    display: block;
    height: 5px;
    width: 16px;
}
.sale__fixed_courceBtn {
    /*width: 510px;*/
    display: flex;
    justify-content: space-between;
}
.sale__fixed_courceBtn a {
    width: 250px;
    color: #151515;
    padding: 13px 15px 9px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    letter-spacing: .07em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.sale__fixed_courceBtn a + a {
    margin-left: 15px;
}
.sale__fixed_courceBtn a.btn__round-brdr_red {
    border-color: #D42F2F;
    background: #D42F2F;
    color: #fff;
    border-radius: 100px;
}
.sale__fixed_courceBtn a.btn__round-brdr_red:hover {
    border-color: #5275ff;
    background: -webkit-gradient(linear,left bottom,left top,from(#214aee),to(#214aee));
    background: linear-gradient(0deg,#214aee,#214aee);
}

@media screen and (max-width: 992px) {
    .sale__fixed__cource {
        flex-direction: column;
    }
    .sale__fixed__courceName {
        width: 100%;
        max-width: inherit;
        font-size: 1rem;
        height: 30px;
        line-height: 1.4;
        padding: 5px;
        margin-bottom: 5px;
    }
    .sale__fixed__courcePriceOld,
    .sale__fixed__courcePriceNew {
        line-height: normal;
    }
    .sale__fixed__precent {
        display: none;
    }
    .sale__fixed {
        width: 100%;
        height: 120px;
        flex-direction: column;
    }
    .sale__fixed_courceBtn {
        flex-direction: column;
        align-items: center;
        zoom: .8;
        margin-bottom: 15px;
    }
    .sale__fixed_courceBtn a+a {
        display: none;
    }
    .sale__fixed__courcePriceOld {
        margin-left: 0;
    }
    .sale__fixed__courcePriceOld:before {
        top: 17px;
    }
    .sale__fixed__courcePriceOld .rub {
        height: auto;
        font-size: 30px!important;
    }
    .sale__fixed__courcePriceNew .rub-bold {
        height: auto;
    }
    .sale__fixed__courcePriceNew {
        bottom: -5px;
        margin-left: 10px;
    }
    .rub-bold {
        font-size: 44px!important;
    }
    .sale__fixed__courcePrice {
        width: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        zoom: 0.5;
        margin-bottom: 10px;
    }
}

body > :has(.sale__fixed) {

}

.footer__menu{
	display: flex;
	justify-content: space-between;
}

.info__link{
text-decoration: none;
}

.menu__list{
	max-width: 350px;
}


.menu__link{
	margin-bottom: 10px;
}

.menu__item{
	padding-bottom: 20px;
            font-size: large;
    font-weight: 700; 
}

.footer__wrapper__menu{
    padding: 7.8em 6.25%;
}

.link__item{
     color: #222;
     text-decoration: none;
}

.link__item:hover{
	text-decoration: underline;
}

.footer__logo{
    text-align: center;
}

.footer__logo__img{
      margin-bottom: 5px;
}

.logo__text{
       font-size: large;
    font-weight: 500;
padding-bottom: 20px;
}

.footer__contact{
   text-decoration: none;
   color: #222;
}


/* End */


/* Start:/local/templates/pakhomov/template_styles.css?17752288891055*/
.footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 0;
    border-top: 1px solid rgb(0 0 0 / 50%);
    width: 100%;
    margin-top: 2rem;
  }
.aside-banner {
	width: 89%;
}
.aside-banner img, .top-banner img, .bottom-banner img  {
	max-width: 100%!important;
	height: auto!important;
}
.top-banner img {
	margin-top: 0!important;
}
.aside-banner.fixed {
	position: fixed;
	top: 110px;
}
.read_more_course {
	margin-top: 15px;
	background: #a80101!important;
}
.banner_course__wrapper {
	min-height:	840px!important;
}
.banner_course__wrapper.bg__blue {
	min-height:	930px!important;
}
@media screen and (max-width: 992px) {
	.read_more.banner_course__content__choose_course_wrapper {
		margin-top: 1.38em;
	}
	.aside-banner {
		display: none;
	}
	.banner_course__wrapper.bg__blue {
		min-height:	unset!important;
	}
	.read_more_course {
		margin-bottom: 10px;
	}
	.top-banner.fixed {
		position: fixed;
		top: 75px;
		z-index:111;
	}
}

.footer__whatsap{
	padding-left: 15px;
	color: #94D82D;
}
/* End */
/* /local/templates/pakhomov/styles.css?17752289035727 */
/* /local/templates/pakhomov/template_styles.css?17752288891055 */
