

/* Start:/bitrix/templates/mkws_new/components/bitrix/menu/mobile/style.css?1628240917583*/
.mobileMenu a {
    color: #fff;
}

.mobileMenu,
.mobileMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobileMenu .catalog > a {
    text-transform: uppercase;
}
.mobileMenu > li > a {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 24px 0 5px;
    display: block;
}
.mobileMenu .MobileSubMenu {
    padding-left: 35px;
    padding-top: 10px;
}

.MobileSubMenu a {
    padding: 0 0 10px;
    display: block;
}

.mobileMenu > li {
    border-bottom: 1px solid #828282;
    padding-bottom: 20px;
}

/* End */


/* Start:/bitrix/templates/mkws_new/components/bitrix/catalog.socnets.buttons/mkws/style.min.css?1590650098143*/
.catalog-sb-item{display:inline-block}.catalog-sb-item+.vk a{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
/* End */


/* Start:/bitrix/templates/mkws_new/template_styles.css?176558029342106*/
body {
    font-family: Open Sans, Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    color: #000000;
    position: relative;
}

.maxwidth-theme {
    width: 100%;
    margin: auto;
    max-width: 1170px;
}

.p-0-15 {
    padding: 0 15px;
}

img {
    max-width: 100%;
}

div {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #DD0731;
}
a:hover {
    color: #C50018;
}
.hidden {
    display: none;
}

.CenterText {
    text-align: center;
}

.HeaderName{
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    margin: 22px 0 12px 0;
}
h1, .h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    margin: 22px 0 12px 0;
}
.hidden {
    display: none!important;
}

.FlexBlock {
    display: flex;
    flex-flow: row wrap;
}





/*header*/


header {
    display: flex;
    flex-flow: row wrap;
}

.TopLine {
    background: linear-gradient(180deg, #E1E1E1 0%, #FFFFFF 100%);
    width: 100%;
}

.BottomLine {
    width: 100%;
    background: #DD0731;
    color: #fff;
    position: relative;
}

.HeaderDescription a {
    font-family: Jura;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #868686;
    display: block;
}
a.HeaderCompanyName {
    font-family: Jura;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #000000;
}


.HeaderLogo {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 15px 0 12px;
}

.HeaderAddress {
    font-size: 14px;
    line-height: 19px;
}

.TopLine .FlexBlock {
    align-items: center;
    justify-content: space-between;
}

.HeaderForm {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 30px;
    border: 1px solid #474747;
    border-radius: 30px;
    color: #474747;
    text-align: center;
    margin-top: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.HeaderForm:hover {
    background: #474747;
    color: #fff;
}

.HeaderPhone a {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    position: relative;
    padding-left: 21px;
}

.HeaderPhone a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #474747 url("/bitrix/templates/mkws_new/img/phone.svg") center no-repeat;
}

.HeaderPhone {
    text-align: right;
    padding-right: 10px;
}

.HeaderAddress,
.HeaderTime,
.HeaderEmail a {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
    line-height: 19px;
}

.HeaderTime {
    font-size: 12px;
    line-height: 16px;
    margin: 2px 0 8px;
}

.HeaderAddress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #474747 url("/bitrix/templates/mkws_new/img/marker.svg") center no-repeat;
}

.HeaderRight {
    width: 180px;
}

.HeaderCenter {
    width: calc(60% - 80px);
    padding-left: 40px;
}

.HeaderEmail a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #474747 url("/bitrix/templates/mkws_new/img/email.svg") center no-repeat;
}

.HeaderEmail a {
    text-decoration-line: underline;
    color: #000000;
}

.HeaderMenu a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    padding: 18px 15px;
    display: inline-block;
}

.TopMenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.TopMenu ul.TopMenuSub  {
    flex-flow: row wrap;
}
.TopMenu ul.TopMenuSub {
    display: none;
    position: absolute;
    max-width: 340px;
    min-width: 267px;
    flex-flow: row wrap;
    height: auto;
    left: 0;
    top: calc(100% + 0px);
    padding: 7px 0 30px;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.16);
}
.TopMenu ul > li:not(.catalog) {
    position: relative;
}
.TopMenu ul > li:hover .TopMenuSub {
    display: flex;
}

.TopMenu .TopMenuSub a {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 7px 30px;
}

.TopMenu .TopMenuSub li a:hover  {
    color: #DD0731;
}

.TopMenuSub li {
    width: 100%;
}

.HeaderMenu .catalog > a {
    background: #C50018;
    border-radius: 5px;
    text-transform: uppercase;
    padding-right: 38px;
    position: relative;
}

.HeaderMenu .child > a {
    padding-right: 33px;
}

.HeaderMenu .child > a:after,
.HeaderMenu .catalog > a:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    right: 14px;
    top: calc(50% - 8px);
    background: url("/bitrix/templates/mkws_new/img/arrow_menu_bottom.svg") center no-repeat;
    transition: 0.3s;
}
.HeaderMenu .child > a:after {
    right: 10px;
}
.HeaderMenu .child:hover > a:after,
.HeaderMenu .catalog:hover >  a:after {
    transform: rotate(180deg);
}

.TopMenuSubCatalog {
    display: none;
    position: absolute;
    flex-flow: row wrap;
    height: auto;
    left: 0;
    right: 0;
    top: calc(100% + 0px);
    padding: 30px 0;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.16);
}

.TopMenu ul > li:hover .TopMenuSubCatalog {
    display: block;
}

.TopMenuSubCatalog .maxwidth-theme {
    display: flex;
    flex-flow: row wrap;
}

.TopMenuCatalogSection {
    width: 25%;
}

.TopMenuSubCatalog a {
    color: #000000;
}

main {
    min-height: calc(100vh - 500px);
}

footer {
    background: #DD0731;
    padding: 50px 0 0;
    color: #fff;
}

.FooterGray {
    background: #474747;
}

#bx-composite-banner a {
    margin-left: 15px;
}

footer a {
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .FlexBlock {
    justify-content: space-between;
}

.FooterDescription {
    font-family: Jura;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.FooterCompanyName {
    font-size: 20px;
    line-height: 24px;
    display: block;
}

.FooterRedLeft {
    width: 42%;
}

.FooterLogo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.FooterLogo img {
    width: 90px;
}

.FooterAddress {
    font-size: 14px;
    line-height: 19px;
    padding-left: 21px;
    position: relative;
}

.FooterTime {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 11px;
    padding-left: 21px;
    position: relative;
}

.FooterPhone a,
.FooterEmail a {
    padding-left: 21px;
    position: relative;
}

.FooterPhone a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff url("/bitrix/templates/mkws_new/img/phone_red.svg") center no-repeat;
}

.FooterAddress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff url("/bitrix/templates/mkws_new/img/marker_red.svg") center no-repeat;
}

.FooterEmail a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff url("/bitrix/templates/mkws_new/img/email_red.svg") center no-repeat;
}

.FooterRedCenter {
    width: calc(58% - 240px);
    display: flex;
    flex-flow: row wrap;
    padding-left: 20px;
}

.FooterMenuLeft,
.FooterMenuRight {
    width: 50%;
}

.footerMenu li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}
.FooterRed {
    padding-bottom: 30px;
}
.FooterRedRight {
    width: 240px;
    text-align: right;

}

.FooterPhone a {
    display: inline-block;
    margin-bottom: 3px;
}

.FooterForm {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    margin: 12px 0 35px;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
}

.FooterForm:hover {
    background: #474747;
    border-color: #474747;
}

.FooterMenuAdded li a {
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
}

.FooterMenuAdded li {
    margin-bottom: 8px;
}

.FooterLang {
    margin-top: 12px;
}

.FooterLang a {
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}

.FooterLang a:first-child {
    margin-right: 18px;
}

.EnLang:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url("/bitrix/templates/mkws_new/img/en.svg") center no-repeat;
    transform: translateY(-50%);
}

.RuLang:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url("/bitrix/templates/mkws_new/img/ru.svg") center no-repeat;
    transform: translateY(-50%);
}
.FooterGray {
    padding: 17px 0 19px;
}
.FooterGray .FlexBlock {
    align-items: center;
    justify-content: space-between;
}

.FooterCopy {
    font-size: 14px;
    line-height: 19px;

}

.FooterGrayLeft {
    width: 40%;
}

.FooterGrayRight {
    width: 50%;
}

.FooterDeveloper a {
    display: flex;
    text-align: right;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}

.FooterDeveloper a > div {
    width: calc(100% - 30px);
    padding-right: 7px;
    text-align: right;
}

.FooterDeveloper a b {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    margin-top: -5px;
}

.HeaderLang a {
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.HeaderLang {
    padding: 3px 12px;
    background: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 11px;
}

header .BottomLine .FlexBlock {
    justify-content: space-between;
}

header .TopMenu .search form {
    width: 163px;
    height: 30px;
    position: relative;
}

header .TopMenu .search {
    padding: 13px 5px 12px 16px;
}

header .TopMenu .search form  input {
    width: 100%;
    height: 100%;
    border: none;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 0 30px 0 10px;
    outline: none;
    box-sizing: border-box;
}


header .TopMenu .search form button {
    position: absolute;
    height: 100%;
    width: 30px;
    right: 0;
    top: 0;
    border: none;
    background: url("/bitrix/templates/mkws_new/img/search.svg") center no-repeat;
    border-radius: 0 30px 30px 0;
    padding: 0;
    cursor: pointer;
}

.TopMenuCatalogName {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
}

.TopMenuCatalogSectionList a {
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.TopMenu > ul > li:not(.catalog) > a:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    border-right: 1px solid #C50018;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
}

.TopMenu ul > li:last-child a:before {
    display: none;
}

.TopMenu ul > li:not(.catalog) a:hover {
    background: #C50018;
    border-radius: 5px;
    color: #fff;
}

.TopMenu ul > li:last-child a:hover:before {
    display: none;
}

.TopMenu ul > li.catalog > a:hover {
    background: #474747;
}

.TopMenu ul > li.child > a:hover {
    background: none;
    color: #fff;
}

.TopMenu ul > li.child > ul a:hover {
    background: none;
    color: #DD0731;
}

.TopMenuCatalogSectionList a{
    margin-bottom: 13px;
}

.TopMenuCatalogSectionList a > div {
    width: calc(100% - 40px);
    padding-left: 15px;
}

.TopMenuCatalogSectionList a:hover {
    color: #DD0731;
}

footer a:hover {
    color: #fff;
}

.footerMenu li {
    margin-bottom: 10px;
}

.socnets .fa {
    width: 34px;
    height: 34px;
    display: block;
    background-size: 90%!important;
}

.socnets .fa:before {
    content: '';
}

.socnets .fa-vk {
    background: url("/bitrix/templates/mkws_new/img/vk.svg") center no-repeat;
}

.socnets .fa-facebook {
    background: url("/bitrix/templates/mkws_new/img/facebook.svg") center no-repeat;
}

.socnets .fa-instagram {
    background: url("/bitrix/templates/mkws_new/img/inst.svg") center no-repeat;
}

.socnets .fa-youtube-play {
    background: url("/bitrix/templates/mkws_new/img/youtube.svg") center no-repeat;
}

.socnets {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

.socnets a {
    margin-right: 10px;
    display: inline-block;
}

.GrayButton {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: #474747;
    border-radius: 60px;
    padding: 15px 33px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.GrayButton:hover {
    background: #000000;
}

.CatalogItem {
    width: calc(33.33% - 20px);
    margin: 9px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    display: flex!important;
    flex-flow: row wrap;
    background: #fff;
}

.CatalogItem > a {
    width: 100%;
    display: block;
}

.CatalogItemBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    width: 100%;
    margin-top: auto;
}

.CatalogItemPrice {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.CatalogItemPrice.Order {
    color: #DE002B;
}

.CatalogItem:hover {
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.16);
}


.CatalogItemImg {
    text-align: center;
    margin-bottom: 12px;
    padding-top: 30px;
    position: relative;
}

.CatalogItemImg img {
    max-height: 160px;
    max-width: 100%;
}

.CatalogItemName {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    padding: 0 16px;
    margin-bottom: 10px;
    margin-bottom: 10px;
}

.CatalogItem:hover .CatalogItemName {
    color: #DE002B;
}

.CatalogList {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.CatalogItemStock {
    font-size: 12px;
    line-height: 16px;
    color: #4F4F4F;
    position: absolute;
    top: 9px;
    left: 11px;
    padding-left: 13px;
}

.CatalogItemStock:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: url("/bitrix/templates/mkws_new/img/cart.svg");
}

.CatalogItemStock.InStock {
    color: #27AE60;
}

.CatalogItemStock.InStock:before {
    background: #27AE60;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: 4px;
}

.CatalogItemPack {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    padding: 0 16px;
}

.RedBtn {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 50px;
    background: #DD1515;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.RedBtn:hover {
    background: #B50016;
    color: #fff;
    text-decoration: none;
}


.BuyBtn {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 50px;
    background: #DD0731;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border: none;
    display: inline-block;
    box-sizing: border-box;
}

.BuyBtn:hover {
    background: #B50016;
    color: #fff;
    text-decoration: none;
}

.FormFooter .RedBtn {
    width: 275px;
}

.SliderNavigations {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.SliderNavigations button,
.SliderNavigations ul {
    position: relative;
    bottom: auto;
    top: auto;
    transform: none;
    right: auto;
    left: auto;
}

.SliderNavigations ul {
    width: auto;
}

.SliderNavigations .slick-next {
    order: 2;
}


.popup {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    overflow: auto;
}

.popup.active {
    display: flex;
}
.PopupSuccess,
.PopupError {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    overflow: auto;
}

.PopupSuccess {

}


.block-form {
    width: 50vw;
    margin: auto;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 0;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-position-y: 70%;
}


.block-form {
    max-width: 780px;
    margin: auto;
    background: #fff url("/bitrix/templates/mkws_new/img/salt.svg") calc(100% - 20px) calc(100% - 9px) no-repeat;
    padding: 50px 80px;
    position: relative;
    height: auto;
    max-height: 100vh;
    overflow: auto;
}

.block-form button.close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
}

.block-form button.close:before {
    width: 100%;
    content: '';
    position: absolute;
    height: 1px;
    background: #151515;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

.block-form button.close:after {
    width: 100%;
    content: '';
    position: absolute;
    height: 1px;
    background: #151515;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}

.success .block-form,
.error .block-form {
    max-width: 620px;
}

.block-form .HeaderName {
    margin-top: 0!important;
    padding-bottom: 20px;
}

.popup form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.FormField {
    width: calc(33.33% - 10px);
}

.w-100 {
    width: 100%;
}

.block-form .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 22px;
    top: 19px;
    z-index: 2;
    opacity: 1;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #DD0731;
}


.block-form .close:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #DD0731;
    transform: rotate(45deg);
    left: 7px;
    top: 19px;
}

.block-form .close:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #DD0731;
    transform: rotate(-45deg);
    left: 7px;
    top: 19px;
}


.block-form .close:hover {
    background: #DD0731;
}

.block-form .close:hover:after,
.block-form .close:hover:before {
    background: #fff;
}

.popup .ok {
    width: auto;
    margin: auto;
    border: none;
    margin-top: 20px;
    padding: 10px 30px;
}


.checkbox {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.checkbox input {
    opacity: 0;
    position: absolute;
}

.check-box {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #474747;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    margin: -4px 10px -6px 0;
    color: #222222;
    left: 0;
    top: 0;
    z-index: 1;
}


@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 6px;
    }
}
@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 6px;
    }
}
@keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 6px;
    }
}
@keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 9px;
    }
}
@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 9px;
    }
}
@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 9px;
    }
}


.check-box:before, .check-box:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 2px;
    background-color: #C50018;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
}
.check-box:before{
    top: 14px;
    left: 10px;
    /*box-shadow: 0 0 0 5px #fff;*/
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.check-box:after{
    top: 10px;
    left: 5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox input:checked ~ .check-box {
    /*border-color: #151515;*/
}
.checkbox input:checked ~ .check-box:after {
    height: 5px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}
.checkbox input:checked ~ .check-box:before {
    height: 10px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
}

.FormField input {
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

.FormField textarea {
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 5px;
    height: 126px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    color: #222222;
    font-family: Open Sans, Arial;
    font-weight: 400;
}

.FormField input::placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

.FormField input::-moz-placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

.FormField textarea::placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

textarea::placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

.FormField textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}
textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

form .Error {
    width: 100%;
    color: red;
    display: block!important;
    opacity: 0;
}

.checkbox a {
    text-decoration: underline;
}


.CatalogItem .RedBtn {
    padding: 9px 27px;
}

textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

textarea:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

textarea::placeholder {
    font-size: 16px;
    line-height: 180%;
    color: #222222;
}

.popupText {
    font-size: 14px;
    line-height: 180%;
}

.popupText ul {
    list-style: none;
    padding: 0;
}

.toTop {
    position: fixed;
    right: 10%;
    bottom: 10%;
    width: 60px;
    height: 60px;
    border: 2px solid #474747;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background: #fff;
    z-index: 10;
    transition: 0.3s;
    padding: 13px;
}

.toTop:hover {
    background: #474747;
}

.toTop:hover svg {
    fill: #fff;
}

.mobile {
    display: none;
}

.MobileBurger {
    display: none;
}

.MobileMenu {
    display: none;
}


.CatalogSectionText iframe {
    max-width: 100%;
}
.MobileMenu form input {
    width: 100%;
    height: 40px;
    border: none;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 0 30px 0 26px;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
}

.MobileMenu form {
    width: 100%;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
    margin-top: 37px;
    margin-bottom: 42px;
}

.MobileMenu form button {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 15px;
    top: 0;
    border: none;
    background: url(/bitrix/templates/mkws_new/img/search.svg) center no-repeat;
    border-radius: 0 30px 30px 0;
    padding: 0;
    cursor: pointer;
    background-size: 18px;

}

.dashedBlock {
    border: 2px dashed #DD0731;
    border-radius: 10px;
    margin: 30px 0 40px;
    padding: 40px 58px 45px 280px;
    position: relative;
}

.dashedBlock:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 172px;
    height: 158px;
    left: 30px;
    background: url("/bitrix/templates/mkws_new/img/sotrud.png") center no-repeat;
    transform: translateY(-50%);
}

table.table {
    border: 1px solid #DD0731;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    border-spacing: 0;
    width: 100%;
}

table.table td {
    padding: 7px 30px;
}

table.table td:first-child {
    font-weight: bold;
}
table.table tr:nth-child(2n) {
    background: #FFF2F5;
}


main.Gray {
    background: #F2F2F2 url("/bitrix/templates/mkws_new/img/fon.svg") top center no-repeat;
    padding-bottom: 80px;
}

.CompanyText {
    background: #F2F2F2 url("/bitrix/templates/mkws_new/img/fon.svg") top center no-repeat;
    padding-bottom: 45px;
}

.GrayPage {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 80px;
    margin-top: 30px;
}

.contactsLeft {
    width: calc(100% - 650px);
    padding-right: 50px;
    padding-top: 20px;
}

.contactsRight {
    margin-top: 20px;
    width: 650px;
    border-radius: 10px;
    overflow: hidden;
}

.fa.big-icon {
    width: 50px;
    height: 50px;
    background: #474747;
    border-radius: 50%;
    margin-right: 17px;
}
.fa.fa-home {
    background: #474747 url("/bitrix/templates/mkws_new/img/home.svg") center no-repeat;
}

.fa.fa-clock-o {
    background: #474747 url("/bitrix/templates/mkws_new/img/clock.svg") center no-repeat;
}

.fa.fa-phone {
    background: #474747 url("/bitrix/templates/mkws_new/img/call.svg") center no-repeat;
}
.fa.fa-envelope {
    background: #474747 url("/bitrix/templates/mkws_new/img/mail.svg") center no-repeat;
}
.fa.fa-map-marker {
    background: #474747 url("/bitrix/templates/mkws_new/img/map_marker.svg") center no-repeat;
}
.fa-home:before,
.fa-clock-o:before,
.fa-phone:before,
.fa-envelope:before,
.fa-map-marker:before {
    content: ""!important;
}

.contactsLeft tr td {
    padding-bottom: 30px;
}

.contactsLeft p {
    margin: 5px 0 0 0;
}

.contactsFirst,
.contactsLast {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ContactsListMobile {
    display: none;
}

.contacts.FlexBlock {
    align-items: flex-start;
}

.CompanyText .HeaderName {
    margin-top: 0;
}

.count-number {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #DD0731;
    margin: -6px 0 -6px;
}

.CompanyTextInfo {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 80px;
    transform: translateY(-50px);
}

.CompanyTextInfo .FlexBlock {
    align-items: flex-start;
}

.CounterBlock {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    padding-right: 40px;
    padding-top: 25px;
}

.CompanyTextInfo .FlexBlock > div:not(.CounterBlock) {
    width: 50%;
    font-size: 18px;
    line-height: 180%;
}

.counter {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-left: 40px;
    padding-bottom: 50px;
}

.count-text {
    font-weight: bold;
    max-width: 70%;

}

.counter:before {
    content: '';
    position: absolute;
    width: 89.75px;
    height: 89.75px;
    left: 0;
    top: 0;
    background: url("/bitrix/templates/mkws_new/img/romb.svg") center no-repeat;
}

.counter > * {
    position: relative;
    z-index: 2;
}
.CompanyTextInfo .RedBtn {
    max-width: 410px;
}

.HeaderMenu {
    max-width: calc(100% - 60px);
    white-space: nowrap;
}

.i404 {
    font-size: 250px;
    line-height: 290px;
    font-weight: 800;
}

.page404 {
    padding: 40px 0;
}

.t404 {
    padding-left: 50px;
}

.h404 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.e404 {
    font-size: 20px;
    margin: 10px 0;
}

.page404 .FlexBlock {
    align-items: center;
}

@media (max-width: 1200px) {
    .HeaderMenu a {
        padding: 18px 7px;
    }
    .HeaderDescription a {
        font-size: 12px;
        line-height: 16px;
    }
    a.HeaderCompanyName {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1100px) {
    header .TopMenu .search {
        display: none;
    }

    .HeaderAddress, .HeaderTime, .HeaderEmail a {
        font-size: 12px;
    }

    .HeaderCenter {
        width: calc(70% - 180px);
        padding-left: 40px;
    }
}

@media (max-width: 992px){
    .TopLine {
        background: #474747;
    }

    .HeaderLogo {
        width: calc(100% - 75px);
        padding: 11px 0 11px 10px;
    }

    .HeaderRight {
        width: 45px;
    }
    .HeaderPhone {
        padding-right: 0;
    }

    .HeaderPhone a:before {
        display: none;
    }

    .HeaderPhone a {
        padding: 0;
        width: 45px;
        height: 45px;
        display: block;
        background: url("/bitrix/templates/mkws_new/img/red_phone.svg") center no-repeat;
        font-size: 0;
    }
    header a.HeaderCompanyName {
        color: #fff;
    }
    .HeaderLogo img {
        width: 50px;
    }
    .MobileBurger {
        width: 30px;
        height: 19px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .MobileBurger > div {
        width: 30px;
        height: 3px;
        display: block;
        position: relative;
        background: #fff;
    }

    .MobileBurger:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        top: 0;
        background: #fff;
    }
    .MobileBurger:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        bottom: 0;
        background: #fff;
    }

    .MobileMenu {
        display: block;
        position: fixed;
        width: 100%;
        left: -200vw;
        bottom: 0;
        top: 64px;
        background: #474747;
        z-index: 100;
        color: #fff;
        overflow: auto;
        transition: left 0.3s;
        padding-left: 42px;
        padding-bottom: 37px;
    }
    .menu .MobileMenu {
        left: 0;
    }
    .menu .MobileBurger > div {
        opacity: 0;
    }

    .menu .MobileBurger:before {
        transform: rotate(45deg) translate(6px, 5px);
    }
    .menu .MobileBurger:after {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    body.menu {
        overflow: hidden;
    }

    .HeaderAddress:before,
    .HeaderEmail a:before {
        background-color: #DD0731;
    }


    .HeaderAddress, .HeaderTime{
        padding-right: 15px;
    }

    .HeaderEmail a {
        text-decoration-line: underline;
        color: #FFFFFF;
    }
    .HeaderCenter, .HeaderForm {
        display: none;
    }
    .BottomLine {
        display: none;
    }
    .HeaderTime {
        margin: 7px 0 18px;
    }
    .MobileMenu .HeaderLang {
        margin-top: 30px;
    }
    .MobileMenu .HeaderLang:last-child {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    .i404 {
        font-size: 200px;
        line-height: 290px;
        font-weight: 800;
        width: 100%;
        text-align: center;
    }

    .t404 {
         padding-left: 0;
        text-align: center;
    }

    .CompanyTextInfo .RedBtn {
        display: none;
    }
    .GrayPage {
        padding: 30px 25px;
        margin-top: 25px;
    }

    main.Gray {
        padding-bottom: 55px;
        background: #F2F2F2;
    }

    body {
        font-size: 14px;
        line-height: 150%;
    }
    .mobile {
        display: block;
    }
    .BottomLine {
        display: none;
    }

    .HeaderCenter,
    .HeaderForm {
        display: none;
    }

    .HeaderPhone a {
        font-size: 0;
    }
    .HeaderDescription a {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #BDBDBD;
    }
    a.HeaderCompanyName {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
    }
    .FooterRedCenter {
        width: 48%;
        display: block;
        padding-top: 94px;
        padding-left: 0;
    }

    .FooterRedRight {
        width: 100%;
        text-align: center;
        padding-top: 60px;
    }

    .FooterRedLeft {
        width: 50%;
    }

    .FooterMenuLeft, .FooterMenuRight {
        width: 100%;
    }
    .FooterRedLeft {
        padding-right: 10px;
        position: relative;
    }

    .FooterEmail {
        margin-bottom: 17px;
    }
    .FooterTime b {
        display: block;
    }
    .desktop {
        display: none;
    }

    .FooterLogo {
        width: 200%;
    }
    .FooterForm {
        padding: 4px 20px;
    }
    .FooterPhone a {
        margin-bottom: 6px;
    }

    .socnets {
        justify-content: center;
        margin-top: 0;
    }

    .FooterSocnet {
        position: absolute;
        left: 0;
        right: -100%;
        bottom: -45px;
        text-align: center;
    }

    .socnets .fa {
        width: 37px;
        height: 37px;
        background-size: 100%!important;
    }

    .FooterGrayLeft {
        width: 100%;
        order: 2;
        text-align: center;
        margin-top: 20px;
    }
#bx-composite-banner {
    margin-top: 7px;
    text-align: center;
}
    .FooterWebmaster {
        position: absolute;
        bottom: 94px;
        left: 15px;
    }

    .FooterGrayRight {
        width: 100%;
    }

    .HeaderName, h1, .h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .CatalogItem {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .CatalogItemBottom {
        flex-flow: row wrap;
        justify-content: center;
        padding: 10px 14px 19px;
    }
    .CatalogItemPrice {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 11px;
    }

    .CatalogItemName,
    .CatalogItemPack {
        font-size: 14px;
        line-height: 19px;
    }

    .CatalogItemImg img {
        max-height: 79px;
        max-width: 100%;
    }



    .dashedBlock {
        margin: 20px 0 30px;
        padding: 200px 24px 29px 24px;
    }

    .dashedBlock:before {
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
    }



    .block-form {
        width: calc(100vw - 30px);
        padding: 50px 28px 40px;
    }

    .FormFooter .RedBtn,
    .FormField {
        width: 100%;
    }

    .FormField input {
        margin-bottom: 15px;
    }

    .FormField textarea {
        margin-top: 0;
        margin-bottom: 20px;
    }

    table.table td {
        display: block;
        width: 100%;
        padding:0 16px;

    }

    table.table td:first-child {
        padding-top: 5px;
    }
    table.table td:last-child {
        padding-bottom: 11px;
    }

    .ContactsListMobile {
        display: flex;
        background: #474747;
        border-radius: 10px;
        overflow: hidden;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
    }

    .ContactsListMobile > div {
        width: 50%;
        padding: 15px;
        text-align: center;

    }
    .ContactsListMobile > div.active {
        background: #DD0731;
        border-radius: 10px;
    }

    .contactsBlock {
        display: none;
    }

    .contactsBlock.active {
        display: block;
    }

    .contactsFirst, .contactsLast {
        border-bottom: none;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }

    .contactsLeft {
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
    }

    .contactsRight {
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
    }
    .contacts.FlexBlock {
        padding-top: 30px;
    }
    .contacts.FlexBlock .HeaderName {
        display: none;
    }

    .NavigationBlock {
        display: none;
    }
    h1, .h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .CompanyTextInfo {
        padding: 20px 30px;
        transform: translateY(-15px);
    }
    .CounterBlock,
    .CompanyTextInfo .FlexBlock > div:not(.CounterBlock) {
        width: 100%;
    }
    .CompanyText .HeaderName {
        font-size: 20px;
        line-height: 27px;
    }

    .count-number {
        font-size: 25px;
        line-height: 34px;
    }

    .count-name,
    .count-text {
        font-size: 12px;
        line-height: 16px;
    }
    .counter {
        padding-left: 30px;
        padding-bottom: 25px;
    }
    .counter:before {
        width: 64.14px;
        height: 64.14px;
        background-size: 100%;
    }

    .CounterBlock {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-right: 0;
    }

    .CompanyTextInfo .FlexBlock > div:not(.CounterBlock) {
        font-size: 16px;
    }

    .toTop {
        position: absolute;
        right: 15px;
        bottom: 10%;
    }

    .CatalogSectionText iframe {
        max-width: 100%;
        max-height: 60vw;
    }
}

.cookie-popup {
    display:       none;
    background:    #FFFFFF;
    border-radius: 10px;
    position:      fixed;
    padding:       20px 20px;
    font-size:     14px;
    line-height:   120%;
    z-index:       10001;
    width:         100%;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    right: 0;
    bottom: 0;
    left: auto;
    transform: none;
    max-width: 550px;
    font-size: 14px;
}
.cookie-popup .green-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    background: #DD1515;
    border-radius: 40px;
    padding: 4px 10px;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
    border: none;
    width: 20%;
    text-decoration: none;
    box-sizing: border-box;
}

.cookie-popup > div {
    display: flex;
    align-items: center;
}

.cookie-popup p {
    width: 80%;
    margin: 0;
}

.cookie-popup .Header {
    text-transform: uppercase;
    color:          #000000;
    margin-bottom:  5px;
    font-weight:    bold;
}

.cookie-popup a {
    color:           #DD1515;
    font-weight:     bold;
    text-decoration: underline;
}
@media (max-width: 768px) {

    .contacts-wrap .title {
        font-size: 14px;
        line-height: 130%;
    }
    .cookie-popup {
        padding:   12px 20px 15px 20px;
        font-size: 12px;
        bottom:    0;

    }
    .cookie-popup .green-btn {
        width: 100%;
    }
    .cookie-popup p {
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/mkws_new/components/bitrix/menu/mobile/style.css?1628240917583 */
/* /bitrix/templates/mkws_new/components/bitrix/catalog.socnets.buttons/mkws/style.min.css?1590650098143 */
/* /bitrix/templates/mkws_new/template_styles.css?176558029342106 */
