#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    transition: background .2s;
    font-size: 16px;
    font-weight: 700;
    background: #686d73
}

#header.page {
    background: #686d73;
}

.header {
    display: flex;
}

.header > * {
    flex: 0 0 20%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
}

.header > *:nth-child(n+2):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 70%;
    background: rgba(255, 255, 255, .2);
}

.logo {
    text-align: center;
    padding: 0 15px 0 0;
}

.logo img {
    vertical-align: middle;
    max-height: 100%;
}

.header a {
    text-decoration: none;
}

.phone {
    font-size: 18px;
    text-decoration: none;
}

.phone:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(phone.svg) no-repeat;
    margin: -2px 7px 0 0;
    vertical-align: middle;
}

.call {
    cursor: pointer;
    text-decoration: underline;
}

.mail {
    text-transform: uppercase;
    text-decoration: none;
}

.mail:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 19px;
    background: url(check.svg) no-repeat;
    margin: -1px 7px 0 0;
    vertical-align: middle;
}

.header .mail:after {
    height: 100%;
}

.header .city {
}

.header .city:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(pin.svg) no-repeat;
    margin: -2px 7px 0 0;
    vertical-align: middle;
}

.menuopen {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 160px;
    background: #FF5959;
    color: #fff;
    padding: 0 66px 0 34px;
    box-sizing: border-box;
    line-height: 100px;
    text-align: right;
    transition: .2s;
    cursor: pointer;
    font-weight: 700;
    z-index: 1;
}

.menuopen:before {
    content: "МЕНЮ";
}

.line1 {
    display: block;
    position: absolute;
    top: 42px;
    right: 34px;
    height: 2px;
    width: 22px;
    background: #fff;
}

.line2 {
    display: block;
    position: absolute;
    top: 49px;
    right: 34px;
    height: 2px;
    width: 22px;
    background: #fff;
}

.line3 {
    display: block;
    position: absolute;
    top: 56px;
    right: 34px;
    height: 2px;
    width: 11px;
    background: #fff;
    transition: .2s;
}

.menuopen:hover {
    background: #D94141;
}

.menuopen:hover .line3 {
    width: 22px;
}

#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 3;
}

#menu.show {
    display: block;
}

#menu .line1 {
    right: 34px;
    transform-origin: 0 50%;
    transform: rotate(45deg);
}

#menu .line2 {
    top: 42px;
    right: 40px;
    transform-origin: 100% 50%;
    transform: rotate(-45deg);
}

#menu .line3 {
    display: none;
}

.menuflex {
    margin: 40px 0 0;
    display: flex;
    position: relative;
    overflow: auto;
    height: calc(100vh - 140px);
    border-left: 3px solid #25292B;
}

.topmenu {
    flex: 1;
}

.topmenu li {
    display: block;
    border-bottom: 1px solid #25292B;
    padding: 9px 0 0 9px;
    display: block;
    width: 470px;
    max-width: 100%;
    box-sizing: border-box;
}

.topmenu a {
    display: block;
    padding: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 -1px;
}

.topmenu .current a, .topmtnu .active a {
    background: #FF5959;
    color: #fff;
}

.contacts {
    flex: 1;
    padding: 0 0 0 30px;
}

.phone2 {
    display: block;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 0;
}

.phone2:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(phoneb.svg) no-repeat;
    margin: -2px 7px 0 0;
    vertical-align: middle;
}

.mail2 {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0;
}

.mail2:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url(mailb.svg) no-repeat;
    margin: -1px 7px 0 0;
    vertical-align: middle;
}

.fot2 {
    padding: 20px 0;
    font-size: 22px;
    font-weight: 500;
}

.fot2 b {
    display: block;
    padding: 0 0 10px;
}

.pre2 {
    font-size: 18px;
    color: #BEBFC0;
    padding: 0 0 10px;
}

.contacts .call {
    display: block;
    margin: 40px 0 10px;
    width: 320px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #FF5959;
    cursor: pointer;
    transition: .2s;
    font-size: 14px;
    text-decoration: none;
}

.contacts .call:hover {
    background: #D94141;
}

.fsoc2 {
    display: flex;
    width: 320px;
    justify-content: space-between;
}

.vi2, .wa2, .tg2 {
    flex: 0 0 100px;
    height: 70px;
    transition: .2s;
}

.vi2 {
    background: #f2f4f6 url(vib.svg) no-repeat 50%;
}

.vi2:hover {
    background-color: #7B61FF;
}

.wa2 {
    background: #f2f4f6 url(wab.svg) no-repeat 50%;
}

.wa2:hover {
    background-color: #33B758;
}

.tg2 {
    background: #f2f4f6 url(tgb.svg) no-repeat 50%;
}

.tg2:hover {
    background-color: #0098C8;
}

#banner {
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
}

#banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(49.97% 166.69% at 81.02% 54.7%, rgba(48, 53, 56, 0.06) 0%, rgba(48, 53, 56, 0.24) 100%);
}

#banner .wrap {
}

.banner {
    display: flex;
    padding: 100px 0 15px;
    height: 100%;
    box-sizing: border-box;
}

.bannertext {
    flex: 1;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 100px 0 0;
}

.bannerwrap {
    flex: 1;
    font-size: 44px;
    line-height: 1.36;
}

.bannertitle {
    font-size: 80px;
    line-height: 1;
    padding: 40px 0 75px;
    position: relative;
    font-weight: 700;
}

.bannertitle:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100px;
    height: 3px;
    background: #FF5959;
}

.front_banner_h1 {
    font-size: 1em;
    margin-bottom: 1em;
}

.bannernote {
    font-size: 30px;
}

.bannerform {
    flex: 0 0 40%;
    background: #fff;
    padding: 80px 80px 120px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

.formheading {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
    padding: 0 0 0 27px;
    border-left: 3px solid #FF5959;
    margin: 0 0 50px;
}

label {
    display: block;
}

textarea {
    resize: vertical;
}

.bannerform input[type="text"], .bannerform textarea {
    display: block;
    width: 100%;
    padding: 13px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #25292B;
    font-size: 14px;
    font-weight: 500;
    margin: 23px 0 0;
}

.bannerform textarea {
    height: 90px;
    resize: none;
    box-sizing: border-box;
}

/*.bannerform textarea:empty{padding:24px 0 13px;}.bannerform textarea:focus,.bannerform textarea:not(empty){padding:13px 0;}*/
.file {
    border: 2px dashed #FF5959;
    padding: 25px 20px 25px 85px;
    background: #FFF6F6 url(file2.svg) no-repeat 30px;
    margin: 23px 0 27px;
    cursor: pointer;
}

.file input {
    display: none;
}

.formbutton {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background: #FF5959;
    transition: .2s;
    border: 0;
    cursor: pointer;
}

.formbutton:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 14px;
    background: url(arrowrw2.svg) no-repeat;
    margin: -1px 0 0 7px;
    vertical-align: middle;
    transition: .2s;
}

.formbutton:hover {
    background: #D94141;
}

.formbutton:hover:after {
    transform: translateX(5px);
}

.heading {
    flex: 1;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 0 60px;
}

.heading h1, .heading h2 {
    font-size: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.heading small {
    display: block;
    font-size: 26px;
    font-weight: 600;
}

.headinglink {
    display: flex;
}

.headinglink .more {
    white-space: nowrap;
    text-align: right;
    display: block;
    padding: 0 80px 0 20px;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: inherit;
    text-decoration: none;
}

.headinglink .more:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #FF5959;
    transition: .2s;
}

.headinglink .more:hover:before {
    background: #D94141;
}

.headinglink .more:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 21px;
    width: 39px;
    height: 20px;
    background: url(next.svg) no-repeat;
    transition: .2s;
}

.headinglink .more:hover:after {
    transform: translateX(5px);
}

.modalinner {
    padding: 40px 30px;
    width: 640px;
    box-sizing: border-box;
}

.modalinner .heading {
    font-size: 32px;
    padding-bottom: 40px;
}

.modal input[type="text"], .modal input[type="tel"], .modal textarea {
    display: block;
    width: 100%;
    padding: 13px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #25292B;
    font-size: 14px;
    font-weight: 500;
    margin: 23px 0 0;
}

.modal textarea {
    height: 90px;
    resize: none;
    box-sizing: border-box;
}

.modal .formheading {
    padding: 0 0 0 30px;
    margin: 0 0 40px;
    font-size: 26px;
}

#geos {
    padding: 120px 0;
    background: #F2F4F6;
}

.geos {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.geo {
    flex: 0 0 20%;
    padding: 0 30px 120px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border-top: 30px solid #FFF;
    text-decoration: none;
    overflow: visible;
}

.geo:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 5px;
    background: #25292B;
}

.geo:after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: -1px;
    bottom: 40px;
    width: 1px;
    background: #25292B;
}

.geotitle {
    font-size: 18px;
    overflow: visible;
    margin-bottom: 25px;
    display: block;
}

.geo .subcategory-title {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.geo:hover {
}

.geoicon {
    height: 124px;
    line-height: 124px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.geo a {
    text-decoration: none;
}

.geo a:hover {
    color: #FF5959;
}

.geo img {
    vertical-align: bottom;
    max-height: 100%;
}

.geo .more, .geoall .more {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-left: 40px solid #FF5959;
    transition: .2s;
    padding: 0 0 0 15px;
    font-size: 14px;
    text-decoration: none;
}

.geo .more {
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.geoall .more:before, .geo .more:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: -40px;
    width: 26px;
    height: 14px;
    transition: .2s;
    background: url(arrowrw.svg) no-repeat;
}

.geo:hover .more, .geoall:hover .more {
    border-color: #D94141;
}

.geo:hover .more:before, .geoall:hover .more:before {
    transform: translateX(5px);
}

.geoall {
    background: #FF5959;
    color: #fff;
    padding: 30px 50px;
    transition: .2s;
    text-decoration: none;
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.geoall .more {
    border-color: #fff;
}

.geoall .more:before {
    background-image: url(arrowrr.svg);
}

.geoall:hover .more {
    border-color: #fff;
}

.geoall:hover {
    background: #D94141;
}

#order {
    background: #303538;
    color: #fff;
}

#order form {
    display: block;
    position: relative;
    padding: 80px 320px 60px 0;
}

#order form:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 60px;
    right: 320px;
    width: 1px;
    top: 60px;
    background: #1A1D1F;
}

#order form:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #1A1D1F;
}

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

.ordertitle {
    flex: 0 0 56%;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
}

.orderlist {
    flex: 0 0 44%;
    font-size: 18px;
    padding: 10px 0 0;
}

.orderlist li {
    list-style: none;
    position: relative;
    padding: 4px 0;
}

.orderlist li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: -16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF5959;
}

.formbody {
    flex: 0 0 100%;
    display: flex;
    padding: 40px 0 0 0;
    height: 115px;
    box-sizing: border-box;
}

.formbody label {
    flex: 0 0 25%;
    border-right: 1px solid #1A1D1F;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.formbody label + label {
    padding: 0 30px;
}

.formbody label + label + label {
    flex: 0 0 50%;
}

.formorder input[type="text"] {
    display: block;
    width: 100%;
    height: 75px;
    line-height: 65px;
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.formorder ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.formorder :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.formorder ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.formorder :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.formorder .file {
    border: 0;
    background: url(file.svg) no-repeat 30px 10px;
    margin: 0;
    height: 75px;
    line-height: 65px;
    padding: 0 0 0 66px;
}

.orderbutton {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 290px;
    background: rgba(37, 41, 43, .7);
    border: 0;
    font-size: 16px;
    color: #fff;
    transition: .2s;
    z-index: 1;
    cursor: pointer;
}

.orderbutton span {
    margin: auto;
}

.orderbutton:hover {
    background: #FF4D4D;
}

.orderbutton span:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 14px;
    background: url(arrowrw2.svg) no-repeat;
    margin: -1px 0 0 7px;
    vertical-align: middle;
    transition: .2s;
}

.orderbutton:hover span:after {
    transform: translateX(5px);
}

#care {
    padding: 100px 0 30px;
    display: flex;
    margin-bottom: 70px;
}

#care:after {
    content: "";
    display: block;
    position: absolute;
    left: 160px;
    right: 160px;
    bottom: 0;
    height: 5px;
    background: #1A1D1F;
}

.careslider {
    flex: 1;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px 0 0;
}

.slider {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.caretext {
    flex: 0 0 760px;
    padding: 0 160px 0 80px;
    box-sizing: border-box;
    position: relative;
}

.caretext:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 50px;
    bottom: -30px;
    width: 1px;
    background: #1A1D1F;
}

.slide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 160px;
    box-sizing: border-box;
    text-decoration: none;
    background-size: cover;
    background-position: 50%;
}

.slide + .slide {
    display: none;
}

.slidetitle {
    display: inline-block;
    background: #FF5959;
    height: 90px;
    line-height: 90px;
    color: #fff;
    padding: 0 35px 0 125px;
    transition: .2s;
    position: relative;
    text-transform: uppercase;
}

.slidetitle:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 14px;
    background: url(arrowrw2.svg) no-repeat;
    margin: -1px 0 0 7px;
    vertical-align: middle;
    transition: .2s;
}

.slidetitle:hover {
    background: #D94141;
}

.slidetitle:hover:after {
    transform: translateX(5px);
}

.slidenum {
    width: 90px;
    display: block;
    position: absolute;
    height: 90px;
    left: 0;
    top: 0;
    background: #E65050;
    line-height: 80px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
}

.slidenum big {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0;
}

#care .heading {
    line-height: 1.15;
}

.careintro {
    padding: 20px 0;
    font-size: 30px;
    line-height: 1.3;
}

.carelist {
    padding: 15px 0 40px 15px;
}

.carelist li {
    list-style: none;
    position: relative;
    padding: 8px 0;
}

.carelist li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: -16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF5959;
}

.slider .next {
    display: block;
    position: absolute;
    top: 0;
    left: 160px;
    width: 90px;
    height: 90px;
    z-index: 1;
    cursor: pointer;
}

#apply {
    padding: 120px 0 150px;
}

.apply {
    display: flex;
    margin: 0 -15px 80px;
    flex-wrap: wrap;
}

.apl {
    flex: 0 0 25%;
    padding: 20px 15px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}

.apllink {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.aplimg {
    flex: 0 0 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.aplimg img {
    vertical-align: middle;
}

.apltitle {
    padding: 0 15px 0 30px;
    overflow: visible;
}

.apl:nth-child(8n-4):after, .apl:nth-child(8n-5):after, .apl:nth-child(8n-6):after, .apl:nth-child(8n-7):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 5px;
    background: #1A1D1F;
}

.carousel {
    height: 510px;
    overflow: hidden;
    margin: 0 -30px;
    padding: 0 15px;
}

.obj {
    height: 100%;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.objlink {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.5;
}

.objlink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(19, 29, 34, 0), #131D22);
}

.objtitle {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #FF5959;
    transition: .2s;
}

.objlink:hover .objtitle {
    bottom: 50px;
}

.carousel .prev, .carousel .next {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #FF5959;
    margin: -30px 0 0;
    z-index: 1;
    cursor: pointer;
    text-align: right;
}

.carousel .next {
    left: auto;
    right: 0;
    text-align: left;
}

.carousel .prev:hover, .carousel .next:hover {
    background: #D94141;
}

.carousel .next:after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 20px;
    background: url(next.svg) no-repeat;
    margin: -1px 0 0;
    vertical-align: middle;
    transition: .2s;
}

.carousel .prev:after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 20px;
    background: url(prev.svg) no-repeat;
    margin: -1px 0 0;
    vertical-align: middle;
    transition: .2s;
}

.carousel .next:hover:after {
    transform: translateX(5px);
}

.carousel .prev:hover:after {
    transform: translateX(-5px);
}

.disabled .prev, .disabled .next {
    cursor: default;
}

#cert {
    padding: 120px 0;
    background: #F2F4F6;
}

.cert {
    display: flex;
}

.certtext {
    flex: 1;
    padding: 0 30px 0 0;
}

.certheading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 0 70px;
}

.certimg {
    display: flex;
    flex: 0 0 670px;
    position: relative;
}

.certimgframe {
    padding: 30px;
    background: #fff;
}

.cert img {
    display: block;
}

.certlabel {
    flex: 1;
    padding: 40px 30px 80px;
    background: #FF5959 url(shield.svg) no-repeat -50px;
    color: #fff;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
}

.certlabel .more {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 40px;
    height: 40px;
    line-height: 40px;
    border-left: 40px solid #fff;
    padding: 0 0 0 15px;
    font-size: 14px;
}

.certlabel .more:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: -40px;
    width: 26px;
    height: 14px;
    transition: .2s;
    background: url(arrowrr.svg) no-repeat;
}

.certlabel:hover .more:before {
    transform: translateX(5px);
}

#ask {
    background: #303538;
    color: #fff;
}

.ask {
    display: flex;
}

.ask:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    height: 5px;
    background: #1A1D1F;
}

.asktext {
    flex: 1;
    padding: 60px 30px 60px 0;
    display: flex;
    align-items: center;
    position: relative
}

.asktext:after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    bottom: 60px;
    width: 1px;
    top: 60px;
    background: #1A1D1F;
}

.asktitle {
    flex: 1;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
}

.asksoc {
    display: flex;
    flex: 0 0 672px;
}

.asksoc a {
    flex: 0 0 33.333333%;
    padding: 210px 0 120px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    transition: .2s;
    z-index: 1;
}

.vi1 {
    background: #252A2B url(vi.svg) no-repeat 50% 40%;
}

.vi1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    height: 5px;
    background: #7B61FF;
}

.vi1:hover {
    background-color: #7B61FF;
}

.wa1 {
    background: #212426 url(wa.svg) no-repeat 50% 40%;
}

.wa1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    height: 5px;
    background: #33B758;
}

.wa1:hover {
    background-color: #33B758;
}

.tg1 {
    background: #1A1D1F url(tg.svg) no-repeat 50% 40%;
}

.tg1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    height: 5px;
    background: #0098C8;
}

.tg1:hover {
    background-color: #0098C8;
}

#news {
    padding: 120px 0;
}

.news2 {
    margin: 50px 0 0;
}

.news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.new {
    grid-row-start: span 4;
    grid-column-start: span 1;
    border: 1px solid #686d73;
    box-sizing: border-box;
    text-decoration: none;
    transition: .2s;
    overflow: hidden;
    font-size: 16px;
    color: #101025;
}

.news2 .new:nth-child(n+3) {
    grid-row-start: span 1;
    grid-column-start: span 2;
}

.news2 .new:nth-child(n+3) .newimg {
    display: none;
}

.newlink {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    font-size: 22px;
}

.newimg {
    height: 70%;
    background-size: cover;
    background-position: 50%;
    min-height: 300px;
}

.date {
    font-size: 12px;
    color: #686d73;
    padding: 15px 15px 10px
}

.newtitle {
    padding: 0 15px 15px;
}

.new:hover .newtitle {
    color: #D94141;
}

#news .button {
    display: block;
    max-width: 100%;
    margin-top: 50px;
}

.news .prev, .news .next {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #FF5959;
    margin: -30px 0 0;
    z-index: 1;
    cursor: pointer;
    text-align: right;
}

.news .next {
    left: auto;
    right: 0;
    text-align: left;
}

.news .prev:hover, .news .next:hover {
    background: #D94141;
}

.news .next:after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 20px;
    background: url(next.svg) no-repeat;
    margin: -1px 0 0;
    vertical-align: middle;
    transition: .2s;
}

.news .prev:after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 20px;
    background: url(prev.svg) no-repeat;
    margin: -1px 0 0;
    vertical-align: middle;
    transition: .2s;
}

.news .next:hover:after {
    transform: translateX(5px);
}

.news .prev:hover:after {
    transform: translateX(-5px);
}

#footer {
    padding: 60px 0 0;
    background: #303538;
    color: #fff;
}

.botmenu {
    columns: 4;
    gap: 0;
    line-height: 1.2;
    padding: 0 0 20px;
}

.botmenu .level1 {
    display: block;
    overflow: hidden;
    break-inside: avoid;
    font-size: 14px;
    color: #fff;
    padding: 0 0 30px;
    text-transform: uppercase;
    list-style: none;
}

.botmenu a {
    text-decoration: none;
}

.botmenu .level1 > ul {
    padding: 15px 0 0;
}

.botmenu .level2 {
    padding: 10px 0 0;
    color: #979A9B;
    font-weight: 500;
    text-transform: none;
    list-style: none;
}

.footer .mail {
}

.footer .mail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 70%;
    background: #1A1D1F;
}

.footer .mail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 70%;
    background: #1A1D1F;
}

.footer {
    display: flex;
    border-top: 5px solid #1A1D1F;
    justify-content: space-between;
}

.fot {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
    position: relative;
}

.pre {
    font-weight: 500;
    color: #6E7173;
}

.fsoc {
    display: flex;
    flex: 0 0 300px;
}

.vi, .wa, .tg {
    flex: 0 0 100px;
    height: 100px;
}

.vi {
    background: rgba(0, 0, 0, 0) url(vi.svg) no-repeat 50%;
}

.vi:hover {
    background-color: #7B61FF;
}

.wa {
    background: rgba(0, 0, 0, 0) url(wa.svg) no-repeat 50%;
}

.wa:hover {
    background-color: #33B758;
}

.tg {
    background: rgba(0, 0, 0, 0) url(tg.svg) no-repeat 50%;
}

.tg:hover {
    background-color: #0098C8;
}

.copy {
    padding: 40px 0;
    background: #252A2B;
    text-align: center;
    color: #66696A;
}

#geos2 {
    padding: 100px 0 0;
    background: #f5f5f5;
}

.geoflex {
    display: flex;
    justify-content: space-between;
}

.geotext {
    flex: 1;
    max-width: 800px;
    padding-bottom: 70px;
}

.geoicon2 {
    padding: 0 80px;
}

.geoicon2 img {
    width: auto;
    height: 260px;
}

.geointro {
    font-size: 20px;
    font-weight: 500;
}

.tabs {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    border-bottom: 1px solid #686d73;
}

.tabs .tab {
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #686d73;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: 1px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.tabs .tab.active {
    border-bottom: none;
    background-color: #fff;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.heading2 {
    flex: 1;
    font-size: 36px;
    line-height: 1.1;
    padding: 0 0 60px;
    position: relative;
    font-weight: 700;
}

.heading2 h1, .heading2 h2 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
}

.page-header-wrap {
    flex: 1;
    position: relative;
    font-size: 36px;
    padding-bottom: 60px;
}

.page-header-wrap h1, .page-header-wrap h2 {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 0;
}

.tabs2 {
    display: flex;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    padding: 20px 0 40px;
    flex-wrap: wrap;
}

.tab2.active, .tab2.current {
    background: #FF5959;
    color: #fff;
}

.tab2 {
    grid-column-start: span 1;
    padding: 18px 18px;
    text-align: center;
    line-height: 1.1;
    color: #FF5959;
    background: #fff;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid #FF5959;
    box-sizing: border-box;
    text-decoration: none;
    max-width: min-content;
    display: flex;
    align-items: center;
}

.tab2:hover {
    background-color: #D94141;
    color: #fff;
    border-color: #D94141;
}

.search {
    max-width: 100%;
    display: flex;
    gap: 15px;
    padding: 0 0 0;
}

.search label {
    flex: 1;
}

.search input[type="text"] {
    display: block;
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1px solid #686d73;
    font-size: 14px;
    box-sizing: border-box;
}

.search button {
    width: 140px;
    flex: 0 0 140px;
    font-size: 18px;
    font-weight: bolder;
    padding: 12px;
    box-sizing: border-box;
}

.button {
    display: inline-block;
    padding: 20px 30px;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    background: #FF5959;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.button:hover {
    background: #D94141;
}

.catalog-product-line-wrap {
    margin-bottom: 20px;
    transition: 0.3s;
}

.catalog-product-line-wrap:hover {
    background-color: #eee;
}

.catalog-product-line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.catalog-product-line .catalog-product-line-image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 50%;
}

.catalog-product-line .catalog-product-line-title {
    padding: 0 20px;
    flex-grow: 1;
}

.catalog-product-line .catalog-product-line-button {
    flex-basis: 170px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.tovars, .ajaxSearch_grpResult {
    padding: 40px 0 0;
    display: block;
    flex-wrap: wrap;
    overflow: hidden;
}

.tovarwrap {
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 20px;
}

.tovar {
    height: 100%;
    position: relative;
    padding: 0 0 100px;
    box-sizing: border-box;
}

.tovarimg {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: 50%;
}

.tovartitle {
    display: block;
    padding: 30px 0;
    color: inherit;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    gap: 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.order {
    flex: 1;
    padding: 8px 8px;
    text-align: center;
    line-height: 1.1;
    background: #FF5959;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid #FF5959;
    box-sizing: border-box;
    text-decoration: none;
}

.order:hover {
    background: #D94141;
    border-color: #D94141;
}

.totovar {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    text-align: center;
    line-height: 1.1;
    color: #FF5959;
    background: #fff;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid #FF5959;
    box-sizing: border-box;
    text-decoration: none;
    justify-content: center;
}

.totovar:hover {
    background: #D94141;
    border-color: #D94141;
    color: #fff;
}

#product {
    padding: 60px 0;
}

.product {
    display: flex;
}

.producttitle {
    flex: 2;
    position: relative;
    padding: 0 80px 40px 0;
}

.productdesc {
    flex: 3;
    padding: 0 0 60px 80px;
}

.productimg {
    flex: 1;
    min-width: 0;
}

.productimg img {
    width: auto;
    height: 260px;
}

.price {
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 30px;
}

.marks {
}

.mark {
    background: #f0f0f0;
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.mark:hover {
    color: #D94141;
}

.mark .marktitle {
    flex-grow: 1;
}

.mark .mark-meta {
    flex-grow: 0;
    display: flex;
    align-items: center;
}

.mark .markprice {
    flex-shrink: 0;
    margin-right: 15px;
}

.mark .catalog-product-line-button {
    flex-basis: 140px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px;
}

.careform {
    display: flex;
    gap: 50px;
    background: #F8F8F8;
    padding: 40px;
    margin: 50px 0 0;
    font-size: 12px;
    box-shadow: 0px 25px 27px -23px rgba(235, 238, 255, 0.58);
}

.caretext {
    flex: 2;
}

.caretitle {
    font-size: 25px;
    line-height: 1.3;
    text-transform: uppercase;
}

.blue {
    color: #FF5959;
}

.careul {
    margin: 25px 0;
    color: #FF5959;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.careul span {
    color: #182531;
}

.careform form {
    flex: 3;
}

.careform input[type="text"], .careform textarea {
    display: block;
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1px solid #686d73;
    font-size: 14px;
    box-sizing: border-box;
}

.careform textarea {
    height: 100%;
    resize: none;
}

.careform .labels {
    margin: 0 0 15px;
}

.labels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.labels .file, .labels .area {
    grid-row-start: span 2;
}

.double {
    display: flex;
}

.content {
    flex: 1;
    background: #fff;
    position: relative;
    min-width: 0;
}

.content + .aside {
    margin: 0 0 0 160px;
}

.aside {
    flex: 0 0 320px;
    margin: 0 80px 0 0;
}

.text-page-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
}

#mainsearch {
    margin-bottom: 30px;
}

.sideform {
    background: #f8f8f8;
    padding: 35px 30px;
    position: relative;
    font-size: 12px;
}

.formwrap {
    padding: 0 0 15px;
}

.sideform .formheading {
    padding: 0 0 0 20px;
    margin: 0 0 40px;
    font-size: 22px;
}

.sideform input[type="text"], .sideform input[type="tel"], .sideform textarea {
    display: block;
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1px solid #686d73;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 0 15px;
}

.cities {
    columns: 150px;
    column-gap: 15px;
}

.cities .city {
    display: block;
    padding: 0 0 5px;
}

.cities a.city {
    text-decoration: none;
}

.cities a.city:hover {
    color: #D94141;
}

.cities span.city {
    font-weight: bold;
}

.contactos {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 20px;
    line-height: 1.2;
}

.contacto {
    grid-column-start: span 1;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contacto > * {
    flex: 0 0 100px;
}

.contacto .heading {
    padding: 0;
}

.contacto a {
    text-decoration: none;
}

.pre4 {
    color: #BEBFC0;
    padding: 0 0 10px;
    font-weight: 500;
    font-size: 14px;
}

.vi3, .wa3, .tg3 {
    border: 2px solid #D94141;
    color: #D94141;
    line-height: 96px;
    box-sizing: border-box;
    padding: 0 0 0 100px;
    background-color: transparent;
}

.vi3 {
    background: url(vi_red.svg) no-repeat 50px 50%;
}

.wa3 {
    background: url(wa_red.svg) no-repeat 50px 50%;
}

.tg3 {
    background: url(tg_red.svg) no-repeat 50px 50%;
}

.contacto .vi3:hover, .contacto .wa3:hover, .contacto .tg3:hover {
    background-color: #eee;
}

#stats {
    padding: 60px 0;
}

.stats {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 14px;
    line-height: 1.2;
}

.stat {
    grid-column-start: span 1;
    text-transform: uppercase;
    font-weight: 400;
}

.cares {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 50px 0 0;
}

.care {
    text-align: center;
    font-size: 20px;
}

.careimg {
    height: 92px;
    line-height: 92px;
    margin: 0 0 20px;
}

.careimg img {
    vertical-align: middle;
    max-height: 100%;
}

.contacto .fsoc2 {
    display: none;
}

.breadcrumbs {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li:last-child:after {
    content: "";
}

.pagination {
    margin-bottom: 50px;
    margin-top: 50px;
    display: block;
}

.pagination a, .pagination b {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    line-height: 14px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-left: none;
}

.pagination a:first-child, .pagination b:first-child {
    border-left: 1px solid #ccc;
}

.pagination b.current {
    color: #fff;
    background-color: #FF5959;
}

.pagination a:hover {
    background-color: #ccc;
}

.see-all-link {
    display: inline-block;
    margin-top: 30px;
}

.mark-code-description-wrap {
    font-size: 14px;
    font-weight: 400;
}

.mark-code-description-wrap h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
    display: inline-block;
}

.mark-code-description-wrap div.letters {
    display: inline-block;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #b2b2b2;
    padding: 0px 2px;
    margin-right: 2px;
    cursor: default;
}

.mark-code-description-wrap .item-decode.highlighted, .mark-code-description-wrap div.letters.highlighted {
    background-color: #686d73;
    color: #fff;
}

.mark-code-description-wrap .item-decode {
    padding: 2px 4px;
}

.mark-code-description-wrap div.just-symbol {
    display: inline-block;
    font-size: 20px;
    padding: 3px 3px;
}

.wiremarks-header {
    margin-bottom: 20px;
}
.wiremarks {
    column-count: 4;
    margin-bottom: 50px;
    column-gap: 10px;
}
.wiremark {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
}
.wiremark:hover {
    color: #D94141;
}

@media (max-width: 1810px) {
    .wrap {
        margin: 0 60px;
        clear: both;
    }

    .header > * {
        height: 60px;
        line-height: 60px;
    }

    .menuopen {
        height: 60px;
        width: 60px;
        padding: 0 60px 0 0;
    }

    .menuopen:before {
        content: "";
    }

    .line1 {
        top: 22px;
        right: 19px;
    }

    .line2 {
        top: 29px;
        right: 19px;
    }

    .line3 {
        top: 36px;
        right: 19px;
    }

    #menu .line1 {
        right: 14px;
    }

    #menu .line2 {
        top: 22px;
        right: 20px;
    }

    .banner {
        padding: 60px 0 15px;
    }

    .bannertext {
        padding: 0 60px 0 0;
    }

    .bannertitle {
        font-size: 60px;
    }

    .bannerform {
        padding: 40px 50px 120px;
    }

    #care:after {
        left: 60px;
        right: 60px;
    }

    .caretext {
        flex: 0 0 50vw;
        padding: 0 60px 0 50px;
    }

    .slide {
        padding: 0 0 0 60px;
    }

    .slider .next {
        left: 60px;
    }

    .geotitle {
        font-size: 16px;
    }

    .formbody {
        height: 190px;
        flex-wrap: wrap;
    }

    .formbody label {
        flex: 0 0 50%;
        border-bottom: 5px solid #1A1D1F;
    }

    .formbody label + label + label {
        flex: 0 0 100%;
        border: 0;
    }

    .formorder input[type="text"] {
        height: 75px;
        line-height: 75px;
    }

    .asksoc {
        flex: 0 0 510px;
    }

    .certheading {
        font-size: 40px;
    }
}

@media (max-width: 1250px) {
    .geo {
        flex-basis: 25%;
    }
}

@media (max-width: 1000px) {
    .wiremarks {
        column-count: 3;
    }
    .menuflex {
        display: block;
        height: calc(100vh - 80px);
    }

    .topmenu {
        border-bottom: 2px solid #25292B;
        width: 470px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .topmenu li {
        padding: 5px 0 0 5px;
        display: block;
    }

    .topmenu a {
        padding: 20px 25px;
        font-size: 10px;
    }

    .contacts {
        padding: 20px 0 0 25px;
        width: 470px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .phone2 {
        font-size: 12px;
        padding: 4px 0;
    }

    .phone2:before {
        width: 20px;
        height: 20px;
        background: url(phoner.svg) no-repeat;
    }

    .mail2 {
        font-size: 12px;
        padding: 4px 0;
    }

    .mail2:before {
        width: 18px;
        height: 17px;
        background: url(mailr.svg) no-repeat;
    }

    .fot2 {
        padding: 7px 0;
        font-size: 10px;
    }

    .fot2 b {
        display: inline;
        padding: 0;
    }

    .pre2 {
        font-size: 10px;
        padding: 0 0 4px;
    }

    .contacts .call {
        display: none;
    }

    .fsoc2 {
        width: 160px;
    }

    .vi2, .wa2, .tg2 {
        flex: 0 0 50px;
        height: 50px;
        transition: .2s;
    }

    .vi2, .wa2, .tg2 {
        background-size: auto 20px;
    }

    .nomob {
        display: none;
    }

    .mobbr {
        display: block;
    }

    .wrap {
        margin: 0 20px;
        clear: both;
    }

    .header > *:nth-child(n+2) {
        display: none;
    }

    .logo {
        flex-basis: calc(100% - 60px);
    }

    .logo img {
        max-height: 34px;
    }

    #banner {
        display: flex;
        align-items: center;
    }

    .banner {
        display: block;
    }

    .bannertext {
        padding: 50px 0;
        text-align: center;
    }

    .bannerwrap {
        font-size: 18px;
    }

    .bannertitle {
        font-size: 32px;
        padding: 20px 0 40px;
    }

    .bannertitle:after {
        bottom: 20px;
        width: 40px;
        height: 2px;
    }

    .bannernote {
        font-size: 18px;
    }

    .bannerform {
    }

    .heading {
        font-size: 26px;
        padding: 0 0 20px;
    }

    .heading small {
        font-size: 12px;
    }

    #geos {
        padding: 40px 0;
    }

    .geos {
    }

    .geo {
        flex: 0 0 100%;
        padding: 20px 15px;
        border: 0;
        border-left: 10px solid #F2F4F6;
    }

    .geo:before {
        top: 100%;
        left: -10px;
        right: 10px;
        height: 1px;
        z-index: 1;
    }

    .geo:after {
        top: 0;
        left: -10px;
        bottom: 0;
        width: 3px;
        background: #25292B;
    }

    .geotitle {
        font-size: 12px;
        height: auto;
    }

    .geoicon {
        display: none;
    }

    .geo .more {
        display: none;
    }

    .geoall {
        font-size: 12px;
        position: relative;
        padding: 15px 30px;
    }

    #order form {
        display: block;
        position: relative;
        padding: 40px 0 110px;
    }

    #order form:before {
        display: none;
    }

    #order form:after {
        display: none;
    }

    .formorder {
        display: block;
        position: relative;
    }

    .ordertitle {
        font-size: 26px;
    }

    .orderlist {
        font-size: 12px;
        padding: 30px 0 0 10px;
    }

    .orderlist li {
        padding: 7px 0;
    }

    .orderlist li:before {
        top: 11px;
        left: -12px;
        width: 6px;
        height: 6px;
    }

    .formbody {
        padding: 20px 0 0 0;
        height: auto;
        display: block;
        position: relative;
    }

    .formbody:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -90px;
        left: 0;
        width: 3px;
        top: 20px;
        background: #1A1D1F;
    }

    .formbody label {
        border: 0;
        border-bottom: 1px solid #1A1D1F;
        padding: 20px;
    }

    .formbody label + label {
        padding: 20px;
    }

    .formorder input[type="text"] {
        height: auto;
        line-height: inherit;
        font-size: 10px;
    }

    .formorder .file {
        border: 0;
        background-size: auto 26px;
        background-position: 20px;
        height: auto;
        font-size: 12px;
        line-height: inherit;
        padding: 20px 20px 20px 50px;
        border-bottom: 1px solid #1A1D1F;
    }

    .orderbutton {
        height: 80px;
        top: auto;
        left: -20px;
        right: -20px;
        bottom: 0;
        font-size: 12px;
        width: 100%;
        padding: 0 20px;
        box-sizing: initial;
    }

    .orderbutton span:after {
        background: url(arrowrr2.svg) no-repeat;
    }

    #care {
        padding: 40px 0 0;
        display: block;
    }

    #care:after {
        display: none;
    }

    .careslider {
        height: 200px;
        margin: 0;
    }

    .careform {
        display: block;
    }

    .caretext {
        padding: 0 0 30px 0;
        box-sizing: border-box;
        position: relative;
    }

    .caretext:before {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        bottom: auto;
        left: 20px;
        width: auto;
        height: 1px;
    }

    .slidetitle {
        display: none;
    }

    .careintro {
        padding: 0;
        font-size: 16px;
    }

    .carelist {
        font-size: 12px;
        padding: 20px 0 0 10px;
    }

    .carelist li {
        padding: 7px 0;
    }

    .carelist li:before {
        top: 11px;
        left: -12px;
        width: 6px;
        height: 6px;
    }

    #apply {
        padding: 40px 0;
        overflow: hidden;
    }

    .applywrap {
        scrollbar-width: none;
        overflow: auto;
        margin: 0 0 40px;
        padding: 0 0 40px;
    }

    .applywrap::-webkit-scrollbar {
        width: 0;
    }

    .apply {
        flex-direction: column;
        margin: 0;
        height: 200px;
        width: min-content;
    }

    .apl {
        flex: 0 0 50%;
        padding: 10px 0;
        box-sizing: border-box;
        width: 320px;
        width: calc(100vw - 40px);
    }

    .aplimg {
        flex: 0 0 80px;
        height: 80px;
        line-height: 80px;
    }

    .aplimg img {
        max-height: 40px;
    }

    .apltitle {
        padding: 0 0 0 20px;
    }

    .apl:nth-child(8n-4):after, .apl:nth-child(8n-5):after, .apl:nth-child(8n-6):after, .apl:nth-child(8n-7):after {
        display: none;
    }

    .apl:nth-child(2n-1):after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #1A1D1F;
    }

    .rew {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 48px;
        height: 16px;
        background: url(rew.svg) no-repeat;
        transition: .2s;
    }

    .fwd {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 48px;
        height: 16px;
        background: url(fwd.svg) no-repeat;
        transition: .2s;
    }

    .rew.disabled, .fwd.disabled {
        opacity: 0;
    }

    .applywrap .nav {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 50px;
        right: 50px;
        bottom: 0;
    }

    .applywrap .nav span {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #E7E9EB;
        transition: .2s;
        border-radius: 50%;
    }

    .applywrap .nav .active {
        background: #FF5959;
    }

    .carousel {
        height: 220px;
        margin: 0 -15px;
        padding: 0 10px;
    }

    .obj {
        padding: 0 5px;
    }

    .objlink {
        font-size: 10px;
        line-height: 1.3;
    }

    .objtitle {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 0 0 10px;
        border-bottom: 1px solid #FF5959;
        transition: .2s;
    }

    .objlink:hover .objtitle {
        bottom: 30px;
    }

    .carousel .prev, .carousel .next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: -10px 0 0;
    }

    .carousel .next:after {
        width: 18px;
        height: 9px;
        background-size: contain;
    }

    .carousel .prev:after {
        width: 18px;
        height: 9px;
        background-size: contain;
    }

    #cert {
        padding: 40px 0;
    }

    .cert {
        display: block;
    }

    .certtext {
        padding: 0 0 0 20px;
    }

    .certheading {
        font-size: 26px;
        padding: 0 0 20px;
    }

    .certimg {
        display: block;
        padding: 10px 0 0 10px;
        margin: 20px 0 0;
    }

    .certimgframe {
        padding: 20px;
        background: #fff;
        text-align: center;
    }

    .cert img {
        margin-right: auto;
        margin-left: auto;
    }

    .certlabel {
        display: flex;
        align-items: center;
        padding: 25px 20px;
        background-position: 107%;
        background-size: auto 80%;
        font-size: 10px;
    }

    .certlabel .more {
        display: none;
    }

    .certlabel:after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 14px;
        background: url(arrowrw2.svg) no-repeat;
        margin: -1px 0 0 7px;
        vertical-align: middle;
        transition: .2s;
    }

    .certlabel:hover:after {
        transform: translateX(5px);
    }

    #ask {
        padding: 40px 0 20px;
    }

    .ask {
        display: block;
        border-left: 3px solid #1A1D1F;
    }

    .ask:after {
        display: none;
    }

    .asktext {
        padding: 0 0 40px 20px;
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #1A1D1F;
    }

    .asktext:after {
        display: none;
    }

    .asktitle {
        font-size: 26px;
    }

    .asksoc {
        display: block;
        padding: 20px 0 0;
        position: relative;
        margin: 0 -20px 0 -23px;
    }

    .asksoc a {
        display: block;
        padding: 28px 0 28px 115px;
        text-align: left;
        font-size: 10px;
        background-position: 60px;
        background-size: 30px auto;
    }

    .vi1:after {
        left: 20px;
        right: auto;
        top: 0;
        bottom: 0;
        height: auto;
        width: 3px;
    }

    .wa1:after {
        left: 20px;
        right: auto;
        top: 0;
        bottom: 0;
        height: auto;
        width: 3px;
    }

    .tg1:after {
        left: 20px;
        right: auto;
        top: 0;
        bottom: 0;
        height: auto;
        width: 3px;
    }

    #news {
        padding: 40px 0;
    }

    #news .more {
        display: none;
    }

    .news {
        display: block;
        padding: 0 10px;
        overflow: hidden;
    }

    .new {
        padding: 0;
        margin-bottom: 20px;
        height: 100%;
        border: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }

    .newlink {
        font-size: 14px;
    }

    .newimg {
        width: 50px;
        height: 50px;
        min-height: auto;
        flex-grow: 0;
        flex-shrink: 0; /* margin-top: 21px; */
    }

    .news2 .new:nth-child(n+3) .newimg {
        display: block;
    }

    .date {
        display: none;
        font-size: 10px;
        padding: 5px 10px;
        color: #fff;
        background-color: #777;
        position: absolute;
        left: 0;
        top: 0;
    }

    .newtitle { /* padding-top: 30px; */
        padding-bottom: 0;
    }

    .news .prev, .news .next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: -10px 0 0;
    }

    .news .next:after {
        width: 18px;
        height: 9px;
        background-size: contain;
    }

    .news .prev:after {
        width: 18px;
        height: 9px;
        background-size: contain;
    }

    #footer {
        padding: 40px 0 0;
    }

    .botmenu {
        columns: auto;
    }

    .botmenu .level1 {
        font-size: 12px;
        padding: 0 0 20px 20px;
        position: relative;
    }

    .botmenu .parent:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        width: 11px;
        height: 7px;
        background: url(down1.svg) no-repeat;
        transform-origin: 50% 50%;
    }

    .botmenu .parent.active:before {
        transform: rotate(180deg);
        background: url(up1.svg) no-repeat;
    }

    .botmenu .level1 > ul {
        padding: 15px 0 0;
        display: none;
    }

    .botmenu .level2 {
        padding: 5px 0 0;
    }

    .footer {
        display: block;
        border-top: 3px solid #1A1D1F;
    }

    .blogo {
        border-bottom: 3px solid #1A1D1F;
    }

    .blogo img {
        max-height: 34px;
    }

    .fot {
        display: block;
        padding: 15px 0;
        height: auto;
    }

    .fsoc {
    }

    .vi, .wa, .tg {
        flex: 0 0 60px;
        height: 60px;
        background-size: auto 20px;
        margin: 0 10px 0 0;
        background-color: #262B2C;
    }

    .copy {
        padding: 20px 0 80px;
        text-align: left;
    }

    .footer .mail:before, .footer .mail:after {
        display: none;
    }

    .modalinner {
        padding: 40px 20px;
        width: 320px;
    }

    .modal input[type="text"], .modal input[type="tel"], .modal textarea {
        font-size: 10px;
        font-weight: 500;
        margin: 15px 0 0;
    }

    .modal .formheading {
        padding: 0 0 0 20px;
        margin: 0 0 20px;
        font-size: 16px;
    }

    .formbutton {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }

    .getprice {
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -60px;
        z-index: 2;
        width: 60px;
        height: 50px;
        background: #FF5959 url(getprice.svg) no-repeat 50%;
        cursor: pointer;
    }

    .getcall {
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        z-index: 2;
        width: 60px;
        height: 50px;
        background: #D94C4C url(getcall.svg) no-repeat 50%;
        cursor: pointer;
    }

    .cares {
        grid-template-columns: repeat(2, 1fr);
    }

    .care {
        font-size: 14px;
    }

    .double {
        display: block;
    }

    .content + .aside {
        margin: 0;
        margin-top: 70px;
    }

    .geoflex {
        flex-direction: column;
    }

    .contactos {
        display: block;
    }

    .contacto > * {
        flex-basis: auto;
        margin-bottom: 30px;
    }

    .contacto .fsoc2 {
        display: flex;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .contacto .vi3, .contacto .wa3, .contacto .tg3 {
        display: none;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 669px) {
    .wiremarks {
        column-count: 1;
    }
    .totovar.catalog-product-line-button {
        display: none;
    }

    .mark {
        font-size: 14px;
    }

    .mark .catalog-product-line-button {
        display: none;
    }

    .product {
        display: block;
    }

    .producttitle {
        padding-right: 0;
    }

    .productdesc {
        padding-left: 0;
    }

    .heading2, .heading2 h1, .heading2 h2 {
        font-size: 28px;
    }

    .text h1, .text h2 {
        font-size: 20px;
    }
}