

/* Start:/local/templates/main/components/bitrix/menu/left.static/style.css?1707276021260*/
/* Left menu*/
@media (min-width: 61.99875em) {
	.left-menu {
		width: 200px;
		padding-right: 40px;
		float: left;
	}
}
a.selected
{
	color: #ffb338;
}
@media (min-width: 600px){

}
.content__container {
    width: calc(100% - 300px);
		margin-left: 200px;
}

/* End */


/* Start:/local/templates/main/components/sprint.editor/blocks/pages/_style.css?17219873656384*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}
@media (min-width: 768px) {
    .purchases-current-item__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}
._anim-leave.animation {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}
.purchases-current-item__date {
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    color: #464e56;
    opacity: .6
}


._anim-delay_6 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.text-df {
    font-size: 20px!important;
    line-height: 150%;
    color: #464e56;
}

._anim-leave {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}


.purchases-current__items {
    margin: -45px 0px
}

.purchases-current__item {
    padding: 45px 0px;
    border-bottom: 1px solid rgba(70, 78, 86, .4)
}


@media (min-width: 992px) {
    .btn--white-hover {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        min-width: auto;
        padding: 0px 0px 0px 20px;
        overflow: hidden
    }

    .btn--white-hover svg {
        position: relative;
        z-index: 10;
        margin: 0px 20px 0px 60px
    }

    .btn--white-hover:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: transparent;
        border-radius: 50%
    }

    .btn--white-hover:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: 1px solid #ffb338;
        height: 100%;
        width: 50px;
        border-radius: 300px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .btn--white-hover:hover:before {
        width: 100%;
        background: #ffb338
    }
}

.purchases-current__title {
    margin: 0px 0px 50px 0px
}

@media (max-width: 767px) {
    .purchases-current__title {
        margin: 0px 0px 35px 0px
    }
}

.btn span {
    position: relative;
    z-index: 2
}

.purchases-current-item__button {
    margin: 30px 0px 0px 0px
}


.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #100821;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    min-width: 200px;
    height: 50px;
    border-radius: 130px;
    padding: 0 0 0 20px!important;
}
/* End */
/* /local/templates/main/components/bitrix/menu/left.static/style.css?1707276021260 */
/* /local/templates/main/components/sprint.editor/blocks/pages/_style.css?17219873656384 */
