

/* Start:/upload/access/css/style.css?177123402123309*/
.about {
    position: relative;
}

.imagebg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about-1 {
    position: relative;
}

.about-1__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-1-table {
    position: relative;
    z-index: 2;
}

.table {
    display: table;
    width: 100%;
}

.cell {
    display: table-cell;
}

.bold {
    font-weight: 700;
}

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

.about-1-table .cell {
    height: 855px;
    vertical-align: middle;
    width: 50%;
    padding-bottom: 100px;
}

.about-1-table .cell:first-child {
    text-align: center;
}

.about-1__play {
    display: inline-block;
    transition: 0.3s;
}

.about-1__play:hover {
    transform: scale(0.8);
}

.about-1__play:active {
    transform: scale(0.7);
}

.about-1__play img {
    max-width: 100%;
}

.about-1-text {
    color: #fff;
    max-width: 570px;
}

.about-1-text h1 {
    color: #fff;
}

.about-1-text__1 {
    font-size: 72px;
    font-weight: 700;
}

.about-1-text__2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.about-1-text__3 {
    font-size: 18px;
    line-height: 20px;
}

.about-1__scroll {
    position: absolute;
    bottom: 120px;
    left: 50%;
    z-index: 2;
    margin-left: -45px;
    background: url("/img/icons/scroll.png") bottom no-repeat;
    width: 90px;
    padding-bottom: 80px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .about-1-table {
        padding: 0;
    }

    .about-1-table .cell {
        height: 800px;
    }
}

@media (max-width: 992px) {
    .about-1__play {
        width: 250px;
    }

    .about-1-table {
        padding: 0;
    }

    .about-1-table .cell {
        height: 650px;
    }

    .about-1-text__1 {
        font-size: 60px;
        font-weight: 700;
    }

    .about-1-text__2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .about-1-text__3 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 640px) {
    .about-1 {
        padding-bottom: 0px;
    }

    .about-1-table {
        padding: 70px 0 100px 0;
    }

    .about-1-table .cell {
        display: block;
        height: auto;
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: 100%;
    }

    .about-1-text {
        max-width: none;
    }

    .about-1-text__1 {
        font-size: 50px;
        font-weight: 700;
    }

    .about-1-text__2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about-1-text__3 {
        font-size: 14px;
        line-height: 18px;
    }

    .about-1__scroll {
        display: none;
    }
}

.about-2 {
    padding: 50px 0px 150px 0px;
}

.about-2__title {
    color: #333333;
    font-size: 36px;
    margin-bottom: 70px;
}

.about-2-slider {
    position: relative;
}

.about-2-slide {
    overflow: visible !important;
}

.about-2-slide:first-child {
    display: block;
}

.about-2-item {
    margin: 0px auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-2-item__col {
    flex: 1;
    min-width: 0;
}

.about-2-item__col:first-child {
    flex: 0 0 calc(50% - 15px);
}

.about-2-item__col:last-child {
    flex: 0 0 calc(50% - 15px);
    text-align: center;
}

.about-2-item-content {
    max-width: 370px;
    position: relative;
    padding-top: 45px;
}

.about-2-item-text {
    position: relative;
    z-index: 2;
}

.about-2-item__title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about-2-item__title:after {
    content: '';
    width: 28px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f7c542;
}

.about-2-item__text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}

.about-2-item__btn.btn-1 {
    width: 160px;
}

.about-2-item__num {
    position: absolute;
    color: #e2e4e3;
    font-size: 230px;
    left: 0;
    top: 45px;
    font-weight: 700;
    line-height: 50px;
    z-index: 1;
    pointer-events: none;
}

.about-2-item__image {
    width: 100%;
}

.about-2-item__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .container {
        padding: 0 40px;
    }

    .about-2-item {
        padding: 0;
    }

    .about-2-item__num {
        font-size: 180px;
    }
}

@media (max-width: 768px) {
    .about-2 {
        padding: 50px 0px 100px 0px;
    }

    .about-2__title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .about-2__title .bold {
        font-size: 48px;
    }

    .about-2-item {
        flex-direction: column;
        gap: 30px;
    }

    .about-2-item__col {
        flex: 1 1 100%;
        width: 100%;
    }

    .about-2-item__col:first-child,
    .about-2-item__col:last-child {
        flex: 1 1 100%;
    }

    .about-2-item-content {
        max-width: none;
        margin-bottom: 30px;
        padding-top: 0;
    }

    .about-2-item__num {
        font-size: 150px;
        top: 20px;
    }
}

@media (max-width: 640px) {
    .container {
        padding: 0 20px;
    }

    .about-2 {
        padding: 30px 0px 50px 0px;
    }

    .about-2__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .about-2__title .bold {
        font-size: 36px;
    }

    .about-2-item__num {
        font-size: 120px;
        top: 10px;
    }

    .about-2-item__title {
        font-size: 24px;
    }

    .about-2-item__text {
        font-size: 13px;
        line-height: 24px;
    }
}

.about-3 {
    padding: 215px 0px 30px 0px;
    background: url("/img/about/bg_02.jpg") top no-repeat;
    background-size: cover;
}

.about-3-table {
    margin-bottom: 30px;
}

.about-3-table>.cell {
    vertical-align: middle;
}

.about-3-table>.cell:first-child {
    padding-right: 40px;
}

.about-3-text {
    color: #fff;
    padding: 20px;
}

.about-3-text__title {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 35px;
}

.about-3-text__value {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
}

.about-3-text__value p {
    margin-bottom: 15px;
}

.about-3-text__value p:last-child {
    margin-bottom: 0px;
}

.about-3-footer {
    display: grid;
    justify-items: start;
    grid-template-columns: repeat(2, 1fr);
}

.about-3-block-table>.cell {
    vertical-align: middle;
    padding: 20px;
    width: 50%;
}

.about-3-block-table>.cell:first-child {
    text-align: right;
}

.about-3-block-table>.cell:first-child .about-3-block-item__text {
    padding-left: 20px;
}

.about-3-block-table>.cell:last-child .about-3-block-item__text {
    /*padding-right: 20px;*/
}

.about-3-block_1 {
    background-color: #f4b617;
}

.about-3-block_2 {
    background-color: #c1c1c1;
}

.about-3-block-item .cell {
    vertical-align: middle;
    height: 170px;
    text-align: center;
    padding: 10px;
}

.about-3-block-item_1 .about-3-block-item__text {
    color: #000;
}

.about-3-block-item__text {
    font-size: 14px;
    line-height: 24px;
}

.about-3-block-image {
    min-width: 700px;
}

.about-3-block-image img {
    width: 100%;
}

.about-3-footer>.cell {
    vertical-align: top;
}

.about-3-item.table {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-3-item .cell {
    vertical-align: middle;
}

.about-3-item .cell:last-child {
    width: 100%;
}

.about-3-item .cell img {
    width: 80px;
}

.about-3-item__text {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1300px) {
    .about-3-text__title {
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .about-3-text__value {
        color: #ffffff;
        font-size: 16px;
        line-height: 34px;
    }

    .about-3-block-image {
        min-width: 600px;
    }
}

@media (max-width: 992px) {
    .about-3 {
        padding: 150px 0px 40px 0px;
    }

    .about-3-table {
        display: block;
    }

    .about-3-table>.cell {
        display: block;
        width: 100%;
    }

    .about-3-table>.cell:first-child {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .about-3-text {
        color: #fff;
        margin-bottom: 30px;
    }

    .about-3-text__title {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .about-3-text__value {
        color: #ffffff;
        font-size: 14px;
        line-height: 26px;
    }

    .about-3-block-image {
        min-width: 0%;
    }

    .about-3-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .about-3-footer>.cell {
        display: block;
        width: 50%;
        box-sizing: border-box;
    }

    .about-3-item>.cell {
        height: auto;
    }
}

@media (max-width: 640px) {
    .about-3 {
        padding: 100px 0px 30px 0px;
    }

    .about-3-text__title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .about-3-text__value {
        color: #ffffff;
        font-size: 14px;
        line-height: 18px;
    }

    .about-3-block-table {
        display: block;
    }

    .about-3-block-table>.cell {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;
    }

    .about-3-footer {
        display: block;
    }

    .about-3-footer>.cell {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .about-3-footer>.cell:last-child {
        margin-bottom: 0;
    }
}

.about-4 {
    padding: 70px 0px;
}

.about-4__title {
    color: #333333;
    font-size: 36px;
    margin-bottom: 70px;
}

.about-4-item {
    margin-bottom: 75px;
}

.about-4-item:last-child {
    margin-bottom: 0px;
}

.about-4-item.left .about-4-item-column:first-child {
    float: right;
}

.about-4-item.left .about-4-item-column:last-child {
    float: left;
}

.about-4-item-column {
    width: 50%;
    box-sizing: border-box;
}

.about-4-item-column:first-child {
    float: left;
}

.about-4-item-column:last-child {
    float: left;
}

.about-4-item.row::after {
    content: "";
    display: table;
    clear: both;
}

.about-4-item-text {
    position: relative;
    max-width: 500px;
    border: 7px solid #f4b617;
    padding: 60px;
    color: #333333;
}

.about-4-item-text__title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about-4-item-text__title:after {
    content: '';
    width: 28px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f7c542;
}

.about-4-item-text__value {
    font-size: 14px;
    line-height: 18px;
}

.about-4-item__image {
    position: relative;
    text-align: center;
}

.about-4-item__image img {
    max-width: 100%;
}

@media (max-width: 992px) {
    .about-4-item-text {
        padding: 25px;
    }

    .about-4-item__image img {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .about-4-item-column {
        width: 100%;
        float: none !important;
        margin-bottom: 30px;
    }

    .about-4-item-column:last-child {
        margin-bottom: 0px;
    }

    .about-4-item-text {
        max-width: none;
        padding: 40px;
    }
}

@media (max-width: 640px) {
    .about-4 {
        padding: 30px 0px;
    }

    .about-4__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-4__title .bold {
        font-size: 36px;
    }

    .about-4-item {
        margin-bottom: 30px;
    }

    .about-4-item-column {
        margin-bottom: 30px;
        width: 100%;
        float: none !important;
    }

    .about-4-item-column:last-child {
        margin-bottom: 0px;
    }

    .about-4-item-text {
        max-width: none;
        padding: 25px;
        border-width: 5px;
    }
}

.about-5 {
    padding: 50px 0px 150px 0px;
}

.about-5-width {
    max-width: 660px;
    margin: 0px auto;
}

.about-5__title {
    color: #333333;
    font-size: 36px;
    margin-bottom: 70px;
}

.about-5__image {
    margin-bottom: 30px;
    text-align: center;
}

.about-5__image img {
    max-width: 100%;
}

.about-5__text {
    font-size: 18px;
    line-height: 30px;
}

.about-5__text p {
    margin-bottom: 20px;
}

.about-5__text p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .about-5 {
        padding: 50px 0px 50px 0px;
    }
}

@media (max-width: 640px) {
    .about-5 {
        padding: 30px 0px;
    }

    .about-5__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-5__title .bold {
        font-size: 36px;
    }

    .about-5__text {
        font-size: 14px;
        line-height: 24px;
    }

    .about-5__text p {
        margin-bottom: 10px;
    }

    .about-5__text p:last-child {
        margin-bottom: 0px;
    }
}

.about-6 {
    padding: 0px 0px 200px 0px;
}

.about-6__title {
    color: #333333;
    font-size: 36px;
    margin-bottom: 70px;
}

.about-6-table .cell {
    vertical-align: top;
}

.about-6__textcell {
    width: 500px;
}

.about-6__navcell.cell {
    vertical-align: middle;
}

.about-6-navigator {
    padding: 0px 50px 0px 0px;
    width: 130px;
}

.about-6-navigator__item {
    transition: all 0.3s ease;
    font-size: 18px;
    font-family: 'Raleway';
    color: #000;
    opacity: 0.2;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.about-6-navigator__item:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: #000;
}

.about-6-navigator__item.active {
    opacity: 1;
    transform: scale(1.5);
    font-weight: 700;
}

.about-6-navigator__item.active:before {
    right: 12px;
}

.about-6-item.active {
    display: block;
}

.about-6-item-title {
    margin-bottom: 35px;
    color: #000;
}

.about-6-item-title .cell {
    vertical-align: middle;
}

.about-6-item-title .cell:first-child {
    padding-right: 20px;
}

.about-6-item-title__num {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 6px 25px rgba(59, 59, 59, 0.25);
    background-color: #ce3a43;
    color: #fff;
}

.about-6-item-title__text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-6__text {
    font-size: 18px;
    line-height: 28px;
    max-width: 390px;
}

.about-6__text p {
    margin-bottom: 20px;
}

.about-6__text p:last-child {
    margin-bottom: 0px;
}

.about-6-item-body {
    padding-left: 70px;
}

.about-6-item__image img {
    max-width: 100%;
}

@media (max-width: 1300px) {
    .about-6-item-body {
        padding-left: 0px;
    }

    .about-6__textcell {
        width: 400px;
    }

    .about-6__text {
        padding-right: 50px;
        max-width: none;
    }

    .about-6-item-title__text {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .about-6 {
        padding: 50px 0px 50px 0px;
    }

    .about-6-table {
        display: block;
    }

    .about-6__textcell.cell {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }

    .about-6__navcell.cell {
        float: left;
        width: 150px;
        padding-left: 20px;
        display: block;
    }

    .about-6__bodycell.cell {
        display: block;
        margin-left: 150px;
        width: auto;
    }

    .about-6__text {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about-6__navcell.cell {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .about-6__bodycell.cell {
        margin-left: 0;
        width: 100%;
    }

    .about-6-navigator {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
        padding: 0;
    }

    .about-6-navigator__item {
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    .about-6 {
        padding: 30px 0px 50px 0px;
    }

    .about-6__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-6__title .bold {
        font-size: 36px;
    }

    .about-6__navcell.cell {
        float: none;
        width: 100%;
        padding-left: 0;
        display: block;
        margin-bottom: 30px;
    }

    .about-6__bodycell.cell {
        display: block;
        margin-left: 0px;
        width: 100%;
    }

    .about-6-item-title__text {
        font-size: 18px;
    }

    .about-6-item-body {
        padding-left: 0;
    }
}

.about-7 {
    padding: 0px 0px 80px 0px;
}

.about-7__title {
    color: #000;
    font-size: 36px;
    margin-bottom: 50px;
}

.about-7__title strong {
    font-size: 72px;
    font-weight: 700;
    display: block;
}

.about-7-slider .slick-arrow {
    width: 50px;
    height: 50px;
    box-shadow: 0 6px 25px rgba(59, 59, 59, 0.25);
    border-radius: 50%;
    top: -105px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: #636463;
    line-height: 15px;
    font-size: 30px;
}

.about-7-slider .slick-arrow:hover {
    background-color: #f7c542;
    color: #fff;
}

.about-7-slider .slick-arrow.slick-prev {
    right: 80px;
}

.about-7-slider .slick-arrow.slick-next {
    right: 0px;
}

.about-7-slide {
    text-align: center;
}

.about-7-item {
    max-width: 240px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.about-7-item__image {
    display: block;
    height: 240px;
}

.about-7-item-body {
    padding: 24px 0px 0px 0px;
    color: #292929;
}

.about-7-item__name {
    font-size: 16px;
    margin-bottom: 4px;
}

.about-7-item__position {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

.about-7-item__email {
    display: inline-block;
    background: url("/img/icons/about-email.png") left no-repeat;
    line-height: 18px;
    padding-left: 25px;
    color: #f7c542;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.about-7-item__email:hover {
    text-decoration: none;
}

.about-7-item__phone {
    margin-bottom: 5px;
    background: url("/img/icons/about-phone.png") left no-repeat;
    line-height: 20px;
    padding-left: 25px;
    font-size: 16px;
}

.about-7-button {
    text-align: center;
    padding: 50px 0px 0px 0px;
}

@media (max-width: 640px) {
    .about-7 {
        padding: 30px 0px 50px 0px;
    }

    .about-7__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-7__title strong {
        font-size: 36px;
    }

    .about-7-slider {
        padding-top: 100px;
    }

    .about-7-slider .slick-arrow {
        top: 0;
        text-align: center;
    }

    .about-7-slider .slick-arrow.slick-prev {
        left: 50%;
        margin-left: -70px;
    }

    .about-7-slider .slick-arrow.slick-next {
        right: 50%;
        margin-right: -70px;
    }
}

.about-8 {
    padding: 0px 0px 70px 0px;
}

.about-8-width {
    max-width: 660px;
    margin: 0px auto;
}

.about-8__title {
    color: #333;
    font-size: 36px;
    margin-bottom: 50px;
}

.about-8__title strong {
    font-size: 72px;
    font-weight: 700;
    display: block;
    line-height: 60px;
}

.about-8__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 100px;
}

.about-8__text p {
    margin-bottom: 15px;
}

.about-8__text p:last-child {
    margin-bottom: 0px;
}

.about-8-slider {
    padding-bottom: 80px;
}

.about-8-slider .slick-arrow {
    width: 50px;
    height: 50px;
    box-shadow: 0 6px 25px rgba(59, 59, 59, 0.25);
    border-radius: 50%;
    bottom: 0px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: #636463;
    line-height: 15px;
    font-size: 30px;
}

.about-8-slider .slick-arrow:hover {
    background-color: #f7c542;
    color: #fff;
}

.about-8-slider .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -70px;
}

.about-8-slider .slick-arrow.slick-next {
    right: 50%;
    margin-right: -70px;
}

.about-8-slide {
    padding: 0 30px;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.about-8-slide.slick-active {
    opacity: 1;
}

.about-8__link.zoom img {
    max-width: 100%;
}

.about-8__link.zoom:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
}

.about-8__link.zoom:after {
    content: '';
    background: url("/img/icons/zoom-2.png") center no-repeat;
}

@media (max-width: 640px) {
    .about-8 {
        padding: 0px 0px 50px 0px;
    }

    .about-8__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-8__title strong {
        font-size: 36px;
        line-height: 36px;
    }

    .about-8__text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 40px;
    }

    .about-8-slide {
        text-align: center;
    }
}

.about-9 {
    background: url("/img/about/bg_03.jpg") top no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 80px;
}

.about-9-table .cell {
    width: 50%;
    vertical-align: middle;
}

.about-9-table .cell:first-child {
    padding-right: 20px;
}

.about-9__title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 60px;
}

.about-9__title strong {
    font-size: 72px;
    font-weight: 700;
    display: block;
    line-height: 60px;
}

.about-9__text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    max-width: 480px;
}

.about-9__text p {
    margin-bottom: 15px;
}

.about-9__text p:last-child {
    margin-bottom: 0px;
}

.about-9-row {
    margin: 0 -10px;
}

.about-9-column {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.about-9__image {
    display: block;
}

.about-9__image img {
    max-width: 100%;
}

.about-6-item.tab__item {
    margin-top: 40px;
}

@media (max-width: 1300px) {
    .about-9__title {
        color: #fff;
        font-size: 36px;
        margin-bottom: 60px;
    }

    .about-9__title strong {
        font-size: 65px;
        font-weight: 700;
        display: block;
        line-height: 60px;
    }
}

@media (max-width: 992px) {
    .about-9__title {
        color: #fff;
        font-size: 30px;
        margin-bottom: 50px;
    }

    .about-9__title strong {
        font-size: 55px;
        font-weight: 700;
        display: block;
        line-height: 60px;
    }

    .about-9-column {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-9 {
        padding: 30px 0;
        margin-bottom: 50px;
    }

    .about-9-table .cell {
        width: 100%;
        display: block;
    }

    .about-9-table .cell:first-child {
        padding: 0 0 40px 0;
    }

    .about-9__text {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .about-9__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-9__title strong {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 500px) {
    .about-9-column {
        width: 100%;
        text-align: center;
    }
}


.about-3-block-table.table {
    margin-bottom: 0;
}
/* End */
/* /upload/access/css/style.css?177123402123309 */
