@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat"), url(/fonts/montserrat/Montserrat-Italic.woff2) format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat"), url(/fonts/montserrat/Montserrat-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat"), url(/fonts/montserrat/Montserrat-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat"), url(/fonts/montserrat/Montserrat-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.outer-container,
.page,
.title-shadow h2,
body {
    position: relative
}

.popup,
.title-shadow.no-arrow h2 span {
    top: 50%
}

.popup-title,
.span-text,
.title h1 span {
    color: #e3000f
}

.title h1 {
    text-transform: uppercase
}

.title div span {
    color: #e3000f
}

.title div {
    text-transform: uppercase
}

.btn,
.popup {
    text-align: center
}

.about-stuff__card:hover .about-stuff__social svg path,
.service-card.service-card__red:hover svg path,
.service-slider .slick-current.slick-active svg path {
    fill: #fff
}

.about-choose__item,
.about-info,
.about-stuff__card,
.blog-content__img,
.career-content__img,
.footer,
.header-la,
.info-content__text,
.menu,
.news,
.news-main__img,
.news-page__img,
.news-slider__item,
.overflow-hidden,
.page,
.service,
.service-slider__item,
.stuff,
.stuff-content,
.subscribe-blog {
    overflow: hidden
}

.about-choose__item:hover::after,
.about-choose__item:hover::before,
.footer-right__social a:hover::after,
.news-slider .slick-current.slick-active .news-slider__bg,
.news-slider .slick-current.slick-active .news-slider__item::after,
.service-card:hover .service-card__link {
    color: #000
}

.service-card__link,
.service-sidebar__list.service-sidebar__active::after,
.service-sidebar__list:hover::after,
.service-slider .slick-current.slick-active .service-slider__bg,
.service-slider .slick-current.slick-active .service-slider__item::after {
    opacity: 1;
    color: #fff
}

.footer-left__link:hover,
.header-menu__call,
.hover-text-underline:hover,
.menu-item__link:hover,
.service-calc__link {
    text-decoration: underline
}

*,
::after,
::before,
:focus {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important
}

.container,
.not-found__content .btn {
    margin: 0 auto
}

.news-page__text ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #e3000f
}

button,
input,
select,
textarea {
    outline: 0 !important;
    font-family: Montserrat
}

img {
    display: block
}

body {
    background: #fff;
    font-family: Montserrat;
    font-weight: 400;
    color: #0c0c0c;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased
}

.outer-container {
    max-width: initial;
    width: 100%;
    margin: 0 auto
}

.container {
    max-width: 1470px;
    width: 100%;
    padding: 0 15px
}

.row {
    display: flex;
    flex-wrap: wrap
}

.about-choose .title-hidden,
.about-stuff__slider,
.footer-right__copy,
.header-side__bg2,
.news-hidden,
.partners-slider-mobile,
.popup,
.popup-request,
.service-hidden,
.side-second .header-side__bg2,
.stuff-slider,
.title-shadow.no-arrow h2::after {
    display: none
}

.col-md-8 {
    width: 66.666%
}

.col-md-7 {
    width: 58.333%
}

.col-md-6 {
    width: 50%
}

.col-md-5 {
    width: 41.666%
}

.col-md-4 {
    width: 33.333%
}

.ml-3 {
    margin-left: 3rem
}

.about-info {
    background: url(../img/about-info-bg.png)
}

.title h1 {
    font-size: 46px;
    line-height: 1.25;
    padding-bottom: 50px
}

.title div {
    font-size: 18px;
    line-height: 1.25;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 600
}

.title-shadow h2 {
    width: 100%;
    font-weight: 600;
    color: #333;
    font-size: 36px;
    line-height: 1.2
}

.title-shadow h2::after {
    margin-top: 20px;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #e3000f
}

.title-shadow span {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100px;
    line-height: 1.2;
    color: rgb(0 0 0 / .05);
    width: 100%
}

.popup {
    max-width: 500px;
    width: 90%;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px -15px rgb(0 0 0 / .15);
    box-shadow: 0 15px 30px -15px rgb(0 0 0 / .15);
    border-radius: 10px;
    position: fixed;
    z-index: 10;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px
}

.popup-input,
.popup-textarea {
    background: #f7f7f7;
    border-radius: 10px
}

.popup-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px
}

.popup-subtitle {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    margin-bottom: 25px
}

.popup-input,
.popup-submit,
.popup-textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    margin-top: 15px
}

.popup-input {
    border: none
}

.popup-input:first-child::-webkit-input-placeholder {
    background: -webkit-linear-gradient(left, #929292 0, #929292 37%, red 0, red 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.header-menu__burger span:first-child,
.header-social__links:hover::after {
    background: #000
}

.popup-input:nth-child(2)::-webkit-input-placeholder {
    background: -webkit-linear-gradient(left, #929292 0, #929292 42%, red 0, red 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.popup-textarea {
    border: none;
    resize: none;
    font-size: 13px
}

.btn,
.popup-submit-green {
    background: #e3000f
}

.popup-submit-green {
    background: #27AE60
}

.popup-submit-green:hover {
    background: #16924a
}

.popup-submit-red {
    background: #e3000f
}

.popup-textarea::-webkit-input-placeholder {
    color: #929292;
    font-size: 13px;
    opacity: .8
}

.popup-textarea::-moz-placeholder {
    color: #929292;
    font-size: 13px;
    opacity: .8
}

.popup-textarea:-ms-input-placeholder {
    color: #929292;
    font-size: 13px;
    opacity: .8
}

.popup-textarea::-ms-input-placeholder {
    color: #929292;
    font-size: 13px;
    opacity: .8
}

.popup-textarea::placeholder {
    color: #929292;
    font-size: 13px;
    opacity: .8
}

.popup-textarea__desc {
    min-height: 100px
}

.popup-submit {
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.popup-text {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    font-weight: 400
}

.btn,
.header-btn {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 18px;
    transition: .3s;
    margin: auto
}

.btn {
    max-width: 215px;
    border: 1px solid #e3000f;
    color: #fff;
    padding: 15px 10px;
    font-weight: 400;
    border-radius: 10px
}

.btn-transparent,
.btn:hover {
    background: 0 0;
    color: #333
}

.header-btn {
    background: #e3000f;
    border: 1px solid #e3000f;
    font-weight: 600;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    width: fit-content;
    border-radius: 13px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.header-btn:hover {
    background: #fff;
    color: #e3000f
}

.header-btn__svg {
    display: inline-block !important
}

.btn-transparent:hover {
    background: #e3000f;
    color: #fff
}

.btn-white-border {
    border-color: #fff
}

.btn-white,
.btn-white-border:hover {
    background: #fff;
    border-color: #fff;
    color: #e3000f
}

.color-white {
    color: #fff;
    text-transform: initial
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 134px 0 70px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400
}

.light-overlay,
.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.breadcrumbs-link {
    color: #333
}

.breadcrumbs-link__active {
    color: #000
}

.breadcrumbs span {
    margin: 0 20px
}

.not-found__content,
.text-center {
    text-align: center
}

.initial {
    text-transform: initial !important
}

.overlay {
    background: rgb(0 0 0 / .7);
    z-index: 10
}

.light-overlay {
    background: #fff0;
    z-index: 8
}

.not-found__circle,
.not-found__title {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center
}

.not-found {
    padding-top: 100px;
    padding-bottom: 100px
}

.career.header,
.contact.header,
.faq-page.header,
.not-found.header,
.resume.header {
    background: unset
}

.not-found__title {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.not-found__title span {
    font-size: 500px;
    line-height: 1.2;
    color: #333;
    font-weight: 600
}

.not-found__title span:first-child {
    margin-right: -110px
}

.not-found__title span:last-child {
    margin-left: -110px
}

.not-found__circle {
    width: 513px;
    height: 513px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.not-found__inner {
    width: 269px;
    height: 269px;
    background: #e3000f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-la,
.header-side {
    background-repeat: no-repeat;
    background-size: cover
}

.header-side,
.header-side__bg,
.header-side__overlay {
    border-radius: 0 0 0 100px
}

.not-found__inner img {
    width: 151px;
    margin-left: 10px
}

.not-found__subtitle {
    font-size: 50px;
    line-height: 1.2;
    color: #e3000f;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -80px
}

.not-found__text {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px
}

.service-card-white {
    background: url(../img/card-whitre-bg.png)
}

.service-card-red {
    background: url(../img/card-red-bg.png)
}

.header {
    background-color: #f1f1f1
}

.header-la {
    z-index: 4;
    position: relative;
    background-image: url(../img/Union2.webp);
    background-position: 0 0;
    height: 480px
}

.blog-top__menu,
.header-menu,
.stuff-blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu__burger,
.service-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.header-menu-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    padding-top: 10px
}

.header-menu-top.header-menu-scroll {
    padding: 15px 0 !important;
    background: rgb(255 255 255 / .9);
    z-index: 8;
    -webkit-box-shadow: -10px 0 20px rgb(0 0 0 / .3);
    box-shadow: -10px 0 20px rgb(0 0 0 / .3)
}

.header-menu-top.header-menu-scroll .header-menu__logo img {
    width: 141px;
    height: auto;
    aspect-ratio: 215 / 54;
}

.header-menu-top.header-menu-scroll .header-menu__call,
.header-menu-top.header-menu-scroll .header-menu__phone,
.header-menu-top.header-menu-scroll .header-menu__phone span {
    color: #333
}

.header-menu__list {
    z-index: 0
}

.header-menu__burger {
    width: 40px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-menu__burger span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 2px;
    display: block
}

.header-menu__burger span:last-child {
    background: #e3000f
}

.header-menu__logo {
    display: block;
    margin-left: 140px
}

.header-menu__logo img {
    width: 215px;
    height: auto;
    aspect-ratio: 215 / 54;
}

.header-menu__phone {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #e3000f;
    margin-bottom: 6px
}

.header-menu__phone span {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    margin-right: 10px;
    font-weight: 400
}

.header-menu__call {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    margin-right: auto;
    display: block;
    text-align: right
}

.header-side {
    position: absolute;
    width: 35%;
    min-height: 1666px;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / .25);
    box-shadow: 0 4px 4px rgb(0 0 0 / .25);
    z-index: 3;
    background-position: center center
}

.header-side__bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block
}

.header-content,
.header-social__list,
.service-calc__btns {
    position: relative
}

.side-second .header-side__overlay {
    background-color: rgb(0 0 0 / .7)
}

.header-side__overlay {
    background-color: rgb(227 0 15 / .8);
    position: relative;
    min-height: 1666px;
    z-index: 2
}

.header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 87%
}

.header-social {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 270px;
    margin-right: 95px
}

.header-social__links {
    font-size: 14px;
    line-height: 1.2;
    color: silver;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-social__links::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background: 0 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-slider__title span {
    font-weight: 400
}

.header-slider .slick-dots,
.service-sidebar__list::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.header-social__links:hover,
.main-page .header-menu__call,
.main-page .header-menu__phone,
.main-page .header-menu__phone span {
    color: #000
}

.menu-top__lang a.lang-active,
.menu-top__lang a:hover {
    color: #e3000f
}

.header-slider {
    max-width: 1600px;
    width: 100%;
    padding: 0 20px
}

.header-slider__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center
}

.header-slider .slick-arrow,
.menu-top {
    display: -webkit-box;
    display: -ms-flexbox
}

.header-slider__text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center
}

.header-slider .slick-list,
.partners-slider-mobile .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.header-slider .slick-slide {
    margin: 0 10px
}

.header-slider .slick-arrow {
    position: absolute;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -235px
}

.header-slider .slick-arrow.prev-arrow {
    right: -345px
}

.header-slider .slick-arrow.next-arrow {
    right: -505px
}

.header-slider .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -528px
}

.header-slider .slick-dots button {
    background: 0 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 1px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-slider .slick-dots .slick-active button {
    background: #e3000f;
    border: 1px solid #e3000f
}

.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #333;
    z-index: 10;
    padding-top: 47px
}

.menu-btn {
    max-width: 300px;
    color: #fff;
    text-transform: initial
}

.menu-top {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px
}

.faq-top__title,
.footer-right__list,
.info-about__link,
.info-content__inner,
.menu-top__inner,
.menu-top__lang,
.news-top__title,
.service-reason__list,
.stuff-blog__inner,
.stuff-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-top__title {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin-right: 20px
}

.menu-item__link,
.menu-nav__link,
.menu-top__lang a {
    font-size: 16px;
    line-height: 1.2
}

.menu-top__lang a {
    color: #959595;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu-nav,
.menu-top__close {
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: relative
}

.menu-top__lang a::after {
    content: ' / ';
    margin: 0 10px;
    color: #959595
}

.menu-top__lang a:last-child::after {
    content: '';
    margin: 0
}

.menu-top__social_hidden {
    display: none !important
}

.menu-top__social a {
    color: #a1a1a1 !important
}

.about-choose__open .about-choose__text,
.about-choose__open .about-choose__title h4,
.menu-top__social a:hover {
    color: #fff !important
}

.menu-top__close {
    width: 40px;
    height: 40px;
    transition: .3s;
    display: inline-block
}

.menu-item__wrapper,
.menu-nav {
    display: -webkit-box;
    display: -ms-flexbox
}

.menu-top__close span,
.modal-close span {
    width: 100%;
    position: absolute;
    top: 50%;
    display: block;
    height: 1px
}

.menu-top__close span:first-child,
.modal-close span:first-child {
    background: #e3000f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-top__close span:last-child {
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s
}

.info-content,
.menu-item__wrapper {
    width: 100%;
    -webkit-box-pack: justify
}

.menu-nav__list {
    padding-bottom: 53px
}

.menu-nav__list:not(:last-child) {
    padding-right: 100px
}

.menu-nav__link {
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.info-title h2 span,
.menu-nav__link.menu-active,
.menu-nav__link:hover {
    color: #e3000f
}

.menu-item {
    max-width: 663px;
    width: 100%
}

.menu-item:first-child {
    margin-right: 20px
}

.menu-item__wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex
}

.menu-item__wrapper.menu-active__links {
    position: absolute;
    top: 60px;
    left: 0;
    height: auto;
    width: 100%;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 5;
    visibility: hidden;
    opacity: 0
}

.footer-right__inner {
    margin-left: 8px;
}

.footer-right__inner a:first-child,
.menu-item__list:not(:last-child) {
    margin-left: 6px
}

.menu-item__link {
    color: #9a9a9a;
    font-weight: 400
}

.menu-item__link:hover {
    color: #fff
}

.header-menu__burger.menu-top__close {
    display: block;
    z-index: 99;
    cursor: pointer
}

.header-menu__burger.menu-top__close span:last-child {
    background: #000
}

.info {
    padding: 40px 0;
    position: relative;
    margin-top: 20px;
    height: 564px
}

.info-title {
    max-width: 565px;
    width: 100%;
    margin-bottom: 30px
}

info-content {
    max-width: 1225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-content__arrow {
    width: 3px;
    height: 247px;
    display: block;
    background: #e3000f;
    margin-right: 42px
}

.service-slider__item,
.service-top {
    display: -webkit-box;
    display: -ms-flexbox
}

.info-content__text {
    max-width: 670px;
    width: 100%
}

.info-content__text p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #333;
}

.info-content__text p:not(:last-child) {
    margin-bottom: 43px
}

.info-about {
    z-index: 5;
    position: absolute;
    left: 47%;
    bottom: 0%
}

.info-about img {
    width: 80px
}

.info-about__link svg {
    margin-right: 20px;
    z-index: 5
}

.info-about__link p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase
}

.service {
    padding-bottom: 50px;
    padding-top: 50px
}

.service-top {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px
}

.service-slider__item {
    color: #000 !important;
    max-width: 338px;
    position: relative;
    height: 410px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
    background: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 19px 19px;
    text-align: center;
    margin: 10px
}

.service-slider__bg,
.news-slider__top,
.service-slider__inner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.service-slider__item:hover {
    background: #e7e7e7;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.service-slider__item svg {
    margin-bottom: 10px;
    margin-top: 10px
}

.service-slider__item svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    fill: #e3000f
}

.service-slider__bg {
    height: 100%;
    z-index: 3;
    object-fit: cover;
    transition: .3s
}

.service-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 164px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-slider__title {
    height: 80px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .3s;
    display: flex;
    align-items: center
}

.service-slider__text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    transition: .3s
}

.service-slider__link {
    font-size: 24px;
    line-height: 1.4;
    display: inline-block;
    border-bottom: 1px solid rgb(0 0 0 / .3);
    width: fit-content;
    transition: .3s
}

.service-slider .slick-list {
    margin-right: -28%
}

.service-slider .slick-slide {
    margin: 5px 1px
}

.service-slider .slick-current.slick-active .service-slider__item {
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / .25);
    box-shadow: 0 4px 4px rgb(0 0 0 / .25)
}

.service-slider .slick-current.slick-active svg {
    margin-top: 0
}

.service-slider .slick-current.slick-active .service-slider__title {
    color: #fff
}

.service-slider .slick-current.slick-active .service-slider__text,
.stuff-inner-active {
    display: block !important
}

.service-slider .slick-current.slick-active .service-slider__link {
    color: #fff;
    border-color: #fff
}

.partners-slider .slick-dots,
.service-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    width: 100%
}

.career-slider .slick-dots li,
.news-slider .slick-dots li,
.partners-slider .slick-dots li,
.partners-slider-mobile .slick-dots li,
.service-slider .slick-dots li,
.stuff-slider .slick-dots li {
    width: 14.2857142857%
}

.career-slider .slick-dots button,
.news-slider .slick-dots button,
.partners-slider .slick-dots button,
.partners-slider-mobile .slick-dots button,
.service-slider .slick-dots button,
.stuff-slider .slick-dots button {
    width: 100%;
    display: block;
    background: #dfdfdf;
    height: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 0;
    border: none;
    cursor: pointer
}

.career-slider .slick-dots li.slick-active button,
.news-slider .slick-dots li.slick-active button,
.partners-slider .slick-dots li.slick-active button,
.partners-slider-mobile .slick-dots li.slick-active button,
.service-slider .slick-dots li.slick-active button,
.stuff-slider .slick-dots li.slick-active button {
    background: #e3000f;
    border-radius: 1px
}

.blog {
    padding-top: 70px;
    position: relative
}

.blog-circle {
    position: absolute;
    left: -180.5px;
    top: -180.5px;
    z-index: -1
}

.blog-top {
    max-width: 842px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 33px
}

.blog-top__title div span {
    color: #e3000f
}

.blog-main,
.blog-top__text,
.partners .title-shadow {
    margin-bottom: 70px
}

.blog-top__link {
    font-size: 18px;
    color: #909090;
    line-height: 1.2;
    -webkit-transition: 50ms;
    -o-transition: 50ms;
    transition: 50ms;
    font-weight: 400;
    width: 87px;
    display: block;
    text-align: center;
    padding-bottom: 20px
}

.blog-top__link.blog-active,
.blog-top__link:hover {
    font-weight: 600;
    font-size: 24px;
    color: #e3000f;
    border-bottom: 2px solid #e3000f
}

.blog-content {
    background: #e3000f;
    padding-bottom: 70px
}

.blog-content-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.blog-content__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none
}

.blog-content__btns,
.news-top {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify
}

.blog-content__media {
    max-width: 520px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: -200px;
    position: relative
}

.blog-content__play {
    position: absolute;
    bottom: 132px;
    right: -65px
}

.blog-content__img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}

.blog-content__info {
    max-width: 828px;
    width: 100%;
    padding-top: 32px
}

.blog-content__date {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 50px
}

.blog-content__title {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}

.blog-content__title a {
    color: #fff
}

.blog-content__text,
.news-slider__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2
}

.blog-content__text {
    color: #fff;
    margin-bottom: 82px
}

.blog-content__btns {
    max-width: 460px;
    width: 100%;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
    background: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
    padding: 72px 0 71px
}

.news-top {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.news-slider,
.news-slider__top {
    display: -webkit-box;
    display: -ms-flexbox
}

.news-top__title span {
    display: block;
    height: 50px;
    width: 2px;
    background: #e3000f;
    margin-right: 20px
}

.news-top__title h2 {
    font-size: 36px;
    color: #333;
    line-height: 1.2
}

.news-slider {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 51px
}

.news-slider__item {
    position: relative;
    max-width: 338px;
    width: 100%;
    background: #fff;
    min-height: 300px;
    -webkit-box-shadow: 0 10px 10px -5px rgb(0 0 0 / .05);
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / .05);
    border-radius: 0 20px;
    padding: 20px 22px 50px 20px
}

.news-slider__item::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgb(227 0 15 / .8);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transition: .3s;
    object-fit: cover
}

.news-slider__date {
    color: #cbcbcb;
    margin-bottom: 20px;
    z-index: 5;
    position: relative;
    transition: .3s
}

.news-slider__top {
    z-index: 5;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.news-slider__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    z-index: 5;
    transition: .3s
}

.news-slider__border {
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    z-index: 5;
    margin-top: 10px
}

.news-slider__bottom {
    z-index: 5;
    min-height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-slider__text {
    line-height: 1.2;
    color: #000;
    z-index: 5;
    height: 115px;
    overflow-y: hidden;
    transition: .3s
}

.news-slider__link {
    display: inline-block;
    width: fit-content;
    font-size: 19px;
    margin-top: 15px;
    line-height: 1.2;
    transition: .3s;
    z-index: 5
}

.stuff-top__link,
.subscribe-blog__input,
.subscribe-blog__text {
    font-size: 16px;
    line-height: 1.2
}

.news-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    width: 100%
}

.news-slider .slick-list,
.partners-slider .slick-list {
    margin-left: -13px;
    margin-right: -13px
}

.news-slider .slick-slide {
    margin: 5px 13px 7px
}

.news-slider .slick-current.slick-active .news-slider__date {
    color: rgb(255 255 255 / .5)
}

.news-slider .slick-current.slick-active .news-slider__text,
.news-slider .slick-current.slick-active .news-slider__title {
    color: #fff
}

.news-slider .slick-current.slick-active .news-slider__border,
.service-main {
    background: #fff
}

.news-slider .slick-current.slick-active .news-slider__link {
    color: #fff;
    border-color: #fff
}

.subscribe {
    padding: 50px 0 70px;
    position: relative
}

.subscribe-logo {
    position: absolute;
    top: 50px;
    left: -96px
}

.subscribe-blog {
    max-width: 1195px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#333), to(#e3000f));
    background: -o-linear-gradient(left, #333 0, #e3000f 100%);
    background: linear-gradient(90deg, #333 0, #e3000f 100%);
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 70px;
    position: relative;
    z-index: 2
}

.subscribe-blog .big-circle {
    position: absolute;
    top: -70px;
    left: -70px
}

.subscribe-blog .small-circle {
    position: absolute;
    left: 100px;
    bottom: 82px
}

.subscribe-blog__logo {
    margin: 0 auto 30px
}

.subscribe-blog__title {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}

.subscribe-blog__text {
    max-width: 343px;
    width: 100%;
    margin: 0 auto 33px;
    color: #fff
}

.subscribe-blog__form {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.subscribe-blog__input {
    width: 100%;
    padding: 25px 20px;
    border: none;
    background: #fff;
    border-radius: 10px;
    z-index: 3
}

.subscribe-blog__input::-webkit-input-placeholder {
    color: rgb(0 0 0 / .2)
}

.subscribe-blog__input::-moz-placeholder {
    color: rgb(0 0 0 / .2)
}

.subscribe-blog__input:-ms-input-placeholder {
    color: rgb(0 0 0 / .2)
}

.subscribe-blog__input::-ms-input-placeholder {
    color: rgb(0 0 0 / .2)
}

.subscribe-blog__input::placeholder {
    color: rgb(0 0 0 / .2)
}

.subscribe-blog__submit {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    cursor: pointer
}

.stuff {
    padding-bottom: 70px
}

.stuff-top {
    margin-bottom: 60px
}

.stuff-top__title h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px
}

.blog-main .blog-show,
.footer-right__social,
.footer-wrapper,
.stuff-top__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stuff-top__list:not(:last-child) {
    margin-right: 50px
}

.stuff-top__link {
    color: #333;
    font-weight: 400;
    -webkit-transform: .3s;
    -ms-transform: .3s;
    transform: .3s;
    display: inline-block
}

.stuff-top__link.stuff-active,
.stuff-top__link:hover {
    color: #e3000f
}

.stuff-top__link.stuff-active::after,
.stuff-top__link:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e3000f;
    margin-top: 10px
}

.stuff-inner {
    position: relative;
    display: none
}

.stuff-content {
    width: 100%;
    background: #f2f2f2;
    border-radius: 100px;
    z-index: 2;
    height: 430px
}

.stuff-content__wrapper {
    text-align: right;
    width: 100%;
    height: 76%;
    display: block
}

.stuff-content__name {
    padding: 20px 0;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    width: 55%;
    border-bottom: 4px solid red;
    color: #000
}

.stuff-content__pos {
    position: absolute;
    bottom: -50px;
    left: 0;
    font-size: 16px;
    color: #333;
    text-transform: initial
}

.stuff-content__img {
    position: absolute;
    right: 30px;
    top: -20px;
    height: 470px
}

.stuff-content__footer {
    height: 100%;
    background: #d7000e;
    width: 100%
}

.stuff-content__text {
    width: 55%;
    font-size: 16px;
    line-height: 2.25;
    font-weight: 400;
    text-align: right;
    color: #333;
    margin-right: 28px;
    padding: 20px 0;
    height: 240px
}

.stuff-info__num,
.stuff-info__text,
.stuff-side {
    line-height: 1.2;
    color: #333
}

.stuff-info {
    max-width: 241px;
    width: 100%;
    margin-left: 50px;
    margin-right: 175px
}

.footer-right__social a:not(:last-child),
.stuff-info__icon {
    margin-right: 30px
}

.about-header__img,
.about-info__img,
.resume-form,
.service-card:hover .service-card__bg,
.service-card:hover::after,
.stuff-info__menu {
    width: 100%
}

.about-info__icon,
.footer-left__list:not(:last-child),
.footer-right__contact,
.stuff-info__list:not(:last-child) {
    margin-bottom: 30px
}

.stuff-info__num {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.stuff-info__text {
    font-size: 16px
}

.stuff-side {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 36px;
    font-weight: 400;
    position: relative
}

.stuff-side::before {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 170px;
    background: #e3000f
}

.stuff-slider__item {
    max-width: 315px;
    width: 100%;
    margin-bottom: 30px
}

.stuff-slider__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
    margin-bottom: 13px
}

.stuff-slider__name {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    line-height: 2
}

.faq-blog.faq-active .faq-blog__title,
.notification.error h2,
.stuff-slider__pos {
    color: #e3000f
}

.stuff-slider__pos,
.stuff-slider__text {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center
}

.stuff-slider__text {
    color: #333
}

.stuff-slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stuff-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center
}

.partners {
    padding-bottom: 125px
}

.partners .title {
    margin-bottom: 75px
}

.partners-slider-mobile .slick-slide {
    margin: 2px 10px
}

.partners-slider-mobile__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 31px
}

.next-arrow-slider {
    position: absolute;
    right: 0;
    bottom: 16%;
    cursor: pointer
}

.prev-arrow-slider {
    position: absolute;
    left: 0;
    bottom: 16%;
    transform: rotate(180deg);
    cursor: pointer
}

@media(max-width:768px) {

    .next-arrow-slider,
    .prev-arrow-slider {
        bottom: 50%;
        width: 28px
    }
}

.partners-slider-mobile .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: center
}

.faq-top,
.partners-slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox
}

.partners-slider__item {
    max-width: 338px;
    width: 100%;
    min-height: auto;
    border-radius: 10px;
    overflow: hidden
}

.partners-slider__item img {
    width: 100%;
    height: 100%
}

.partners-slider .slick-slide {
    margin: 2px 13px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faq {
    padding-bottom: 105px
}

.faq-top {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px
}

.faq-blog,
.footer-right__list:not(:last-child) {
    margin-bottom: 30px
}

.faq-top__title span {
    display: block;
    height: 68px;
    width: 10px;
    background: #e3000f;
    margin-right: 10px
}

.faq-top__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    display: flex
}

.faq-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px
}

.about-info__content,
.faq-item,
.news-page__content {
    max-width: 705px;
    width: 100%
}

.faq-blog {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
    background: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
    border-radius: 10px
}

.faq-blog__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 90%;
    display: flex;
    align-items: center;
    margin-left: 1rem
}

.faq-blog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    cursor: pointer;
    width: 100%;
    padding: 20px 30px
}

.faq-blog__top ::-moz-selection {
    background-color: unset
}

.faq-blog__top ::selection {
    background-color: unset
}

.faq-blog__top svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.faq-blog__body {
    display: none;
    padding: 0 30px 20px
}

.faq-blog__body p {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 20px
}

.footer-left__copy,
.footer-left__link,
.footer-right__social a,
.footer-right__text {
    font-size: 16px;
    line-height: 1.6
}

.faq-blog__body p:first-child {
    border-top: 1px solid #e2e2e2
}

.about-choose__open .about-choose__title svg,
.faq-blog.faq-active svg,
.service-tab__active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-blog.faq-active svg path {
    stroke: #000
}

.footer {
    padding-bottom: 30px
}

.footer-left {
    background: #fff;
    width: 50%;
    padding: 75px 160px 0 0
}

.about-stuff__card:hover .about-stuff__social,
.footer-right {
    background: #e3000f
}

.footer-left__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px
}

.footer-left__link {
    color: #333;
    font-weight: 400
}

.footer-left__copy {
    color: #333
}

.footer-right {
    width: 50%;
    border-radius: 10px 0 0 10px;
    position: relative;
    padding: 124px 0 124px 123px
}

.modal-video,
tbody tr td,
thead,
thead tr th {
    padding: 10px
}

.footer-right::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1000%;
    right: -1000%;
    background: #e3000f
}

.about-header__text p:not(:last-child),
.about-info__text p:not(:last-child),
.about-stuff__link:not(:last-child),
.notification .svg-box {
    margin-bottom: 20px
}

.footer-right__icon {
    margin-right: 10px
}

.footer-right__text {
    display: block;
    color: #fff
}

.footer-right__social a {
    color: #fff;
    position: relative;
    margin-bottom: 10px
}

.about-choose__item::after,
.about-choose__item::before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
    content: ""
}

.modal-video {
    display: none;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 15;
    border-radius: 10px
}

@media(max-width:767px) {
    .modal-video {
        max-width: 100%
    }
}

.modal-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.modal-close span:last-child {
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-content,
.modal-content iframe {
    display: block;
    width: 100%;
    height: 100%
}

.svg-box {
    display: inline-block;
    position: relative;
    width: 150px
}

.green-stroke {
    stroke: #7cb342
}

.red-stroke {
    stroke: #ff6245
}

.yellow-stroke {
    stroke: #ffc107
}

.alert-sign,
.checkmark,
.cross {
    stroke-width: 6.25;
    position: absolute;
    stroke-linecap: round
}

.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: .4;
    animation: .7s ease-out draw-circle
}

.checkmark {
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px
}

.checkmark path {
    animation: 1s ease-out draw-check
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0, 330;
        stroke-dashoffset: 0;
        opacity: 1
    }

    80% {
        stroke-dasharray: 330, 330;
        stroke-dashoffset: 0;
        opacity: 1
    }

    100% {
        opacity: .4
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49, 80;
        stroke-dashoffset: 48;
        opacity: 0
    }

    50% {
        stroke-dasharray: 49, 80;
        stroke-dashoffset: 48;
        opacity: 1
    }

    100% {
        stroke-dasharray: 130, 80;
        stroke-dashoffset: 48
    }
}

.cross {
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px
}

.cross .first-line {
    animation: .7s ease-out draw-first-line
}

.cross .second-line {
    animation: .7s ease-out draw-second-line
}

@keyframes draw-first-line {

    0%,
    50% {
        stroke-dasharray: 0, 56;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 56, 330;
        stroke-dashoffset: 0
    }
}

@keyframes draw-second-line {

    0%,
    50% {
        stroke-dasharray: 0, 55;
        stroke-dashoffset: 1
    }

    100% {
        stroke-dasharray: 55, 0;
        stroke-dashoffset: 70
    }
}

.alert-sign {
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: .5s cubic-bezier(.175, .885, .32, 1.275) alert-sign-bounce
}

.alert-sign .dot {
    stroke: none;
    fill: #ffc107
}

@keyframes alert-sign-bounce {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

.notification {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 10;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
    min-height: 200px;
    height: fit-content;
    box-shadow: 0 15px 30px -15px rgb(0 0 0 / .15);
    border-radius: 10px;
    display: none
}

.notification-inner {
    position: relative;
    padding: 50px 20px;
    text-align: center
}

.notification-text {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px
}

.notification p {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-weight: 400
}

.notification.success h2 {
    color: #7cb342
}

.about-header {
    background: #fff;
    padding-bottom: 70px
}

.about-header__blog,
.news-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-header__content {
    max-width: 828px;
    width: 100%
}

.about-header__title {
    font-size: 24px;
    line-height: 1.4;
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 41px
}

.about-header__text p {
    font-size: 16px;
    line-height: 1.625;
    color: #0c0c0c
}

.about-header__media {
    max-width: 582px;
    width: 100%
}

.about-info {
    border-radius: 30px 30px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
    min-height: 400px
}

.about-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1153px;
    width: 100%;
    margin: 0 auto
}

.about-info__text {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600
}

.about-info__media {
    max-width: 254px;
    width: 100%
}

.about-choose {
    padding: 50px 0 70px
}

.about-choose__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    grid-row-gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.about-choose__item {
    padding: 20px 10px 20px 80px;
    border-left: 2px solid #e3000f;
    position: relative;
    border-radius: 0 10px 10px 0;
    min-height: 250px;
    display: flex;
    align-items: center
}

.about-choose__bg,
.about-choose__item::after,
.about-choose__item::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

.about-choose__item:hover .about-choose__title h4,
.service-card.service-card__red:hover .service-card__num,
.service-card:hover .service-card__text,
.service-card:hover .service-card__title {
    color: #fff !important
}

.about-choose__item::before {
    display: block;
    height: 100%;
    background: rgb(227 0 15 / .8);
    z-index: 0;
    transition: .3s
}

.about-choose__item::after {
    display: block;
    transition: .3s;
    height: 100%;
    background-image: url(https://legalact.uz/img/accounting_photo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.about-choose__open .about-choose__title svg path {
    stroke: #fff
}

.about-choose__bg {
    display: none;
    -o-object-fit: cover;
    object-fit: cover
}

.about-choose__title {
    z-index: 5;
    position: relative;
    width: 50%
}

.about-choose__title h4 {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.about-choose__title svg {
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.about-stuff__social,
.news-main__card {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.about-choose__text {
    font-size: 16px;
    color: #000;
    line-height: 1.625;
    max-width: 490px;
    width: 50%;
    z-index: 5;
    position: relative;
    display: block
}

.about-choose .stuff-info__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1310px;
    width: 100%;
    margin: 0 auto
}

.about-choose .stuff-info__list {
    margin-bottom: 0
}

.about-stuff {
    padding-bottom: 70px
}

.about-stuff__title h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    margin-bottom: 56px
}

.about-stuff__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px
}

.about-stuff__slider .slick-list {
    margin-left: 0;
    margin-right: 0
}

.about-stuff__slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-stuff__card {
    max-width: 460px;
    width: 100%;
    min-height: 600px;
    height: 100%;
    position: relative;
    cursor: pointer
}

.about-stuff__card img {
    height: auto;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    object-position: center center
}

@media (max-width:768px) {
    .about-stuff__card img {
        position: relative
    }

    .about-stuff__bottom {
        top: 0
    }

    .about-stuff__name {
        font-size: 16px
    }
}

.about-stuff__card .about-stuff__img_hover,
.service-sidebar__top {
    display: none
}

.about-stuff__card:hover .about-stuff__img_hover,
.service-tab__item:first-child .service-tab__body {
    display: block
}

.about-stuff__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 5%
}

.about-stuff__content {
    padding-top: 20px
}

.about-stuff__name {
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 6px
}

.about-stuff__pos {
    font-size: 14px;
    color: #e1e1e1;
    line-height: 1.25;
    font-weight: 400
}

.about-stuff__social {
    width: 96px;
    height: auto;
    min-height: 138px;
    background: #f2f2f2;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s
}

.news-main {
    padding-bottom: 107px
}

.news-main.header,
.news-page.header,
.service-page-header.header {
    background: 0 0
}

.news-main__wrapper {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 50px
}

.career-slider__inner,
.news-main__content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.news-main__card {
    max-width: 460px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    transition: .3s;
    background: #fff;
    border: 1px solid #e7e7e7;
    min-height: 540px
}

.news-main__paglink,
.service-card__bg {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.news-main__card:hover {
    -webkit-box-shadow: 0 20px 20px -10px rgb(0 0 0 / .15);
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / .15)
}

.news-main__img {
    width: 100%;
    height: 246px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 20px;
    margin-bottom: 20px
}

.news-main__content {
    width: 100%;
    min-height: calc(100% - 266px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-main__data {
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    z-index: 9
}

.news-main__title {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px
}

.news-main__text {
    font-size: 16px;
    line-height: 1.2;
    color: #767676
}

.blog-main__subtitle,
.news-main__link,
.news-page__title {
    font-size: 24px;
    line-height: 1.2
}

.news-main__link,
.news-main__paglink.pag-active,
.news-main__paglink:hover {
    color: #e3000f;
    border-bottom: 1px solid #e3000f
}

.news-main__link {
    display: inline-block;
    width: fit-content;
    margin-top: 20px
}

.contact-info,
.news-main__pagination {
    display: -webkit-box;
    display: -ms-flexbox
}

.news-main__pagination {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    max-width: 215px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.news-main__paglink {
    width: 53px;
    color: #000;
    padding-bottom: 6px;
    text-align: center;
    position: relative;
    bottom: -1px;
    transition: .3s;
    border-bottom: 1px solid #fff0
}

.news-page {
    margin-bottom: 123px
}

.news-page__outer {
    padding-bottom: 35px
}

.news-page__title {
    font-weight: 600;
    color: #000
}

.we_offers {
    width: 100%;
    min-width: 150px;
    height: auto;
    min-height: 280px;
    border-radius: 4px
}

.news-page__text ol li {
    padding: 1rem 1rem 1rem 1.5rem;
    background: #f2f2f2;
    margin: .5rem 0;
    border-left: 2px solid #e3000f
}

.news-page__img {
    max-width: 705px;
    width: 100%;
    height: 453px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 0 20px;
    margin-right: 20px
}

.news-page__text:not(:first-child) {
    margin-top: 10px
}

.blog-main.header {
    background: 0 0;
    margin-bottom: 30px
}

.blog-main__subtitle {
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px
}

.blog-main__text {
    font-size: 16px;
    line-height: 1.2;
    color: #0c0c0c;
    font-weight: 400
}

.blog-main .blog-gray {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
    background: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%)
}

.blog-main .blog-gray .blog-content__date,
.blog-main .blog-gray .blog-content__text,
.blog-main .blog-gray .blog-content__title {
    color: #000
}

.blog-main .blog-media-revert {
    margin-right: 0;
    margin-left: 70px
}

.blog-main .blog-top {
    margin-bottom: 91px
}

.blog-main .overflow-hidden {
    height: 432px
}

.blog-main .blog-content {
    padding-bottom: 0;
    height: 432px
}

.blog-main .blog-content__media {
    margin-top: -67px
}

.blog-main .blog-content__play {
    bottom: 231px
}

.blog-main .blog-media-revert .blog-content__play {
    right: unset;
    left: -65px
}

.blog-pagination {
    margin-bottom: 80px;
    margin-top: 140px
}

.blog-page .blog-main__text,
.career .blog-main__subtitle {
    margin-bottom: 70px
}

.blog-page .news-page__content {
    max-width: 824px
}

.blog-page .blog-content__media {
    margin: 0
}

.blog-page .blog-content__play {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.blog-page .news-main__data {
    color: #000;
    margin-bottom: 50px
}

.blog-page .news-page__text {
    line-height: 1.625
}

.blog-page .news-page__text:not(:first-child) {
    margin-top: 30px
}

.blog-page__wrapper .blog-content__media {
    margin-right: 70px
}

.blog-page__wrapper .blog-content__play {
    right: -41px
}

.contact .title h1 {
    padding-bottom: 18px
}

.contact-text {
    font-size: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contact-social {
    display: flex;
    align-items: center
}

.contact-social a:not(:last-child) {
    margin-right: 40px
}

.contact-social>a>svg>path {
    transition: .3s
}

.contact-social>a>svg:hover path {
    fill: rgb(227 0 15 / .8)
}

.contact-info {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto 92px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.career-content,
.contact-info__item {
    display: -webkit-box;
    display: -ms-flexbox
}

.contact-info__item {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contact-info__item img {
    margin-right: 20px;
    margin-top: 10px
}

.contact-info__item:nth-child(2) {
    margin-right: 120px
}

.contact-info__title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px
}

.contact-info__text {
    display: block;
    max-width: 313px;
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 16px
}

.contact-map {
    position: relative;
    height: 500px
}

.contact-map__desktop {
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0
}

.contact-map__info {
    top: -42px;
    position: absolute;
    z-index: 5;
    width: 100%;
    max-width: 612px;
    min-height: 587px;
    height: 100%;
    background: #f7f7f7;
    -webkit-box-shadow: 0 15px 30px -15px rgb(0 0 0 / .15);
    box-shadow: 0 15px 30px -15px rgb(0 0 0 / .15);
    border-radius: 10px 10px 0 0;
    padding: 80px
}

.contact-map__content {
    max-width: 338px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.contact-map__title {
    font-size: 36px;
    color: #e3000f;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2
}

.contact-map__subtitle {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 50px
}

.contact-map__input {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / .05);
    box-shadow: 0 4px 10px rgb(0 0 0 / .05);
    border-radius: 10px;
    border: none;
    margin-bottom: 50px;
    color: #000;
    font-size: 16px
}

.contact-map__input.input-first {
    margin-bottom: 33px
}

.contact-map__input.input-first::-webkit-input-placeholder {
    background: -webkit-linear-gradient(left, #929292 0, #929292 40%, red 40%, red 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.contact-map__form button {
    max-width: 100%;
    cursor: pointer;
    margin-bottom: 11px
}

.contact-map__text {
    font-size: 14px;
    line-height: 1.2;
    color: #333
}

.career-content__info,
.career-info__title {
    font-size: 24px;
    line-height: 1.83;
    color: #000
}

.contact ::-webkit-input-placeholder {
    background: -webkit-linear-gradient(left, #929292 0, #929292 47%, red 46%, red 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.career-content {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 10px solid #e3000f;
    margin-bottom: 50px
}

.career-content__img {
    max-width: 705px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 30px
}

.career-content__info {
    max-width: 613px;
    width: 100%
}

.career-info {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
    background: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
    border-radius: 10px;
    text-align: center;
    padding: 50px 75px;
    margin-bottom: 50px
}

.career-info__title {
    margin-bottom: 30px;
    font-weight: 600
}

.career-info__title span {
    color: #e3000f
}

.career-info__text {
    font-size: 16px;
    line-height: 1.62;
    color: #000;
    font-weight: 400
}

.career-job__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 73px
}

.career-job__title p {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    margin-right: 30px
}

.service-reason__list img,
.service-tab__top h3,
.service-tab__top img {
    margin-right: 20px
}

.career-job__title img {
    width: 73px;
    height: auto
}

.career-slider {
    margin-bottom: 143px
}

.career-slider__item {
    max-width: 583px;
    width: 100%;
    height: 322px;
    background: #333;
    border-radius: 0 10px 10px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.career-slider .slick-dots,
.career-slider__inner,
.modal-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

.career-slider__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px
}

.career-slider__inner {
    display: flex;
    flex-direction: column;
    min-height: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.career-slider__text {
    font-size: 16px;
    color: #fff;
    line-height: 1.2
}

.career-slider__link {
    font-size: 16px;
    line-height: 1.2;
    color: #e3000f;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #e3000f;
    width: fit-content;
    margin-top: 10px
}

.career-slider .slick-list {
    margin-right: -30%
}

.career-slider .slick-dots {
    position: absolute;
    bottom: -70px;
    left: 0;
    display: flex;
    margin-top: 70px;
    width: 100%
}

.modal-career {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1195px;
    width: 100%;
    height: 600px;
    background: #fff;
    z-index: 15;
    padding: 50px;
    border-radius: 20px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto
}

.modal-career .btn {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 50px
}

.modal-content__title {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px
}

.modal-content__text {
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    margin-bottom: 20px
}

.modal-content__text:last-child {
    margin-bottom: 36px
}

.modal-content__wrapper {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.service-card__title,
.service-page {
    display: -webkit-box;
    display: -ms-flexbox
}

.modal-content__item {
    max-width: 480px;
    width: 100%
}

.modal-content__item h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px
}

.modal-content__ul li {
    margin-left: 20px
}

.modal-content__ul li:not(:last-child) {
    margin-bottom: 20px
}

.service-main__subtitle {
    font-size: 24px;
    color: #0c0c0c;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

.service-main__text {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 1.625;
    margin-bottom: 50px
}

.service-items {
    padding-bottom: 130px
}

.service-items .news-main__pagination {
    margin-top: 40px
}

.service-card {
    width: 100%;
    padding: 40px 122px 37px;
    position: relative;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    min-height: 300px
}

.service-card::after,
.service-card__bg {
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    z-index: -1
}

.service-card::after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / .8);
    transition: .3s
}

.service-card__red::after {
    background: rgb(227 0 15 / .85)
}

.service-card__bg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s
}

.service-card__num,
.service-card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.service-card__num {
    color: #e3000f;
    margin-bottom: 20px;
    transition: .3s
}

.service-card__title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    transition: .3s
}

.service-card__link,
.service-card__text {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.service-card__title svg {
    margin-left: 7px
}

.service-card__text {
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    margin-bottom: 30px;
    transition: .3s
}

.service-card__link,
.service-sidebar__title {
    text-transform: uppercase
}

.service-card__link {
    display: inline-block;
    width: fit-content;
    border-bottom: 1px solid #fff;
    transition: .3s;
    font-size: 14px;
    line-height: 1.2;
    opacity: 1
}

.service-page {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 100px
}

.service-sidebar {
    max-width: 360px;
    width: 100%;
    border-right: 2px solid #eee
}

.service-sidebar__burger {
    width: 20px;
    height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-sidebar__burger span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block
}

.service-sidebar__list {
    display: block;
    margin-right: 30px;
    position: relative
}

.serivce-free__blog_title,
.serivce-free__blog_title span,
.service-tab__top {
    display: -webkit-box;
    display: -ms-flexbox
}

.service-sidebar__list.service-sidebar__active .service-sidebar__link,
.service-sidebar__list:hover .service-sidebar__link {
    color: #e3000f
}

.service-sidebar__list::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 20px;
    height: 50px;
    background: #e3000f;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service-sidebar__list:not(:last-child) {
    margin-bottom: 30px
}

.service-sidebar__link {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.service-section {
    max-width: 1020px;
    width: 100%;
    position: relative
}

.service-section-top {
    background: #E6E9EC;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 18px 20px 30px;
    margin-bottom: 50px;
    border: 1px solid #e7e9ec
}

.service-section-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .6);
    z-index: -1
}

.service-section-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.service-section-top__title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 82%
}

.service-section-top__text p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625
}

.serivce-free__blog:not(:last-child),
.service-section-top__text p:not(:last-child),
.service-tab__item:not(:last-child) {
    margin-bottom: 30px
}

.service-about {
    margin-bottom: 50px;
    padding-left: 30px
}

.service-about__title,
.service-reason__title {
    font-weight: 400;
    line-height: 1.625;
    margin-bottom: 20px
}

.service-reason__title {
    font-weight: 700;
    font-size: 24px;
    color: #333
}

.service-about__text {
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    overflow: auto
}

.service-reason {
    padding: 28px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
    background: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
    border-radius: 10px;
    margin-bottom: 50px
}

.resume-form__wrapper,
.service-reason__list:not(:last-child) {
    margin-bottom: 20px
}

.serivce-free {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-bottom: 50px
}

.serivce-free__title,
.service-faq__title {
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center
}

.serivce-free__title span {
    color: #e3000f
}

.serivce-free__blog_title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.serivce-free__blog_title span {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e3000f;
    margin-right: 20px;
    line-height: 1.625
}

.serivce-free__blog_title h4 {
    color: #000;
    font-weight: 600
}

.serivce-free__blog_text {
    padding-left: 50px;
    color: #000;
    line-height: 1.625
}

.service-faq,
.service-partner {
    padding-left: 30px;
    padding-bottom: 50px
}

.resume-form__radio,
.service-faq__title br {
    display: block
}

.service-tab__top {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.resume-form__some,
.service-tab__top_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-tab__top h3 {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 600
}

.service-tab__top svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service-tab__top svg path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    stroke: #d1d1d1
}

.service-tab__body {
    padding-left: 44px;
    color: #757575;
    line-height: 1.625;
    font-weight: 400;
    display: none;
    margin-top: 15px
}

.service-tab__active svg path {
    stroke: #e3000f
}

.service-partner__title {
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    margin-bottom: 38px
}

.service-partner__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto
}

.service-partner__item {
    max-width: 215px;
    width: 100%;
    height: 84px;
    -o-object-fit: cover;
    object-fit: cover;
    background: #e6e6e6;
    border-radius: 10px
}

.service-calc {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
    background: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
    border-radius: 10px;
    padding: 20px 0 32px 30px
}

.service-calc__title {
    margin-right: 20px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 27px
}

.service-calc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.service-calc__wrapper input,
.service-calc__wrapper select {
    display: block;
    margin-bottom: 19px;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px -5px rgb(0 0 0 / .05);
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / .05);
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 1.625;
    color: #333;
    max-width: 215px;
    width: 100%;
    border: 1px solid rgb(0 0 0 / .15)
}

.service-calc__lable {
    display: block;
    color: grey;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px
}

.service-calc__board {
    max-width: 420px;
    width: 100%;
    background: #e3000f;
    color: #fff;
    border-radius: 10px 0 0 10px;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.service-calc__board p {
    max-width: 330px;
    width: 100%;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.625
}

.service-calc__board div {
    font-size: 36px;
    line-height: 1.05;
    font-weight: 600
}

.service-calc__subtext {
    font-size: 16px;
    line-height: 2.125;
    color: #c6c6c6;
    margin-top: -19px;
    margin-bottom: 80px
}

.service-calc__submit {
    padding-left: 0;
    padding-right: 0;
    max-width: 225px;
    cursor: pointer;
    margin-right: 38px
}

.service-calc__link {
    font-size: 16px;
    color: #333;
    line-height: 1.1;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -210px
}

.faq-page,
.resume {
    padding-bottom: 60px
}

.faq-page__content {
    padding-top: 30px;
    padding-bottom: 20px
}

.resume .title h1 {
    padding-bottom: 10px
}

.resume-subtitle {
    margin-bottom: 40px
}

.resume-form__top {
    max-width: 732px;
    width: 100%
}

.resume-form__label {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2
}

.resume-form__input {
    width: 100%;
    padding: 14px 20px 15px;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2
}

.resume-form__input::-webkit-input-placeholder {
    color: rgb(0 0 0 / .3)
}

.resume-form__input::-moz-placeholder {
    color: rgb(0 0 0 / .3)
}

.resume-form__input:-ms-input-placeholder {
    color: rgb(0 0 0 / .3)
}

.resume-form__input::-ms-input-placeholder {
    color: rgb(0 0 0 / .3)
}

.resume-form__input::placeholder {
    color: rgb(0 0 0 / .3)
}

.resume-form__middle {
    max-width: 212px;
    width: 100%
}

.resume-form__title {
    font-weight: 600;
    color: #e3000f;
    margin-bottom: 20px
}

.resume-form__radio:checked+.resume-form__radio_label::before {
    background: #e3000f;
    border-color: #e3000f
}

.resume-form__radio_label {
    font-size: 14px;
    line-height: 17px;
    color: rgb(0 0 0 / .5);
    margin-right: 30px;
    margin-left: 10px
}

.resume-form__radio_label::before {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    z-index: 5;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / .2);
    background: 0 0;
    margin-right: 10px
}

.resume-form__some p {
    font-size: 14px;
    line-height: 17px;
    color: rgb(0 0 0 / .2)
}

.resume-form__inner {
    position: relative;
    max-width: 345px;
    width: 100%;
    border: 1px solid #e3000f;
    border-radius: 5px;
    margin-right: 20px
}

.resume-form__inner input[type=file] {
    width: 100%
}

.resume-form ::-webkit-file-upload-button {
    position: relative;
    padding: 0;
    height: 48px;
    width: 168px;
    background: #e3000f;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 17px;
    margin-right: 20px
}

.resume-form__textarea {
    width: 100%;
    padding: 15px 20px 16px;
    min-height: 200px;
    resize: none;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2
}

.resume-form__lang {
    font-size: 14px;
    line-height: 17px;
    color: rgb(0 0 0 / .5);
    margin-right: 60px;
    margin-top: 5px;
    display: inline-block
}

.resume-form__lang span {
    margin-right: 56px
}

.resume-form__lang .resume-form__radio_label {
    margin-right: 20px
}

.resume-form__bottom .btn {
    max-width: 320px;
    cursor: pointer
}

.resume-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.resume-status .resume-form__label {
    margin-right: 20px;
    margin-bottom: 0
}

.resume-status .resume-form__radio_label {
    margin-top: 0
}

@media (max-width:1634px) {
    .service-slider .slick-list {
        margin-right: -15%;
        margin-left: -15%
    }
}

@media (max-width:1471px) {
    .header-la {
        background-size: 100%;
        height: 430px
    }

    .header-content {
        margin-top: 120px
    }

    .header-side {
        width: 40%
    }

    .header-social {
        margin-right: 40px
    }

    .header-slider .slick-arrow {
        bottom: -130px
    }

    .header-slider .slick-arrow.prev-arrow {
        right: unset;
        left: -25px
    }

    .header-slider .slick-arrow.next-arrow {
        right: unset;
        left: 125px
    }

    .header-slider .slick-dots {
        top: 62%;
        bottom: 0;
        right: 0
    }

    .header-slider .slick-dots button {
        border: 1px solid rgb(0 0 0 / .5);
        margin-right: 10px
    }

    .header-media {
        overflow: hidden;
        border-radius: 15px;
        height: 60px !important;
        margin-bottom: 50px !important
    }

    .header-about-img,
    .header-about-info {
        position: relative;
        float: right
    }

    .header-about-quote {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 1%;
        top: 3%
    }

    .header-about-square {
        background: #e3000f;
        position: absolute;
        width: 408px;
        right: 10%;
        bottom: 0;
        height: 340px;
        z-index: -1;
        border-top-left-radius: 55px
    }

    .header-about-square_second {
        z-index: -2;
        position: absolute;
        right: 10%;
        width: 550px;
        height: 300px;
        background: #f1f1f1;
        bottom: 0;
        border-bottom-left-radius: 55px;
        border-top-left-radius: 55px
    }

    .info-about {
        z-index: 5;
        position: absolute;
        left: 47%;
        bottom: 38%
    }

    .header-slider__text {
        font-size: 15px;
        line-height: 1.5;
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px
    }

    .header-slider__title {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media (max-width:1433px) {
    .service-sidebar {
        margin-right: 30px
    }
}

@media (max-width:1404px) {

    .blog-top__text,
    .blog-top__title {
        text-align: center
    }

    .blog-circle {
        display: none
    }

    .blog-top {
        margin: 0 auto 33px
    }

    .blog-top__text {
        margin-bottom: 50px
    }

    .blog-content__wrapper {
        padding-top: 50px
    }

    .blog-content__media {
        margin-top: 0;
        margin-right: 70px
    }

    .blog-main .blog-content__wrapper {
        padding-top: unset
    }
}

@media (max-width:1399px) {
    .career-slider .slick-list {
        margin-right: -5%;
        margin-left: -5%
    }

    .career-slider .slick-slide {
        margin-right: 10px;
        margin-left: 10px
    }
}

@media (max-width:1333px) {

    .stuff-info__list,
    .stuff-side,
    .stuff-top__title h2 {
        text-align: center
    }

    .stuff-blog__tab,
    .stuff-side::before,
    .stuff-top__menu {
        display: none
    }

    .stuff-blog__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stuff-blog__tabs {
        width: 60%
    }

    .stuff-blog__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .stuff-info {
        margin: 0;
        max-width: 500px
    }

    .stuff-info__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .stuff-info__list {
        max-width: 240px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stuff-info__icon {
        margin-right: 0;
        margin-bottom: 16px
    }

    .stuff-side {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        margin-bottom: 48px;
        font-weight: 600
    }

    .stuff-side span {
        color: #e3000f
    }

    .stuff-slider {
        display: block;
        width: 100%
    }
}

.header-media {
    overflow: hidden;
    border-radius: 25px;
    height: 0;
    margin-bottom: 60px
}

@media (min-width:1980px) {
    .header-media {
        height: 0
    }

    .header-slider__title {
        font-size: 48px;
        line-height: 1.4
    }

    .header-slider__text {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 500;
        text-align: center
    }

    .header-btn {
        font-size: 18px
    }

    .info-about img {
        width: 120px
    }

    .header-slider {
        padding: 0 60px
    }
}

.header-about-img,
.header-about-info {
    position: relative;
    float: right
}

.header-about-quote {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 10%;
    top: 3%
}

.header-about-square {
    background: #e3000f;
    position: absolute;
    width: 408px;
    right: 10%;
    bottom: 0;
    height: 340px;
    z-index: -1;
    border-top-left-radius: 55px
}

.header-about-square_second {
    z-index: -2;
    position: absolute;
    right: 10%;
    width: 550px;
    height: 300px;
    background: #f1f1f1;
    bottom: 0;
    border-bottom-left-radius: 55px;
    border-top-left-radius: 55px
}

@media (max-width:1325px) {

    .header-side .info-about,
    .header-slider .slick-dots {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        left: 50%
    }

    .header-la {
        background-position-x: center;
        min-height: auto;
        padding-bottom: 110px
    }

    .header-side,
    .header-side__overlay {
        min-height: 250px;
        border-radius: 70px 70px 0 0
    }

    .header-media {
        height: auto;
        margin-bottom: 100px
    }

    .header-menu__phone,
    .header-menu__phone span {
        color: #000 !important
    }

    .header-menu__call {
        color: #fff !important
    }

    .header-side {
        position: relative;
        width: 100%
    }

    .header-side .info-about {
        transform: translateX(-50%);
        bottom: -64px
    }

    .header-side .info-about p,
    .header-social,
    .info-content__arrow,
    .menu-top .btn,
    .menu-top__close,
    .menu-top__social {
        display: none
    }

    .header-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-slider__title {
        text-align: center
    }

    .header-slider__title::after {
        margin: 20px auto 30px
    }

    .header-slider__text {
        text-align: center;
        margin: 20px auto 40px
    }

    .header-slider .slick-arrow {
        bottom: -25px
    }

    .header-slider .slick-arrow.prev-arrow {
        left: 40%;
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%)
    }

    .header-slider .slick-arrow.next-arrow {
        left: 60%;
        -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        transform: translateX(-60%)
    }

    .header-slider .slick-dots {
        transform: translateX(-50%);
        bottom: 25px
    }

    .header-slider .btn {
        margin: 0 auto 70px
    }

    .menu {
        border-radius: 10px
    }

    .menu-top__social_hidden {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .header.header-scroll .menu,
    .main-header.header.header-scroll .menu {
        top: 75px !important
    }

    .main-header.header .menu {
        top: 135px !important
    }

    .header .menu {
        top: 108px !important
    }

    .info-title {
        max-width: 100%;
        text-align: left
    }

    @media(max-width:580px) {
        .info-title {
            text-align: center
        }
    }

    .info-title h2 {
        text-align: center;
        font-size: 30px
    }

    .info-title h2::after {
        content: "";
        display: block;
        position: relative;
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 20px;
        width: 150px;
        height: 2px;
        background: #e3000f
    }

    .info-content__text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:1230px) {
    .about-choose .stuff-info__menu {
        max-width: 800px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about-choose .stuff-info__list {
        margin-bottom: 20px
    }
}

@media (max-width:1219px) {
    .career-slider .slick-list {
        margin-right: -15%;
        margin-left: -15%
    }
}

@media (max-width:1199.98px) {

    .about-header__content,
    .blog-page .news-page__content,
    .news-page__content,
    .news-page__img,
    .service-section,
    .service-sidebar {
        max-width: 100%
    }

    .service-about__title span,
    .service-faq__title span {
        color: #e3000f
    }

    .about-stuff__title,
    .career-content__info,
    .serivce-free__title,
    .service-about,
    .service-faq__title {
        text-align: center
    }

    .footer-left__inner a {
        margin-right: 30px
    }

    .about-header__title {
        border-radius: 10px 10px 0 0;
        color: #fff;
        padding: 25px 20px
    }

    .about-header__media {
        display: none
    }

    .about-choose__item {
        padding-left: 50px
    }

    .about-stuff__title span {
        color: #e3000f;
        display: block
    }

    .about-stuff__title h2,
    .service-tab__item:not(:last-child) {
        margin-bottom: 20px
    }

    .about-stuff__wrapper {
        grid-template-columns: repeat(2, 460px);
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .news-main__wrapper {
        grid-template-columns: repeat(2, minmax(200px, 460px));
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        grid-row-gap: 30px
    }

    .news-page {
        margin-bottom: 50px
    }

    .news-page__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-page__img {
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 20px
    }

    .blog-page__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blog-page__wrapper .blog-content__media,
    .service-calc__title {
        margin-right: 0
    }

    .contact-map {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 50px
    }

    .career-content,
    .service-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .contact-map__desktop {
        position: static;
        height: 400px
    }

    .contact-map__info {
        position: static;
        max-width: 100%
    }

    .career .blog-main__subtitle {
        margin-bottom: 28px
    }

    .career-content {
        -ms-flex-direction: column;
        flex-direction: column;
        border-right: none;
        border-bottom: 5px solid #e3000f;
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .career-content__img {
        margin-right: 0;
        margin-bottom: 28px
    }

    .service-page {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px
    }

    .service-sidebar {
        margin-right: 0;
        background: #e3000f;
        border-radius: 10px;
        padding: 16px 20px;
        margin-bottom: 20px
    }

    .service-sidebar__top {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .service-sidebar__menu {
        margin-top: 30px;
        display: none
    }

    .service-sidebar__list {
        margin-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / .2);
        padding: 10px 0
    }

    .serivce-free,
    .service-about,
    .service-faq,
    .service-partner {
        padding-left: 0
    }

    .service-sidebar__list:not(:last-child) {
        margin-bottom: 0
    }

    .service-sidebar__list::after {
        display: none
    }

    .service-sidebar__list.service-sidebar__active .service-sidebar__link,
    .service-sidebar__list:hover .service-sidebar__link {
        color: #fff;
        font-weight: 600
    }

    .service-sidebar__link {
        color: #fff
    }

    .serivce-free {
        padding-bottom: 0
    }

    .serivce-free__title {
        margin-bottom: 26px;
        margin-top: 26px
    }

    .service-faq {
        padding-bottom: 30px
    }

    .service-faq__title {
        margin-bottom: 20px
    }

    .service-faq__title br {
        display: block
    }

    .service-partner__title {
        text-align: center;
        margin-bottom: 25px
    }

    .about-header__title {
        background: url(../img/about-title-bg.png) center center/cover no-repeat
    }
}

@media (max-width:1142px) {
    .service-slider .slick-list {
        margin-right: -5%;
        margin-left: -5%
    }

    .service-slider .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 20px
    }
}

@media (max-width:1107px) {
    .career-slider .slick-list {
        margin-right: -25%;
        margin-left: -25%
    }
}

@media (max-width:1006px) {
    .stuff-slider .slick-list {
        margin-left: -5%;
        margin-right: -5%
    }

    .partners .title-shadow {
        margin-bottom: 50px
    }

    .partners .title-shadow h2 span {
        max-width: 970px
    }
}

@media (max-width:1006px) and (max-width:991.98px) {
    .partners .title-shadow h2 span {
        font-size: 70px
    }
}

@media (max-width:991.98px) {

    .about-stuff__name,
    .about-stuff__pos,
    .blog-content__info,
    .blog-page .news-page__text,
    .blog-page__wrapper .news-page__content,
    .footer-left__menu,
    .footer-right__copy,
    .menu-nav,
    .modal-content,
    .service-calc,
    .service-calc__btns,
    .service-card {
        text-align: center
    }

    .not-found__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-nav,
    .menu-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    .not-found__title span {
        font-size: 100px
    }

    .not-found__title span:first-child {
        margin-right: -20px
    }

    .not-found__title span:last-child {
        margin-left: -20px
    }

    .not-found__circle {
        width: 160px;
        height: 160px
    }

    .not-found__inner {
        width: 87px;
        height: 87px
    }

    .not-found__inner img {
        width: 48px
    }

    .not-found__subtitle {
        margin-top: 30px;
        font-size: 36px;
        margin-bottom: 10px
    }

    .not-found__text {
        font-size: 18px
    }

    .header-la {
        background-position-y: center
    }

    .header-menu-top {
        padding-top: 10px
    }

    .blog,
    .menu {
        padding-top: 20px
    }

    .header-menu__logo img {
        width: 141px;
        aspect-ratio: 215 / 54;
        height: auto
    }

    .header-slider__title {
        font-size: 30px
    }

    .menu {
        padding-bottom: 46px;
        overflow-y: scroll;
        max-height: 92vh
    }

    .menu-top {
        flex-direction: column;
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px
    }

    .menu-item__list:not(:last-child),
    .menu-top__inner {
        margin-bottom: 20px
    }

    .menu-top__social_hidden {
        margin-bottom: 0 !important
    }

    .menu-top .btn {
        max-width: 80%
    }

    .menu-top .btn-transparent,
    .service-calc__subtext {
        margin-bottom: 10px
    }

    .menu-nav {
        flex-direction: column;
        margin-bottom: 37px
    }

    .blog-content__wrapper,
    .footer-wrapper,
    .service-calc__wrapper {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical
    }

    .menu-nav__slider {
        display: block
    }

    .footer-right__contact,
    .menu-nav__list,
    .service-card::after,
    .service-card__bg {
        width: 100%
    }

    .menu-nav__list:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }

    .footer-left__copy,
    .footer-right::after,
    .menu-item__wrapper.menu-active__links {
        display: none
    }

    .main-header.header .menu {
        top: 75px !important
    }

    .header .menu {
        top: 78px !important
    }

    .service-slider .slick-list {
        margin-right: -10%;
        margin-left: -10%
    }

    .blog-top {
        margin-bottom: 110px
    }

    .blog-top__menu {
        max-width: 400px;
        width: 100%;
        margin: 0 auto
    }

    .blog-content__wrapper {
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0
    }

    .blog-content__media {
        margin-right: 0;
        height: 300px;
        padding: 15px;
        margin-top: -77px
    }

    .blog-content__play {
        bottom: -65px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .blog-content__img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .blog-content__info {
        padding-top: 90px
    }

    .blog-content__btns {
        margin: 0 auto
    }

    .news-slider .slick-list {
        margin-left: -15%;
        margin-right: -15%
    }

    .faq,
    .partners,
    .service-items {
        padding-bottom: 50px
    }

    .footer {
        padding-bottom: 0
    }

    .footer-wrapper,
    .service-calc__wrapper {
        flex-direction: column
    }

    .footer-left {
        width: 100%;
        padding: 0
    }

    .footer-left__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

    .footer-left__inner a {
        margin-right: 0;
        margin-bottom: 41px
    }

    .footer-left__inner a img {
        width: 92px
    }

    .footer-left__list:not(:last-child) {
        margin-bottom: 35px
    }

    .footer-right {
        width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 38px
    }

    .footer-right__list {
        max-width: 282px;
        width: 100%;
        margin: 0 auto
    }

    .footer-right__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
        display: flex !important;
        flex-wrap: wrap
    }

    .footer-right__copy {
        display: block;
        color: #fff
    }

    .footer .container {
        padding: 0
    }

    .about-info__media {
        max-width: 150px;
        margin-left: 20px
    }

    .about-choose__wrapper {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        margin-bottom: 30px
    }

    .about-choose__item::hover {
        color: #000
    }

    .about-choose__item {
        border: none;
        padding: 18px 22px;
        justify-content: center;
        min-height: auto;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff0));
        background-image: -o-linear-gradient(top, #f2f2f2 0, #fff0 100%);
        background-image: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
        border-radius: 10px
    }

    .about-choose__item::after,
    .about-choose__item::before,
    .about-stuff__wrapper {
        display: none
    }

    .about-choose__item:hover .about-choose__text,
    .about-choose__title h4 {
        color: #000
    }

    .about-choose__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        width: 100%;
    }

    .about-choose__title svg {
        display: block;
        margin-left: 10px
    }

    .about-choose__title h4 {
        width: 90%
    }

    .about-choose__text {
        max-width: 100%;
        display: none;
        padding-top: 20px
    }

    .about-choose .title-hidden {
        display: block;
        margin-bottom: 42px
    }

    .about-stuff__slider {
        display: block;
        width: 100%
    }

    .about-stuff__card {
        max-width: 267px;
        margin: auto;
        min-height: 400px;
    }

    .about-stuff__bottom,
    .blog-main .blog-gray .blog-content__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-stuff__content {
        padding: 0 10px
    }

    .about-stuff__name {
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 0
    }

    .about-stuff__pos {
        font-size: 12px
    }

    .about-stuff__social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-left: 58px;
        padding-right: 58px;
        min-height: 55px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 10px
    }

    .contact-info,
    .modal-content__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .about-stuff__link:not(:last-child) {
        margin-bottom: 0
    }

    .blog-main {
        margin-bottom: 97px
    }

    .blog-main .blog-content {
        padding-bottom: 30px
    }

    .blog-main .blog-content__btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-main .blog-content__play {
        bottom: -64px
    }

    .blog-main .blog-gray .blog-content__play {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }

    .blog-main .blog-media-revert,
    .modal-content__ul li {
        margin-left: 0
    }

    .blog-main .blog-content,
    .blog-main .overflow-hidden {
        height: auto
    }

    .blog-pagination {
        margin: -30px auto 70px
    }

    .blog-page .news-page__text:not(:first-child) {
        margin-top: 15px
    }

    .blog-page__wrapper .blog-content__media {
        margin-bottom: 70px
    }

    .blog-page__wrapper .blog-content__play {
        right: 50%;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
        bottom: -65px
    }

    .contact-info {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 50px
    }

    .contact-info__item {
        max-width: 370px;
        width: 100%;
        margin: 0 auto 25px
    }

    .contact-info__item:nth-child(2) {
        margin: 0 auto 25px
    }

    .modal-career .modal-close {
        top: 7px;
        right: 7px
    }

    .modal-career {
        overflow-y: scroll;
        min-height: 620px;
        height: 620px;
        padding: 30px 20px 20px
    }

    .modal-career .btn {
        margin: 0 auto 20px;
        display: inline-block
    }

    .modal-content__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .modal-content__item {
        max-width: 100%;
        margin-bottom: 20px
    }

    .service-card {
        padding: 20px 15px;
        border-radius: 10px;
        margin-bottom: 20px;
        min-height: 254px
    }

    .service-card__num {
        color: #fff
    }

    .service-card__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff
    }

    .service-card__text {
        color: #fff;
        margin-bottom: 20px
    }

    .service-card__link {
        opacity: 1;
        padding: 16px;
        max-width: 290px;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        border: 1px solid #fff
    }

    .service-calc {
        position: relative;
        padding: 0
    }

    .service-calc__title {
        padding: 20px 20px 0
    }

    .service-calc__wrapper input {
        margin: 0 auto 19px
    }

    .service-calc__form {
        width: 100%;
        padding: 0 20px
    }

    .service-calc__board {
        max-width: 100%;
        text-align: center;
        display: block;
        padding: 10px 20px;
        min-height: 217px
    }

    .service-calc__board p {
        margin: 0 auto 10px
    }

    .service-calc__btns {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 350px;
        width: 100%
    }

    .service-calc__submit {
        background: #fff;
        color: #e3000f;
        margin: 0 auto 10px;
        max-width: 90%;
        width: 100%
    }

    .service-calc__link {
        position: static;
        font-size: 13px;
        color: #fff;
        width: 500px
    }

    .about-stuff__img {
        width: 267px;
        height: 278px
    }

    .menu-nav__list {
        padding-bottom: 0;
        padding-right: 0 !important;
        width: auto
    }

    .menu-nav {
        padding-bottom: 0 !important;
        margin-left: 0
    }
}

@media (max-width:931px) {
    .career-slider .slick-list {
        margin-right: -45%;
        margin-left: -45%
    }
}

@media (max-width:916px) {

    .service-slider .slick-list,
    .stuff-slider .slick-list {
        margin-left: -15%;
        margin-right: -15%
    }
}

@media (max-width:866px) {
    .about-stuff__slider .slick-list {
        margin-left: -10%;
        margin-right: -10%
    }
}

@media (max-width:837px) {
    .service-slider .slick-list {
        margin-right: -20%;
        margin-left: -20%
    }
}

@media (max-width:783px) {
    .service-slider .slick-list {
        margin-right: -25%;
        margin-left: -25%
    }
}

@media (max-width:779px) {
    .stuff-slider .slick-list {
        margin-left: -25%;
        margin-right: -25%
    }
}

@media (max-width:767.98px) {

    .about-info__wrapper,
    .blog-content__btns,
    .contact-info__item,
    .service-top {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical
    }

    .about-info__wrapper,
    .blog-content__btns,
    .career-job__title,
    .contact-info__item,
    .serivce-free__blog_title,
    .service-top {
        -webkit-box-orient: vertical
    }

    .col-sm-12,
    .header-about-img img {
        width: 100%
    }

    .title {
        padding-top: 100px
    }

    .title h1 {
        font-size: 24px;
        padding-bottom: 15px
    }

    .title-shadow h2::after {
        margin: 15px auto 0 !important
    }

    .breadcrumbs,
    .header-menu__list:nth-child(3),
    .header-menu__phone {
        display: none
    }

    .header-menu__logo {
        margin-left: 0
    }

    .header-about-square {
        width: 300px;
        height: 270px;
        border: 0;
        border-radius: 55px
    }

    .header-about-square_second {
        width: 360px;
        height: 230px
    }

    .header-about-img {
        position: relative;
        float: initial;
        text-align: center;
        display: none
    }

    .header-side,
    .header-side__overlay {
        min-height: 104px;
        border-radius: 10px 10px 0 0
    }

    .header-side .info-about {
        bottom: -37px
    }

    .header-side .info-about svg {
        width: 74px;
        height: 74px
    }

    .header-content {
        margin-top: 80px;
        padding-left: 10px;
        padding-right: 10px
    }

    .header-media {
        height: 100% !important;
        border-radius: 0
    }

    .header-la {
        background: inherit;
        height: 470px;
        padding-bottom: 0
    }

    .header-slider .slick-dots {
        display: none !important
    }

    .info-about {
        left: 43%;
        bottom: 73%
    }

    .info-about img {
        width: 60px
    }

    .header-slider__title {
        font-size: 22px;
        margin-bottom: 10px
    }

    .header-slider__title::after,
    .news-top,
    .partners-slider,
    .service-top .btn,
    .subscribe-logo {
        display: none
    }

    .news-hidden,
    .service-hidden {
        display: block
    }

    .header-slider__text {
        font-size: 14px;
        margin: 0 auto 20px
    }

    .header-slider .slick-arrow.next-arrow,
    .header-slider .slick-arrow.prev-arrow {
        width: 50px
    }

    .about-info__icon,
    .header-slider .btn {
        margin: 0 auto 20px
    }

    .header.header-scroll .menu,
    .main-header.header.header-scroll .menu {
        top: 70px !important
    }

    .info {
        padding: 10px 0 10px;
        height: 500px
    }

    .about-choose__title h4,
    .info-title h2,
    .service-faq__title {
        font-size: 18px
    }

    .about-header__text p,
    .faq-blog__title,
    .info-content__text p {
        font-size: 14px;
        line-height: 1.6;
    }
    .info-content__text p {
        min-height: 300px;
        height: 100%;
    }

    .blog-content__date,
    .info-content__text p:not(:last-child) {
        margin-bottom: 20px
    }

    .blog-content,
    .service,
    .stuff {
        padding-bottom: 40px
    }

    .service-top {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .about-stuff__title h2,
    .news-hidden.title-shadow h2,
    .partners .title-shadow h2,
    .service-top .title-shadow h2,
    .stuff-top__title h2 {
        font-size: 24px
    }

    .service-top .title-shadow h2::after {
        margin: 40px auto 0
    }

    .service-top .title-shadow span {
        font-size: 70px;
        top: 15%
    }

    .service-slider {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .service-slider .slick-slide {
        margin: 10px 20px
    }

    .service-hidden .btn {
        margin: 10px auto;
        max-width: 400px
    }

    .service-hidden .btn:first-child {
        margin-top: 18px
    }

    .about-choose .title,
    .blog {
        padding-top: 0
    }

    .blog-top__title h2,
    .contact-map__title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .blog-content__text,
    .blog-top__text {
        font-size: 14px;
        margin-bottom: 30px
    }

    .blog-top__menu {
        max-width: 200px
    }

    .blog-top__link {
        font-size: 14px;
        width: auto;
        padding-bottom: 0
    }

    .blog-top__link.blog-active,
    .blog-top__link:hover {
        font-size: 18px;
        border: none
    }

    .blog-content__media {
        max-width: 320px;
        padding: 8px 15px;
        height: 100%
    }

    .blog-content__play {
        bottom: -38.5px
    }

    .blog-content__play svg {
        width: 77px;
        height: 77px
    }

    .blog-content__info {
        padding-top: 20px
    }

    .blog-content__title,
    .career-slider__title,
    .contact-map__subtitle,
    .modal-content__title {
        font-size: 18px;
        margin-bottom: 20px
    }

    .blog-content__btns {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blog-content__btns .btn {
        max-width: 400px
    }

    .about-info__text,
    .blog-content__btns .btn:not(:last-child),
    .faq-top,
    .footer-left__list:not(:last-child),
    .subscribe-blog__logo,
    .subscribe-blog__title h2 {
        margin-bottom: 20px
    }

    .news-hidden {
        text-align: center
    }

    .news-hidden.title-shadow {
        margin-bottom: 26px
    }

    .news-hidden.title-shadow h2 span {
        font-size: 70px;
        top: 13%
    }

    .news-hidden.title-shadow h2::after {
        margin: 35px auto 0
    }

    .news-hidden .btn {
        max-width: 400px;
        margin: 30px auto 0;
        display: inline-block
    }

    .news-slider .slick-list {
        margin-left: -25%;
        margin-right: -25%
    }

    .subscribe {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .subscribe-blog {
        border-radius: 30px;
        padding: 75px 20px
    }

    .subscribe-blog__input {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        max-width: 500px;
        margin: 0 auto 30px
    }

    .subscribe-blog__submit {
        position: static;
        max-width: 500px;
        margin: 0 auto
    }

    .stuff-top {
        margin-bottom: 24px
    }

    .stuff-info {
        max-width: 320px
    }

    .stuff-info__list {
        max-width: 140px
    }

    .stuff-info__list:not(:last-child) {
        margin-bottom: 30px
    }

    .stuff-side {
        font-size: 24px;
        max-width: 225px;
        width: 100%
    }

    .about-header,
    .faq,
    .partners,
    .service-page,
    .service-partner {
        padding-bottom: 30px
    }

    .partners .title-shadow {
        margin-bottom: 40px
    }

    .partners .title-shadow h2 span {
        font-size: 40px
    }

    .partners-slider-mobile {
        display: block;
        width: 100%
    }

    .faq-top__title {
        margin: 0 auto
    }

    .faq-top .btn,
    .faq-top__title span,
    .service-partner__wrapper {
        display: none
    }

    .faq-top__title {
        text-align: center;
        font-size: 24px
    }

    .faq-top__title p {
        color: #e3000f
    }

    .faq-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 0
    }

    .contact-info,
    .faq-blog {
        margin-bottom: 15px
    }

    .faq-blog__top {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: 15px
    }

    .faq-blog__body p {
        padding-top: 10px
    }

    .about-header__title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .about-info {
        padding: 20px 0;
        min-height: auto
    }

    .about-info__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .about-info__text p,
    .blog-main__text,
    .career-info__text,
    .career-slider__text,
    .modal-content__text,
    .modal-content__ul li,
    .news-page__text,
    .service-about__text,
    .service-card__text,
    .service-reason__list p,
    .service-section-top__text p {
        font-size: 18px;
        text-align: left
    }

    .about-info__media {
        max-width: 100px;
        margin-left: 0
    }

    .about-choose {
        padding: 20px 0 30px
    }

    .about-stuff,
    .news-main {
        padding-bottom: 50px
    }

    .news-main__wrapper {
        grid-template-columns: minmax(200px, 460px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-row-gap: 20px
    }

    .news-main__card {
        padding: 10px;
        min-height: 525px;
        text-align: center;
        border-radius: 10px
    }

    .news-main__img {
        margin-bottom: 10px;
        border-radius: 10px
    }

    .news-main__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .news-main__data {
        margin-bottom: 10px;
        font-size: 14px
    }

    .news-main__title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .news-main__text {
        font-size: 14px;
        line-height: 24px
    }

    .career-content__info,
    .news-main__link,
    .news-page__title,
    .service-card__num,
    .service-reason__title {
        font-size: 16px
    }

    .blog-page .news-main__data,
    .contact-text,
    .news-page {
        margin-bottom: 20px
    }

    .news-page__outer {
        padding-bottom: 0
    }

    .news-page__img {
        height: 246px;
        margin-bottom: 10px;
        border-radius: 10px
    }

    .news-page__text:not(:first-child) {
        margin-top: 10px
    }

    .news-page .news {
        background: #fff;
        padding: 30px 0
    }

    .blog-main__subtitle,
    .service-card__title,
    .service-main__subtitle {
        font-size: 16px;
        margin-bottom: 10px
    }

    .blog-main .blog-content__play {
        bottom: -35px
    }

    .blog-main .blog-content__info {
        padding-top: 58px
    }

    .blog-page {
        margin-bottom: 50px
    }

    .blog-page .blog-main__text {
        margin-bottom: 30px
    }

    .blog-page__wrapper .blog-content__media {
        margin-bottom: 45px
    }

    .blog-page__wrapper .blog-content__play {
        bottom: -39px
    }

    .contact-info__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .contact-info__item img {
        margin: 0 0 10px
    }

    .contact-info__title {
        font-size: 20px
    }

    .contact-map__info {
        padding: 30px 0;
        min-height: auto
    }

    .contact-map__input {
        margin-bottom: 10px !important
    }

    .career-content__img {
        height: 230px
    }

    .career-info {
        padding: 20px
    }

    .career-info__title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.5
    }

    .career-job__title {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 20px
    }

    .career-job__title p {
        margin-right: 0;
        font-size: 18px
    }

    .career-job__title img {
        width: 51px;
        margin-bottom: 10px
    }

    .career-slider {
        margin-bottom: 73px
    }

    .career-slider__item {
        padding: 20px 22px;
        min-height: 250px
    }

    .career-slider__inner {
        min-height: 112px
    }

    .career-slider .slick-dots {
        bottom: -30px
    }

    .modal-content__text:last-child,
    .service-section-top {
        margin-bottom: 20px
    }

    .service-main__text {
        margin-bottom: 20px;
        font-size: 14px
    }

    .service-sidebar {
        margin-top: 100px
    }

    .service-section-top__title {
        margin-bottom: 10px
    }

    .serivce-free__blog:not(:last-child),
    .service-about,
    .service-section-top__text p:not(:last-child) {
        margin-bottom: 20px
    }

    .service-about__title {
        font-size: 18px;
        margin-bottom: 5px
    }

    .serivce-free__blog_title h4,
    .service-calc__board p,
    .service-tab__top h3 {
        font-size: 14px
    }

    .service-reason {
        padding: 20px;
        margin-bottom: 30px
    }

    .serivce-free__blog_title span,
    .service-calc__title,
    .service-reason__list:not(:last-child) {
        margin-bottom: 10px
    }

    .serivce-free__blog_title {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px
    }

    .serivce-free__blog_title h2 {
        font-size: 16px
    }

    .serivce-free__blog_text {
        padding-left: 0;
        font-size: 14px
    }

    .service-tab__top {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service-tab__body {
        padding-left: 0;
        margin-top: 10px
    }

    .service-calc__title {
        font-size: 18px
    }

    .service-calc__board h2 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) and (max-width:575.98px) {
    .news-hidden .btn {
        max-width: 100%
    }
}

@media (max-width:729px) {
    .service-slider .slick-list {
        margin-right: -35%;
        margin-left: -35%
    }
}

@media (max-width:711px) {
    .about-stuff__slider .slick-list {
        margin-left: -20%;
        margin-right: -20%
    }
}

@media (max-width:682px) {
    .stuff-slider .slick-list {
        margin-left: -35%;
        margin-right: -35%
    }
}

@media (max-width:657px) {
    .news-slider .slick-list {
        margin-left: -35%;
        margin-right: -35%
    }
}

@media (max-width:639px) {
    .service-slider .slick-list {
        margin-right: -45%;
        margin-left: -45%
    }
}

@media (max-width:617px) {
    .about-stuff__slider .slick-list {
        margin-left: -30%;
        margin-right: -30%
    }
}

@media (max-width:592px) {
    .stuff-slider .slick-list {
        margin-left: -45%;
        margin-right: -45%
    }
}

@media (max-width:581px) {
    .service-slider .slick-list {
        margin-right: -65%;
        margin-left: -65%
    }
}

@media (max-width:575.98px) {

    .blog-content__btns .btn,
    .menu-top .btn,
    .resume-form__middle,
    .service-hidden .btn {
        max-width: 100%
    }

    .menu-top__title,
    .service-slider__link,
    .service-slider__title {
        font-size: 16px
    }

    .menu-top .btn,
    .news-slider__date,
    .news-slider__text,
    .news-slider__title,
    .resume-form__label {
        font-size: 14px
    }

    .service-slider__item svg {
        margin-top: 0;
        margin-bottom: 0
    }

    .service-slider__text {
        line-height: 1.4
    }

    .news-slider {
        display: block;
        margin-bottom: 20px
    }

    .news-slider__item {
        max-width: 300px;
        padding: 20px;
        min-height: 308px
    }

    .news-slider__top {
        min-height: 90px
    }

    .news-slider__bottom {
        min-height: 120px
    }

    .news-slider__link {
        font-size: 18px;
        width: 114px;
        margin-top: 20px
    }

    .news-slider .slick-dots {
        bottom: -20px
    }

    .news-slider .slick-list {
        margin-left: -45%;
        margin-right: -45%
    }

    .resume {
        text-align: center
    }

    .resume-form__wrapper {
        margin-bottom: 10px
    }

    .resume-form__some {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .resume-form__inner {
        max-width: 302px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .resume-form__lang {
        margin-right: 0;
        text-align: left
    }

    .resume-form__lang span {
        margin-right: 20px
    }

    .resume-form__lang .resume-form__radio_label {
        margin-right: 10px
    }

    .resume-form__bottom .btn {
        margin: 0 auto
    }
}

@media (max-width:575px) {
    .career-slider .slick-slide {
        margin-right: 5px;
        margin-left: 5px
    }
}

@media (max-width:541px) {
    .about-stuff__slider .slick-list {
        margin-left: -40%;
        margin-right: -40%
    }
}

@media (max-width:538px) {
    .career-slider .slick-list {
        margin-right: -75%;
        margin-left: -75%
    }
}

@media (max-width:534px) {
    .stuff-slider .slick-list {
        margin-left: -60%;
        margin-right: -60%
    }
}

@media (max-width:512px) {
    .news-slider .slick-list {
        margin-left: -55%;
        margin-right: -55%
    }
}

@media (max-width:491px) {
    .about-stuff__slider .slick-list {
        margin-left: -50%;
        margin-right: -50%
    }
}

@media (max-width:488px) {
    .service-slider .slick-list {
        margin-right: -75%;
        margin-left: -75%
    }
}

@media (max-width:473px) {
    .stuff-slider .slick-list {
        margin-left: -70%;
        margin-right: -70%
    }
}

@media (max-width:465px) {
    .news-slider .slick-list {
        margin-left: -65%;
        margin-right: -65%
    }
}

@media (max-width:448px) {
    .about-stuff__slider .slick-list {
        margin-left: -60%;
        margin-right: -60%
    }
}

@media (max-width:444px) {
    .stuff-slider .slick-list {
        margin-left: -80%;
        margin-right: -80%
    }
}

@media (max-width:441px) {
    .service-slider__item {
        width: 297px;
        height: 350px;
        margin-bottom: 10px
    }

    .service-slider .slick-dots {
        margin-top: 20px;
        margin-bottom: 30px
    }
}

@media (max-width:412px) {
    .career-slider .slick-list {
        margin-right: -85%;
        margin-left: -85%
    }
}

@media (max-width:408px) {
    .about-stuff__slider .slick-list {
        margin-left: -65%;
        margin-right: -65%
    }
}

@media (max-width:397px) {
    .stuff-slider .slick-list {
        margin-left: -90%;
        margin-right: -90%
    }
}

@media (max-width:396px) {
    .service-slider .slick-list {
        margin-right: -80%;
        margin-left: -80%
    }
}

@media (max-width:386px) {
    .about-stuff__slider .slick-list {
        margin-left: -75%;
        margin-right: -75%
    }
}

@media (max-width:383px) {
    .news-slider .slick-list {
        margin-left: -85%;
        margin-right: -85%
    }
}

@media (max-width:376px) {
    .service-slider .slick-list {
        margin-right: -90%;
        margin-left: -90%
    }

    .career-slider .slick-list {
        margin-right: -95%;
        margin-left: -95%
    }
}

@media (max-width:368px) {
    .stuff-slider .slick-list {
        margin-left: -97%;
        margin-right: -97%
    }
}

@media (max-width:364px) {
    .about-stuff__slider .slick-list {
        margin-left: -85%;
        margin-right: -85%
    }
}

@media (max-width:354px) {
    .service-slider .slick-list {
        margin-right: -95%;
        margin-left: -95%
    }
}

@media (max-width:335px) {
    .about-stuff__slider .slick-list {
        margin-left: -95%;
        margin-right: -95%
    }
}

.service_list ul {
    max-width: 800px;
    margin: 30px auto 20px;
    display: block
}

.service_list ul li {
    padding: 20px 20px 20px 40px;
    display: block;
    position: relative;
    background-color: #f3f3f3;
    font-size: 18px;
    text-align: left;
    margin: 10px
}

.service_list ul li:before {
    overflow: visible;
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 20px;
    min-width: 0;
    width: 100%;
    max-width: 17px;
    max-height: 17px;
    min-height: 0;
    height: 100%
}

table {
    box-shadow: rgb(255 255 255 / .2);
    border-collapse: collapse
}

thead tr th {
    font-weight: 600;
    font-size: 14px
}

table tbody tr:nth-child(odd) {
    background-color: #efefef;
    padding: 10px
}

tbody tr td {
    border: 1px solid #e3000f;
    font-size: 14px
}

.important {
    background: #f2f2f2;
    padding: 8px 8px 8px 40px;
    border-radius: 10px
}

.important:after {
    content: "!";
    color: #ff0
}

@media (max-width:767.98px) {
    .resume-status {
        flex-direction: column;
        align-items: center
    }

    .resume-status .resume-form__label,
    .resume-status .resume-form__radio_label {
        margin-right: 0
    }

    .resume-form__inner {
        max-width: 100%
    }
}

.hover-effect {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 82px;
    height: 200px;
    z-index: 7
}

.hover-telegram {
    bottom: 20px;
    position: fixed
}

.hover-whatsapp {
    position: fixed;
    bottom: 100px
}

.icon-svg {
    bottom: 3rem;
    position: fixed
}

.service-table table {
    border-radius: 13px;
    border-style: hidden;
    overflow: hidden
}

.service-table table tr td,
.service-table table tr th {
    border: 5px solid #fff;
    font-size: 14px;
    text-align: center
}

.service-table table tr th {
    font-weight: 600;
    background: #fff
}

.service-table table tr td {
    background: #e6e9ec
}

.service-table table tbody tr td:first-child {
    background: #fff;
    position: relative;
    min-width: 120px
}

.service-table table tbody tr td:first-child div {
    z-index: 3;
    background: #e3000f;
    color: #fff;
    padding: 13px 0;
    border-radius: 13px;
    width: 126px;
    position: absolute;
    top: 25%
}

.service-table table tbody tr td:nth-child(2) {
    padding-left: 20px
}

.service-table table tbody tr:first-child td:nth-child(2) {
    border: 5px solid #fff;
    font-size: 14px;
    background: #e6e9ec;
    border-top-left-radius: 13px;
    text-align: center
}

.service-table table tbody tr:first-child td:last-child {
    border-top-right-radius: 13px
}

.service-table table tbody tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 13px
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%
}

@media (min-width:767.98px) {
    .service-section-right-content {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .service-section-top__text__bg {
        background-image: url(https://legalact.uz/public/img/icons/service-icons/Vector.svg);
        background-repeat: no-repeat;
        position: relative;
        width: 280px;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .service-section-top__text__img {
        background-image: url(https://legalact.uz/public/img/Feruza.png)
    }
}

@media (max-width:767.98px) {
    .service-section-top__text__bg img {
        display: none
    }
}

.tariff-item {
    border-radius: 15px;
    width: 298px;
    min-height: 100px;
    background: #d9d9d920;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: fit-content
}

.tariff-item__header {
    background-image: url(https://legalact.uz/public/img/tariff_header_bg.webp);
    background-repeat: no-repeat;
    font-size: 18px;
    width: 100%;
    background-position: center;
    background-size: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.tariff-item__header__item {
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    min-height: 136px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center
}

.tariff-item__content {
    padding: 20px
}

.tariff-item__content div {
    text-align: left;
    margin-left: 24px;
    position: relative;
    margin-bottom: 10px
}

.tariff-item__content div::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #27ae60;
    display: block;
    position: absolute;
    left: -20px;
    border-radius: 125px;
    top: 7%;
    padding-right: 10px
}

.tariff-item__submit {
    height: 64px
}

.tariff-item__submit a {
    text-align: center;
    font-weight: 600;
    color: #fff;
    height: 100%;
    vertical-align: middle;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.tariff-item__submit .popup-submit {
    margin-bottom: 0 !important;
    border-radius: 0 0 13px 13px;
    font-size: 18px;
    font-weight: 500;
    text-transform: none
}

.tariff-item__price {
    text-align: right;
    padding: 20px
}

.tariff-item__price span {
    font-size: 48px;
    font-weight: 500
}

.border-gray {
    border-bottom: 1px solid silver;
    margin-left: 20px;
    margin-right: 20px
}

.justify-center {
    justify-content: center
}

align-center {
    align-items: center
}

.service-section-top__text a {
    color: #27AE60
}

.news-slider__title a h6 {
    font-size: 18px
}

.we-offer-item {
    background: linear-gradient(180deg, #f2f2f2 0, #fff0 100%);
    padding: 15px;
    border-radius: 15px
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.hover-telegram a {
    display: block
}

.hover-whatsapp a {
    display: block
}

strong {
    font-weight: 600
}

b {
    font-weight: 600
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calc-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    color: grey;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calc-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.calc-checkbox:hover input~.calc_checkmark {
    background-color: #ccc
}

.calc-checkbox input:checked~.calc_checkmark {
    background-color: #2196F3
}

.calc_checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.calc-checkbox input:checked~.calc_checkmark:after {
    display: block
}

.calc-checkbox .calc_checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.calc_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #8f8f8f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calc_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.calc_radio:hover input~.calc_checkmark {
    background-color: #ccc
}

.calc_radio input:checked~.calc_checkmark {
    background-color: #2196F3
}

.calc_checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.calc_radio input:checked~.calc_checkmark:after {
    display: block
}

.calc_radio .calc_checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.about-choose__title div {
    font-size: 20px;
    font-weight: 500
}

.page-title {
    margin-right: 20px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 27px
}

.list-arrow-right ul li {
    list-style-image: url(https://legalact.uz/img/icons/arrow-right.webp) !important;
    list-style: inside;
    line-height: 1.6rem;
    text-align: left
}

.about-choose__title:hover {
    color: red !important
}

.about-choose__item:hover {
    color: #000
}

.title_red_num {
    color: #ffffff !important;
    background: #e3000f;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    text-align: center;
    font-weight: 400;
    margin-right: 4px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 0
}

.font-500 {
    font-weight: 500
}

@media(max-width:786px) {
    .title div span {
        text-align: left
    }

    .title div {
        font-size: 16px
    }

    .service-section-top__text p a {
        color: #e3000f
    }

    @media (min-width:768px) {
        .col-md-1 {
            -webkit-flex: 0 0 8.333333%;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%
        }

        .col-md-2 {
            -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%
        }

        .col-md-3 {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-md-4 {
            -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%
        }

        .col-md-5 {
            -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
        }

        .col-md-6 {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-md-7 {
            -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%
        }

        .col-md-8 {
            -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%
        }

        .col-md-9 {
            -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-md-10 {
            -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%
        }

        .col-md-11 {
            -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%
        }

        .col-md-12 {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
    }

    .service-slider__icon {
        display: block
    }
}

.mr-0 {
    margin-right: 0
}

.footer-left__list a h4 {
    text-align: left;
    padding: 0 10px
}

.service-about__text h2 {
    font-size: 20px;
    font-weight: 600
}

.service-table {
    overflow: auto
}

.service-about__text h3 {
    font-size: 18px;
    font-weight: 500;
    color: #e3000f
}

.align-start {
    align-items: start !important
}

@media(max-width:470px) {

    .service-card__link,
    .service-sidebar__title {
        color: #fff
    }
}

@media(max-width:480px) {
    .service-table {
        overflow: scroll
    }

    .info-content {
        padding: 0 20px
    }

    .header-about-img,
    .header-about-info {
        padding: 0 20px
    }
}

.service-table table tbody tr td:first-child span {
    z-index: 3;
    background: #e3000f;
    color: #fff;
    padding: 8px 0;
    border-radius: 52px;
    position: absolute;
    top: 25%;
    height: 35px;
    width: 35px;
    right: -20px
}

@media(max-width:476px) {
    .header-slider__item {
        height: 273px;
        margin-bottom: 30px
    }
}

.calc_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%
}

.calc_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .2)
}

.font-italic {
    font-style: italic
}

.text-info {
    background: #f2f2f2;
    border-left: 2px solid #e3000f;
    padding: 1rem 1rem 1rem 1.5rem;
    margin: .5rem0
}

.tariff-item__header__accounting {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    background: #c62c24;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    color: #fff;
    padding: 10px 0
}

.font-bold {
    font-weight: 700
}

.faq-blog__body ul li,
.text-red {
    color: #e3000f
}

.text-left {
    text-align: left
}

.mr-2 {
    margin-right: .5rem
}

.mt-2 {
    margin-top: 8px
}

.mt-3 {
    margin-top: 12px
}

.mt-4 {
    margin-top: 16px
}

.request-faq-number,
.request-faq-number-black {
    height: 4px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px;
    position: relative;
    text-align: center
}

.pt-0 {
    padding-top: 0 !important
}

.request-faq-number {
    background: #fff
}

.request-faq-number-black {
    background: #000
}

.request-faq-number span,
.request-faq-number-black span {
    position: absolute;
    top: -14px;
    right: 0;
    background: #000;
    padding: 10px;
    border-radius: 29px;
    color: #fff;
    text-align: center
}

.faq-blog__body p {
    width: 90%;
    text-align: justify
}

.popup {
    overflow: auto;
    height: 100%;
    max-height: fit-content
}

.request-red-line {
    height: 2px;
    background: #e3000f;
    margin-top: 8px;
    margin-bottom: 8px
}

.pop-up-select {
    margin-bottom: 15px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 10px 10px -5px rgb(0 0 0 / .05);
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / .05);
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 15px 20px;
    line-height: 1.625;
    color: #949494;
    width: 100%;
    margin-top: 15px;
    position: unset;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(https://www.svgrepo.com/show/80156/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px)
}

.overflow-scroll {
    overflow: auto;
    height: 100%;
    max-height: 100vh
}

.ml-4 {
    margin-left: 1rem
}
