@font-face {
    font-family: Montserrat;
    src: url(/templates/fonts/montserrat.woff);
    font-display: block
}

html {
    box-sizing: border-box
}

html *,
html:after,
html:before {
    box-sizing: inherit;
    outline: 0
}

p, li {
    font-size: 16px;
}
body {
    margin: 0 auto;
    font-size: 14px;
    font-family: Montserrat
}

b,
strong {
    font-weight: bolder
}

a {
    color: inherit;
    text-decoration: none
}
.model-tabs-content-table-name a{
    text-decoration: underline;
}
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style-type: none
}

button,
input,
select {
    font-family: Montserrat
}

button {
    cursor: pointer
}

.breadcrumbs-item:not(:last-child) {
    color: #0078d7 !important;
    text-decoration: underline !important;
}
.breadcrumbs-item:last-child {
    padding-left: 10px !important;
    color: #282d36 !important;
    text-decoration: none !important;
}

.l-footer,
.l-header,
.l-wrapper {
    width: 100%
}

.l-container,
.l-footer,
.l-header,
.l-wrapper {
    margin: 0 auto
}

.l-container {
    max-width: 1170px;
    padding: 0 15px
}

@media screen and (max-width:400px) {
    .l-container {
        padding: 0 5px
    }
}

.l-box {
    width: 100%
}

.l-grid-sb-c {
    -ms-flex-align: center;
    align-items: center
}

.l-grid-sb-c,
.l-grid-sb-fs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row
}

.l-grid-sb-fs {
    -ms-flex-align: start;
    align-items: flex-start
}

.l-grid-sb-fe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: row;
    flex-direction: row
}

.l-grid-fe-c-c {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-grid-fe-c-c,
.l-grid-fs-c {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.l-grid-fs-c {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.l-grid-c-c,
.l-grid-fs-c {
    -ms-flex-direction: row;
    flex-direction: row
}

.l-grid-c-c {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.title-heavy {
    font-size: 2rem;
    color: #282d36;
    margin: 0 0 70px;
    font-weight: 400
}

@media screen and (max-width:720px) {
    .title-heavy {
        font-size: 2.4rem
    }
}

@media screen and (max-width:500px) {
    .title-heavy {
        font-size: 2rem
    }
}

.title-moderate {
    font-size: 1.8rem;
    color: #282d36;
    margin: 0 0 50px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:720px) {
    .title-moderate {
        font-size: 1.4rem
    }
}

.elem-underscore-center,
.elem-underscore-left {
    position: relative
}

.elem-underscore-center:before,
.elem-underscore-left:before {
    content: "";
    width: 30%;
    max-width: 165px;
    height: 3px;
    position: absolute
}

/* .elem-underscore-left:before {
    left: 0
} */

.elem-underscore-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.title-moderate.elem-underscore-center:before {
    bottom: -20px
}

.button-theme,
.button_large,
.button_small,
.model-tabs-header-button {
    transition: .2s ease-in-out;
    text-transform: uppercase
}

.button-theme {
    padding: 15px 40px;
    color: #fff;
    border: 0 solid #fff;
    display: block
}

.button-theme,
.button_large {
    font-size: 1rem;
    font-weight: 700
}

.button_large {
    color: #282d36;
    padding: 12px 70px;
    background-color: #fff;
    border: 1px solid #fff
}

.button_large:focus,
.button_large:hover {
    background-color: transparent;
    color: #fff
}

.button_large:active {
    background-color: hsla(0, 0%, 100%, .2)
}

.button_small {
    font-size: .8rem;
    color: #fff;
    padding: 5px 25px;
    border: 1px solid #fff;
    background-color: transparent
}

.button_small:focus,
.button_small:hover {
    background-color: #282d36
}

.button_small:active {
    background-color: #444b57
}

.image-base {
    -o-object-fit: cover;
    object-fit: cover
}

.border-hover-single {
    position: relative;
    transition: .3s ease-in-out
}

.border-hover-single:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #282d36;
    transition: .2s ease-in-out
}

.border-hover-single:focus,
.border-hover-single:hover {
    color: #282d36
}

.border-hover-single:active {
    opacity: .5
}

.border-hover-single:focus:before,
.border-hover-single:hover:before {
    width: 100%
}

.border-hover-p p {
    position: relative;
    transition: .3s ease-in-out
}

.border-hover-p p:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #282d36
}

.border-hover-p p:before,
.border-hover-p svg {
    transition: .2s ease-in-out
}

.border-hover-p:focus p,
.border-hover-p:hover p {
    color: #282d36
}

.border-hover-p:active p,
.border-hover-p:active svg {
    opacity: .5
}

.border-hover-p:focus p:before,
.border-hover-p:hover p:before {
    width: 100%
}

.border-hover-p:focus svg,
.border-hover-p:hover svg {
    fill: #282d36
}

.form-block {
    max-width: 260px;
    padding: 80px 16px 65px;
    background-color: rgba(40, 45, 55, .6);
    text-align: center
}

.form-block .elem-underscore-center:before {
    height: 2px;
    bottom: -10px
}

.form-block-title {
    font-size: 1.2rem;
    color: inherit;
    margin: 0 0 50px;
    font-weight: 400;
    text-transform: uppercase
}

.form-block-description {
    font-size: .7rem;
    color: inherit;
    text-align: center
}

.order-form {
    margin-top: 30px
}

.order-form-button,
.order-form-field,
.order-footer-form-field {
    width: 100%
}

.order-form-field,
.order-footer-form-field {
    padding: 11px 10px;
    margin-bottom: 25px;
    font-size: 1rem;
    color: #282d36;
    text-align: center;
    font-weight: 600
}

.social-share-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    fill: #fff;
    border: 1px solid #fff;
    transition: .2s ease-in-out;
    cursor: pointer
}

.social-share-icon:not(:last-child) {
    margin-right: 10px
}

.social-share-icon:focus,
.social-share-icon:hover {
    background-color: #fff
}

.social-share-icon:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.category,
.specification {
    padding-top: 70px
}

.merits {
    margin-top: 70px
}

@media screen and (max-width:950px) {
    .header-logo {
        margin-left: 50px;
        padding-left: 10px;
        border-left: 2px solid hsla(0, 0%, 100%, .2)
    }
}

.logo-image {
    width: 160px
}

@media screen and (max-width:720px) {
    .logo-image {
        max-width: 120px
    }
}

@media screen and (max-width:400px) {
    .logo-image {
        max-width: 88px
    }
}

.adaptive-menu {
    display: none;
    padding: 10px;
    position: fixed;
    z-index: 10
}

.adaptive-menu-line {
    width: 30px;
    height: 4px;
    background-color: #fff;
    transition: .3s ease-in-out
}

.adaptive-menu-line:not(:last-child) {
    margin-bottom: 5px
}

@media screen and (max-width:950px) {
    .adaptive-menu {
        display: block
    }
}

@media screen and (max-width:650px) {
    .information.l-grid-sb-fs {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.information {
    padding: 20px 0;
    color: #fff
}

.information-block {
    margin: 0 10px
}

.information-block:not(:first-child) {
    text-align: center
}

@media screen and (max-width:950px) {
    .information-block:first-child {
        display: none
    }
}

.information-block-address {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.information-block-time {
    text-align: right
}

.information-block-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: #fff
}

@media screen and (max-width:400px) {
    .information-block-icon {
        width: 15px;
        height: 15px
    }
}

.information-block-text {
    display: inline-block;
    margin-top: 10px;
    font-size: .8rem;
    vertical-align: super
}

@media screen and (max-width:720px) {
    .information-block-text {
        display: none
    }
}

.information-block-phone {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width:1100px) {
    .information-block-phone {
        font-size: 1.2rem
    }
}

@media screen and (max-width:720px) {
    .information-block-phone {
        font-size: 1rem
    }
}

@media screen and (max-width:400px) {
    .information-block-phone {
        font-size: .8rem
    }
}

.information-block-button {
    margin-top: 15px
}

@media screen and (max-width:720px) {
    .information-block-button {
        display: none
    }
}

.information-block-centered {
    padding: 0 20px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    border-left: 1px solid hsla(0, 0%, 100%, .2)
}

@media screen and (max-width:950px) {
    .information-block-centered {
        border-left: 0 solid hsla(0, 0%, 100%, .2)
    }
}

@media screen and (max-width:650px) {
    .information-block-centered {
        border-right: 0 solid hsla(0, 0%, 100%, .2);
        padding: 0;
        margin-bottom: 10px
    }
}

.menu {
    width: 100%;
    background-color: #282d36;
    color: #fff
}

@media screen and (max-width:950px) {
    .menu {
        width: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: .3s ease-in-out;
        position: fixed;
        z-index: -1;
        top: 0
    }
}

@media screen and (max-width:950px) {
    .menu .navbar.l-grid-sb-c {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.menu .l-container {
    padding: 0
}

.navbar {
    margin: 0 auto
}

.navbar-item {
    padding: 15px 4px;
    transition: .1s ease-in-out;
    font-size: 14px;
    text-decoration: none;
}

.navbar-item:focus,
.navbar-item:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.navbar-item:active {
    opacity: .8
}

.navbar-dropdown {
    cursor: pointer;
    position: relative
}

.navbar-dropdown-icon {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    fill: #fff;
    transition: .3s ease-in-out
}

.navbar-dropdown-text {
    display: inline-block
}

.navbar-dropdown-list {
    width: 250px;
    background-color: #282d36;
    position: absolute;
    z-index: -1;
    transition: .2s ease-in-out;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
}

@media screen and (max-width:950px) {
    .navbar-dropdown-list {
            left: -44%;
    width: 210px;
        background-color: #efefef
    }
}

.navbar-dropdown-list-item {
    padding: 15px;
    display: block;
    transition: .2s ease-in-out
}

.navbar-dropdown-list-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

@media screen and (max-width:950px) {
    .navbar-dropdown-list-item:not(: last-child) {
        border-bottom: 1px solid rgba(40, 45, 54, .5)
    }
}

.navbar-dropdown-list-item:focus,
.navbar-dropdown-list-item:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.navbar-dropdown-list-item:active {
    background-color: hsla(0, 0%, 100%, .4)
}

@media screen and (max-width:950px) {
    .navbar-dropdown-list-item {
        color: #282d36
    }
}

.navbar-dropdown:focus .navbar-dropdown-icon,
.navbar-dropdown:hover .navbar-dropdown-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.navbar-dropdown:focus .navbar-dropdown-list,
.navbar-dropdown:hover .navbar-dropdown-list {
    z-index: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.breadcrumbs {
    background-color: #f5f5f6
}

.breadcrumbs-item {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.breadcrumbs-item:not(:first-child) .breadcrumbs-item-link {
    padding: 12px 10px
}

.breadcrumbs-item:first-child .breadcrumbs-item-link {
    padding: 12px 10px 12px 0
}

.breadcrumbs-item-link {
    font-size: .8rem
}

.breadcrumbs-item-line {
    width: 1px;
    height: 14px;
    background-color: rgba(123, 125, 128, .5)
}

.welcome {
    padding: 40px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

@media screen and (max-width:600px) {
    .welcome-block:first-child {
        margin-right: 10px
    }
}

@media screen and (max-width:500px) {
    .welcome-block:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1000px) {
    .welcome .l-container.l-grid-sb-c {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:500px) {
    .welcome .l-container.l-grid-sb-c {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.welcome .elem-underscore-left:before {
    bottom: -35px
}

@media screen and (max-width:500px) {
    .welcome-title.elem-underscore-left:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.welcome-title {
    max-width: 452px;
    margin-bottom: 70px;
    font-size: 2.8rem
}

@media screen and (max-width:600px) {
    .welcome-title {
        font-size: 2.2rem
    }
}

@media screen and (max-width:500px) {
    .welcome-title {
        text-align: center
    }
}

.welcome-image {
    max-width: 350px;
    opacity: .7
}

@media screen and (max-width:1100px) {
    .welcome-image {
        max-width: 300px
    }
}

@media screen and (max-width:1000px) {
    .welcome-image {
        display: none
    }
}

.welcome-description {
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    max-width: 380px
}

@media screen and (max-width:600px) {
    .welcome-description {
        font-size: 1.1rem
    }
}

@media screen and (max-width:500px) {
    .welcome-description {
        text-align: center;
        margin: 0 auto
    }
}

.merits {
    background-color: #fafafa;
    padding: 10px 0 30px
}

@media screen and (max-width:720px) {
    .merits .l-container.l-grid-sb-fs {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.merits-block {
    max-width: 135px;
    text-align: center
}

@media screen and (max-width:720px) {
    .merits-block {
        max-width: 100%
    }
    .merits-block:not(:last-child) {
        margin-bottom: 20px
    }
}

.merits-block.elem-underscore-center:before {
    max-width: 55px;
    top: 70%
}

.merits-icon {
    width: 110px;
    height: 110px;
    fill: #6e7b91;
    opacity: .8
}

.merits-title {
    margin-top: 10px;
    font-size: 1rem;
    color: #6e7b91
}

.footer {
    padding: 40px 0
}

@media screen and (max-width:950px) {
    .footer .l-container.l-grid-sb-fs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.footer-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:950px) {
    .footer-block:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px
    }
    .footer-block:first-child .footer-item {
        display: none
    }
}

@media screen and (max-width:540px) {
    .footer-block:last-child,
    .footer-block:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:540px) {
    .footer-block:nth-child(2) {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2)
    }
    .footer-block:nth-child(2) .footer-item {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width:540px) {
    .footer-block:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        margin-top: 10px;
        border-top: 1px solid hsla(0, 0%, 100%, .2)
    }
    .footer-block:last-child .link {
        margin-right: 15px
    }
}

@media screen and (max-width:620px) {
    .footer-block {
        margin-bottom: 15px
    }
}

.footer-logo {
    max-width: 165px;
    margin-bottom: 30px
}

.footer-item {
    display: block;
    margin-bottom: 15px;
    font-size: .9rem;
    color: #fff
}

.footer .footer-group {
    margin-bottom: 20px
}

.footer .footer-group-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    fill: #fff
}

.footer .footer-group-text {
    font-size: .9rem;
    color: #fff
}

.footer .footer-group-indent {
    margin: 10px 0 0 28px
}

.footer-pay:not(:last-child) {
    margin-bottom: 10px
}

.footer-pay-image {
    width: 40px
}

.order-section {
    padding: 60px 0;
    margin: 30px 0 0;
    background-color: rgba(245, 245, 246, .54)
}

@media screen and (max-width:1000px) {
    .order-section .l-container.l-grid-sb-c {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.order-section .l-container.l-grid-sb-c {
    -ms-flex-pack: center;
    justify-content: center
}

.order-section-title {
    font-size: 1.6rem;
    color: #282d36;
    margin: 0 0 50px;
    font-weight: 600;
    text-align: center
}

.order-section-title.elem-underscore-center:before {
    bottom: -20px
}

.order-section-description {
    max-width: 1000px;
    margin: 0 auto 60px;
    font-size: 1.3rem;
    color: #6d6f73;
    text-align: center;
    line-height: 1.4
}

@media screen and (max-width:720px) {
    .order-section-description {
        font-size: 1rem;
        margin-bottom: 30px
    }
}

.order-section-block:first-child {
    margin-right: 60px;
    position: relative
}

.order-section-block:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%)
}

@media screen and (max-width:1240px) {
    .order-section-block:first-child:before {
        width: 0;
        height: 0%
    }
}

@media screen and (max-width:1240px) {
    .order-section-block:first-child {
        box-shadow: 0 0 0 0 #fff
    }
}

@media screen and (max-width:1000px) {
    .order-section-block:first-child {
        display: none
    }
}

.order-section-block:nth-child(2) {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

@media screen and (max-width:1000px) {
    .order-section-block:nth-child(2) {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }
}

@media screen and (max-width:720px) {
    .order-section-block:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.order-section-figure {
    line-height: 0
}

.order-section-image {
    height: 550px;
    opacity: .8
}

.order-section-form-group:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (max-width:720px) {
    .order-section-form-group:not(: last-child) {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

@media screen and (max-width:720px) {
    .order-section-form-group:last-child {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .order-section-form-group:last-child .button-theme {
        width: 80%;
        margin-bottom: 20px
    }
}

.order-section-form-field {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    position: relative
}

@media screen and (max-width:1000px) {
    .order-section-form-field {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }
    .order-section-form-field:nth-child(odd) {
        margin-right: 30px
    }
}

@media screen and (max-width:720px) {
    .order-section-form-field {
        width: 80%;
        margin-bottom: 20px
    }
    .order-section-form-field:nth-child(odd) {
        margin-right: 0
    }
}

@media screen and (max-width:1000px) {
    .order-section-form-field-header.l-grid-sb-c {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.order-section-form-discount {
    margin-bottom: 10px;
    text-align: right
}

.order-section-form-discount-count {
    display: inline-block;
    font-size: 1rem;
    color: #6d6f73;
    position: relative;
    transition: .2s ease-in-out
}

.order-section-form-discount-count:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6d6f73;
    position: absolute;
    right: 0;
    top: 50%;
    transition: .2s ease-in-out
}

.order-section-form-icon {
    width: 23px;
    height: 23px;
    fill: #0078d7;
    vertical-align: text-bottom;
    transition: .2s ease-in-out
}

.order-section-form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #a6a8bb;
    font-size: 1rem;
    color: #8c8c8c;
    transition: .2s ease-in-out
}

.order-section-form-input::-webkit-input-placeholder {
    color: #8c8c8c
}

.order-section-form-input::-moz-placeholder {
    color: #8c8c8c
}

.order-section-form-input:-ms-input-placeholder {
    color: #8c8c8c
}

.order-section-form-input::-ms-input-placeholder {
    color: #8c8c8c
}

.order-section-form-input::placeholder {
    color: #8c8c8c
}

.order-section-form-input:focus {
    box-shadow: 8px 10px 0 0 hsla(0, 0%, 79.2%, .46)
}

.order-section-form-input:focus:valid,
.order-section-form-input:hover:valid {
    box-shadow: 8px 10px 0 0 rgba(88, 173, 88, .35)
}

.order-section-form-input:focus:invalid,
.order-section-form-input:hover:invalid {
    box-shadow: 8px 10px 0 0 rgba(212, 51, 51, .26)
}

@media screen and (max-width:1000px) {
    .order-section-form-input {
        padding: 20px 12px
    }
}

.order-section-form-article {
    font-size: .8rem;
    color: #6d6f73;
    text-align: left;
    font-weight: 600
}

.order-section-form-amount {
    font-size: 1.2rem;
    color: #282d36
}

.order-section-form-hightlight {
    font-size: 1.3rem;
    font-weight: 700;
    color: #58ad58
}

.other-models {
    margin-bottom: 60px
}

.other-models .l-container {
    position: relative
}

.other-models-title {
    margin-bottom: 0
}

.other-models-list {
    margin: 80px 0 40px;
    overflow: hidden
}

.other-models-item {
    margin: 0 20px;
    padding: 10px;
    border: 1px solid #c6c6c6;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s ease-in-out
}

.other-models-item-name {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #282d36
}

.other-models-figure {
    background-color: #fff
}

.other-models-image {
    max-width: 220px;
    opacity: .8
}

.other-models-icon {
    width: 27px;
    height: 27px;
    margin-top: 20px
}

.other-models-controllers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto
}

.other-models-controllers-button {
    padding: 8px;
    border: 0 solid #fff;
    background-color: transparent;
    position: absolute;
    top: 55%;
    transition: .2s ease-in-out;
    opacity: .8
}

.other-models-controllers-button:focus,
.other-models-controllers-button:hover {
    opacity: 1
}

.other-models-controllers-button:active {
    background-color: #f5f5f6
}

.other-models-controllers-button-icon {
    width: 25px;
    height: 25px
}

.other-models-controllers-button:first-child {
    left: -10px
}

@media screen and (max-width:1200px) {
    .other-models-controllers-button:first-child {
        left: 15px
    }
}

.other-models-controllers-button:first-child .other-models-controllers-button-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.other-models-controllers-button:last-child {
    right: -10px
}

@media screen and (max-width:1200px) {
    .other-models-controllers-button:last-child {
        right: 15px
    }
}

@media screen and (max-width:800px) {
    .model-tabs-header.l-grid-sb-c {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.model-tabs-header {
    border-right: 1px solid #c6c6c6
}

.model-tabs-header-button {
    font-size: 1rem;
    color: #282d36;
    padding: 15px 0;
    border-bottom: 0 solid;
    border-top: 0 solid;
    background-color: #f5f5f6;
    width: 100%;
    border-color: #c6c6c6 currentcolor;
    border-style: solid;
    border-width: 1px 0;
    box-shadow: -50px -10px 1px transparent;
    transition: .2s ease-in-out
}

@media screen and (max-width:800px) {
    .model-tabs-header-button {
        border-left: 1px solid #c6c6c6;
        border-top: 0 solid #c6c6c6;
        box-shadow: 0 0 0 transparent
    }
}

.model-tabs-header-button:not(:last-child) {
    border-right: 1px solid #c6c6c6
}

@media screen and (max-width:800px) {
    .model-tabs-header-button:not(: last-child) {
        border-right: 0 solid #c6c6c6
    }
}

.model-tabs-header-button:first-child {
    border-left: 1px solid #c6c6c6
}

@media screen and (max-width:800px) {
    .model-tabs-header-button:first-child {
        border-top: 1px solid #c6c6c6
    }
}

.model-tabs-header-button:focus,
.model-tabs-header-button:hover {
    background-color: #fff
}

.model-tabs-header-button:active {
    opacity: .5
}

.model-tabs-content {
    height: 500px;
    padding: 40px 30px;
    border: 1px solid #c6c6c6;
    border-top: 0 solid;
    overflow: auto
}

@media screen and (max-width:650px) {
    .model-tabs-content {
        padding: 20px 0
    }
}

.model-tabs-content::-webkit-scrollbar {
    width: 5px
}

.model-tabs-content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.model-tabs-content::-webkit-scrollbar-thumb {
    background: #c6c6c6
}

.model-tabs-content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.model-tabs-content-item {
    display: none;
}

.model-tabs-content-item p {
    padding-bottom: 10px;
}

/* .model-tabs-content-table-button, 
.model-tabs-content-table-name,*/
.model-tabs-content-table-price,
.model-tabs-content-table-title {
    z-index: -1
}

.model-tabs-content-table-title {
    padding-bottom: 25px;
    font-size: 1rem;
    font-weight: bold;
}

.model-tabs-content-table-row {
    padding: 30px 0;
    margin-left: 15px;
    border-top: 1px solid #c6c6c6;
    /* cursor: pointer; */
    transition: .2s ease-in-out
}

.model-tabs-content-table-row:active {
    opacity: .5
}

@media screen and (max-width:1200px) {
    .model-tabs-content-table-row {
        -webkit-tap-highlight-color: #ffffff8f
    }
}

@media screen and (max-width:650px) {
    .model-tabs-content-table-row {
        margin-left: 0;
        padding: 20px 10px
    }
}

.model-tabs-content-table-name {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    text-align: left
}

.model-tabs-content-table-name,
.model-tabs-content-table-time {
    font-size: .9rem;
    color: #6d6f73
}

.model-tabs-content-table-price {
    font-size: 1.2rem;
    color: #282d36
}

@media screen and (max-width:600px) {
    .model-tabs-content-table-price {
        font-size: 1rem
    }
}

.model-tabs-content-table-button {
    border: 0 solid;
    background-color: transparent;
    padding: 0;
}

.model-tabs-content-table-icon {
    height: 35px;
    width: 35px;
    fill: #7f8081;
    transition: .2s ease-in-out;
    position: relative;
    z-index: -1;
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .336);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0
}

.modal-window {
    width: 100%;
    max-width: 530px;
    padding-bottom: 30px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #282d36;
    text-align: center;
    transition: .4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.modal-window-close {
    width: 100%;
    padding: 10px;
    border: 0 solid #fff;
    background-color: transparent;
    text-align: right;
    transition: .1s ease-in-out
}

.modal-window-close:focus,
.modal-window-close:hover {
    background-color: rgba(70, 70, 70, .1)
}

.modal-window-close:active {
    background-color: rgba(70, 70, 70, .2)
}

@media screen and (max-width:1200px) {
    .modal-window-close {
        -webkit-tap-highlight-color: transparent
    }
}

.modal-window-icon {
    width: 20px;
    height: 20px
}

.modal-window-title {
    font-size: 1.6rem;
    color: #282d36;
    margin: 10px 0 50px;
    font-weight: 400;
    text-align: center
}

.modal-window-title.elem-underscore-center:before {
    bottom: -20px
}

.modal-window-text {
    font-size: 1rem;
    max-width: 60%;
    margin: 30px auto
}

.modal-window-selected-price .model-tabs-content-table-row {
    margin: 0 15px 30px;
    border-bottom: 1px solid #c6c6c6;
    padding: 15px 0;
    cursor: auto
}

@media screen and (max-width:400px) {
    .modal-window-selected-price .model-tabs-content-table-row {
        margin: 0 0 15px;
        padding: 15px 10px
    }
}

.modal-window-result,
.modal-window-total {
    font-weight: 700
}

.modal-window-total {
    margin-bottom: 30px;
    font-size: 1rem
}

.modal-window-result {
    font-size: 1.1rem;
    padding-left: 10px
}

.modal-window .modal-input {
    width: 70%;
    padding: 12px;
    border: 1px solid #a6a8bb;
    font-size: 1rem;
    color: #8c8c8c;
    transition: .2s ease-in-out
}

@media screen and (max-width:400px) {
    .modal-window .modal-input {
        width: 90%
    }
}

.modal-window .button-theme {
    margin: 30px auto 0
}

@media screen and (max-width:400px) {
    .modal-window .button-theme {
        width: 90%;
        margin: 10px auto 0
    }
}

.success-modal .modal-window-title {
    margin: 10px 0 20px
}

.preloader {
    width: 100%;
    height: 100vh;
    background-color: #ffffff9c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11
}

.preloader-wrapper {
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-color: #fff;
}

.preloader-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px
}

.preloader-progress {
    width: 100%;
    border: 1px solid #e0e0e0
}

.preloader-fill {
    width: 15%;
    height: 8px;
    background-color: #0078d7;
    -webkit-animation-name: preloaderLoading;
    animation-name: preloaderLoading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes tabFadeIn {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(-3%);
        transform: translateX(-3%)
    }
    to {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes tabFadeIn {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(-3%);
        transform: translateX(-3%)
    }
    to {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideFadeIn {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    to {
        display: flex;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideFadeIn {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    to {
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes modalWrapFadeIn {
    0% {
        display: none;
        opacity: 0
    }
    to {
        visibility: visible;
        opacity: 1
    }
}

@keyframes modalWrapFadeIn {
    0% {
        display: none;
        opacity: 0
    }
    to {
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes preloaderLoading {
    0% {
        width: 15%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: #0078d7
    }
    to {
        width: 30%;
        -webkit-transform: translateX(210px);
        transform: translateX(210px);
        background-color: #58ad58
    }
}

@keyframes preloaderLoading {
    0% {
        width: 15%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: #0078d7
    }
    to {
        width: 30%;
        -webkit-transform: translateX(210px);
        transform: translateX(210px);
        background-color: #58ad58
    }
}

@-webkit-keyframes formLoading {
    0% {
        width: 0;
        background-color: transparent
    }
    50% {
        width: 100%;
        background-color: #58ad58
    }
    to {
        width: 100%;
        background-color: transparent
    }
}

@keyframes formLoading {
    0% {
        width: 0;
        background-color: transparent
    }
    50% {
        width: 100%;
        background-color: #58ad58
    }
    to {
        width: 100%;
        background-color: transparent
    }
}

.asus-theme .adaptive-menu {
    background-color: #0078d7
}

.asus-theme .button-theme {
    background-color: #0078d7;
    color: #fff
}

.asus-theme .button-theme:focus,
.asus-theme .button-theme:hover {
    background-color: #0078d7
}

.asus-theme .button-theme:active {
    opacity: .8
}

.asus-theme .social-share-icon:focus,
.asus-theme .social-share-icon:hover {
    fill: #0078d7
}

.asus-theme .elem-underscore-center:before,
.asus-theme .elem-underscore-left:before,
.asus-theme .l-header,
.asus-theme .navbar-item:after {
    background-color: #0078d7
}

.asus-theme .category-page-welcome,
.asus-theme .home-page-welcome {
    background-image: url(/templates/images/asus-bg.jpg);
    background: rgb(28,79,164);
    background: radial-gradient(circle, rgba(28,79,164,1) 0%, rgba(20,57,119,1) 63%);
}

.asus-theme .order-form-field:focus,
.asus-theme .order-form-field:hover {
    border: 2px solid #627ed1
}

.asus-theme .category-menu-item-go {
    fill: #fff
}

.asus-theme .stages-tracker-info-number {
    color: #0078d7
}

.asus-theme .--stage-active .stages-tracker-info-number:before,
.asus-theme .footer {
    background-color: #0078d7
}

.asus-theme {
    color: #0078d7;
   /*  padding-left: 10px; */
}

.asus-theme .model-tabs-content-table-row:focus .model-tabs-content-table-icon,
.asus-theme .model-tabs-content-table-row:hover .model-tabs-content-table-icon,
.asus-theme .other-models-controllers-button-icon,
.asus-theme .other-models-icon {
    fill: #0078d7
}

.other-models-item {
    height: 300px;
}

.asus-theme .other-models-item:focus,
.asus-theme .other-models-item:hover {
    border: 1px solid #0078d7
}

.asus-theme .modal-window-selected-price .model-tabs-content-table-icon {
    fill: #0078d7
}

.stages-tracker-item.--stage-active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1
}

.--stage-active .stages-tracker-info-number {
    color: #fff
}

.--stage-active .stages-tracker-info-number:before {
    top: -5px
}

.--stage-active .stages-tracker-arrow {
    opacity: 1
}

.--tab-button-active {
    background-color: #fff;
    position: relative;
    box-shadow: -9px -10px 1px #e0e0e0;
    border-bottom: 1px solid #fff;
    z-index: 1
}

@media screen and (max-width:800px) {
    .--tab-button-active {
        box-shadow: 0 0 0 #e0e0e0
    }
}

.--tab-content-active {
    display: block;
    -webkit-animation-name: tabFadeIn;
    animation-name: tabFadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.order-section-form-discount.--discount-have .order-section-form-icon {
    fill: #58ad58
}

.order-section-form-discount.--discount-have .order-section-form-discount-count {
    text-decoration: none
}

.order-section-form-discount.--discount-have .order-section-form-discount-count:before {
    width: 0
}

.--is-filled .order-section-form-article {
    font-size: .7rem;
    top: 50%;
    opacity: .7
}

.--navigation-item-active {
    border: 1px solid #fff;
    background-color: #737d91
}

.--slide-visible {
    -webkit-animation-name: slideFadeIn;
    animation-name: slideFadeIn;
    display: -ms-flexbox;
    display: flex
}

.--modal-visible,
.--slide-visible {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    opacity: 1
}

.--modal-visible {
    visibility: visible;
    -webkit-animation-name: modalWrapFadeIn;
    animation-name: modalWrapFadeIn
}

.--modal-visible .modal-window {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.--loading {
    overflow: hidden
}

.--preloader-loaded {
    visibility: hidden
}

.--menu-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 9;
}

.--adaptive-menu-active .adaptive-menu-line:first-child {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg)
}

.--adaptive-menu-active .adaptive-menu-line:nth-child(2) {
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg)
}

.--adaptive-menu-active .adaptive-menu-line:last-child {
    opacity: 0
}

.--form-loaded .button-theme,
.--form-loaded .button_large {
    position: relative
}

.--form-loaded .button-theme:before,
.--form-loaded .button_large:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: formLoading;
    animation-name: formLoading;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto!important
}

.tns-gallery>.tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: 2333.33333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: 1.42857%;
    height: 10px;
    float: left
}

.model-information {
    padding-top: 50px
}

@media screen and (max-width:1100px) {
    .model-information .l-container.l-grid-sb-fs {
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:800px) {
    .model-information .l-container.l-grid-sb-fs {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:1000px) {
    .model-information {
        padding-top: 20px
    }
}

.model-information .image-mobile,
.model-information .mobile-button {
    display: none
}

@media screen and (max-width:800px) {
    .model-information .image-mobile,
    .model-information .mobile-button {
        display: inline-block
    }
}

.description-block {
    width: 100%;
    /* max-width: 650px */
}

.description-block-title.elem-underscore-left:before {
    bottom: -20px
}

@media screen and (max-width:800px) {
    .description-block-title.elem-underscore-left:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (max-width:900px) {
    .description-block {
        max-width: 600px
    }
}

@media screen and (max-width:800px) {
    .description-block {
        text-align: center
    }
}

@media screen and (max-width:800px) {
    .description-block .button-theme {
        margin: 20px auto 0
    }
}

@media screen and (max-width:1100px) {
    .order-block {
        margin-right: 30px
    }
}

@media screen and (max-width:1000px) {
    .order-block {
        margin-top: 130px
    }
}

@media screen and (max-width:800px) {
    .order-block {
        display: none !important
    }
}

.order-block .button-theme {
    margin: 50px auto 0
}

@media screen and (max-width:1100px) {
    .order-block .button-theme {
        width: 100%;
        padding: 30px 0
    }
}

.order-block-image {
    max-width: 350px;
    max-height: 390px;
    opacity: .8
}

@media screen and (max-width:800px) {
    .order-block-image {
        max-width: 340px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:700px) {
    .order-block-image {
        max-width: 260px
    }
}

@media screen and (max-width:400px) {
    .order-block-image {
        max-width: 200px
    }
}

.order-section {
    padding-top: 70px;
    margin-top: 0;
    margin-bottom: 30px
}

@media screen and (max-width:700px) {
    .order-section {
        padding-top: 30px
    }
}
.order-block {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.img-vs-tab {
    display: flex;
    align-items: center;
}

/*Новые стили*/

.works_item img {
    width: 100px;
    margin-bottom: 15px;
}
.works_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.works_item {
    width: 195px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-size: 16px;
}


/*Видео*/
.video {
    padding-top: 70px;
}
.video_items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}
.title-moderate_video {
    margin-bottom: 30px;
}
/*Видео*/

/*Карусель*/

.section_carousel {
    padding: 60px 0;
    margin: 0 !important;
}
.ant-carousel {
    margin: 0rem auto;
    padding-top: 10px;
    max-width: 1170px;
    background-color: transparent;
}

.ant-carousel-element {
    width: 310px;
    text-align: center;
}

.ant-carousel {
    width: auto;
    position: relative;
}

.ant-carousel-hider {
    overflow: hidden;
}

.ant-carousel-list {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}
.ant-carousel-list-two {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}


.ant-carousel-element {
    display: block;
    flex: 0 0 auto;
    color: black;
    margin: 0 40px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid;
}


.ant-carousel-element img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    display: inline-block;
}

/*ревью*/
.review_head {
    display: flex;
    align-items: center;
}
.photo_review_data {
    text-align: left;
    padding-left: 10px;
    line-height: 25px;
    font-size: 16px;
}
.review_text {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    padding-top: 0;
    max-height: 140px;
    transition: 1s;
    overflow: hidden;
}

.button_reviews {
    background-color: #a5272b;
    width: 100%;
    margin: 10px 0;
    display: block;
    padding: 5px;
    color: white;
    font-weight: bold;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.photo_review_cause {
    padding: 13px 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.photo_review_time {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    
    color: #AAAAAA;
}
/*Карусель*/

/*Аудио отзывы*/

.audio_items {
    width: 100%;
    padding-top: 15px;
}
.audio_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    padding: 15px 0;
}
.audio_item audio {
    width: 100%;
    max-width: 600px;
    box-shadow: 0px 0px 28px -7px black;
    border-radius: 40px;
}
/*Аудио отзывы*/
.works {
    margin-top: 50px;
}
/*Копир*/
.copyr {
    color: white;
}
.copyr_city {
    color: white;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.footer-pay-all {
    display: flex;
}
.footer-pay-all figure {
    margin-right: 10px; 
}
.footer-item-top {
    margin-top: 15px;
}
/*Копир*/

/*NewM*/
@media (max-width: 1024px) {
    .ant-carousel {
        width: 914px;
    }
    .ant-carousel-element {
        margin: 0 18px;
    }
    .ant-carousel-element {
        width: 270px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .ant-carousel {
        max-width: 610px;
    }
    .audio_item {
        flex-flow: column;
    }
    .audio_item p {
        padding-bottom: 15px;
        font-size: 16px;
    }
    .video_items {
        justify-content: center;
    }
    .video_item {
        margin: 10px;
    }
    .new-order-section {
        display: none;
    }
    .works_items {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .order-section {
        display: none;
    }
}

@media (max-width: 500px) {
    .footer-item {
        width: 100%;
        text-align: center;
    }
    .footer-block:first-child {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .footer-logo {
        margin-bottom: 0;
    }
    .footer-pay:not(:last-child) {
        margin-bottom: 0;
    }
    .footer-pay-all figure {
        margin-right: 0;
        align-items: center;
    }
    .footer-pay-all {
        align-items: center;
    }
    figure.footer-pay {
        margin: 4px;
    }
    .model-tabs-content-table-button {
        padding: 5px !important;
    }
    .model-tabs-content-table-time {
        display: none;
    }
    svg.model-tabs-content-table-icon {
        display: none;
    }
    .ant-carousel {
        max-width: 270px;
    }
    .ant-carousel-element {
        margin-bottom: 25px;
    }
    div.ant-carousel-arrow-left,
    div.ant-carousel-arrow-right {
        width: 20px;
        font-size: 50px;
    }
    .works_item {
        margin-bottom: 25px;
    }
    .ant-carousel-list {
        flex-wrap: wrap;
    }
    .model-tabs-content-table-row button {
        padding: 5px 7px !important;
        font-size: 14px;
        font-weight: 400;
    }
    .footer-block:last-child {
        align-items: flex-start;
    }
}

.logo_text {
    text-align: center;
    color: white;
}
@media (max-width: 500px) {
   .logo_text {
       display: none;
   } 
}
.model-tabs_carousel {
    margin: 10px auto;
}
.other-models-item {
    margin-bottom: 15px;
    width: 240px;
}
.other-models_items {
    display: flex;
    flex-flow: wrap;
    margin-top: 50px;
    justify-content: center;
}
.button_more {
    display: flex;
    justify-content: center;
}
.cards_models_jast {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.search_models {
    display: flex;
    padding-top: 40px;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}
.search-input {
    background: transparent;
    outline: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
    background: white;
    padding: 10px;
    border-radius: 5px;
}
.search_models_input {
    width: 50%;
}

@media (max-width: 500px) {
   .search_models {
        flex-flow: column;
        text-align: center;
   } 
   .search_models_input {
       width: 80%;
       margin-top: 10px;
   }
}
.city_block {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, .3);
}
.city_block_active {
    left: 0;
    z-index: 1;
}
  
.city_container {
    background: white;
    width: 280px;
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0px 0px 20px 0px black;
    transition: 500ms ease;
}
.city_container_active {
    top: 50px;
}
.city_container a {
    display: block;
    color: black;
    text-decoration: none;
    outline: none;
}
.city_container a:hover {
    color: blue;
}
.closed_city {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 10px;
    width: 11px;
    cursor: pointer;
}
.new-svg-item-img {
    width: 52px;
    height: 52px;
    fill: white;
}
.new-svg-block-item {
    display: flex;
    align-items: center;
}
.details-description {
    margin: auto;
    /* max-width: 640px; */
}
.details {
    margin-top: 60px;
}
.details-block.l-grid-sb-fs {
    -ms-flex-pack: center;
    justify-content: center;
}
.details-description >* {
    margin-bottom: 10px;
}
.details-description ul {
    padding-inline-start: 40px;
    list-style: disc;
}
.asus-theme .category-page-welcome, .asus-theme .home-page-welcome {
    /* background-image: url(../../images/asus-bg.jpg); */
    background: rgb(28,79,164);
    background: radial-gradient(circle, rgba(28,79,164,1) 0%, rgba(20,57,119,1) 63%);
}
@media (min-width: 950px) {
    .navbar_bottom {
        justify-content: flex-start;
    }
    .navbar_decs_non {
        display: none;
    }
}
.--menu-visible {
    max-height: 100%;
    overflow: scroll;
}
.mobile_address {
    color: white;
    padding: 0 1rem 10px;
}
@media (min-width: 769px) {
    .mobile_address {
        display: none;
    }
}

.search{
width: 250px;
position: relative;
}

.search-input{
background: transparent;
width: 98%;
outline: none;
color: rgb(0, 0, 0);
font-weight: bold;
background: white;
padding: 10px;
border-radius: 5px;
}

.search .search-img{
color: #ffffff;
position: absolute;
right: 20px;
top: 11px;
font-size: 22px;
cursor: pointer;
}
.search button {
    border: none;
    background-color: transparent;
    position: absolute;
}

.search-input::placeholder {
color: rgb(0, 0, 0);
} 

@media (max-width: 768px) {
   .search {
       display: none;
   } 
}
/*NewM*/
.details-description {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

@media screen and (max-width:700px) {
    .details-description {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 10px
    }
}
@media (max-width: 479px) {
    .category-page-welcome .form-block {
        padding: 10px;
    }   
    h1.welcome-title.elem-underscore-left:before {
        content: none;
    }
    .welcome-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }    
    .new-svg-item-text {
        font-size: 1rem;
    }   
    .category-page-welcome .form-block-title.elem-underscore-center {
        display: none;
    }    
    .category-page-welcome .form-block-description {
        font-size: 0.9rem;
    } 
    .category-page-welcome .l-grid-sb-c {
          display: grid;
          grid-template-areas: "a"
                               "b"
                               "c";
          grid-template-rows: 1fr;
          grid-template-columns: 1fr;
    }
    h1.welcome-title.elem-underscore-left {
        grid-area: a;
    }
    .category-page-welcome .welcome-block.form-block {
        grid-area: b;  
        margin: 10px auto;        
    }
    .category-page-welcome .welcome-new-svg-block {
        grid-area: c;
    }
    .category-page-welcome .l-grid-sb-c .welcome-block:first-child {
        display: contents;
    }
    .covid {
        display: none;
    }
}