@charset 'UTF-8';

.block-teach ul,
.modal-body ul,
.slick-dots {
    list-style: none
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

body {
    font-family: "Gotham Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

p {
    color: #5c656f;
    line-height: 1.75
}

b,
strong {
    color: #191e24
}

.h2,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    line-height: 1.15;
    color: #5c656f
}

.h1,
h1 {
    color: #f6fafc;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.25rem;
    margin-top: 0;
    font-size: 2.5rem
}

.h2,
h2 {
    padding: 1.92em 0 .32em;
    text-align: center;
    font-size: 2rem
}

section {
    padding-bottom: 3.75rem
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 2.75rem
    }

    .h2,
    h2 {
        font-size: 2.5rem
    }

    section {
        padding-bottom: 4.25rem
    }
}

@media (min-width:992px) {

    .h1,
    h1 {
        font-size: 3.75rem
    }

    .h2,
    h2 {
        font-size: 2.75rem
    }

    section {
        padding-bottom: 5.25rem
    }
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 4.75rem
    }

    .h2,
    h2 {
        font-size: 3.125rem
    }

    section {
        padding-bottom: 6.25rem
    }
}

span.orange {
    color: #fcc938
}

section.gray {
    background: #f6f6f6
}

.webp header {
    background: linear-gradient(rgba(25, 30, 36, .55), rgba(25, 30, 36, .55)), url(/images/bg-header.webp) top center/cover no-repeat
}

.notwebp header {
    background: linear-gradient(rgba(25, 30, 36, .55), rgba(25, 30, 36, .55)), url(/images/bg-header.png) top center/cover no-repeat
}

header .nav-bg {
    position: relative;
    background: linear-gradient(rgba(25, 30, 36, .7), transparent)
}

header .nav-bg::after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    opacity: .08;
    width: 100%;
    background: #fff
}

header .navbar {
    min-height: 100px;
    z-index: 101;
    align-items: unset
}

header .navbar ul.navbar-nav {
    width: 100%;
    height: 100%
}

@media (min-width:992px) {
    header .navbar ul.navbar-nav li {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .navbar-dark .navbar-nav .nav-item:hover::after,
    header .navbar-dark .navbar-nav .nav-item:focus::after {
        content: '';
        display: block;
        position: absolute;
        width: 20%;
        height: 3px;
        background: #fccd48;
        bottom: -.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

header .navbar ul.navbar-nav li {
    text-align: center;
    position: relative;
    flex: 1
}

header .dropdown-toggle::after {
    display: none
}

header .dropdown-toggle i {
    font-size: .75rem;
    color: #fcc938
}

header .navbar-brand {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin: 0
}

@media (max-width:991px) {
    header .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 1vw
    }

    header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0
    }

    .button-container {
        text-align: center;
        
    }
}

header a.nav-link {
    font-family: 'Gotham Pro', sans-serif;
    font-size: .9375rem;
    font-weight: 400
}

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

header .info-block {
    max-width: 280px;
    margin-right: 5px
}

.info-block .info-icon {
    margin-right: 5px
}

.info-block .info-text {
    flex: 1
}

.info-block .info-text p {
    margin-bottom: 0
}

.info-block .info-text .header {
    color: #9ba6b2;
    font-size: .875rem;
    margin-bottom: 0
}

.info-block .info-text .content,
.info-block .info-text a {
    font-family: 'Gotham Pro', sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: #fff
}

.info-block .info-text .content-small {
    font-size: .75rem;
    color: #9ba6b2;
    font-weight: 400
}

.info-block .info-text .content-small img {
    max-width: 15px;
    max-height: 15px;
    margin-right: 2px
}

header .navbar-brand {
    max-width: 145px
}

@media (min-width:992px) and (max-width:1200px) {
    header .navbar-expand-lg {
        flex-wrap: wrap;
        align-items: unset
    }

    header .info-block {
        flex: 0 0 50%;
        margin: .5rem 0 0;
        max-width: 50%;
        border-top: 1px solid rgba(255, 255, 255, .08)
    }
}

@media (max-width:767px) {
    header .navbar-brand {
        flex: 0 0 100%;
        max-width: 100%
    }

    header .info-block {
        margin-top: .5rem
    }
}

header .navbar-toggler {
    margin-left: 1.25rem
}

header .main-banner {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 95px
}

.icon-space {
    background: url(/images/icons/title-sep.png) left center no-repeat;
    padding-left: 117px
}

header .main-banner .title-small {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #fff
}

header .main-banner .title-desc {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    letter-spacing: 3px;
    color: #f6fafc
}

header .main-banner .title-desc span.orange {
    font-weight: 700;
    font-family: 'Gotham Pro', sans-serif
}

.block-music p.h4,
.block-teach .h3,
.block-teach h3,
header .banner-desc {
    font-family: Raleway, sans-serif
}

header .banner-desc {
    color: #ced6df;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 45px
}

.big-button,
header .banner-desc span {
    font-weight: 700;
    color: #fff
}

.big-button {
    background: #ffd512;
    background: linear-gradient(to right, #ffd512 0, #ffa912 100%);
    padding: 0 30px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #67431f;
    text-decoration: none;
    transition: .2s ease;
    margin-top: 40px;
    box-shadow: 0 10px 50px 0 rgba(252, 201, 56, .28);
    border-radius: 0
}

.big-button:active,
.big-button:focus,
.big-button:hover {
    background: #ffd512;
    color: #67431f;
    text-decoration: none
}

@media (max-width:991px) {
    body.menu-opened::before {
        content: '';
        display: block;
        position: fixed;
        transition: .5s ease;
        background: rgba(25, 30, 36, .9);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 100%
    }
}

.title-separator::after {
    content: '';
    background: url(/images/icons/sep.png) center center no-repeat;
    display: block;
    width: 44px;
    height: 22px;
    margin: 1rem auto
}

@media only screen and (max-width:992px) {
    .row-space-lg.row {
        margin: 0
    }

    .row-space-lg.row [class*=col-] {
        margin-bottom: 30px
    }

    .row-space-lg.row [class*=col-] img {
        margin: 0 auto
    }

    .row-space-lg.row [class*=col-]:last-child {
        margin-bottom: 0
    }
}

.block-music {
    margin-top: 30px
}

.block-music .block-music-item {
    display: flex;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: .9375rem;
    box-shadow: 0 1.25rem 60px 0 rgba(142, 156, 173, .3)
}
.block-prices-new .block-prices-item,
.block-prices-new .block-prices-item img,
.block-teach .row,
.join-form .form-group .input-icon,
.modal-content,
header .dropdown-menu {
    box-shadow: 0 1.25rem 60px 0 rgba(142, 156, 173, .2)
}

.block-prices-new {
    position: relative;
}

.block-prices-new .block-prices-item {
    background: url(/images/prices-bg.png) center 20% no-repeat;
    text-align: center
}

.block-prices-new .block-prices-item .big-button {
    width: 90%;
    margin: 0 auto 1.25rem
}

.block-prices-new .block-prices-item img {
    margin-top: 40px;
    border-radius: 100%
}

.block-prices-new .header {
    background: #fcc938;
    font-size: 1rem;
    padding: 1em 1em;
    font-family: 'Gotham Pro', sans-serif;
    color: #262e31;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;

}

.block-prices-new .header>span {
    font-weight: 700;
}

.block-prices-new>div>.block-prices-item .desc {
    margin-bottom: 0;
    font-weight: 700;
    color: #a2a4a3;
    font-size: .95rem;
    font-family: Raleway, sans-serif;
}

@media (min-width:768px) {
    .block-prices-new .header {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .block-prices-new>div:first-of-type {
        padding-right: 0px;
        border-right: #f7f7f7 1px solid;
    }

    .block-prices-new>div:last-of-type {
        padding-left: 0px;
        border-left: #f7f7f7 1px solid;
    }

    .block-prices-new>div>.block-prices-item {
        padding-top: 2rem;
    }
}

@media (max-width:767px) {
    .block-prices-new>div>.block-prices-item {
        margin-top: 1.5rem
    }
}

.block-prices-new .block-prices-item .title {
    color: #262e31;
    font-size: 1.5rem;
    font-weight: 700;
    width: 70%;
    margin: 40px auto 0;
    margin-bottom: 2rem;
}


.block-prices-new .block-prices-item .program {
    font-size: .875rem;
    color: #667383;
    margin-top: 1.25rem;
    display: block
}

.block-prices-new .block-prices-item .price {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    color: #262e31;
    font-size: 2.5rem;
    margin-top: .25rem
}

.block-prices-new .block-prices-item .price .old-price {
    font-size: .875rem;
    text-decoration: line-through;
    color: #a4afbc
}

.block-music p {
    font-weight: 400;
    font-size: .875rem
}

.block-music p.h4 {
    color: #262e31;
    font-size: 1.125rem;
    font-weight: 700
}

.block-music .block-music-item .block-music-img {
    min-width: 160px
}

.block-music .block-music-item .block-music-desc {
    padding: 1.25rem 1.25rem 0
}

.block-music .col-lg-6 .block-music-item::after, .block-music .col-lg-12 .block-music-item::after {
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    background: #fbc939
}

.block-music .col-lg-6 .block-music-item .counter, .block-music .col-lg-12 .block-music-item .counter {
    position: absolute;
    right: .9375rem;
    top: 7px;
    z-index: 100;
    font-weight: 700;
    color: #fff;
    font-size: 1rem
}

@media (min-width:992px) {
    .block-music .col-lg-6:last-of-type .block-music-item {
        flex-direction: row-reverse
    }

    .block-music .col-lg-6:last-of-type .block-music-item .counter {
        left: .9375rem;
        right: auto
    }

    .block-music .col-lg-6:last-of-type .block-music-item::after {
        left: -50px;
        right: auto
    }

    .block-music .block-music-img img {
        max-width: 100%;
        height: auto
    }

    .block-music .col-lg-6:last-of-type .block-music-desc {
        text-align: right
    }
}

.section-dark,
.section-dark p {
    color: #9ba6b2
}

.section-dark .h2,
.section-dark .h4,
.section-dark b,
.section-dark h2,
.section-dark h4,
.section-dark strong {
    color: #fff
}

.notwebp .section-program {
    background: linear-gradient(rgba(25, 30, 36, .16), rgba(25, 30, 36, .16)), url(/images/bg-section-program.png) top center/cover no-repeat
}

.webp .section-program {
    background: linear-gradient(rgba(25, 30, 36, .16), rgba(25, 30, 36, .16)), url(/images/bg-section-program.webp) top center/cover no-repeat
}

.block-program {
    margin-top: 35px
}

.block-program .block-program-item {
    display: flex;
    font-size: .875rem;
    align-items: flex-start;
    margin-bottom: 1.25rem
}

.block-program .block-program-item .block-program-text {
    padding-left: 25px
}

.block-program .block-program-item .block-program-text .h4 {
    font-family: Raleway, sans-serif;
    font-size: 1.125rem;
    font-weight: 700
}

.block-program .block-program-item .block-program-icon {
    min-width: 132px;
    min-height: 132px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .1);
    position: relative
}

.block-program .block-program-item .block-program-icon img {
    z-index: 100
}

.block-program .block-program-item .block-program-icon::before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    background: rgba(0, 0, 0, .3);
    bottom: 6px;
    z-index: 0;
    right: 6px
}

.block-program .block-program-item .block-program-icon .counter {
    position: absolute;
    left: 1.25rem;
    top: .9375rem;
    color: #fff;
    font-weight: 700;
    font-size: .875rem
}

.block-teach .row {
    margin-bottom: 30px;
    border-bottom: 4px #fcc938 solid
}

.block-teach .h3,
.block-teach h3 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 60px
}

.block-teach .h4,
.block-teach h4 {
    font-size: 1rem;
    color: #a4afbc;
    font-weight: 400
}

.block-teach {
    padding-left: 1.5rem
}

.block-teach ul li {
    color: #667383;
    position: relative
}

.block-teach img,
.block-video img {
    max-width: 100%;
    height: auto
}

.block-teach .big-button {
    margin-bottom: 1.25rem
}

.block-teach ul li::before {
    content: "\2022";
    color: #fcc938;
    font-weight: 700;
    display: block;
    position: absolute;
    font-size: 2rem;
    top: -.4em;
    margin-left: -.75em
}

.block-teach .row>.col-md-6:last-of-type {
    text-align: right
}

@media (min-width:768px) {
    .block-teach .row:nth-child(odd) .col-md-6:last-of-type {
        text-align: left;
        padding-left: 0
    }

    .block-teach .row:nth-child(even)>.col-md-6:last-of-type {
        padding-right: 0
    }

    .block-teach .row:nth-child(odd) {
        flex-direction: row-reverse
    }

    .block-teach .row:nth-child(even)>.col-md-6:first-of-type {
        padding-left: 30px
    }

    .block-teach .row:nth-child(odd)>.col-md-6:first-of-type {
        padding-right: 30px
    }
	.modal-dialog {
    max-width: 740px;    
	}
}

@media (max-width:767px) {
    .block-teach .row {
        flex-direction: column-reverse
    }
}

.block-instagram {
    max-width: 590px;
    background: #fff;
    color: #5c656f;
    height: 65px;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.block-instagram .block-instagram-icon {
    min-width: 95px;
    display: flex;
    align-items: center;
    justify-content: center
}

.block-instagram p {
    margin: 0
}



.add-text {
    text-align: center;
    color: #667383;
    font-size: 1.125rem;
    margin-top: 3em
}

.add-text .font-weight-bold {
    color: #262e31 !important;
}

.add-text b,
.add-text strong .add-text a {
    color: #262e31 !important;
}

.notwebp .section-features {
    background: #ffffff;
}

.webp .section-features {
    background: #ffffff;
}

.block-video {
    margin-top: 50px
}

.block-video>.col-md-6 {
    margin-bottom: 30px
}

.block-video>.col-md-6 a {
    position: relative;
    display: block
}

.block-video>.col-md-6 a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f144";
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 4.5rem;
    height: 1.5em;
    width: 1.5em;
    background: rgba(251, 200, 56, .8);
    border-radius: 100%;
    transition: .2s ease
}

.block-video>.col-md-6 a:hover::before {
    background: #fbc838
}

.block-accordion .block-accordion-item>div,
.join-form {
    margin-top: 40px
}

.join-form .form-group {
    position: relative
}

.join-form .form-group input {
    background: #ebeff4;
    border: 1px solid #ced8e2;
    font-size: .875rem;
    padding: 0 90px;
    min-height: 70px;
    color: #262e31
}

.join-form .form-group input[type=text] {
    font-weight: 700
}

.join-form .form-group .input-icon {
    position: absolute;
    margin: 10px;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px
}

.join-form .form-group:nth-child(odd) .input-icon {
    color: #fff;
    background: #fcc938
}

.join-form .form-group:nth-child(even) .input-icon {
    color: #fcc938;
    background: #fff
}

.join-form .custom-checkbox {
    margin-top: 30px
}

.join-form .custom-checkbox .custom-control-label a {
    color: #5c656f;
    font-size: .875rem
}

.join-form .custom-control-label::before {
    border-radius: 0;
    background-color: transparent;
    top: 2px
}

.join-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fcc938;
    border-color: #ced8e2
}

.section-join {
    padding-bottom: 100px
}

.section-join .big-button {
    width: 100%
}

@media (min-width:992px) {
    .notwebp .section-join {
        background: url(/images/form-image.png) 80% bottom/contain no-repeat
    }

    .webp .section-join {
        background: url(/images/form-image.webp) 80% bottom/contain no-repeat
    }
}

@media (max-width:991px) {
    .section-join {
        background: 0 0
    }
}

.section-comment .col-lg-6 {
    text-align: center
}

.section-comment {
    margin-top: 96px
}

@media (min-width:992px) {
    .section-comment {
        position: relative
    }

    .block-comment {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center
    }

    .block-comment .block-comment-text {
        background: #fff;
        padding: 0 50px 50px;
        box-shadow: 0 1.25rem 60px 0 rgba(142, 156, 173, .2)
    }
}

.block-comment,
footer .copy,
footer a {
    font-size: .875rem
}

.block-comment .block-comment-text .icon-space {
    color: #262e31;
    font-weight: 700
}

.block-comment .h3 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1.25rem;
    padding-top: 50px
}

.webp .section-faq {
    background: url(/images/bg-faq.webp) top center/cover no-repeat
}

.notwebp .section-faq {
    background: url(/images/bg-faq.png) top center/cover no-repeat
}

.block-accordion {
    display: flex;
    align-items: center;
    border: 1px solid #152f36;
    padding: 1.25rem 3.125rem;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 10px
}

.block-accordion .block-accordion-item {
    padding-left: 30px;
    position: relative;
    flex: 1
}

.block-accordion .block-accordion-item button {
    padding: 0;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    color: #f3f5f7;
    width: 100%;
    text-align: left
}

.block-accordion .block-accordion-item button:not(.collapsed) {
    border-bottom: 1px #152f36 solid;
    padding-bottom: 1.25rem
}

.block-accordion .block-accordion-item>div p {
    font-size: .875rem;
    color: #9ba6b2
}

.block-accordion .block-accordion-item button::before,
.block-accordion .block-accordion-item button:not(.collapsed)::before {
    display: block;
    position: absolute;
    right: -1.25rem;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.125rem
}

.block-accordion .block-accordion-item button:not(.collapsed)::before {
    content: "\f054";
    color: #fcc938
}

.block-accordion .block-accordion-item button::before {
    content: "\f078";
    color: #fcc938
}

.block-accordion .block-accordion-icon {
    color: #fcc938;
    font-weight: 700;
    font-size: 32px
}

@media (max-width:575px) {
    .block-accordion .block-accordion-icon {
        display: none
    }

    .block-accordion {
        padding-left: 1.25rem
    }
}

@media (min-width:992px) {
    .section-contacts .contacts {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 1.25rem;
        background: #fff;
        position: absolute;
        top: -820px;
        border-top: 4px #fcc938 solid;
        box-shadow: 0 1.25rem 60px 0 rgba(142, 156, 173, .2)
    }
}

@media (max-width:991px) {
    .section-map {
        box-shadow: 0 1.25rem 60px 0 rgba(142, 156, 173, .2);
        border-bottom: 4px #fcc938 solid
    }
}

.contacts .contact-item {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start
}

.contacts .contact-text a,
.contacts .contact-text p {
    color: #262e31;
    font-weight: 700;
    line-height: 1.25
}

.contacts .contact-text .h3 {
    font-size: .875rem;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    color: #5c656f
}

.section-contacts .contact-icon {
    padding-right: .9375rem
}

.section-contacts .socs-title {
    font-size: 1.125rem
}

.modal-body ol,
.modal-body ul,
.section-contacts .socs-icons {
    padding-left: 0
}

.section-contacts .socs-icons li {
    display: inline-block;
    padding-right: 10%
}

.section-map {
    position: relative;
    padding-bottom: 0
}

.section-contacts .contacts .h2 {
    padding-top: 4rem
}

.notwebp footer {
    background: url(/images/bg-footer.png) center center/cover no-repeat
}

.webp footer {
    background: url(/images/bg-footer.webp) center center/cover no-repeat
}

footer {
    padding-top: 50px;
    padding-bottom: 50px
}

footer .copy {
    color: #9ba6b2
}

footer a {
    color: #fcc938
}

footer a:hover {
    color: #fcc938
}

footer .term {
    text-align: right
}

.block-benefits .col-md-4,
.modal-title,
.slick-dots {
    text-align: center
}

header .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 70%
}

header .dropdown-item {
    padding: 1rem 1.5rem;
    font-size: .9375rem;
    font-weight: 400
}

header .dropdown-item:not(:last-of-type) {
    border-bottom: 1px #ebeef1 solid
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    background: #fcc938;
    color: #fff
}

.pic-block-2 {
    position: relative;
    height: 48.90625vw
}

.pic-block-1 {
    position: relative;
    height: 53.54vw
}

.pic-block-1 a,
.pic-block-2 a {
    display: block;
    z-index: 1;
    position: absolute;
    -webkit-box-shadow: 0 20px 60px 0 rgba(142, 156, 173, 1);
    -moz-box-shadow: 0 20px 60px 0 rgba(142, 156, 173, 1);
    box-shadow: 0 20px 60px 0 rgba(142, 156, 173, 1)
}

.pic-block-1 picture,
.pic-block-2 picture {
    display: block;
    position: relative
}

.pic-block-1 picture::after,
.pic-block-2 picture::after {
    content: '';
    display: block;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background: #fcc938
}

.pic-block-1 picture::after,
.pic-block-1 picture::before,
.pic-block-2 picture::after,
.pic-block-2 picture::before {
    opacity: .1;
    transition: opacity .3s ease-out
}

.pic-block-1 picture.active::after,
.pic-block-1 picture.active::before,
.pic-block-1 picture:hover::after,
.pic-block-1 picture:hover::before,
.pic-block-2 picture.active::after,
.pic-block-2 picture.active::before,
.pic-block-2 picture:hover::after,
.pic-block-2 picture:hover::before {
    opacity: .8
}

.pic-block-1 picture::before,
.pic-block-2 picture::before {
    position: absolute;
    content: '';
    width: 3vw;
    height: 3vw;
    background: url(/images/icons/zoom.png) center center/cover no-repeat;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000
}

.pic-block-1 a img,
.pic-block-2 a img {
    width: 100%;
    height: auto
}

.pic-block-1 .img-4 {
    width: 11.25vw;
    left: 10.63vw;
    top: 3.54vw
}

.pic-block-1 .img-2 {
    width: 11.25vw;
    left: 48.39vw;
    top: 33.39vw
}

.pic-block-1 .img-15 {
    width: 12.86vw;
    left: 18.96vw;
    top: 8.33vw
}

.pic-block-1 .img-11 {
    width: 11.25vw;
    left: 7.97vw;
    top: 22.19vw
}

.pic-block-1 .img-8 {
    width: 11.25vw;
    left: 39.64vw;
    top: 5.94vw
}

.pic-block-1 .img-1 {
    width: 11.25vw;
    left: 79.11vw;
    top: 19.01vw
}

.pic-block-1 .img-12 {
    width: 11.25vw;
    left: 16.61vw;
    top: 37.55vw
}

.pic-block-1 .img-6 {
    width: 11.25vw;
    left: 65.52vw;
    top: 38.13vw
}

.pic-block-1 .img-10 {
    width: 11.25vw;
    left: 80.83vw;
    top: 34.58vw
}

.pic-block-1 .img-9 {
    width: 11.25vw;
    left: 74.79vw;
    top: 3.13vw
}

.pic-block-1 .img-7 {
    width: 11.25vw;
    left: 32.86vw;
    top: 39.22vw
}

.pic-block-1 .img-5 {
    width: 12.86vw;
    left: 64.53vw;
    top: 25.36vw
}

.pic-block-1 .img-13 {
    width: 13.85vw;
    left: 23.13vw;
    top: 20.83vw
}

.pic-block-1 .img-3 {
    width: 13.85vw;
    left: 58.02vw;
    top: 8.65vw
}

.pic-block-1 .img-14 {
    width: 28.59vw;
    left: 33.59vw;
    top: 16.09vw;
    z-index: 0
}

.pic-block-2 .img-1 {
    left: 6.823vw;
    top: 30.625vw;
    width: 11.25vw
}

.pic-block-2 .img-2 {
    left: 81.98vw;
    top: 17.45vw;
    width: 11.25vw
}

.pic-block-2 .img-3 {
    left: 71.458vw;
    top: 3.125vw;
    width: 11.25vw
}

.pic-block-2 .img-4 {
    left: 60vw;
    top: 34.583vw;
    width: 13.854vw
}

.pic-block-2 .img-5 {
    left: 7.8125vw;
    top: 15.364vw;
    width: 11.25vw
}

.pic-block-2 .img-6 {
    left: 14.843vw;
    top: 7.6vw;
    width: 11.25vw
}

.pic-block-2 .img-7 {
    left: 23.33vw;
    top: 21.66vw;
    width: 12.8645vw
}

.pic-block-2 .img-8 {
    left: 64.01vw;
    top: 16.25vw;
    width: 11.25vw
}

.pic-block-2 .img-9 {
    left: 38.802vw;
    top: 11.51vw;
    width: 28.59375vw;
    z-index: 0
}

.pic-block-2 .img-10 {
    left: 76.3vw;
    top: 33.177vw;
    width: 12.8645vw
}

.pic-block-2 .img-11 {
    left: 42.03125vw;
    top: 28.698vw;
    width: 11.25vw
}

.pic-block-2 .img-12 {
    left: 21.4583vw;
    top: 29.635vw;
    width: 13.8541vw
}

.pic-block-2 .img-13 {
    left: 31.66vw;
    top: 3.9vw;
    width: 11.25vw
}

.pic-block-2 .img-14 {
    width: 12.8645vw;
    left: 50.833vw;
    top: 3.75vw
}

.modal-title {
    font-size: 24px;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    width: 100%;
    color: #262e31;
    padding-top: 24px
}

.modal-content,
.modal-header {
    border: 0;
    border-radius: 0
}

.modal-header {
    padding: 16px 16px 16px 66px
}

.modal-header .close {
    color: #a4afbc;
    background: #f3f5f7;
    padding: 0;
    min-width: 50px;
    margin: 0;
    height: 50px
}

.modal-content {
    padding-bottom: 25px;
    border-bottom: 6px #fcc938 solid
}

.modal-body {
    max-height: 500px;
    overflow: auto;
    font-size: 14px;
    color: #5c656f;
    font-weight: 400;
    padding: 0 15px 0 25px
}

.modal-dialog .title-separator::after {
    margin-bottom: 0
}

.modal-body ol {
    counter-reset: section;
    list-style-type: none
}

.modal-body ol li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    font-weight: 700;
    color: #262e31
}

.modal-body .h5 {
    font-size: 18px;
    color: #262e31
}

.modal-body ul li::before {
    content: "\2022";
    color: #fcc938;
    font-weight: 800;
    display: inline-block;
    width: 18px;
    font-size: 18px;
    position: relative;
    top: 1px
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 54px;
    height: 54px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ccd4db;
    border: 1px solid #eceff1;
    outline: 0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: .2s ease;
    box-shadow: 0 0 0 5px rgba(255, 255, 255), 0 20px 60px 5px rgba(142, 156, 173, .2)
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: #fff;
    outline: 0;
    background: #ffcb12;
    border: 1px solid #fff;
    box-shadow: 0 0 0 5px #ffcb12, 0 20px 60px 5px rgba(142, 156, 173, .2)
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
    color: #fff
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-slide img {
    margin: 0 auto
}

.slick-prev {
    left: -15px
}

[dir=rtl] .slick-prev {
    right: -15px;
    left: auto
}

.slick-prev:before {
    content: "\f053"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "\f054"
}

.slick-next {
    right: -15px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -15px
}

[dir=rtl] .slick-next:before {
    content: "\f053"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 1;
    display: block;
    width: 30%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    color: #fcc938
}

.slick-dots li button:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-weight: 600;
    content: "\f111";
    text-align: center;
    color: #d1d7dd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fcc938
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    border: 0;
    margin-top: 0
}

.dropdown-submenu:hover .dropdown-menu {
    display: block
}

span.font-weight-bold {
    color: #262e31
}

.benefits-img .left-text {
    position: absolute;
    left: 15px;
    font-size: 12px;
    bottom: 125px;
    text-align: center;
    color: #bbc1cd;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.benefits-img .bottom-text {
    position: absolute;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #262e31;
    line-height: 1.4;
    width: 80%;
    height: 110px;
    bottom: 0;
    left: 0;
    text-align: left;
    background-color: #ffffff;
    border-left: 3px solid #fcc938;
    padding-left: 30px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(142, 156, 173, 0.3);
    -moz-box-shadow: 0px 20px 60px 0px rgba(142, 156, 173, 0.3);
    box-shadow: 0px 20px 60px 0px rgba(142, 156, 173, 0.3);
    background-repeat: no-repeat;
    background-position: right center;
}

@media (max-width: 1200px) {
    .benefits-img .left-text {
        font-size: 10px;
    }

    .benefits-img {
        max-width: 350px;
    }
}

@media (max-width: 577px) {
    .benefits-img .bottom-text {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .benefits-img .bottom-text {
        font-size: 12px;
    }
}

.benefits-img .bottom-text.bottom-text-icon-1 {
    background-image: url('/images/icons/benefits-icon-1.png');
}

.benefits-img .bottom-text.bottom-text-icon-2 {
    background-image: url('/images/icons/benefits-icon-2.png');
}

.benefits-img .bottom-text.bottom-text-icon-3 {
    background-image: url('/images/icons/benefits-icon-3.png');
}

.benefits-img {
    position: relative;
    text-align: right;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 24px;
    padding-left: 40px;
    margin: 0 auto;
}

.benefits-img.style-1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 5px;
    border-top: 5px solid #fcc938;
    border-left: 5px solid transparent;
}

.benefits-img.style-1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    top: 0;
    border-top: 1px solid #fcc938;
    border-right: 1px solid #fcc938;
}

.benefits-img.style-2:after {
    content: '';
    position: absolute;
    right: 0;
    max-width: 275px;
    width: 80%;
    height: 80%;
    top: 0;
    background: #fcc938;
    z-index: -1;
}

.info-block .info-text .filial-dropdown-menu a.dropdown-item {
    font-size: .9375rem;
    font-weight: 400;
    color: #212529;
}

.filial-dropdown-menu {
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .info-block .info-text .filial-dropdown-menu a.dropdown-item {
        white-space: normal;
    }
}

table.service {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  color: #5c646f;
  margin: 30px auto 0 auto;
}

.service td {
  background: #ffffff;
  border: 2px solid #f6f6f6;
  padding: 7px 17px;
  border-radius: 4px;
  color: #5c646f;
}

.service td a {
  color: #5c646f;  
}
.service td a:hover {
  color: #fcc938;
  text-decoration: none;
  cursor: pointer;
}

.service td:hover  {
  color: #fcc938;
}

.service th {
  background: #5c646f;
  border: 2px solid #f6f6f6;
  padding: 7px 17px;
  border-radius: 4px;
  color: #fcc938;
}

.service th:first-child,  .service td:first-child {
    width: 70%;
}

.cities_link {
    color: #262e31;
}
.cities_link:hover {
    color: #fcc938;
    text-decoration: none;
}

.work-video {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 10px;
}

.work-video iframe {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
