@font-face {
    font-display: swap;
    font-family: "Gotham Light";
    src: url(fonts/Gotham-Light.eot);
    src: local("../../Gotham Light"), local(Gotham-Light), url(fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Light.woff2) format("woff2"), url(fonts/Gotham-Light.woff) format("woff"), url(fonts/Gotham-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-display: swap;
    font-family: "Gotham";
    src: url(fonts/Gotham-Regular.eot);
    src: local("fonts/Gotham Regular"), local(Gotham-Regular), url(fonts/Gotham-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Regular.woff2) format("woff2"), url(fonts/Gotham-Regular.woff) format("woff"), url(fonts/Gotham-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-display: swap;
    font-family: "Gotham Medium";
    src: url(fonts/Gotham-Medium.eot);
    src: local("fonts/Gotham Medium"), local(Gotham-Medium), url(fonts/Gotham-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Medium.woff2) format("woff2"), url(fonts/Gotham-Medium.woff) format("woff"), url(fonts/Gotham-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-display: swap;
    font-family: "Gotham Bold";
    src: url(fonts/Gotham-Bold.eot);
    src: local("fonts/Gotham Bold"), local(Gotham-Bold), url(fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Bold.woff2) format("woff2"), url(fonts/Gotham-Bold.woff) format("woff"), url(fonts/Gotham-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-display: swap;
    font-family: "Gotham Pro";
    src: url(fonts/GothamPro.eot), url(fonts/GothamPro.woff) format("woff"), url(fonts/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.heading__one {
    font-family: "Gotham";
    font-size: 2rem;
    line-height: 2rem
}

.heading__one--big {
    font-family: "Gotham";
    font-size: 3.2rem;
    line-height: 3.3rem
}

.heading__one--bigbold {
    font-family: "Gotham Bold";
    font-size: 3.2rem;
    line-height: 3.3rem
}

.heading__one--light {
    font-family: "Gotham Light";
    font-size: 2rem;
    line-height: 2rem
}

.heading__one--medium {
    font-family: "Gotham Medium";
    font-size: 2rem;
    line-height: 2rem
}

.heading__one--bold {
    font-family: "Gotham Bold";
    font-size: 2rem;
    line-height: 2rem
}

.heading__two {
    font-family: "Gotham";
    font-size: 1.6rem;
    line-height: 1.6rem
}

.heading__two--big {
    font-family: "Gotham";
    font-size: 2.2rem;
    line-height: 1.2
}

.heading__two--light {
    font-family: "Gotham";
    font-size: 1.8rem;
    line-height: 1.2
}

.heading__two--medium {
    font-family: "Gotham Medium";
    font-size: 1.6rem;
    line-height: 1.6rem
}

.heading__three {
    font-family: "Gotham";
    font-size: 1.4rem;
    line-height: 1.4rem
}

.heading__four {
    font-family: "Gotham";
    font-size: 1.2rem;
    line-height: 1.2rem
}

.heading__four--bold {
    font-family: "Gotham Bold";
    font-size: 1.2rem;
    line-height: 1.2rem
}

.heading__four--medium {
    font-family: "Gotham Medium";
    font-size: 1.2rem;
    line-height: 1.2rem
}

.paragraph {
    font-family: "Gotham";
    font-size: 1rem;
    line-height: 1rem
}

.paragraph--bold {
    font-family: "Gotham Bold";
    font-size: 1rem;
    line-height: 1rem
}

.small {
    font-family: "Gotham";
    font-size: .8rem;
    line-height: .8rem
}

.small--medium {
    font-family: "Gotham Medium";
    font-size: .8rem;
    line-height: .8rem
}

.color__grey {
    color: #a4a4a4
}

.color__grey--light {
    color: #D9D9D9
}

.color__grey--muted {
    color: #888
}

.color__grey--dark {
    color: #333
}

.color__green {
    color: #1fbc53
}

.color__white {
    color: #fff
}

.color__alert {
    color: #f36
}

.color__red {
    color: #E53935;
}

.bg__red {
    background: #f36;
}

.text-center {
    text-align: center
}

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

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

.hidden {
    display: none;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

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

.justify-content-between {
    justify-content: space-between;
}

.align-items-end {
    align-items: flex-end;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-content {
    flex: 1 1 auto;
}

.float-left {
    float: left;
}

.align-items-center {
    align-items: center
}

.word-break-break {
    word-break: break-all;
}

.circle {
    width: 1rem;
    height: 1rem;
    background: #1FBC53;
    box-shadow: 0px 0px 16px rgba(31, 188, 83, 0.25);
    border-radius: 50%;
    margin-bottom: 1rem;
}

.grid-container-image {
    display: grid;
    grid-template-columns: 45.89% 1fr 1fr;
    grid-gap: 25px;
    grid-auto-rows: 202px;
}

.grid-column-1 {
    grid-column-end: span 1;
}

.grid-column-2 {
    grid-column-end: span 2;
}

.grid-start-2 {
    grid-column-start: 2;
}

@media screen and (max-width:768px) {
    .grid-container-image {
        display: grid;
        grid-gap: 25px;
        grid-auto-rows: auto;
    }
    .grid-column-1,
    .grid-column-2 {
        grid-column-end: span 3;
    }
    .grid-start-2 {
        grid-column-start: 1;
    }
}

.bg__alert {
    background: #f36;
}
.b24-widget-button-position-bottom-right {
    right: 85px !important;
}



.subitem__link--all::before {
    content: "Посмотреть остальное"; 
    font-size: inherit;
    color: inherit;  
    text-decoration: inherit;
}

.text__before:before {
	content: "класс"; 
	font-size: inherit;
    color: inherit;  
    text-decoration: inherit;
}

.displaynone {
   display: none;
}

