/*!  ANDONA | (c) 2020 https://www.andona.click | web@andona.click */
@charset "utf-8";
:root {
    --color: #575d72;
    --red: #d22d2d;
    --muted-color: #c6c8ca;
}

#as-site-header {
    position: relative;
    z-index: 100;
}

#as-site-header > .uk-section {
    padding: 10px 0;
    font-size: 14px;
}

#as-header-phone {
    font-size: 24px;
}

h1 .txt {
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}

.as-title, .uk-modal-title {
    color: #31343a;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.as-li ul:not([class]),
ul.as-li,
.as-li ol:not([class]),
.as-li ol:not([class]) li {
    list-style: none;
    padding: 0;
}

.as-li ul:not([class]) > li,
ul.as-li > li {
    position: relative;
    padding-left: 20px;
}

.as-li ul:not([class]) > li::before,
ul.as-li > li::before {
    content: '';
    background-color: var(--red);
    width: 3px;
    height: 3px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px rgba(66, 72, 81, 0.2);
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 10px;
}

.as-li ol:not([class]) {
    counter-reset: myCounter;
}

.as-li ol:not([class]) li::before {
    counter-increment: myCounter;
    content: counter(myCounter) '.';
    color: var(--red);
    font-weight: bold;
    margin-right: 10px;
}

.as-header {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.as-header * {
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
}

.as-header::before,
.as-header::after {
    display: block;
    content: '';
    height: 2px;
}

.as-header-bottom {
    font-family: Ubuntu, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    position: relative;
    margin-bottom: 30px;
    line-height: 0;
    z-index: 3;
}

.as-header-bottom * {
    margin: 0;
    line-height: 1.5;
}

.as-header-bottom .uk-heading-small {
    margin: 0 0 20px 0;
}

.as-header-bottom .uk-heading-medium {

}

.as-header-bottom > :last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.as-header-bottom::after {
    display: inline-block;
    content: '';
    width: 60px;
    height: 2px;
    background-image: linear-gradient(to right,
    var(--red) 0px,
    var(--red) 36px,
    transparent 36px,
    transparent 42px,
    var(--muted-color) 42px,
    var(--muted-color) 48px,
    transparent 48px,
    transparent 54px,
    var(--muted-color) 54px,
    var(--muted-color) 60px
    );
}

#as-header-center > .uk-grid-margin {
    margin-top: 10px;
}

#as-navbar .uk-button {
    font-size: 12px;
}

.as-form-icon .uk-input,
.as-form-icon .uk-select,
.as-form-icon .uk-textarea {
    border-width: 1px;
    border-color: rgb(234, 234, 234);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(252, 252, 252);
    padding-left: 50px !important;
    height: 58px !important;
    color: #6e6e6e;
}

.as-form-icon .uk-form-icon {
    padding-left: 4px;
    height: 58px;
    z-index: 5;
}

.as-form-icon .uk-textarea {
    height: 140px !important;
    padding-top: 15px;
}

.uk-dropdown {
    width: 240px;
}

#as-navbar .uk-dropdown li::before {
    content: none;
}


#as-hero .as-header-bottom * {
    line-height: 1;
}

#as-hero-img {
    max-width: none;
    bottom: -75px;
    right: -175px;
}

#as-hero .uk-button-large {
    padding: 10px;
}

/* .as-advantages */
.as-advantages {
    font-size: 14px;
}

.as-advantages figure {
    margin: 0;
    width: 100%;
    height: 158px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 2px;
}

.as-advantages figure hr {
    position: relative;
    display: block;
    margin: 15px 0 0;
    border: none;
    width: 26px;
    height: 2px;
    background-color: var(--red);
}

.as-advantages figure hr::before,
.as-advantages figure hr::after {
    position: absolute;
    top: 0;
    content: '';
    width: 12px;
    height: 2px;
}

.as-advantages figure hr::before {
    box-shadow: 8px 0 0 0px var(--muted-color);
    left: 20px;
}

.as-advantages figure hr::after {
    box-shadow: -8px 0 0 0px var(--muted-color);
    right: 20px;
}

.as-advantages figure + * {
    padding: 15px;
}

#as-txt_we {

}

#as-txt_we-img {

}


.as-card > * {
    margin: 15px 0;
}

.as-card-img {
    border-width: 1px;
    border-color: rgb(232, 233, 236);
    border-style: solid;
    width: 308px;
    height: 169px;
    line-height: 169px;
    margin: 0;
}

.as-card-img img {
    max-width: 100%;
}

.as-card .uk-card-title {
    min-height: 38px;
}

.cena {

}

.as-card-button {
    max-width: 310px;
}

.as-card .uk-button {
    padding: 0 20px;
    width: 100%;
}

/* .as-value */
.as-value-block {
    position: relative;
}

.as-value-block input[type=number]::-webkit-inner-spin-button,
.as-value-block input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.as-value-block input[type=number] {
    -moz-appearance: textfield;
}

.as-value {
    padding-left: 5px;
    padding-right: 30px;
    width: 64px;
    text-align: center;
}

.as-value-plus,
.as-value-minus {
    position: absolute;
    height: 25px;
    width: 24px;
    right: 0;
    color: #1e2b48;
    border-left: 1px solid rgb(232, 233, 236);
    z-index: 3;
}

.as-value-plus {
    top: 0;
    line-height: 23px;
    border-bottom: 1px solid rgb(232, 233, 236);
}

.as-value-minus {
    bottom: 0;
    height: 24px;
    line-height: 23px;
}

.as-value-plus:hover,
.as-value-minus:hover {
    color: #b91e43;
    cursor: pointer;
}

.as-cat-title {
    font-size: 14px;
}


#as-w_discount {
    background-repeat: no-repeat;
    color: #31343a;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

#as-w_discount > div {
    width: 100%;
}

#as-w_discount-img {
    right: 7%;
}


.as-w_catalogue .uk-overlay-primary {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(49, 52, 58) 0%, rgba(49, 52, 58, 0) 100%);
}

.as-w_catalogue .uk-divider-small {
    margin-top: 5px;
}


#as-form-help-img {
    right: 13%;
}

#as-w_scheme {

}

#as-w_scheme mark {
    position: absolute;
    top: 85px;
    left: calc(50% - 40px);
    background-color: transparent;
    width: 80px;
    height: 80px;
    line-height: 1;
    color: rgba(49, 52, 58, 0.05);
    font-weight: bold;
    font-size: 82px;
    transition: color .3s ease-out;
}

#as-w_scheme .uk-card:hover mark {
    color: rgba(49, 52, 58, 0.2);
}

#as-w_scheme .uk-icon {
    color: rgba(49, 52, 58, 0.3);
    position: absolute;
    top: 75px;
    left: calc(30px - 12px);

}

#as-txt {
    background-color: #FBFBFB;
}


#as-w_txt8-img {
    left: 50px;
    max-width: none;
}

#as-causes {
    font-size: 14px;
}

#as-causes mark {
    display: inline-block;
    border-radius: 2px;
    background-color: var(--red);
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 15px;
    font-family: Ubuntu, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

#as-causes .uk-card p {
    margin: 0;
}

#as-reviews {
    min-height: 690px;
}

#as-reviews-container .as-quote {
    margin: -5px 0 -5px -5px;
}

#as-reviews-container blockquote {
    font-size: 16px;
    font-style: normal;
}

#as-reviews-container cite {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
}

#as-reviews-container .as-slidenav-block {

}

#as-reviews-container .uk-divider-small::after {
    background-image: linear-gradient(to right,
    var(--red) 0px,
    var(--red) 36px,
    transparent 36px,
    transparent 42px,
    var(--muted-color) 42px,
    var(--muted-color) 48px,
    transparent 48px,
    transparent 54px,
    var(--muted-color) 54px,
    var(--muted-color) 60px
    );
}

#as-form-consultation-img {
    right: 7%;
}

/* #as-site-footer */
#as-site-footer {
    font-size: 14px;
}

#as-footer-phone {
    font-size: 16px;
}

#as-site-footer,
#as-site-footer a {
    color: rgba(255, 255, 255, 0.7);
}

#as-footer-bottom .as-header-bottom {
    margin-bottom: 15px;
}

#as-footer-bottom .as-header-bottom b {
    display: block;
    line-height: 1;
}

#as-copy {
    color: rgba(255, 255, 255, 0.3);
}

#as-footer-list-menu .uk-nav > li > a {
    font-size: 12px;
}

#as-footer-list-menu .uk-nav > li > a:hover {
    color: #fff;
}

#as-footer-list-menu ul.as-li > li::before {
    top: 11px;
    border-color: #31343a;
    box-shadow: 0px 0px 0px 1px rgba(212, 212, 212, 0.2);
}

#as-site-footer .uk-grid-divider > :not(.uk-first-column)::before {
    opacity: 0.102;
}

#as-w_not-doc-img {
    right: 3%;
}

.as-w_not-doc-txt {
    font-size: 22px;
}

/* */
#as-ttop {
    position: absolute;
    top: 200vh;
    right: 40px;
    width: 40px;
    height: 0;
    line-height: 0;
    text-align: center;
}

#as-ttop a {
    display: block;
    color: #fff;
    z-index: 5;
    background: rgba(49, 52, 58, 0.85);
    border-radius: 2px;
    box-shadow: 0px 0px 0px 5px rgb(230, 231, 236);
    opacity: 0;
    width: 0;
    height: 0;
}

#as-ttop a:hover {
    background: var(--red);
}

#as-ttop a.uk-active {
    width: 40px;
    height: 40px;
    line-height: 36px;
    opacity: 1;
    top: auto !important;
    bottom: 100px;
}

div.wpcf7 form .ajax-loader {
    display: none;
}

form span.wpcf7-not-valid-tip,
form div.wpcf7-validation-errors,
form div.wpcf7-acceptance-missing {
    margin: 0;
    border: none;
    font-size: 12px;
    line-height: 1.2;
}


.as-item-title {
    line-height: 1.4;
}

.as-img-item {
    height: 260px;
    line-height: 260px;
    width: 100%;
    border-width: 1px;
    border-color: #e8e9ec;
    border-style: solid;
    box-sizing: border-box;
}

.as-img-item img {
    /*height: 100%;*/
    max-height: 100%;
}

.as-w_galery .uk-card {
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
}

#as-w_random-popular .uk-slider-container .as-card {
    margin: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
}

.as-slidenav-block-slider {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.as-w_galery .uk-card-default.uk-card-hover:hover,
#as-w_random-popular .uk-slider-container .as-card:hover {
    box-shadow: 0px 8px 21px 0px rgba(185, 191, 205, 0.5);
}

.as-w_galery .uk-card a {
    display: block;
    border-width: 1px;
    border-color: rgb(232, 233, 236);
    border-style: solid;
}

.as-price {
    font-size: 22px;
}

.as-price b {
    font-size: 16px;
}

.as-w-item {
    margin-top: -40px;
}

.as-list-adv {
    font-size: 14px;
}

.as-list-adv > .uk-grid-margin {
    margin-top: 10px;
}

#as_faq {

}

#as_faq .uk-accordion {

}

#as_faq .uk-accordion-title {
    font-weight: bolder;
}

#as_faq .uk-accordion-title::before {
    border: 1px solid #eee;
    box-sizing: border-box;
}

#as_faq .uk-accordion-content {
    background: #e6e7ec;
    margin-left: 5px;
    margin-right: 50px;
    padding: 25px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .08);
}





/* RESP */

@media (min-width: 640px) {
    #as-site-header .uk-icon > * {
        opacity: 0.5;
    }

    h1 .txt {
        font-size: 28px;
    }

    #as-header-phone {
        font-size: 16px;
    }

    .as-header::before,
    .as-header::after {
        width: 26px;
        background-color: var(--red);
    }

    .as-header::before {
        box-shadow: 6px 0 0 0px #fff, 12px 0 0 0px var(--muted-color), 18px 0 0 0px #fff, 24px 0 0 0px var(--muted-color);
        margin-right: 50px;
    }

    .as-header::after {
        box-shadow: -6px 0 0 0px #fff, -12px 0 0 0px var(--muted-color), -18px 0 0 0px #fff, -24px 0 0 0px var(--muted-color);
        margin-left: 50px;
    }

    .home #as-w_catalogue {
        padding-top: 0;
    }

    .as-w_catalogue .uk-divider-small {
        margin-top: 10px;
    }

    #as-w_scheme .uk-icon {
        top: 40px;
        left: calc(50% + 40px);
    }

    #as-w_scheme figure + div {
        margin-top: 50px;
    }

    #as-w_scheme ul > li:not(:last-child) .uk-icon {
        transform: scale(-1, 1)
    }
}

@media (min-width: 960px) {
    #as-w_discount {
        height: 560px;
    }

    .as-w-item {
        margin-top: -60px;
    }

    .as-item-title,
    .as-w-item ins {
        font-size: 36px;
    }

    .as-img-item {
        height: 330px;
        line-height: 330px;
    }
}

@media (min-width: 1200px) {
    .as-header * {
        font-size: 42px;
    }

    .as-header .uk-h3, .as-header h3, .uk-h3, h3 {
        font-size: 36px;
    }

    .as-header_search {
        margin-top: 60px;
    }

    .uk-navbar-nav li {
        position: relative;
    }

    .uk-navbar-nav li:not(:first-child)::before {
        content: '';
        background-color: #d22d2d;
        width: 3px;
        height: 3px;
        border: 1px solid #fff;
        box-shadow: 0px 0px 0px 1px rgba(66, 72, 81, 0.2);
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .uk-navbar-nav > li:first-child > a {
        margin-left: 0;
        padding-left: 0;
    }

    .uk-navbar-nav > li:last-child > a {
        margin-right: 0;
        padding-right: 0;
    }

    .uk-navbar-nav > li > a {
        margin: 0 10px;
        padding: 0 20px;
    }

    #as-w_txt8 {
        background: url(../img/bg-8.png), linear-gradient(to right, #ffffff, #F8F8F8);
    }

    #as-advantages-top {
        background: url(../img/dec2.png), url(../img/dec3.png);
        background-position: 2% 50%, 98% 94%;
        background-repeat: no-repeat;
    }

    #as-advantages-top .uk-slider-container {
        overflow: visible;
        pointer-events: none;
    }

    #as-w_random-popular {
        background: url(../img/dec2.png), url(../img/dec1.png), url(../img/dec1.png), url(../img/dec4.png);
        background-position: 2% 12%, 98% 24%, 7% 74%, 99% 94%;
        background-repeat: no-repeat;
    }

    .as-img-item-block {
        width: 640px;
    }

    .page-id-8 #as-site-section {
        background: url(../img/dec2.png);
        background-position: 2% 100px;
        background-repeat: no-repeat;
    }

    .page-id-8 #as-site-content {
        background: url(../img/dec3.png);
        background-position: 98% 94%;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1400px) {
    #as-form-consultation-img {
        right: 20%;
    }

    #as-w_not-doc-img {
        right: 10%;
    }
}

/* max */
@media (max-width: 1199px) {
    .as-card-button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 959px) {
    #as-w_discount {
        padding-top: 0px;
        text-align: center;
    }

    .as-card .uk-button {
        padding: 5px 15px;
        line-height: 1.5;
        min-height: 50px;
    }

    #as-txt {
        padding-top: 50px;
        padding-bottom: 0;
    }

    li > .uk-card {
        animation-name: none !important;
    }
}


/* #################### ############ ############ #as-offcanvas */
#as-offcanvas {
    top: 60px;
}

#as-offcanvas .uk-offcanvas-bar {
    background: #fff;
}

#as-offcanvas * {
    color: #424851;
    font-size: 13px;
}

#as-offcanvas .uk-offcanvas-close {
    background: #31343a;
    color: var(--red);
    top: -60px;
    left: 0;
    right: auto;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    z-index: 555;
}

#as-offcanvas .uk-offcanvas-close * {
    color: var(--red);
}

#as-offcanvas-menu li {
    position: relative;
}

#as-offcanvas-menu li::before {
    content: '';
    background-color: #d22d2d;
    width: 3px;
    height: 3px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px rgba(66, 72, 81, 0.2);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#as-offcanvas-menu li > a {
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
}

#as-offcanvas .uk-offcanvas-bar hr {
    border-top-color: rgb(232, 233, 236);
}

#as-offcanvas-content {

}

#as-offcanvas-phone * {
    font-size: 14px;
}

#as-bl-1-txt {
    max-width: calc(100% - 150px);
    margin-bottom: 30px;
    font-size: 14px;
}

#as-bl-1-img {
    position: absolute;
    right: -15px;
    bottom: 10px;
}

#as-bl-1-btn {

}

@media (max-width: 959px) and (min-width: 640px) {

}

/* #################### ############ ############ 639 */
@media (max-width: 639px) {
    #as-copy {
        font-size: 12px;
    }

    #as-navbar {
        background: #31343a;
    }

    #as-navbar > .uk-container {
        padding: 0;
    }

    #as-l-ico {
        width: 60px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    #as-r-ico {
        width: 60px;
        color: #fff;
    }

    #as-hero .as-header-bottom h1, .uk-h1, h1,
    .uk-heading-medium, .as-header-bottom .uk-heading-medium {
        font-size: 28px;
        line-height: 34px;
    }

    #as-hero h1 .txt {
        display: block;
        margin: 20px 0 15px;
    }

    .uk-section-large {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #as-header-center {
        margin-left: -15px;
    }

    #as-offcanvas-phone,
    #as-footer-phone {
        text-decoration: underline;
    }

    #as-footer-first-block,
    #as-footer-list-menu {
        text-align: left;
    }

    #as-form-help,
    #as-form-consultation,
    #as-site-footer,
    #as-w_not-doc {
        text-align: center;
    }

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

    #as-w_scheme .as-header::after {
        display: block;
        content: '';
        height: 2px;
        margin-top: 20px;
    }

    #as-w_scheme .as-header::after,
    .as-header::after {
        width: 60px;
        background-image: linear-gradient(to right,
        #c6c8ca 0,
        #c6c8ca 6px,
        transparent 6px, transparent 12px,
        #d22d2d 12px, #d22d2d 48px,
        transparent 48px, transparent 54px,
        #c6c8ca 54px, #c6c8ca 60px);
    }

    .as-header::after {
        margin-top: 20px;
    }

    #as-w_scheme .as-header::before,
    .as-header::before,
    #as-footer-list-menu::before,
    #as-footer-last-block::before,
    #as-footer-list-menu ul.as-li > li::before {
        content: none;
    }

    #as-footer-list-menu ul.as-li > li {
        position: relative;
        padding-left: 0;
    }

    #as-footer-list-menu {
        margin-top: 40px;
    }

    #as-footer-last-block {
        margin-top: 10px;
    }

    .uk-slidenav {
        width: 80px;
    }

    .as-mi-btn {
        width: 100%;
    }

    .as-mi-btn + .as-value-block {
        margin-left: 10px;
    }

    .home #as-site-content {
        display: flex;
        flex-direction: column;
    }

    .home #as-hero {
        order: -1;
    }

    .home #as-catalogue { /* Каталог популярных удостоверений */
        order: 22;
    }

    #as-txt_we {
        order: 27;
    }

    .home #as-advantages-top { /* Преимущества */
        background-color: #F6F6F6;
        order: 33;
    }


    .home #as-form-consultation /* Бесплатная консультация */
    {
        order: 44;
        background-image: url(../img/bg-9.png) !important;
        background-position: 89% 40%;
        padding-top: 20px;
    }

    #as-form-consultation .uk-card-body {
        padding: 15px;
    }

    .home #as-w_catalogue { /* Категории специальностей */
        padding-top: 40px;
        padding-bottom: 60px;
        order: 55;
    }

    #as-w_catalogue .as-w_catalogue {
        margin-left: -15px;
    }

    #as-w_catalogue .as-w_catalogue > * {
        padding-left: 15px;
    }

    #as-w_catalogue .as-w_catalogue > .uk-grid-margin {
        margin-top: 15px;
    }

    #as-w_catalogue .as-prev-txt {
        padding: 15px 5px;
    }

    .home #as-w_discount { /* СКИДКА В 10 % */
        background-color: #E5E7EC;
        margin-top: -40px;
        padding-top: 70px;
        text-align: left;
        order: 65;
        overflow: hidden;
    }

    #as-w_discount .uk-heading-small {
        font-size: 20px;
        line-height: 26px;
    }

    #as-w_discount .as-card-button {
        margin-top: 50px;
        margin-bottom: -30px;
    }

    #as-w_discount-img-mob {

    }

    .home #as-txt { /* Подробнее о удостоверениях */
        order: 75;
    }

    #as-txt .as-header {
        margin-bottom: 10px !important;
    }

    .home .form-mob { /* #################### ТУТ форма #################### #as-w_zak, */
        background: url(../img/dec1.png), url(../img/dec1.png);
        background-position: 0% 100%, 100% 0%;
        background-repeat: no-repeat;
        order: 77;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home #as-w_txt8 { /* Подлинность удостоверений */
        padding-top: 40px;
        padding-bottom: 0;
        order: 80;
    }

    #as-w_txt8 .as-header {
        margin-bottom: 10px !important;
    }

    #as-w_zak2 {
        order: 85;
    }

    .home #as-w_scheme { /* Схема работы */
        order: 90;
    }

    #as-w_scheme > .uk-container {
        padding-bottom: 60px;
    }

    #as-w_scheme li::before {
        border-top: none;
    }

    #as-w_scheme li > .uk-card {
        padding: 0;
        padding-bottom: 25px;
        display: flex;
        align-items: center;
    }

    #as-w_scheme .uk-card > figure {
        margin: 0 15px 0 0;
    }

    #as-w_scheme ul > li:not(:last-child) .uk-icon {
        transform: rotate(-90deg);
    }

    #as-w_scheme mark {
        top: -15px;
        left: auto;
        right: 15px;
        height: 60px;
    }

    .home #as-causes { /* 6 ПРИЧИН */
        order: 99;
        background-image: url(../img/shap.png) !important;
        background-repeat: no-repeat;
        background-position: 90% 99%;
        background-size: inherit;
    }
}

@media (max-width: 379px) {
    #as-navbar .uk-button {
        padding: 0 10px;
    }
}




.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin: 0.2rem;
    width: 5%;
    text-align: center;
    cursor: pointer;
    background: #c0c2c5;
    color: #fff;
    font-weight: bold;
    transition: background ease 0.2s;
}

.tabs label:hover{
    background-color: #d22d2d;
}
.tabs .tab a:hover{
    opacity: .8;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    flex-wrap: wrap;
    justify-content: center;
}
.tabs .tab a{
    background-color: #d22d2d;
    color: #ffff;
    padding: 1rem 2rem;
    margin: 0.2rem;
    width: 25%;
    text-decoration: none;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #d22d2d;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: flex;
}
.tab ul{
    padding: 0;
    list-style-type: none;
}
.tab li{
    position: relative;
    padding-left: 25px;
}
.tab li::before {
    content: '\2713';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #d22d2d;
    color: white;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 16px;
    font-size: 0.7em;
}
.document-main-block .tabs .tab{
    flex-direction: column;
}
.document-main-block .tabs .tab p{
    text-transform: capitalize;
}
@media (max-width: 1200px) {
    .document-main-block .tabs label{
        padding: 1rem 1rem;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .document-main-block .as-img-item-block {
        width: 470px;
    }
    .document-main-block .tabs label{
        padding: 1rem 1rem;
        width: 13%;
    }
}

.prof-list ul{
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;

}
.prof-list .specialty_letter{
    display: block;
    padding: 1rem 2rem;
    margin: 0.2rem;
    text-align: center;
    background: #d22d2d;
    font-weight: bold;
    transition: background ease 0.2s;
    color: #fff;
}

.prof-list .specialty_list a{
    color: #424243;
    padding: 1rem 2rem;
    margin: 0.2rem;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #424243;
}
.prof-list .specialty_list a:hover{
    color: #d22d2d;
    border-bottom: 2px solid #d22d2d;
}

@media (max-width: 767px) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }
    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
    .tabs .tab a{
        width: 100%;
    }
    .form-vertical .form-row .file_box label{
        padding: 0 15px;
    }
}
@media (min-width: 638px) {
    .city_mob{
        display: none;
    }
    .city_desk{
        display: block;
    }
}
@media (max-width: 638px) {
    .city_mob{
        display: block;
    }
    .city_desk{
        display: none;
    }
    .head-form{
        display: none;
    }
}

.form-vertical .form-row{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-vertical input:focus, .form-vertical textarea:focus{
    outline: none;
}

.form-vertical .form-row input:not([type="file"]), .form-vertical .form-row select, .form-vertical .form-row textarea{
    font-size: 16px;
    color: #6e6e6e;
    border-radius: 2px;
    background-color: rgb(252, 252, 252);
    border: 1px solid #d22d2d;
    height: 58px;
    padding: 0 50px;
}
.form-vertical .form-row .file_box{
    display: flex;
    align-items: center;
}
.form-row .file_box label{
    padding: 0 50px;
}

.form-vertical .form-row input{
}
.form-vertical .form-row textarea{
    padding: 25px 50px !important;
    height: 120px !important;
    resize: none;
}

.form-vertical .form-row .uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.form-vertical button{
    background-color: #d22d2d;
    color: #fff;
    border: 2px solid transparent;
    height: 58px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.content-btn{
    margin: 50px auto 100px !important;
    text-align: center;
}

.content-btn a{
    padding: 1rem 2rem;
    background-color: #d22d2d;
    color: #fff;

}

.home #as-site-content{
    margin-top: 60px;
}

#as-site-content{
    margin-top: 60px;
}

@media (min-width: 638px) {
    .home #as-site-content{
        margin-top: 130px;
    }

    #as-site-content{
        margin-top: 60px;
    }
}


