@charset "UTF-8";
/* ////============ Import general ============ */
/* ////============= Import vars ============== */
/* ////============= Import fonts ============== */
@keyframes pulsate{0%,to{opacity:1}50%{opacity:.2}}
#spotlight{position:fixed;top:-1px;bottom:-1px;width:100%;z-index:99999;color:#fff;background-color:#000;opacity:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .2s ease-out;font-family:Arial,sans-serif;font-size:16px;font-weight:400;contain:strict;touch-action:none;pointer-events:none}
#spotlight.show{opacity:1;transition:none;pointer-events:auto}
#spotlight.white{color:#212529;background-color:#fff}
#spotlight.white .spl-next,#spotlight.white .spl-page~*,#spotlight.white .spl-prev,#spotlight.white .spl-spinner{filter:invert(1)}
#spotlight.white .spl-progress{background-color:rgba(0,0,0,.35)}
#spotlight.white .spl-footer,#spotlight.white .spl-header{background-color:rgba(255,255,255,.65)}
#spotlight.white .spl-button{background:#212529;color:#fff}
.spl-footer,.spl-header{background-color:rgba(0,0,0,.45)}
#spotlight .contain,#spotlight .cover{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}
#spotlight .contain{-o-object-fit:contain;object-fit:contain}
#spotlight .autofit{-o-object-fit:none;object-fit:none;width:auto;height:auto;max-height:none;max-width:none;transition:none}
.spl-scene,.spl-spinner,.spl-track{width:100%;height:100%;position:absolute}
.spl-track{contain:strict}
.spl-spinner{background-position:center;background-repeat:no-repeat;background-size:42px;opacity:0}
.spl-spinner.spin{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmYiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2Utb3BhY2l0eT0iLjY1Ij48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuMTUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L2c+PC9zdmc+);transition:opacity .2s linear .25s;opacity:1}
.spl-spinner.error{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYsMUExNSwxNSwwLDEsMCwzMSwxNiwxNSwxNSwwLDAsMCwxNiwxWm0wLDJhMTMsMTMsMCwwLDEsOC40NSwzLjE0TDYuMTQsMjQuNDVBMTMsMTMsMCwwLDEsMTYsM1ptMCwyNmExMywxMywwLDAsMS04LjQ1LTMuMTRMMjUuODYsNy41NUExMywxMywwLDAsMSwxNiwyOVoiIGlkPSJiYW5fc2lnbl9jcm9zc2VkX2NpcmNsZSIvPjwvc3ZnPg==);background-size:128px;transition:none;opacity:.5}
.spl-scene{transition:transform .65s cubic-bezier(.1,1,.1,1);contain:layout size;will-change:transform}
.spl-pane>*{position:absolute;width:auto;height:auto;max-width:100%;max-height:100%;left:50%;top:50%;margin:0;padding:0;border:0;transform:translate(-50%,-50%) scale(1);transition:transform .65s cubic-bezier(.3,1,.3,1),opacity .65s ease;contain:layout style;will-change:transform,opacity;visibility:hidden}
.spl-header,.spl-pane,.spl-progress{position:absolute;top:0}
.spl-pane{width:100%;height:100%;transition:transform .65s cubic-bezier(.3,1,.3,1);contain:layout size;will-change:transform,contents}
.spl-header{width:100%;height:50px;text-align:right;transform:translateY(-100px);transition:transform .35s ease;overflow:hidden;will-change:transform}
#spotlight.menu .spl-footer,#spotlight.menu .spl-header,.spl-footer:hover,.spl-header:hover{transform:translateY(0)}
.spl-header div{display:inline-block;vertical-align:middle;white-space:nowrap;width:50px;height:50px;opacity:.5}
.spl-progress{width:100%;height:3px;background-color:rgba(255,255,255,.45);transform:translateX(-100%);transition:transform linear}
.spl-footer,.spl-next,.spl-prev{position:absolute;transition:transform .35s ease;will-change:transform}
.spl-footer{left:0;right:0;bottom:0;line-height:20px;padding:20px 20px 0;padding-bottom:env(safe-area-inset-bottom,0);text-align:left;font-size:15px;font-weight:400;transform:translateY(100%)}
.spl-title{font-size:22px}
.spl-button,.spl-description,.spl-title{margin-bottom:20px}
.spl-button{display:inline-block;background:#fff;color:#000;border-radius:5px;padding:10px 20px;cursor:pointer}
.spl-next,.spl-page~*,.spl-prev{background-position:center;background-repeat:no-repeat}
.spl-page{float:left;width:auto;line-height:50px}
.spl-page~*{background-size:21px;float:right}
.spl-fullscreen{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHZpZXdCb3g9Ii0xIC0xIDI2IDI2IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggM0g1YTIgMiAwIDAgMC0yIDJ2M20xOCAwVjVhMiAyIDAgMCAwLTItMmgtM20wIDE4aDNhMiAyIDAgMCAwIDItMnYtM00zIDE2djNhMiAyIDAgMCAwIDIgMmgzIi8+PC9zdmc+)}
.spl-fullscreen.on{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04IDN2M2EyIDIgMCAwIDEtMiAySDNtMTggMGgtM2EyIDIgMCAwIDEtMi0yVjNtMCAxOHYtM2EyIDIgMCAwIDEgMi0yaDNNMyAxNmgzYTIgMiAwIDAgMSAyIDJ2MyIvPjwvc3ZnPg==)}
.spl-autofit{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9Ijk2cHgiIHZpZXdCb3g9IjAgMCA5NiA5NiIgd2lkdGg9Ijk2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTAgNTApIiBmaWxsPSIjZmZmIiBkPSJNNzEuMzExLDgwQzY5LjY3LDg0LjY2LDY1LjIzLDg4LDYwLDg4SDIwYy02LjYzLDAtMTItNS4zNy0xMi0xMlYzNmMwLTUuMjMsMy4zNC05LjY3LDgtMTEuMzExVjc2YzAsMi4yMSwxLjc5LDQsNCw0SDcxLjMxMSAgeiIvPjxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDkwIDUwIDUwKSIgZmlsbD0iI2ZmZiIgZD0iTTc2LDhIMzZjLTYuNjMsMC0xMiw1LjM3LTEyLDEydjQwYzAsNi42Myw1LjM3LDEyLDEyLDEyaDQwYzYuNjMsMCwxMi01LjM3LDEyLTEyVjIwQzg4LDEzLjM3LDgyLjYzLDgsNzYsOHogTTgwLDYwICBjMCwyLjIxLTEuNzksNC00LDRIMzZjLTIuMjEsMC00LTEuNzktNC00VjIwYzAtMi4yMSwxLjc5LTQsNC00aDQwYzIuMjEsMCw0LDEuNzksNCw0VjYweiIvPjwvc3ZnPg==)}
.spl-zoom-in,.spl-zoom-out{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ii8+PGxpbmUgeDE9IjIxIiB4Mj0iMTYuNjUiIHkxPSIyMSIgeTI9IjE2LjY1Ii8+PGxpbmUgeDE9IjgiIHgyPSIxNCIgeTE9IjExIiB5Mj0iMTEiLz48L3N2Zz4=);background-size:22px}
.spl-zoom-in{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ii8+PGxpbmUgeDE9IjIxIiB4Mj0iMTYuNjUiIHkxPSIyMSIgeTI9IjE2LjY1Ii8+PGxpbmUgeDE9IjExIiB4Mj0iMTEiIHkxPSI4IiB5Mj0iMTQiLz48bGluZSB4MT0iOCIgeDI9IjE0IiB5MT0iMTEiIHkyPSIxMSIvPjwvc3ZnPg==)}
.spl-download{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNDEuNzMycHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0MS43MzIgMTQxLjczMiIgd2lkdGg9IjE0MS43MzJweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTIwLjY3NCwxMjUuMTM4SDIwLjc5M3YxNi41OTRoOTkuODgxVjEyNS4xMzh6IE0xMTkuMDE5LDU4Ljc3NmMtMi41NjEtMi41NjItNi43MTYtMi41NjItOS4yNzUsMEw3Ny4yMSw5MS4zMTJWNi41NjIgICBDNzcuMjEsMi45MzYsNzQuMjY5LDAsNzAuNjQ4LDBjLTMuNjI0LDAtNi41NiwyLjkzNy02LjU2LDYuNTYzdjg0Ljc1TDMxLjk5Miw1OS4yMThjLTIuNTYyLTIuNTY0LTYuNzE1LTIuNTY0LTkuMjc3LDAgICBjLTIuNTY1LDIuNTYyLTIuNTY1LDYuNzE2LDAsOS4yNzlsNDMuMjk0LDQzLjI5M2MwLjE1LDAuMTU0LDAuMzE0LDAuMjk5LDAuNDgxLDAuNDM4YzAuMDc2LDAuMDYyLDAuMTU1LDAuMTEzLDAuMjM0LDAuMTc2ICAgYzAuMDk0LDAuMDY1LDAuMTg2LDAuMTQyLDAuMjc5LDAuMjA2YzAuMDk3LDAuMDYzLDAuMTkyLDAuMTE0LDAuMjg2LDAuMTc0YzAuMDg4LDAuMDU0LDAuMTc0LDAuMTA1LDAuMjY1LDAuMTUzICAgYzAuMSwwLjA1NiwwLjE5OSwwLjEsMC4yOTgsMC4xNDdjMC4wOTcsMC4wNDUsMC4xOSwwLjA5MSwwLjI4MywwLjEzMmMwLjA5OCwwLjA0LDAuMTk2LDAuMDcyLDAuMjk1LDAuMTA1ICAgYzAuMTA0LDAuMDM4LDAuMjA3LDAuMDc4LDAuMzEyLDAuMTA5YzAuMTAxLDAuMDMsMC4xOTcsMC4wNTIsMC4yOTcsMC4wNzdjMC4xMDgsMC4wMjMsMC4yMTQsMC4wNTgsMC4zMjQsMC4wNzggICBjMC4xMTUsMC4wMjEsMC4yMzEsMC4wMzMsMC4zNDYsMC4wNTRjMC4wOTcsMC4wMTUsMC4xOTIsMC4wMzIsMC4yODksMC4wNDJjMC40MywwLjA0MiwwLjg2NSwwLjA0MiwxLjI5NSwwICAgYzAuMS0wLjAxLDAuMTkxLTAuMDI3LDAuMjg5LTAuMDQyYzAuMTE0LTAuMDIxLDAuMjMzLTAuMDI5LDAuMzQ0LTAuMDU0YzAuMTA5LTAuMDIxLDAuMjE3LTAuMDU1LDAuMzI0LTAuMDc4ICAgYzAuMTAyLTAuMDI1LDAuMTk5LTAuMDQ3LDAuMjk5LTAuMDc3YzAuMTA1LTAuMDMxLDAuMjA3LTAuMDcxLDAuMzEyLTAuMTA5YzAuMTAyLTAuMDMsMC4xOTUtMC4wNjIsMC4yOTUtMC4xMDUgICBjMC4wOTYtMC4wNDEsMC4xOTEtMC4wODcsMC4yODMtMC4xMzJjMC4xLTAuMDQ4LDAuMTk5LTAuMDkyLDAuMjk3LTAuMTQ3YzAuMDkxLTAuMDQ4LDAuMTc3LTAuMTA0LDAuMjY0LTAuMTUzICAgYzAuMDk4LTAuMDYsMC4xOTMtMC4xMSwwLjI4Ny0wLjE3NGMwLjA5Ni0wLjA2NCwwLjE4OS0wLjE0MSwwLjI4MS0wLjIwNmMwLjA3Ni0wLjA2MiwwLjE1Ni0wLjExMywwLjIzMy0wLjE3NiAgIGMwLjI0OS0wLjIwNCwwLjQ3OS0wLjQzNywwLjY5NC0wLjY3YzAuMDc2LTAuMDY3LDAuMTU0LTAuMTMxLDAuMjI5LTAuMjAzbDQzLjI5NC00My4yOTYgICBDMTIxLjU4MSw2NS40OTEsMTIxLjU4MSw2MS4zMzcsMTE5LjAxOSw1OC43NzYiLz48L2c+PC9zdmc+);background-size:20px}
.spl-theme{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9IjI0cHgiIHZlcnNpb249IjEuMiIgdmlld0JveD0iMiAyIDIwIDIwIiB3aWR0aD0iMjRweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTIsNGMtNC40MTgsMC04LDMuNTgyLTgsOHMzLjU4Miw4LDgsOHM4LTMuNTgyLDgtOFMxNi40MTgsNCwxMiw0eiBNMTIsMThjLTMuMzE0LDAtNi0yLjY4Ni02LTZzMi42ODYtNiw2LTZzNiwyLjY4Niw2LDYgUzE1LjMxNCwxOCwxMiwxOHoiLz48cGF0aCBkPSJNMTIsN3YxMGMyLjc1NywwLDUtMi4yNDMsNS01UzE0Ljc1Nyw3LDEyLDd6Ii8+PC9nPjwvc3ZnPg==)}
.spl-play{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwb2x5Z29uIGZpbGw9IiNmZmYiIHBvaW50cz0iMTAgOCAxNiAxMiAxMCAxNiAxMCA4Ii8+PC9zdmc+)}
.spl-play.on{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxsaW5lIHgxPSIxMCIgeDI9IjEwIiB5MT0iMTUiIHkyPSI5Ii8+PGxpbmUgeDE9IjE0IiB4Mj0iMTQiIHkxPSIxNSIgeTI9IjkiLz48L3N2Zz4=);animation:pulsate 1s ease infinite}
.spl-close{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIyIDIgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4Ii8+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIvPjwvc3ZnPg==)}
.spl-next,.spl-prev{top:50%;width:50px;height:50px;opacity:.65;background-color:rgba(0,0,0,.45);border-radius:100%;cursor:pointer;margin-top:-25px;transform:translateX(-100px);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSIxNSAxOCA5IDEyIDE1IDYiLz48L3N2Zz4=);background-size:30px}
.spl-prev{left:20px}
.spl-next{left:auto;right:20px;transform:translateX(100px) scaleX(-1)}
#spotlight.menu .spl-prev{transform:translateX(0)}
#spotlight.menu .spl-next{transform:translateX(0) scaleX(-1)}
@media (hover:hover){.spl-page~div{cursor:pointer;transition:opacity .2s ease}.spl-next:hover,.spl-page~div:hover,.spl-prev:hover{opacity:1}}
@media (max-width:500px){.spl-header div{width:44px}.spl-footer .spl-title{font-size:20px}.spl-footer{font-size:14px}.spl-next,.spl-prev{width:35px;height:35px;margin-top:-17.5px;background-size:15px 15px}.spl-spinner{background-size:30px 30px}}
.hide-scrollbars{overflow:hidden!important}
[data-read-smore-inline="true"],
[data-read-smore-inline="true"] p, 
[data-read-smore-inline="true"] + span,
[data-read-smore-inline="true"] + .read-smore__link-wrap {
  display: inline;
}
[data-read-smore-inline="true"] + span {
  margin-left: 0.25rem
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("../fonts/Montserrat/Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("../fonts/Montserrat/Montserrat-Medium_0"), url("../fonts/Montserrat/Montserrat-Medium_0.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("../fonts/Montserrat/Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Prosto One";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("../fonts/ProstoOne/ProstoOne-Regular"), url("../fonts/ProstoOne/ProstoOne-Regular.woff2") format("woff2");
}
/* ////============= Import _mixins/_my-mixins.scss ============== */
/* ////============= Import libs ============== */
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-left: -35px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.ocf-slider .ocf-active-label {
  display: none;
}
.ocf-slider-input-group {
  margin-bottom: 15px;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.ocf-slider-input-group .ocf-form-control {
  margin: 0px;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
  border-color: #BDBDBD;
  font-size: 0.857rem;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.ocf-slider-input-group .ocf-form-control::-webkit-outer-spin-button, .ocf-slider-input-group .ocf-form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ocf-slider-input-group .ocf-form-control[type=number] {
  -moz-appearance: textfield;
}
.rs-container * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rs-container {
  font-family: Arial, Helvetica, sans-serif;
  height: 45px;
  position: relative;
}
.rs-container .rs-bg,
.rs-container .rs-selected {
  background-color: #eee;
  border: 1px solid #ededed;
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  border-radius: 3px;
}
.rs-container .rs-selected {
  background-color: #6A8971;
  border: 1px solid #bbb;
  transition: all 0.2s linear;
  width: 0;
}
.rs-container.disabled .rs-selected {
  background-color: #ccc;
  border-color: #bbb;
}
.rs-container .rs-pointer {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
  width: 16px;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 6px #ebebeb, 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.rs-container.disabled .rs-pointer {
  border-color: #ccc;
}
.rs-container .rs-pointer::before,
.rs-container .rs-pointer::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #ddd;
  left: 5px;
  top: 5px;
}
.rs-container .rs-pointer::after {
  left: auto;
  right: 5px;
}
.rs-container.disabled .rs-pointer {
  cursor: default;
}
.rs-container.sliding .rs-selected,
.rs-container.sliding .rs-pointer {
  transition: none;
}
.rs-container .rs-scale {
  display: flex;
  flex-wrap: nowrap;
  left: 0;
  position: absolute;
  top: 5px;
  white-space: nowrap;
}
.rs-container .rs-scale span {
  display: inline-block;
  position: relative;
}
.rs-container .rs-scale span::before {
  background-color: #ededed;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}
.rs-container.rs-noscale span::before {
  display: none;
}
.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
  display: block;
}
.rs-container .rs-scale span:last-child {
  margin-left: -1px;
  width: 0px;
}
.rs-container .rs-scale span ins {
  color: #333;
  display: inline-block;
  font-size: 10px;
  margin-top: 20px;
  text-decoration: none;
}
.rs-container.disabled .rs-scale span ins {
  color: #999;
}
.rs-tooltip {
  display: none;
  color: #333;
  width: auto;
  min-width: 60px;
  height: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #00969b;
  border-radius: 3px;
  position: absolute;
  transform: translate(-50%, -35px);
  left: 13px;
  text-align: center;
  font-size: 13px;
  padding: 6px 10px 0;
  white-space: nowrap;
}
.rs-container.disabled .rs-tooltip {
  border-color: #ccc;
  color: #999;
}
/* ////============= Import utilities/tables ============== */
.zebra-table {
  width: 100%;
  font-size: 1.143rem;
}
.zebra-table thead {
  border-bottom: 2px solid #FF9B46;
}
.zebra-table thead th {
  background: rgba(238, 229, 223, 0.55);
}
.zebra-table tbody tr:nth-child(even) td,
.zebra-table tbody tr:nth-child(even) th {
  background: rgba(238, 229, 223, 0.55);
}
.zebra-table th {
  font-weight: 500;
}
.zebra-table td,
.zebra-table th {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .zebra-table td,
  .zebra-table th {
    padding: 17px 40px;
  }
}
.zebra-table td a,
.zebra-table th a {
  color: #1E1E1E;
  text-decoration: underline;
}
.zebra-table td a:hover,
.zebra-table th a:hover {
  text-decoration: none !important;
}
.dotted-table__row {
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  font-size: 1.143rem;
}
.dotted-table_sm .dotted-table__row {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 1rem;
}
.dotted-table__key, .dotted-table__val {
  position: relative;
  z-index: 1;
  line-height: 1.8em;
}
.dotted-table__key {
  color: #9D9D9D;
  height: auto;
}
.dotted-table__key-inner {
  display: inline;
  position: relative;
  z-index: 1;
  background: #fff;
}
.dotted-table__key-inner:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 3px;
  left: 100%;
  margin-left: 12px;
  opacity: 0.6;
  width: 1000px;
  border-bottom: 1px dotted #979797;
}
.dotted-table__val {
  color: #1E1E1E;
  text-align: right;
  max-width: 70%;
}
.dotted-table__val-inner {
  display: inline;
  position: relative;
  z-index: 1;
  padding-left: 12px;
  background: #fff;
}
.dotted-table_accent-bg .dotted-table__key-inner,
.dotted-table_accent-bg .dotted-table__val-inner {
  background: #FFF6ED;
}
.resp-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stylled-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.stylled-table__td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #1E1E1E;
  font-weight: 500;
  border-bottom: 1px solid #F2F2F2;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .stylled-table__td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.143rem;
  }
}
@media (max-width: 991.98px) {
  .stylled-table__td {
    font-size: 0.929rem;
  }
}
@media (max-width: 991.98px) {
  .stylled-table__td .price-item .price-item__price {
    font-size: 0.929rem;
  }
}
@media (max-width: 991.98px) {
  .stylled-table__td .icon-link {
    font-size: 0.929rem;
    line-height: 1.2em;
  }
  .stylled-table__td .icon-link svg {
    width: 15px;
    height: 15px;
  }
}
.payment-table {
  margin: 20px 0;
  width: 100%;
}
.payment-table th {
  font-weight: 500;
}
.payment-table td,
.payment-table th {
  padding: 8px 10px;
  border: 1px solid #ddd;
}
.payment-table tbody tr:nth-child(odd) {
  background-color: #eee;
}
.payment-table tbody tr.active {
  background-color: #f7c5c5;
}
.add-form__table {
  margin: 20px 0;
  width: 100%;
}
.add-form__table th {
  font-weight: 500;
}
.add-form__table td,
.add-form__table th {
  padding: 8px 10px;
  border: 1px solid #ddd;
}
.add-form__table tbody tr:nth-child(odd) {
  background-color: rgba(238, 238, 238, 0.62);
}
.add-form__table tbody tr.active {
  background-color: rgba(218, 218, 214, 0.62);
}
.table-sticky {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: collapse;
  margin-bottom: 30px;
  position: relative;
}
.table-sticky__wrp {
  position: relative;
  overflow-x: auto;
}
.table-sticky__wrp.scrollblock {
  overflow-x: auto;
  padding: 0;
  margin: 0;
}
.table-sticky tr:first-of-type td {
  border: none;
}
.table-sticky tr:nth-child(even) td,
.table-sticky tr:nth-child(even) th {
  background-color: #EEEEEE;
}
.table-sticky th,
.table-sticky td {
  text-align: center;
  min-width: 20px;
}
.table-sticky th {
  padding: 10px 0;
  font-weight: 500;
  font-size: 1.143rem;
}
.table-sticky td {
  padding: 10px 5px;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
.table-sticky td:first-of-type {
  border-left: none;
}
.table-sticky td:last-of-type {
  border-right: none;
}
@media (min-width: 768px) {
  .table-sticky td {
    font-size: 1.143rem;
  }
}
.table-sticky .th-text {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.table-sticky .th-container {
  width: 100%;
  position: relative;
}
/* ////============= Import utilities/cards ============== */
.card__wrp {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .card__wrp {
    padding: 30px;
  }
}
.card__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.card__img-wrp {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card__img-wrp {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .card__img-wrp {
    margin-bottom: 35px;
  }
}
.card__content {
  margin-bottom: auto;
  font-size: 0.857rem;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .card__content {
    font-size: 1.286rem;
  }
}
@media (min-width: 1200px) {
  .card__content {
    font-size: 1.143rem;
  }
}
@media (min-width: 1600px) {
  .card__content {
    font-size: 1.286rem;
  }
}
.card__content-wrp {
  margin-bottom: auto;
  height: 100%;
}
.card__heading, .card__text {
  text-align: center;
  font-family: "Montserrat", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.143rem;
}
@media (min-width: 1200px) {
  .card__heading, .card__text {
    font-size: 1.286rem;
  }
}
.card__heading {
  text-transform: uppercase;
  font-weight: 700;
}
.card__text {
  font-weight: 400;
}
.card__btn {
  text-align: center;
  width: 100%;
  border-radius: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-size: 1.143rem;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .card__btn {
    margin-top: 35px;
  }
}
.small-card__wrp {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  height: 100%;
}
.small-card a.small-card__wrp:hover {
  text-decoration: none;
}
.small-card a.small-card__wrp:hover .small-card__text-content {
  color: #FF9B46;
}
.small-card__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.small-card__img-wrp {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .small-card__img-wrp {
    margin-bottom: 30px;
  }
}
.small-card__text-content {
  padding: 0 5px 10px;
  font-size: 0.857rem;
  transition: color 0.3s ease;
  color: #000;
}
@media (min-width: 768px) {
  .small-card__text-content {
    padding: 0 20px 20px;
    font-size: 1.286rem;
  }
}
@media (min-width: 1200px) {
  .small-card__text-content {
    padding: 0 10px 10px;
    font-size: 1.143rem;
  }
}
@media (min-width: 1600px) {
  .small-card__text-content {
    padding: 0 20px 20px;
    font-size: 1.286rem;
  }
}
.small-card__heading {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.143rem;
  text-align: center;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .small-card__heading {
    font-size: 1.571rem;
  }
}
@media (min-width: 1200px) {
  .small-card__heading {
    font-size: 1.429rem;
  }
}
@media (min-width: 1600px) {
  .small-card__heading {
    font-size: 1.571rem;
  }
}
.small-card__second-style .small-card__wrp {
  box-shadow: none;
}
.small-card__second-style .small-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.small-card__second-style .small-card__img-wrp {
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.small-card__second-style .small-card__text-content {
  padding: 0;
  font-size: 1rem;
  color: #F06F0A;
  text-align: center;
}
@media (min-width: 1200px) {
  .small-card__second-style .small-card__text-content {
    font-size: 1.143rem;
  }
}
.small-card__second-style .small-card__heading {
  font-size: 1.143rem;
}
@media (min-width: 1200px) {
  .small-card__second-style .small-card__heading {
    font-size: 1.286rem;
  }
}
/* ////============= Import utilities/heading ============== */
.h {
  margin: 1.2em 0;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25em;
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .h {
    margin: 1.5em 0;
  }
}
@media (min-width: 992px) {
  .h {
    font-size: 45px;
    line-height: 1.15em;
  }
}
@media (min-width: 1200px) {
  .h {
    font-size: 55px;
    line-height: 1.15em;
  }
}
.h_md {
  font-size: 20px;
}
@media (min-width: 768px) {
  .h_md {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .h_md {
    font-size: 36px;
  }
}
.h_xl {
  font-size: 28px;
}
@media (min-width: 992px) {
  .h_xl {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .h_xl {
    font-size: 70px;
  }
}
.h_accent {
  color: #FF9B46;
}
.h_accent2 {
  color: #6A8971;
}
.h_center {
  text-align: center;
}
.h_no-mg {
  margin: 0;
}
.h_no-t-mg {
  margin-top: 0;
}
.h_no-b-mg {
  margin-bottom: 0;
}
.heading {
  position: relative;
  margin-bottom: 15px;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  font-weight: 500;
  font-size: 1.714rem;
}
@media (min-width: 768px) {
  .heading {
    font-size: 2.143rem;
  }
}
@media (min-width: 992px) {
  .heading {
    font-size: 2.857rem;
    margin-bottom: 30px;
  }
}
.heading span {
  color: #FF9B46;
}
.heading .heading__text-alt {
  color: #6A8971;
}
.heading .btn {
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: normal;
}
.heading_new {
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.714rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .heading_new {
    font-size: 2.143rem;
  }
}
@media (min-width: 992px) {
  .heading_new {
    font-size: 2.5rem;
    margin-top: 0px;
  }
}
.heading_new .heading__text {
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.714rem;
}
@media (min-width: 768px) {
  .heading_new .heading__text {
    font-size: 2.5rem;
  }
}
.heading__text {
  color: #1E1E1E;
  line-height: 1.3em;
}
.heading_accent {
  color: #FF9B46;
}
.heading_accent .heading__text {
  color: #FF9B46;
}
.heading_accent-alt {
  color: #6A8971;
}
.heading_accent-alt .heading__text {
  color: #6A8971;
}
.heading_center {
  text-align: center;
}
.heading_xxs {
  margin: 15px 0;
  font-size: 1.143rem;
}
.heading_xss {
  margin: 15px 0;
  font-size: 1.286rem;
}
.heading_xs {
  margin: 15px 0;
  font-size: 1.429rem;
}
.heading_sm {
  margin: 15px 0;
  font-size: 1.429rem;
}
@media (min-width: 768px) {
  .heading_sm {
    font-size: 1.571rem;
  }
}
.heading_md {
  margin: 15px 0;
  font-size: 1.429rem;
}
@media (min-width: 768px) {
  .heading_md {
    font-size: 1.714rem;
  }
}
@media (min-width: 1200px) {
  .heading_md {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .heading_md {
    font-size: 2.714rem;
  }
}
.heading_xm {
  margin: 15px 0;
  font-size: 1.714rem;
}
@media (min-width: 768px) {
  .heading_xm {
    font-size: 2.143rem;
  }
}
.heading_normal {
  margin: 15px 0;
  font-size: 1.714rem;
}
@media (min-width: 768px) {
  .heading_normal {
    font-size: 2.286rem;
  }
}
.heading_lg {
  margin: 25px 0;
  font-size: 2.143rem;
}
@media (min-width: 768px) {
  .heading_lg {
    font-size: 4.286rem;
  }
}
.heading_mtn {
  margin-top: 0px;
}
.heading_list {
  position: relative;
  padding-left: 0.8em;
}
.heading_list:before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FF9B46;
  position: absolute;
  left: 0px;
  top: 0.45em;
  width: 0.28em;
}
.heading_up {
  text-transform: uppercase;
}
.heading_left {
  text-align: left;
}
.heading_center {
  text-align: center;
}
.heading_bold {
  font-weight: 500;
}
.heading_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 20px;
}
@media (min-width: 768px) {
  .heading_links {
    justify-content: flex-start;
    gap: 15px 70px;
  }
}
.heading_links .heading__text {
  -webkit-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 768px) {
  .heading_links .heading__text {
    max-width: 55%;
  }
}
@media (min-width: 768px) {
  .heading_links-nowrap {
    flex-wrap: nowrap;
  }
}
.heading__ul {
  position: relative;
  z-index: 3;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  gap: 12px 0;
}
@media (min-width: 992px) {
  .heading__ul {
    flex-wrap: nowrap;
  }
  .heading__ul-lg {
    font-size: 1.143rem;
  }
}
.heading__ul-justify {
  align-items: center;
  justify-content: space-between;
}
.heading__ul-justify li {
  margin-right: 0px;
}
.heading__btns-wrp {
  margin-left: auto;
  margin-right: auto;
  justify-self: flex-end;
  gap: 30px;
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 200;
}
@media (min-width: 768px) {
  .heading__btns-wrp {
    margin-right: 0px;
  }
}
.heading__li {
  margin-right: 20px;
  color: #5D5D5D;
  line-height: 1.5em;
}
.heading__a {
  display: inline-block;
  color: #FF9B46;
  line-height: 1.2em;
  text-decoration: underline;
  font-weight: normal;
}
.heading__a:hover {
  color: #FF9B46;
  text-decoration: none;
}
.heading__a.active {
  font-weight: 700;
  text-decoration: none;
}
.heading__a.tabs__a.active {
  font-weight: 700;
  text-decoration: none;
}
.heading__a-no-border {
  border-bottom: none;
}
.heading_right-ico {
  position: relative;
  padding-right: 60px;
}
.heading_right-ico .heading__ico {
  position: absolute;
  right: 0px;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
}
.second-heading {
  margin-bottom: 1.4em;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  .second-heading {
    font-size: 1.571rem;
  }
}
/* ////============= Import utilities/modals ============== */
/**************************\
   Basic Modal Styles
\**************************/
#modal-cart .modal__container,
#modal-rent .modal__container {
  max-width: 836px;
  min-width: 98vw;
}
@media (min-width: 992px) {
  #modal-cart .modal__container,
  #modal-rent .modal__container {
    min-width: 836px;
  }
}
#modal-cart .modal__content,
#modal-rent .modal__content {
  margin: 0px;
  padding: 30px 40px;
}
@media (min-width: 992px) {
  #modal-cart .modal__content,
  #modal-rent .modal__content {
    padding: 30px 50px 15px;
  }
}
#modal-cart .modal__footer,
#modal-rent .modal__footer {
  padding: 0px 40px 25px;
}
.modal__video video {
  margin: 0px;
  display: inline-block;
  max-width: 80vh;
  max-height: 80vh;
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.modal__video .modal__close {
  padding: 3px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
}
.modal__video .modal__close svg {
  fill: #FF9B46;
}
.modal__h-video video {
  margin: 0px;
  display: inline-block;
  max-width: 80vw;
  vertical-align: middle;
}
.modal__h-video .modal__close {
  padding: 3px;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.3);
}
.modal__h-video .modal__close svg {
  fill: #FF9B46;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
.modal__container {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-color: #fff;
  max-width: 550px;
  min-width: 350px;
  max-height: 100vh;
  border-radius: 0px;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 12px 14px 0 rgba(82, 73, 64, 0.1);
}
@media (min-width: 992px) {
  .modal__container {
    min-width: 550px;
  }
}
.modal__container-w-auto {
  min-width: auto;
  max-width: none;
}
.modal__inner-padding {
  padding: 20px;
}
@media (min-width: 992px) {
  .modal__inner-padding {
    padding: 20px 50px;
  }
}
.modal__inner-pad-h {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .modal__inner-pad-h {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.modal__footer {
  padding: 25px 20px;
}
.modal__content + .modal__footer {
  padding-top: 0px;
}
.modal__header {
  position: relative;
  padding: 45px 20px 30px;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  text-align: center;
  font-size: 1.714rem;
}
@media (min-width: 768px) {
  .modal__header {
    font-size: 2.286rem;
  }
}
@media (min-width: 992px) {
  .modal__header {
    font-size: 2.429rem;
  }
}
.modal__header:before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-image: linear-gradient(270deg, transparent 1%, #ece3dc 49%, transparent 100%);
}
.modal__close {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 0;
  color: #BDBDBD;
  z-index: 2;
}
.modal__close:hover {
  color: #FF9B46;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition: fill 0.3s ease;
}
.modal__content {
  margin-top: 30px;
}
.modal__bg {
  background-color: #FFF6ED;
}
/**************************\
   Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.modal .product__cart {
  display: none;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
}
.modal .product__cart .heading {
  display: none;
}
.modal__heading-text {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
}
.modal__usluga-text {
  text-align: center;
  font-weight: 500;
  padding: 0 30px;
  margin: 20px 0 30px;
}
.new-modal .stylled-checkbox {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.new-modal .stylled-checkbox__label {
  min-height: unset;
  padding: 0;
}
.new-modal .stylled-checkbox__label::before {
  width: 15px;
  height: 15px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .new-modal .stylled-checkbox__label::before {
    width: 20px;
    height: 20px;
  }
}
.new-modal .stylled-checkbox__label::after {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .new-modal .stylled-checkbox__label::after {
    width: 20px;
    height: 20px;
  }
}
.new-modal .stylled-checkbox input:checked + label:before {
  background: #FF9B46;
  border-color: #FF9B46;
}
.new-modal .modal__content {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .new-modal .modal__content {
    display: flex;
    align-items: stretch;
    margin-right: -10px;
    margin-left: -10px;
  }
  .new-modal .modal__content > .col, .new-modal .modal__content > [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.new-modal .modal__container {
  background-color: #f6f6f6;
  padding: 15px;
  max-width: none;
  min-width: none;
  width: 380px;
}
@media (min-width: 768px) {
  .new-modal .modal__container {
    padding: 20px;
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .new-modal .modal__container {
    padding: 40px;
    width: 920px;
  }
}
@media (min-width: 1600px) {
  .new-modal .modal__container {
    width: 1040px;
  }
}
@media (min-width: 1920px) {
  .new-modal .modal__container {
    width: 1230px;
  }
}
.new-modal .modal__tabs {
  display: flex;
  gap: 10px;
}
.new-modal .modal__tabs .tabs__a {
  display: block;
  padding: 10px;
  background-color: #e2e2e2;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
}
.new-modal .modal__tabs .tabs__a:hover {
  background-color: #FF9B46;
  color: #fff;
}
@media (min-width: 768px) {
  .new-modal .modal__tabs .tabs__a {
    font-size: 1.286rem;
    padding: 10px 20px;
  }
}
.new-modal .modal__tabs .tabs__a.active {
  background-color: #FF9B46;
  color: #fff;
}
.new-modal .modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 20px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .new-modal .modal__header {
    padding: 20px;
    border-radius: 13px;
  }
}
.new-modal .modal__header .stylled-checkbox__label {
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  padding-left: 30px;
  font-size: 0.857rem;
  color: #777777;
}
@media (min-width: 768px) {
  .new-modal .modal__header .stylled-checkbox__label {
    font-size: 1rem;
  }
}
.new-modal .modal__header .stylled-checkbox__label::after {
  top: 3px;
  height: 15px;
  width: 15px;
}
.new-modal .modal__header .stylled-checkbox__label::before {
  top: 3px;
  height: 15px;
  width: 15px;
}
.new-modal .modal__header .cart-selected-remove-btn {
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #F06F0A;
}
.new-modal .modal__footer {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.new-modal .modal__footer-wrp {
  padding: 0;
  display: none;
}
.new-modal .modal__btns {
  display: flex;
  gap: 10px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .new-modal .modal__btns {
    margin-left: -90px;
  }
}
@media (min-width: 1600px) {
  .new-modal .modal__btns {
    margin-left: -40px;
  }
}
@media (min-width: 1920px) {
  .new-modal .modal__btns {
    margin-left: 0;
  }
}
.new-modal .modal__btns a {
  text-wrap: nowrap;
}
.new-modal .modal__item {
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 1200px) {
  .new-modal .modal__item {
    margin-bottom: 0;
  }
}
.new-modal .cart-list__scroll-wrp {
  margin-right: 0;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .new-modal .cart-list__scroll-wrp > div {
    height: 100%;
  }
}
.new-modal .cart-list__item {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.new-modal .cart-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .new-modal .cart-list__item {
    display: flex;
    align-items: center;
    padding: 20px;
  }
}
.new-modal .cart-list__item .stylled-checkbox {
  position: absolute;
  top: 20px;
  left: 10px;
}
@media (min-width: 768px) {
  .new-modal .cart-list__item .stylled-checkbox {
    position: static;
  }
}
.new-modal .cart-list__item .stylled-checkbox__label {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .new-modal .cart-list__item .stylled-checkbox__label {
    width: 20px;
    height: 20px;
  }
}
.new-modal .cart-list__wrp {
  display: flex;
}
.new-modal .cart-list .cart-list__wrp > .cart-list__img-a {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  min-width: 89px;
  max-width: 89px;
}
@media (min-width: 768px) {
  .new-modal .cart-list .cart-list__wrp > .cart-list__img-a {
    min-width: 130px;
    max-width: 130px;
  }
}
.new-modal .cart-list__info-wrp {
  padding: 0;
}
@media (min-width: 768px) {
  .new-modal .cart-list__info-wrp {
    display: flex;
    margin-bottom: 20px;
    flex-grow: 1;
  }
}
.new-modal .cart-list__info-text-wrp {
  padding: 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .new-modal .cart-list__info-text-wrp {
    margin-right: 20px;
  }
}
.new-modal .cart-list__name {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .new-modal .cart-list__name {
    font-size: 1.143rem;
  }
}
.new-modal .cart-list__options-wrp {
  margin-bottom: 15px;
}
.new-modal .cart-list__option {
  font-size: 0.857rem;
  line-height: 1.2;
  color: #777;
  margin-bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.new-modal .cart-list__option span {
  display: inline-block;
}
.new-modal .cart-list__option:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .new-modal .cart-list__option {
    font-size: 1rem;
  }
}
.new-modal .cart-list__option-span {
  color: #000;
  font-weight: 500;
}
.new-modal .cart-list__price-wrp {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  .new-modal .cart-list__price-wrp {
    flex-direction: column;
    text-align: right;
    margin-left: auto;
    gap: 0;
    text-wrap: nowrap;
  }
}
.new-modal .cart-list__price-new {
  font-family: "Prosto One", sans-serif;
  color: #000;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .new-modal .cart-list__price-new {
    font-size: 1.286rem;
  }
}
@media (min-width: 1920px) {
  .new-modal .cart-list__price-new {
    font-size: 1.429rem;
  }
}
.new-modal .cart-list__price-old {
  font-size: 0.857rem;
  font-family: "Prosto One", sans-serif;
  text-decoration: line-through;
  color: #000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .new-modal .cart-list__price-old {
    width: 100%;
    text-align: right;
  }
}
.new-modal .cart-list__btns-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 768px) {
  .new-modal .cart-list__btns-wrp {
    position: absolute;
    bottom: 20px;
    left: 161px;
    right: 20px;
  }
}
.new-modal .cart-list .product__quantity {
  padding: 0;
  margin: 0;
  display: block;
  width: 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  border: none;
  text-align: center;
}
.new-modal .cart-list .product__quantity::-webkit-outer-spin-button, .new-modal .cart-list .product__quantity::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.new-modal .cart-list__btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.new-modal .cart-list__btn {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.new-modal .cart-list__btn .svg {
  width: 17px;
  height: 17px;
  fill: #FFB880;
  color: #FFB880;
}
.new-modal .cart-list__btn:hover .svg {
  fill: #6A8971;
  color: #6A8971;
}
.new-modal .cart-list__scroll-wrp {
  padding: 0;
}
.new-modal .cart-service-wrp {
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .new-modal .cart-service-wrp {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .new-modal .cart-service-wrp {
    padding: 20px;
    padding-right: 5px;
  }
}
@media (min-width: 1600px) {
  .new-modal .cart-service-wrp {
    display: flex;
    gap: 25px;
  }
}
.new-modal .cart-service-wrp .scrollblock {
  margin-left: -15px;
  margin-right: -20px;
  padding-left: 15px;
  padding-right: 20px;
  max-height: auto;
  overflow: auto;
}
@media (min-width: 992px) {
  .new-modal .cart-service-wrp .scrollblock {
    margin-left: -10px;
    margin-right: 0px;
    max-height: 75vh;
  }
}
.new-modal .cart-service-wrp .scrollblock .cart-accordion {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .new-modal .cart-service-wrp .scrollblock .cart-accordion {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1600px) {
  .new-modal .cart-service-wrp .scrollblock .cart-accordion .collapse {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .new-modal .cart-service-wrp .cart-list__scroll-wrp {
    display: flex;
    gap: 25px;
  }
}
.new-modal .cart-service-wrp .accordion__plus {
  right: 0px;
}
.new-modal .cart-service-wrp .collapse, .new-modal .cart-service-wrp .collapsing {
  margin-left: -15px;
  margin-right: -15px;
}
.new-modal .cart-service-wrp .collapse__inner {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.new-modal .cart-service__heading {
  font-size: 1.429rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.new-modal .cart-heading {
  font-size: 1.429rem;
  font-family: "Prosto One", sans-serif;
  margin-bottom: 20px;
  color: #000;
}
.new-modal .cart-info {
  margin-bottom: 15px;
}
.new-modal .cart-info__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #000;
  margin-bottom: 20px;
}
.new-modal .cart-info__heading-price {
  font-size: 1.143rem;
  font-family: "Prosto One", sans-serif;
}
.new-modal .cart-info__service.show-all .cart-info__list {
  max-height: 500px;
}
.new-modal .cart-info__list {
  max-height: 80px;
  overflow: hidden;
}
.new-modal .cart-info__item {
  display: flex;
  justify-content: space-between;
}
.new-modal .cart-info__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.new-modal .cart-info__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  max-width: 60%;
  font-size: 1rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.new-modal .cart-info__item-price {
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.new-modal .cart__footer-more {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 900;
}
.new-modal .cart__footer-more:hover {
  color: #FF9B46;
}
.new-modal .cart-modules {
  margin-top: 0;
  margin-bottom: 45px;
}
.new-modal .cart-modules .panel-body {
  display: block;
}
.new-modal .cart-modules .panel-body .control-label {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.new-modal .cart-modules .panel-body .input-group {
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .new-modal .cart-modules .panel-body .input-group {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .new-modal .cart-modules .panel-body .input-group {
    flex-direction: column;
  }
}
.new-modal .cart-modules .panel-body .input-group .form-control:hover {
  border-color: #FF9B46;
}
@media (min-width: 768px) {
  .new-modal .cart-modules .panel-body .input-group .form-control {
    flex-grow: 2;
  }
}
.new-modal .cart-modules .panel-body .input-group-btn {
  flex-grow: 1;
}
.new-modal .cart-modules .panel-body .input-group-btn button {
  width: 100%;
  background-color: #eee;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.new-modal .cart-modules .panel-body .input-group-btn button:hover {
  background-color: #FF9B46;
  color: #fff;
}
.new-modal .cart-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 1.286rem;
  font-family: "Prosto One", sans-serif;
  color: #000;
}
.new-modal .cart-totals__price {
  font-size: 1.571rem;
}
.new-modal .cart-footer__btns .btn-clear-cart {
  width: 100%;
}
.new-modal .cart-footer__btns .new-make-order {
  width: 100%;
  margin-bottom: 10px;
}
.new-modal-order__container {
  width: 318px;
  padding: 30px 15px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .new-modal-order__container {
    padding: 50px 55px;
    width: 513px;
  }
}
@media (min-width: 1200px) {
  .new-modal-order__container {
    padding: 50px 100px;
    width: 600px;
  }
}
.new-modal-order__container .form-heading {
  font-size: 1.429rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .new-modal-order__container .form-heading {
    font-size: 1.714rem;
    margin-bottom: 70px;
  }
}
.new-modal-order__container .form-input {
  background-color: #eee;
  color: #6d6d6d;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .new-modal-order__container .form-input {
    font-size: 1.286rem;
  }
}
.new-modal-order__container .form-input:last-of-type {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .new-modal-order__container .form-input:last-of-type {
    margin-bottom: 40px;
  }
}
.new-modal-order__container .make-product-order {
  width: 100%;
  height: 52px;
}
.modal-sliced .modal__container {
  width: 90%;
  max-width: 450px;
  max-height: 90%;
}
@media (min-width: 768px) {
  .modal-sliced .modal__container {
    display: flex;
    max-height: 485px;
    max-width: 1000px;
    border-radius: 25px;
  }
}
.modal-sliced__right {
  width: 100%;
  height: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-sliced__right {
    padding: 25px;
    width: 60%;
    overflow-y: scroll;
    max-height: 485px;
  }
}
@media (min-width: 1200px) {
  .modal-sliced__right {
    padding: 35px;
  }
}
.modal-sliced__left {
  position: relative;
  width: 100%;
  max-height: 400px;
}
@media (min-width: 768px) {
  .modal-sliced__left {
    width: 40%;
    max-height: 485px;
  }
}
.modal-sliced__left::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 8px;
  background-color: #FF9B46;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .modal-sliced__left::after {
    height: 55%;
    width: 8px;
    transform: translateY(0) translateX(50%);
  }
}
.modal-sliced__left .img-wrp {
  max-height: 400px;
}
@media (min-width: 768px) {
  .modal-sliced__left .img-wrp {
    max-height: unset;
  }
}
/* ////============= Import utilities/img ============== */
img.lazy {
  width: 100%;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 51.9 12' style='enable-background:new 0 0 51.9 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%236A8971;%7D %3C/style%3E%3Ccircle class='st0' cx='6' cy='6' r='6'%3E%3Canimate accumulate='none' additive='replace' attributeName='opacity' begin='0.1' calcMode='linear' dur='1s' fill='remove' repeatCount='indefinite' restart='always' values='0;1;0'%3E%3C/animate%3E%3C/circle%3E%3Ccircle class='st0' cx='26' cy='6' r='6'%3E%3Canimate accumulate='none' additive='replace' attributeName='opacity' begin='0.2' calcMode='linear' dur='1s' fill='remove' repeatCount='indefinite' restart='always' values='0;1;0'%3E%3C/animate%3E%3C/circle%3E%3Ccircle class='st0' cx='46' cy='6' r='6'%3E%3Canimate accumulate='none' additive='replace' attributeName='opacity' begin='0.3' calcMode='linear' dur='1s' fill='remove' repeatCount='indefinite' restart='always' values='0;1;0'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E%0A");
  background-size: 50% 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
img.lazy.loaded {
  width: auto;
  max-width: 100%;
  background: none;
  background-size: auto;
}
img.img-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.img-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-pin {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 80%;
  max-width: 350px;
  padding: 6px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #FF8425;
  color: #fff;
}
@media (min-width: 768px) {
  .img-pin {
    padding: 10px 30px;
  }
}
.img-pin__heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .img-pin__heading {
    font-size: 1.143rem;
    margin-bottom: 10px;
  }
}
.img-pin__text {
  font-size: 0.857rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .img-pin__text {
    font-size: 1rem;
  }
}
.img-blocks {
  margin-right: -15px;
  margin-left: -15px;
}
.img-blocks > .col, .img-blocks > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.img-blocks__item {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .img-blocks__item {
    margin-bottom: 0px;
  }
}
.img-blocks__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 98.571%;
  border-radius: 10px;
  overflow: hidden;
}
.img-blocks__img-wrp {
  padding: 50px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (min-width: 576px) {
  .img-blocks__img-wrp {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .img-blocks__img-wrp {
    padding: 80px;
  }
}
.img-blocks__img-wrp:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.4;
  background: #FF9B46;
}
@media (min-width: 992px) {
  .img-blocks__img-wrp:before {
    opacity: 0;
  }
}
.img-blocks__img-wrp:hover {
  text-decoration: none;
}
.img-blocks__img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-blocks__name {
  position: relative;
  z-index: 1;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.714rem;
  color: #1E1E1E;
  line-height: 1.2em;
  text-decoration: none;
}
@media (min-width: 576px) {
  .img-blocks__name {
    font-size: 1.429rem;
  }
}
@media (min-width: 992px) {
  .img-blocks__name {
    font-size: 2.143rem;
  }
}
.img-blocks__name span {
  color: #FF9B46;
}
.img-blocks_sm .img-blocks__item {
  margin-bottom: 20px;
}
.img-blocks_sm .img-blocks__img-wrp {
  padding: 50px;
}
.img-blocks_sm .img-blocks__name {
  font-size: 1.571rem;
}
.img-blocks_sm button.btn,
.img-blocks_sm a.btn {
  margin-top: 40px;
}
.img-blocks .btn {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .img-blocks .btn {
    margin-top: 77px;
  }
}
.img-blocks__item:last-child .img-blocks__name span {
  color: #6A8971;
}
/* ////============= Import utilities/buttons ============== */
a,
button,
input {
  outline: none !important;
}
.head-btn {
  display: inline-flex;
  align-items: center;
  gap: 0px 15px;
  position: relative;
  padding: 8px;
  border-radius: 6px;
  border: none;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
}
@media (min-width: 992px) {
  .head-btn {
    padding: 11px;
  }
}
.head-btn:hover {
  background-color: #E5EDEE;
}
.head-btn svg {
  width: 22px;
  height: 22px;
  color: #1E1E1E;
  fill: #1E1E1E;
}
@media (min-width: 992px) {
  .head-btn svg {
    width: 26px;
    height: 26px;
  }
}
.head-btn__count {
  position: absolute;
  top: 6px;
  left: 18px;
  transform: translateX(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 0.714rem;
  font-weight: 500;
  border-radius: 50%;
  background-color: #FF9B46;
  color: #fff;
}
@media (min-width: 992px) {
  .head-btn__count {
    font-size: 0.857rem;
    width: 17px;
    height: 17px;
    left: 26px;
  }
}
.head-btn__total {
  font-weight: 500;
  color: #1E1E1E;
  font-size: 1rem;
}
.head-btn:hover {
  text-decoration: none;
}
.btn-icon {
  display: inline-block;
  padding: 5px;
}
.btn-icon svg {
  width: 15px;
  height: 15px;
  fill: #FF9B46;
}
.btn-icon:hover svg {
  fill: #6A8971;
}
.btn_icon svg {
  pointer-events: none;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1.4em;
  border-radius: 10px;
  font-size: 1rem;
  transition: background 0.3s ease;
  will-change: background;
}
@media (min-width: 992px) {
  .btn {
    padding: 15px 26px;
  }
}
.btn:hover {
  outline: none;
  text-decoration: none;
}
.btn_only-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, fill 0.3s ease;
  border: 1px solid #FF9B46;
}
@media (min-width: 768px) {
  .btn_only-icon {
    padding: 15px;
  }
}
.btn_only-icon:hover {
  background-color: #FF9B46;
  cursor: pointer;
}
.btn_only-icon:hover svg {
  color: #fff;
  fill: #fff;
}
.btn_only-icon svg {
  width: 20px;
  height: 20px;
  color: #1E1E1E;
  fill: #1E1E1E;
}
.btn_link {
  border: none;
  background: none;
  color: #FF9B46;
  text-decoration: underline;
}
.btn_link:hover {
  text-decoration: none;
}
.btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn_icon svg {
  width: 20px;
  height: 20px;
  color: #6A8971;
  fill: #fff;
}
.btn_icon svg + .btn__text {
  margin-left: 10px;
}
.btn_icon .btn__text + svg {
  margin-right: 0px;
  margin-left: 10px;
}
.btn_accent {
  color: #fff;
  background: #FF9B46;
  background-image: linear-gradient(143deg, #ff9b46 34%, #ff8425 83%);
}
.btn_accent:hover {
  color: #F2F2F2;
  background: #ee7c1a;
  background-image: linear-gradient(143deg, #ee7c1a 34%, #f06f0a 83%);
}
.btn_accent span {
  color: #fff;
}
.btn_accent span:hover {
  color: #F2F2F2;
}
.btn_accent-alt {
  color: #fff;
  background: #6A8971;
  background-image: linear-gradient(141deg, #6a8971 0%, #627f5f 100%);
}
.btn_accent-alt:hover {
  color: #F2F2F2;
  background: #526E58;
  background-image: linear-gradient(141deg, #526e58 0%, #466144 100%);
}
.btn_accent-alt.btn_border {
  box-shadow: inset 0px 0px 0px 1px #6A8971;
}
.btn_accent-alt.btn_border:hover {
  background: #526E58;
  background-image: linear-gradient(141deg, #526e58 0%, #466144 100%);
  box-shadow: inset 0px 0px 0px 1px #526E58;
}
.btn_accent-alt.btn_border svg {
  fill: #6A8971;
}
.btn_accent-alt2 {
  background-color: #91A48E;
  color: #fff;
  transition: background-color 0.3s ease;
}
.btn_accent-alt2:hover {
  background-color: #526E58;
}
.btn_border {
  font-weight: 500;
  color: #1E1E1E;
  background: none;
  box-shadow: inset 0px 0px 0px 1px #FF9B46;
}
.btn_border svg {
  fill: #FF9B46;
}
.btn_border span {
  color: #1E1E1E;
}
.btn_border:hover {
  color: #fff !important;
  background: #ee7c1a;
  background-image: linear-gradient(143deg, #ee7c1a 34%, #f06f0a 83%);
  box-shadow: inset 0px 0px 0px 1px #ee7c1a;
}
.btn_border:hover svg {
  fill: #fff;
}
.btn_border:hover span {
  color: #fff !important;
}
.btn_new-acc2 {
  padding: 11px 20px;
  color: #fff;
  border-radius: 5px;
  background-color: #6A8971;
  font-size: 16px;
  font-weight: 500;
}
.btn_new-acc2:hover {
  color: #fff;
  background-color: #526E58;
}
.btn_new-acc2:hover span {
  color: #fff;
}
.btn_new-acc2 span {
  color: #fff;
}
.btn_lg-text {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .btn_lg-text {
    font-size: 1.357rem;
  }
}
.btn_md {
  padding: 10px 15px;
  font-size: 0.857rem;
}
@media (min-width: 1200px) {
  .btn_md {
    padding: 13px 24px;
    font-size: 0.857rem;
  }
}
.btn_lg {
  padding: 14px 20px;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .btn_lg {
    font-size: 1.143rem;
    padding: 19px 35px;
  }
}
.btn_xl {
  padding: 14px 30px;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .btn_xl {
    font-size: 1.143rem;
    padding: 19px 52px;
  }
}
.btn_height {
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn_low {
  text-transform: none;
}
.btn_up {
  text-transform: uppercase;
}
.btn_wide {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  text-align: center;
}
.btn_size-sm, .btn_sm {
  font-size: 1rem;
  padding: 11px 10px;
}
.btn_size-sm.btn_border, .btn_sm.btn_border {
  padding: 10px 10px;
}
.btn_size-sm.btn_icon svg, .btn_size-sm.btn_only-icon svg, .btn_sm.btn_icon svg, .btn_sm.btn_only-icon svg {
  width: 14px;
  height: 14px;
}
.btn_size-xs, .btn_xs {
  font-size: 0.929rem;
  padding: 6px 15px;
  border-radius: 5px;
}
.btn_size-xs.btn_icon svg, .btn_size-xs.btn_only-icon svg, .btn_xs.btn_icon svg, .btn_xs.btn_only-icon svg {
  width: 10px !important;
  height: 10px !important;
}
.btn_xxs {
  padding: 2px 5px;
  border-radius: 3px;
}
.btn_xxs .btn__text + svg {
  margin-right: 0px;
  margin-left: 3px;
}
.btn_xxs svg {
  width: 13px !important;
  height: 13px !important;
}
.btn_full_width {
  width: 100%;
  text-align: center;
}
.btn_round {
  border-radius: 50px;
}
.btn-drop {
  position: relative;
}
.btn-drop .btn-drop__btn {
  position: relative;
  padding-right: 55px;
  z-index: 3;
  min-width: 200px;
  justify-content: flex-start;
  font-weight: 500;
}
.btn-drop .btn-drop__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  pointer-events: none;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6A8971;
}
.btn-drop.active .btn-drop__btn {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-drop.active .btn-drop__btn:hover {
  color: #1E1E1E;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-drop.active .btn-drop__btn:hover:after {
  transform: rotate(180deg) translateY(50%);
  border-top-color: #FF9B46;
}
.btn-drop.active .btn-drop__btn:hover svg {
  fill: #6A8971;
}
.btn-drop.active .btn-drop__content {
  display: block;
}
.btn-drop.active .btn-drop__content li.divider {
  margin-top: 12px;
  margin-bottom: 12px;
  height: 1px;
  background-image: linear-gradient(270deg, transparent 1%, #ece3dc 49%, transparent 100%);
}
.btn-drop.active .btn-drop__content li a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  color: #1E1E1E;
  line-height: 1.2em;
  font-weight: 500;
}
.btn-drop.active .btn-drop__content li a:hover {
  color: #FF9B46;
  text-decoration: none;
}
.btn-drop.active .btn-drop__content li a.thin {
  font-weight: normal;
}
.btn-drop__content {
  width: 100%;
  padding: 60px 24px 15px 24px;
  display: none;
  position: absolute;
  top: 0;
  background: #fff;
  box-shadow: 0 12px 14px 0 rgba(82, 73, 64, 0.1);
  border-radius: 10px;
}
/* ////============= Import utilities/text ============== */
.standard-text {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .standard-text {
    font-size: 1.143rem;
  }
}
@media (min-width: 1200px) {
  .standard-text {
    font-size: 1.286rem;
  }
}
@media (min-width: 1600px) {
  .standard-text {
    font-size: 1.429rem;
  }
}
.text-small {
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .text-small {
    font-size: 1rem;
  }
}
.big-text {
  font-size: 1.143rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .big-text {
    font-size: 1.286rem;
  }
}
@media (min-width: 1200px) {
  .big-text {
    font-size: 1.429rem;
  }
}
@media (min-width: 1600px) {
  .big-text {
    font-size: 1.571rem;
  }
}
.prosto-one {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
}
.gray-text {
  color: #999595;
}
/* ////============= Import utilities/form ============== */
.form-block {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 768px) {
  .form-block {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.form-block:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
  background: #c8ebd0;
}
@media (min-width: 992px) {
  .form-block:before {
    opacity: 0;
  }
}
.form-block .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}
@media (min-width: 768px) {
  .form-block .wrapper {
    flex-wrap: nowrap;
  }
}
.form-block .text-block {
  width: 100%;
  max-width: none;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-block .text-block {
    margin-bottom: 0px;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .form-block .text-block__caption {
    max-width: none;
  }
}
.form-block .text-block .icon-link {
  display: inline-flex;
}
@media (min-width: 768px) {
  .form-block .text-block {
    width: auto;
    text-align: left;
  }
}
.form-block__wrp {
  width: 100%;
}
@media (min-width: 768px) {
  .form-block__wrp {
    width: 450px;
  }
}
.form__btn-wrp {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accent-checkbox {
  padding-top: 8px;
  padding-bottom: 8px;
}
.accent-checkbox input {
  display: none;
}
.accent-checkbox input:checked + label:before {
  border-color: #FF9B46;
  background: none;
}
.accent-checkbox input:checked + label:after {
  transform: scale(0.55);
}
.accent-checkbox__label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 0px 0px 47px;
  margin: 0px;
  min-height: 30px;
}
.accent-checkbox__label_sm {
  font-size: 1rem;
  line-height: 1.2em;
}
.accent-checkbox__label span {
  display: inline-block;
}
.accent-checkbox__label a {
  color: #1E1E1E;
  text-decoration: underline;
}
.accent-checkbox__label a:hover {
  text-decoration: none;
}
.accent-checkbox__label:before, .accent-checkbox__label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  display: block;
}
.accent-checkbox__label:before {
  width: 22px;
  height: 22px;
  border: 3px solid #d9d9d9;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.accent-checkbox__label:after {
  content: "";
  width: 22px;
  height: 22px;
  transform: scale(0);
  transition: transform 0.1s ease;
  background-color: #FF9B46;
}
.accent-checkbox__label:hover:before {
  background: #F2F2F2;
}
.stylled-checkbox {
  margin-top: 30px;
  margin-bottom: 30px;
}
.stylled-checkbox input {
  display: none;
}
.stylled-checkbox input:checked + label:before {
  border-color: #6A8971;
  background: #6A8971;
}
.stylled-checkbox input:checked + label:after {
  transform: scale(0.5);
}
.stylled-checkbox__label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 0px 0px 47px;
  margin: 0px;
  min-height: 30px;
}
.stylled-checkbox__label_sm {
  font-size: 1rem;
  line-height: 1.2em;
}
.stylled-checkbox__label span {
  display: inline-block;
}
.stylled-checkbox__label a {
  color: #1E1E1E;
  text-decoration: underline;
}
.stylled-checkbox__label a:hover {
  text-decoration: none;
}
.stylled-checkbox__label:before, .stylled-checkbox__label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.stylled-checkbox__label:before {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.stylled-checkbox__label:after {
  content: "";
  width: 30px;
  height: 30px;
  transform: scale(0);
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M15.766.24a.788.788 0 0 0-1.132 0L5.05 10.027 1.366 6.265a.788.788 0 0 0-1.132 0 .83.83 0 0 0 0 1.156l4.25 4.34c.312.319.82.319 1.132 0l10.15-10.366a.83.83 0 0 0 0-1.156Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.stylled-checkbox__label:hover:before {
  background: #F2F2F2;
}
.stylled-radio {
  margin-top: 20px;
  margin-bottom: 20px;
}
.stylled-radio input {
  display: none;
}
.stylled-radio input:checked + label:before {
  background: #FF9B46;
  transform: scale(1);
}
.stylled-radio input:checked + label:after {
  border-color: #6A8971;
}
.stylled-radio__label {
  display: flex;
  align-items: center;
  min-height: 30px;
  position: relative;
  padding: 0px 0px 0px 47px;
  margin: 0px 0px;
}
.stylled-radio__label span {
  display: inline-block;
}
.stylled-radio__label:before, .stylled-radio__label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.stylled-radio__label:before {
  width: 14px;
  height: 14px;
  top: 8px;
  left: 8px;
  z-index: 1;
  border-radius: 50px;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.stylled-radio__label:after {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
}
@media (min-width: 992px) {
  .stylled-radio__label:hover:after {
    background: #E5EDEE;
  }
}
.radio-set input {
  display: none;
}
.radio-set input:checked + label .radio-alt:before {
  background: #6A8971;
}
.radio-set input:checked + label .radio-alt:after {
  background: #fff;
  transform: scale(-0.3);
}
.radio-set label .radio-alt {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.radio-set label .radio-alt:before, .radio-set label .radio-alt:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.radio-set label .radio-alt:before {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  background: #fff;
  transition: background 0.3s ease;
}
.radio-set label .radio-alt:after {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  transform: scale(-0.9);
  transition: transform 0.3s ease;
}
.radio-set label:hover .radio-alt:after {
  background: #F2F2F2;
}
.radio-buttons {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .radio-buttons {
    margin-bottom: 30px;
  }
}
.radio-buttons_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-top: -3px;
}
.radio-buttons__item {
  margin: 10px 3px;
}
.radio-buttons input {
  display: none;
}
.radio-buttons input:checked + label {
  color: #fff;
  background: #FF9B46;
}
.radio-buttons label {
  margin: 0px;
  display: inline-block;
  padding: 6px 12px;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #1E1E1E;
  border-radius: 10px;
  background: #FFF6ED;
}
.radio-buttons label:hover {
  color: #fff;
  background: #6A8971;
}
.label-sm {
  margin-bottom: 12px;
  color: #5D5D5D;
  font-size: 1rem;
}
.button-inp-style {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.button-inp-style__item {
  display: inline-block;
}
.button-inp-style__label {
  margin: 0px;
  display: inline-block;
  padding: 5px 5px;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .button-inp-style__label {
    padding: 9px 10px;
    font-size: 0.929rem;
  }
}
.button-inp-style input {
  display: none;
}
.button-inp-style input:checked + label {
  border-color: #FF9B46;
  font-weight: 500;
}
.dropdown {
  position: relative;
}
.dropdown.active .dropdown__list {
  display: block;
}
.dropdown.active .dropdown__backdrop {
  display: block;
}
.dropdown__open .svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.dropdown__list {
  display: none;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 7;
  padding: 10px 40px 10px 20px;
  margin-top: -15px;
  margin-bottom: -15px;
  background-color: #fff;
  box-shadow: 0px 2px 13.2px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.dropdown__item {
  padding: 15px 0;
}
.dropdown__item:hover {
  cursor: pointer;
}
.dropdown__item:hover .dropdown__text {
  text-decoration: none;
  color: #FF9B46;
}
.dropdown__item.selected .dropdown__text {
  color: #F06F0A;
}
.dropdown__text {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  text-wrap: nowrap;
  font-size: 0.857rem;
  font-weight: 300;
  color: #000;
  transition: color 0.3s ease;
}
.dropdown__text .svg {
  color: currentColor;
  fill: currentColor;
}
.dropdown__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: none;
}
.dropdown-second-style .dropdown__list {
  padding: 20px 30px 20px 15px;
  border-radius: 20px;
}
.dropdown-second-style .dropdown__item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-second-style .dropdown__text {
  font-size: 1rem;
  font-weight: 700;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .dropdown-second-style .dropdown__text {
    font-size: 1.143rem;
  }
}
.dropdown-second-style .dropdown__backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}
/* ////============= Import utilities/tabs ============== */
.tabs__tab {
  display: none;
}
.tabs__tab.active {
  display: block;
}
.site-tabs__ul {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .site-tabs__ul {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.site-tabs__ul-left {
  justify-content: flex-start;
}
.site-tabs__a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 60px;
  background-color: #F8F8F8;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .site-tabs__a {
    padding: 10px 30px;
    font-size: 1.143rem;
  }
}
.site-tabs__a:hover, .site-tabs__a:focus, .site-tabs__a:active, .site-tabs__a.active {
  background-color: #FF8425;
  color: #fff;
  text-decoration: none;
}
.tabs-style {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9D9D9D;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tabs-style {
    gap: 0;
    padding-bottom: 0;
    margin-bottom: 45px;
    border-bottom: none;
  }
  .tabs-style::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1200px) {
  .tabs-style {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .tabs-style .tabs__li {
    background-color: #fff;
  }
  .tabs-style .tabs__li:first-child {
    padding-left: 20px;
  }
  .tabs-style .tabs__li:last-child {
    padding-right: 20px;
  }
}
.tabs-style .tabs__a {
  display: block;
  width: 100%;
  min-width: 175px;
  text-align: center;
  padding: 8px 20px;
  font-family: "Poppins", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.143rem;
  border-radius: 5px;
  font-weight: 300;
  color: #898989;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #fff;
}
.tabs-style .tabs__a:hover {
  color: #1E1E1E;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tabs-style .tabs__a {
    min-width: unset;
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 1.286rem;
  }
}
@media (min-width: 1600px) {
  .tabs-style .tabs__a {
    font-size: 1.714rem;
    padding: 15px 40px;
  }
}
.tabs-style .tabs__a.active {
  background-color: #FF8425;
  color: #fff;
  font-weight: 700;
}
.accent-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .accent-tabs {
    flex-direction: row;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .accent-tabs::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.16);
  }
}
.accent-tabs .tabs__li {
  cursor: pointer;
}
@media (min-width: 768px) {
  .accent-tabs .tabs__li {
    background-color: #fff;
  }
  .accent-tabs .tabs__li:first-child {
    padding-left: 20px;
  }
  .accent-tabs .tabs__li:last-child {
    padding-right: 20px;
  }
}
.accent-tabs .tabs__a {
  display: block;
  width: 100%;
  min-width: 175px;
  text-align: center;
  text-wrap: wrap;
  padding: 10px;
  font-size: 1rem;
  border-radius: 15px;
  font-weight: 300;
  color: #898989;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #fff;
}
.accent-tabs .tabs__a:hover {
  color: #1E1E1E;
  text-decoration: none;
}
@media (min-width: 768px) {
  .accent-tabs .tabs__a {
    min-width: unset;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.143rem;
  }
}
@media (min-width: 1600px) {
  .accent-tabs .tabs__a {
    padding: 10px 30px;
  }
}
@media (min-width: 1920px) {
  .accent-tabs .tabs__a {
    font-size: 1.429rem;
  }
}
.accent-tabs .tabs__a.active {
  background-color: #FF8425;
  color: #fff;
  font-weight: 700;
}
.tabs__scroll-menu .tabs__ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  list-style: none;
  gap: 20px;
  border-bottom: 1px solid #D9D9D9;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .tabs__scroll-menu .tabs__ul {
    gap: 30px;
  }
}
.tabs__scroll-menu .tabs__ul::-webkit-scrollbar {
  display: none;
}
.tabs__scroll-menu .tabs__li {
  display: flex;
  align-items: flex-end;
}
.tabs__scroll-menu .tabs__a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  transition: color 0.3s ease;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .tabs__scroll-menu .tabs__a {
    gap: 10px;
  }
}
.tabs__scroll-menu .tabs__a:hover {
  color: #9D9D9D;
  text-decoration: none;
}
.tabs__scroll-menu .tabs__a.active .tabs__a-text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF8425;
}
.tabs__scroll-menu .tabs__a-text {
  position: relative;
  padding-bottom: 10px;
  font-size: 0.857rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tabs__scroll-menu .tabs__a-text {
    font-size: 1.143rem;
  }
}
.tabs__scroll-menu .tabs__a-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  font-size: 0.714rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: #FF9B46;
  color: #fff;
}
@media (min-width: 768px) {
  .tabs__scroll-menu .tabs__a-count {
    font-size: 0.857rem;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
  }
}
.tabs-nav.tabs__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  border: 0;
}
.tabs-nav.tabs__ul .tabs__a {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  background-color: #D9D9D9;
}
.tabs-nav.tabs__ul .tabs__a:hover {
  background-color: #5D5D5D;
}
.tabs-nav.tabs__ul .tabs__a.active {
  background-color: #FF8425;
}
/* ////============= Import utilities/accordion ============== */
.accordion__heading {
  position: relative;
  padding: 12px 56px 12px 30px;
  font-size: 1.143rem;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 992px) {
  .accordion__heading {
    padding: 16px 30px;
    font-size: 1.286rem;
  }
}
.accordion__heading-active:before {
  background: #6A8971;
}
.accordion__heading-active .accordion__plus {
  transform: translate(0%, -50%) rotate(45deg);
}
.accordion__item {
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
  border-radius: 8px;
  background-color: #eee;
}
.accordion__item .collapse:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  border-radius: 12px;
  background-color: #FF9B46;
  opacity: 0;
  transition: opacity;
}
.accordion__item .collapse.collapse_show:after {
  opacity: 1;
}
.accordion__plus {
  width: 0px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion__plus:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #6A8971;
}
.accordion__plus:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 18px;
  width: 2px;
  background-color: #6A8971;
}
.accordion__content {
  padding: 0px 30px 15px;
  font-size: 1.143rem;
  line-height: 1.6em;
}
@media (min-width: 992px) {
  .accordion__content {
    padding: 0px 47px 18px;
    font-size: 1.286rem;
  }
}
@media (min-width: 992px) {
  .accordion_lg-text .accordion__heading {
    font-size: 1.429rem;
  }
}
.accordion__item-style {
  background-color: transparent;
}
.accordion__item-style .accordion__heading {
  padding: 20px;
  color: #797979;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  border-radius: 10px;
  font-size: 1.143rem;
  font-weight: 700;
  background-color: #fff;
}
@media (min-width: 768px) {
  .accordion__item-style .accordion__heading {
    font-size: 1.286rem;
  }
}
.accordion__item-style .accordion__heading-active {
  color: #FF8425;
  margin-bottom: 10px;
}
.accordion__item-style .collapse::after {
  display: none;
}
.accordion__item-style .collapse__inner {
  border-radius: 15px;
  overflow: hidden;
}
/* ////============= Import components/product ============== */
.product-price-compare-wrp {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .product-price-compare-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.product-price-compare-wrp.product-page {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
}
.product-compare-btn {
  padding: 0;
}
.product-compare-btn .stylled-checkbox {
  margin: 0;
}
.product-compare-btn .stylled-checkbox__label {
  padding-left: 25px;
}
.product-compare-btn .stylled-checkbox__label::before {
  width: 20px;
  height: 20px;
  top: 5px;
  border-radius: 5px;
  border: 1px solid #BDBDBD;
}
.product-compare-btn .stylled-checkbox__label::after {
  top: 5px;
  width: 20px;
  height: 20px;
}
.product-compare-btn.flag__item {
  position: absolute;
}
.product-compare-btn.added .stylled-checkbox__label::after {
  transform: scale(0.5);
}
.product-compare-btn.added .stylled-checkbox__label::before {
  background-color: #FF9B46;
  border-color: #FF9B46;
}
.catalog .product {
  padding: 10px 7px 16px 7px;
}
@media (min-width: 1200px) {
  .catalog .product {
    padding: 20px 10px 18px 10px;
  }
}
.catalog .product__inner {
  position: relative;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .catalog .product__inner {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .catalog .product__inner:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
.catalog .product__inner .product-compare-btn {
  top: 15px;
  right: 10px;
}
.catalog .product__img {
  height: auto;
  display: block;
  padding: 0px 10px;
}
@media (min-width: 1200px) {
  .catalog .product__img {
    padding: 0px 30px;
  }
}
.catalog .product__content {
  padding: 10px 15px 25px;
}
@media (min-width: 576px) {
  .catalog .product__content {
    padding: 10px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .catalog .product__content {
    padding: 10px 27px 25px;
  }
}
.catalog .product__name {
  display: block;
  font-size: 11px;
  color: #1E1E1E;
}
@media (min-width: 992px) {
  .catalog .product__name {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .catalog .product__name {
    font-size: 14px;
  }
}
.catalog .product__name:hover {
  text-decoration: none;
  color: #1E1E1E;
}
.catalog .product__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .catalog .product__price {
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .catalog .product__price {
    margin: 15px 0;
  }
}
.catalog .product__price-new {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 768px) {
  .catalog .product__price-new {
    font-size: 22px;
  }
}
.catalog .product__price-old {
  display: inline-block;
  margin-left: 10px;
  color: #FF9B46;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 10px;
}
@media (min-width: 768px) {
  .catalog .product__price-old {
    font-size: 16px;
  }
}
.catalog .product__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog .product__buttons .btn {
  padding: 5px 5px;
  font-size: 9px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .catalog .product__buttons .btn {
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .catalog .product__buttons .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
}
/* ////============= Import components/map ============== */
.map-wrp {
  position: relative;
  width: 100%;
  height: 100%;
}
.map-wrp iframe {
  width: 100%;
  height: 100%;
}
.map__content-wrp {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .map__content-wrp {
    bottom: 25px;
    left: 30px;
    right: unset;
    width: 270px;
    padding: 20px;
  }
}
.map__content-heading {
  font-size: 0.857rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #F06F0A;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .map__content-heading {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .map__content-heading {
    font-size: 1.143rem;
    margin-bottom: 25px;
  }
}
.map__content-text {
  font-size: 1.143rem;
  font-weight: 500;
  color: #1E1E1E;
  margin-bottom: 15px;
}
.map__content-text-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #5D5D5D;
  font-size: 1rem;
}
.map__content-text-icon .svg {
  width: 20px;
  height: 20px;
  fill: #5D5D5D;
  color: #5D5D5D;
}
/* ////============= Import components/slider ============== */
.mobile-device .tns-slider-style_r-nav-mobile {
  margin-top: -50px;
}
.mobile-device .tns-slider-style_r-nav-mobile .tns-slider-wrp {
  padding-top: 50px;
}
@media (min-width: 576px) {
  .mobile-device .tns-slider-style_r-nav-mobile .tns-slider-wrp {
    padding-top: 80px;
  }
}
.mobile-device .tns-slider-style_r-nav-mobile .tns-slider-wrp > .tns-outer > .tns-controls {
  right: 0px;
}
.mobile-device .tns-slider-style_r-nav-mobile .tns-slider-wrp > .tns-outer > .tns-controls button svg {
  width: 28px;
  height: 28px;
}
.mobile-device .tns-slider-style_r-nav-mobile > .tns-outer > .tns-nav {
  margin-top: 15px;
  position: relative;
}
.tns-slider-style-alt {
  position: relative;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 15px;
}
.tns-slider-style-alt.active-slider-pager {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1520px) {
  .tns-slider-style-alt.active-slider-pager {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 500px) {
  .tns-slider-style-alt__item-inner {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tns-slider-style-alt > .tns-outer > .tns-nav {
  padding-left: 70px;
  padding-right: 70px;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 2;
  text-align: center;
}
.tns-slider-style-alt > .tns-outer > .tns-nav button {
  margin-left: 2px;
  margin-right: 2px;
  padding: 6px;
  color: #BDBDBD;
}
.tns-slider-style-alt > .tns-outer > .tns-nav button:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
}
.tns-slider-style-alt > .tns-outer > .tns-nav button:hover {
  color: #1E1E1E;
  outline: none;
}
.tns-slider-style-alt > .tns-outer > .tns-nav button.tns-nav-active {
  color: #FF9B46;
}
.tns-slider-style-alt > .tns-outer > .tns-ovh {
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
}
.tns-slider-style-alt > .tns-outer > .tns-controls {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 15px;
  top: -60px;
  opacity: 1;
  z-index: 1;
}
@media (min-width: 992px) {
  .tns-slider-style-alt > .tns-outer > .tns-controls {
    top: -70px;
  }
}
@media (min-width: 1200px) {
  .tns-slider-style-alt > .tns-outer > .tns-controls {
    top: -80px;
  }
}
.tns-slider-style-alt > .tns-outer > .tns-controls button {
  display: inline-block;
  padding: 8px 5px;
  margin-left: 10px;
  margin-right: 10px;
  color: #1E1E1E;
}
.tns-slider-style-alt > .tns-outer > .tns-controls button:hover {
  color: #6A8971;
}
.tns-slider-style-alt > .tns-outer > .tns-controls button svg {
  width: 33px;
  height: 33px;
  fill: #FF8425;
}
.tns-slider-style-alt > .tns-outer > .tns-controls button[data-controls=prev] {
  margin-left: 0;
}
.tns-slider-style-alt > .tns-outer > .tns-controls button[data-controls=next] {
  margin-right: 0;
}
.tns-slider-style .tns-slider {
  margin-right: 0px;
  margin-left: 0px;
}
.tns-slider-style .tns-slider > .col, .tns-slider-style .tns-slider > [class*=col-] {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.tns-slider-style .tns-slider-wrp {
  position: relative;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-nav {
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  text-align: center;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-nav button {
  margin-left: 2px;
  margin-right: 2px;
  padding: 6px;
  color: #BDBDBD;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-nav button:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-nav button:hover {
  color: #1E1E1E;
  outline: none;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-nav button.tns-nav-active {
  color: #FF9B46;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-controls {
  position: absolute;
  display: flex;
  right: 15px;
  top: -58px;
  opacity: 1;
  z-index: 3;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-controls button {
  display: inline-block;
  padding: 8px 5px;
  margin-left: 10px;
  margin-right: 10px;
  color: #FF9B46;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-controls button:hover {
  color: #6A8971;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-controls button svg {
  width: 33px;
  height: 33px;
  fill: currentColor;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-controls button[data-controls=prev] {
  margin-left: 0px;
}
.tns-slider-style .tns-slider-wrp > .tns-outer > .tns-controls button[data-controls=next] {
  margin-right: 0px;
}
.tns-slider-style_minus {
  margin-top: -60px;
}
@media (min-width: 992px) {
  .tns-slider-style_minus {
    margin-top: -90px;
  }
}
.tns-slider-style_up-sm-minus .tns-slider-wrp {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .tns-slider-style_up-sm-minus .tns-slider-wrp {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tns-slider-style_up-sm-minus .tns-slider-wrp > .tns-outer > .tns-controls {
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.tns-slider-style_up-sm-minus > .tns-outer > .tns-nav {
  margin-top: 15px;
  position: relative;
}
.tns-slider-style_r-abs {
  margin-top: -80px;
}
@media (min-width: 992px) {
  .tns-slider-style_r-abs {
    margin-top: -88px;
  }
}
.tns-slider-style_r-abs > .tns-outer > .tns-controls {
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 992px) {
  .tns-slider-style_r-abs > .tns-outer > .tns-controls {
    right: 10px;
    transform: translateX(0%);
  }
}
@media (min-width: 1500px) {
  .tns-slider-style_r-abs > .tns-outer > .tns-controls {
    right: calc(20% + 10px);
  }
}
.tns-slider-style_b-abs > .tns-outer > .tns-controls {
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 35px;
}
@media (min-width: 1740px) {
  .tns-slider-style_b-abs > .tns-outer > .tns-controls {
    right: calc((100vw - 260px - 1490px) / 2 + 70px / 2);
  }
}
.tns-slider-style_b-abs > .tns-outer > .tns-controls button {
  display: inline-block;
  vertical-align: top;
}
.tns-slider-style_center {
  position: relative;
}
.tns-slider-style_center > .tns-outer > .tns-controls {
  position: static;
  opacity: 1;
}
.tns-slider-style_center > .tns-outer > .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  color: #FF9B46;
  z-index: 2;
}
.tns-slider-style_center > .tns-outer > .tns-controls button[data-controls=prev] {
  left: 15px;
}
.tns-slider-style_center > .tns-outer > .tns-controls button[data-controls=next] {
  right: 15px;
}
.tns-slider-style:hover > .tns-outer > .tns-controls {
  opacity: 1;
}
.tns-slider-style button[data-action=stop],
.tns-slider-style button[data-action=start] {
  display: none !important;
}
.simlple-slider-bg {
  background-color: #F8F8F8;
}
.slider-wrp {
  position: relative;
}
.slider-wrp_item-shadow {
  margin: 10px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0px rgba(174, 174, 192, 0.4);
}
.slider-wrp_has-shadow {
  margin-left: -10px;
  margin-right: -10px;
}
.slider-wrp__wide-mobile {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .slider-wrp__wide-mobile {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.slider-wrp_nav {
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .slider-wrp_nav {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .slider-wrp_nav {
    padding-bottom: 40px;
  }
}
.slider-wrp_nav .tns-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  right: 0;
  left: 0;
}
.slider-wrp_nav .tns-nav button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  background-color: #D9D9D9;
}
.slider-wrp_nav .tns-nav button:hover {
  background-color: #5D5D5D;
}
.slider-wrp_nav .tns-nav button.tns-nav-active {
  background-color: #FF8425;
}
.slider-wrp_nav-over {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .slider-wrp_nav-over {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .slider-wrp_nav-over {
    padding-bottom: 0px;
  }
}
.slider-wrp_nav-over .tns-nav {
  bottom: 10px;
  gap: 10px;
}
@media (min-width: 768px) {
  .slider-wrp_nav-over .tns-nav {
    bottom: 30px;
  }
}
.slider-wrp__top-arrow {
  margin-top: 80px;
  position: relative;
}
.slider-wrp__top-arrow-mtn {
  margin-top: 0px;
}
.slider-wrp__top-arrow .tns-controls {
  display: none;
}
@media (min-width: 992px) {
  .slider-wrp__top-arrow .tns-controls {
    display: flex;
    gap: 14px;
    position: absolute;
    right: 0px;
    top: -55px;
  }
}
@media (min-width: 1200px) {
  .slider-wrp__top-arrow .tns-controls {
    top: -60px;
  }
}
.slider-wrp__top-arrow .tns-controls button {
  padding: 0px 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 27px;
  border: 1px solid #CFCFCF;
  border-radius: 30px;
}
.slider-wrp__top-arrow .tns-controls button:hover {
  border-color: #5C5C5C;
}
.slider-wrp__top-arrow .tns-controls button:hover svg {
  fill: #5C5C5C;
  color: #5C5C5C;
}
.slider-wrp__top-arrow .tns-controls button[data-controls=next] {
  justify-content: flex-end;
}
.slider-wrp__top-arrow .tns-controls button svg {
  width: 10px;
  height: 16px;
  fill: #CFCFCF;
  color: #CFCFCF;
}
.slider-wrp__top-arrow .tns-controls button:hover svg {
  fill: #6A8971;
  color: #6A8971;
}
.slider-wrp__top-arrow.slider-wrp_has-shadow .tns-controls {
  right: 10px;
}
.slider-wrp__side-arrow {
  position: relative;
}
.slider-wrp__side-arrow .tns-controls {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .slider-wrp__side-arrow .tns-controls {
    left: -45px;
    right: -45px;
    opacity: 1;
  }
}
.slider-wrp__side-arrow .tns-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 25px;
  height: 25px;
}
.slider-wrp__side-arrow .tns-controls button:hover svg {
  fill: #6A8971;
}
.slider-wrp__side-arrow .tns-controls button svg {
  width: 100%;
  height: 100%;
  fill: #5C5C5C;
  color: #5C5C5C;
}
.slider-wrp__side-arrow .tns-controls button:hover svg {
  fill: #6A8971;
  color: #6A8971;
}
.tns-slider__side-arrow {
  position: relative;
}
.tns-slider__side-arrow .tns-controls {
  position: absolute;
  top: 50%;
  left: -15px;
  right: -15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
}
.tns-slider__side-arrow .tns-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 25px;
  height: 25px;
}
.tns-slider__side-arrow .tns-controls button:hover svg {
  fill: #6A8971;
}
.tns-slider__side-arrow .tns-controls button svg {
  width: 100%;
  height: 100%;
  fill: #5C5C5C;
  color: #5C5C5C;
}
.tns-slider__side-arrow .tns-controls button:hover svg {
  fill: #6A8971;
  color: #6A8971;
}
.tns-slider__nav {
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .tns-slider__nav {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .tns-slider__nav {
    padding-bottom: 40px;
  }
}
.tns-slider__nav .tns-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  right: 0;
  left: 0;
}
.tns-slider__nav .tns-nav button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  background-color: #D9D9D9;
}
.tns-slider__nav .tns-nav button:hover {
  background-color: #5D5D5D;
}
.tns-slider__nav .tns-nav button.tns-nav-active {
  background-color: #FF8425;
}
.jumbotron {
  position: relative;
  border-radius: 20px;
  background: #C5CFC4;
  border-top-left-radius: 0 !important;
}
.jumbotron-tabs__top.tabs__ul {
  border: none;
}
.jumbotron-tabs__top.tabs__ul .tabs__a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .jumbotron {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    border-radius: 50px;
  }
}
.jumbotron_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .jumbotron_flex {
    flex-direction: row;
  }
}
.jumbotron__prev, .jumbotron__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .jumbotron__prev, .jumbotron__next {
    display: block;
  }
}
.jumbotron__prev svg, .jumbotron__next svg {
  fill: #FF9B46;
  width: 20px;
  height: 30px;
}
.jumbotron__prev:hover svg, .jumbotron__next:hover svg {
  fill: #6A8971;
}
.jumbotron__prev {
  left: 5px;
}
@media (min-width: 768px) {
  .jumbotron__prev {
    left: -25px;
  }
}
@media (min-width: 1200px) {
  .jumbotron__prev {
    left: -40px;
  }
}
.jumbotron__next {
  right: 5px;
}
@media (min-width: 768px) {
  .jumbotron__next {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .jumbotron__next {
    right: -40px;
  }
}
.jumbotron__content {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .jumbotron__content {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .jumbotron__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 55px;
    padding-left: 55px;
    padding-right: 0;
    min-height: 430px;
    flex: 1 1 60%;
    max-width: 60%;
  }
}
@media (min-width: 1600px) {
  .jumbotron__content {
    padding-top: 125px;
    padding-bottom: 65px;
    padding-left: 65px;
    min-height: 550px;
  }
}
.jumbotron__img-col {
  flex: 1 1 100%;
  max-width: 100%;
  align-self: flex-end;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .jumbotron__img-col {
    flex: 1 1 80%;
    max-width: 80%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron__img-col {
    flex: 1 1 40%;
    max-width: 40%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
  }
}
.jumbotron__img-wrp {
  display: inline-block;
}
@media (min-width: 768px) {
  .jumbotron__img-wrp {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .jumbotron__img-wrp {
    max-width: unset;
  }
}
.jumbotron__img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.jumbotron .heading {
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .jumbotron .heading {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .jumbotron .heading {
    margin-bottom: 50px;
  }
}
.jumbotron__second-heading {
  margin-bottom: 1.4em;
  font-size: 1.571rem;
}
.jumbotron__btn-wrp {
  margin-top: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.jumbotron__btn-wrp .btn {
  width: 100%;
  height: 45px;
  font-size: 1.143rem;
  padding: 0;
}
@media (min-width: 768px) {
  .jumbotron__btn-wrp .btn {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .jumbotron__btn-wrp {
    flex-direction: row;
    gap: 40px;
  }
}
.jumbotron__price {
  display: inline-block;
  font-size: 1.786rem;
  text-align: center;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .jumbotron__price {
    text-align: left;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
::-moz-placeholder {
  color: #1E1E1E;
}
::placeholder {
  color: #1E1E1E;
}
::-moz-selection {
  background-color: #FF9B46;
  color: #fff;
}
::selection {
  background-color: #FF9B46;
  color: #fff;
}
input[type=text],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
a {
  color: #FF9B46;
}
a:hover {
  color: #ee7c1a;
}
*:focus {
  outline: none;
}
mark {
  background: #ffe9d5;
}
.red-text {
  color: red;
}
.bold {
  font-weight: 500;
}
button {
  display: inline-block;
  border: none;
  vertical-align: top;
  background: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
button svg {
  transition: fill 0.3s ease;
}
button:hover {
  outline: none;
}
svg {
  display: inline-block;
  vertical-align: top;
}
#a_cart_svg {
  stroke: currentColor;
  fill: transparent;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#l_svg path:first-child {
  fill: currentColor;
}
#l2_svg path:first-child {
  fill: currentColor;
}
#y_mail_svg path:last-child {
  stroke: currentColor;
  fill: #f06f0a;
}
#z_a_call_svg {
  stroke: currentColor;
  stroke-width: 2px;
  fill: none;
}
#z_a_catalog_svg rect:last-child {
  stroke: #FF9B46;
}
#z_positive_brian_svg {
  fill: none;
  stroke-width: 20px;
  stroke: currentColor;
}
#usluga1_svg,
#usluga2_svg,
#usluga3_svg,
#usluga4_svg {
  fill: none;
  stroke-width: 2px;
  stroke: currentColor;
}
#z_wheelchair_svg {
  fill: none;
  stroke-width: 3px;
  stroke: currentColor;
}
#z_workplace_svg {
  fill: none;
  stroke-width: 2px;
  stroke: currentColor;
}
#z_hand_svg {
  fill: none;
  stroke-width: 2px;
  stroke: currentColor;
}
#z_user_check_svg {
  fill: none;
  stroke-width: 3px;
  stroke: currentColor;
}
#z_grid_plus_svg {
  fill: none;
  stroke: currentColor;
}
#z_plus_circle_svg {
  fill: none;
  stroke: currentColor;
}
#z_square_clock_svg {
  fill: none;
  stroke: currentColor;
}
.event * {
  pointer-events: none;
}
#local-sprite {
  display: none;
}
#z_painted_tick_svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}
.sr-only {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
html {
  font-size: 14px;
}
body {
  position: relative;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #1E1E1E;
  --scrollbar-width: calc(100vw - 100%);
}
@media (max-width: 320px) {
  body {
    overflow-x: auto;
  }
}
body.loading {
  position: relative;
  z-index: 9999999;
}
body.loading:before {
  content: "";
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 9999999;
}
body.loading:after {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  border: 8px solid #fff;
  border-color: #fff transparent #fff transparent;
  z-index: 1001;
  animation: spin 1s linear infinite;
  z-index: 9999999;
}
body.stop-scrolling, body.open-filter, body.right-panel, body.menu-open {
  height: 100%;
  overflow: hidden;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin_reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@media (min-width: 992px) {
  .col-5-el {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
h1,
.h1 {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  font-size: 2.286rem;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 1.714rem;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 1.357rem;
  }
}
h1.top-n,
.h1.top-n {
  margin-top: 0px;
}
.h3 {
  font-size: 1.357rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .text-2-col {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 4px solid #FF9B46;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.video-icon::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #FF9B46;
  border-left-width: 10px;
  transform: translateX(15%);
}
.vol {
  margin-left: -2px;
  margin-right: -2px;
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 0px;
  vertical-align: bottom;
}
.vol__item {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  height: 100%;
  width: 6px;
  border-radius: 6px;
  opacity: 0.3;
  background: #ee7c1a;
}
.vol__item_active {
  opacity: 1;
}
.vol__item:nth-child(1) {
  height: 20%;
}
.vol__item:nth-child(2) {
  height: 40%;
}
.vol__item:nth-child(3) {
  height: 60%;
}
.vol__item:nth-child(4) {
  height: 80%;
}
.section-page {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .section-page {
    margin-top: 30px;
  }
}
.breadcrumb {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    white-space: normal;
  }
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #1E1E1E;
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .breadcrumb li {
    font-size: 1rem;
    padding-right: 40px;
  }
}
.breadcrumb li:after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 8px;
  color: #BDBDBD;
}
@media (min-width: 768px) {
  .breadcrumb li:after {
    right: 18px;
  }
}
.breadcrumb li:last-child {
  margin-right: 0px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  display: inline-block;
  color: #BDBDBD;
}
.date {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  border-radius: 10px;
  background: #6A8971;
  font-size: 0.857rem;
}
@media (min-width: 576px) {
  .date {
    padding: 5px 12px;
    font-size: 1em;
  }
}
.date_lg {
  padding: 5px 13px;
  font-size: 1.143rem;
}
.gray-bg {
  background: #ddd;
}
.blue-bg {
  padding: 20px 20px;
  border-radius: 22px;
  background: #eef3f6;
}
@media (min-width: 768px) {
  .blue-bg {
    padding: 30px 40px;
  }
}
@media (min-width: 1600px) {
  .blue-bg {
    padding: 70px 60px;
  }
}
.text-up,
.uppercase {
  text-transform: uppercase;
}
.text-low,
.lowercase {
  text-transform: lowercase;
}
.text-underline,
.underline {
  text-decoration: underline;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none;
}
.lowercase {
  text-transform: lowercase;
}
ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
strong {
  font-weight: 500;
}
.collapse__body.texteditor p {
  font-size: 1rem;
}
.texteditor {
  font-size: 1rem;
  color: #000;
  font-weight: 300;
}
@media (min-width: 768px) {
  .texteditor {
    font-size: 1.143rem;
  }
}
.texteditor:after {
  content: "";
  display: block;
  clear: both;
}
.texteditor h1,
.texteditor h2,
.texteditor h3,
.texteditor h4,
.texteditor h5 {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}
.texteditor h1 {
  font-size: 2.143rem;
}
@media (min-width: 768px) {
  .texteditor h1 {
    font-size: 4.286rem;
  }
}
.texteditor h2 {
  font-size: 1.643rem;
}
@media (min-width: 768px) {
  .texteditor h2 {
    font-size: 2.857rem;
  }
}
.texteditor h3 {
  font-size: 1.429rem;
}
@media (min-width: 768px) {
  .texteditor h3 {
    font-size: 2.143rem;
  }
}
.texteditor h4 {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  font-size: 1.286rem;
}
@media (min-width: 768px) {
  .texteditor h4 {
    font-size: 1.571rem;
  }
}
.texteditor h5 {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  font-size: 1.071rem;
}
@media (min-width: 768px) {
  .texteditor h5 {
    font-size: 1.286rem;
  }
}
.texteditor p {
  font-size: 1rem;
  line-height: 1.7em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .texteditor p {
    font-size: 1.143rem;
  }
}
.texteditor p:first-child {
  margin-top: 0px;
}
.texteditor p:last-child {
  margin-bottom: 0px;
}
.texteditor b,
.texteditor strong {
  font-weight: 500;
}
.texteditor ol {
  padding: 0px;
  counter-reset: ol_counter;
  list-style: none;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
@media (min-width: 768px) {
  .texteditor ol {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
  }
}
@media (min-width: 768px) {
  .texteditor ol.text-cols {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .texteditor ol.text-cols li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.texteditor ol > li {
  position: relative;
  padding-left: 42px;
  margin-top: 0px;
  margin-bottom: 0.7em;
  line-height: 1.7em;
}
@media (min-width: 768px) {
  .texteditor ol > li {
    margin-top: 0px;
    margin-bottom: 1.6em;
  }
}
.texteditor ol > li:last-child {
  margin-bottom: 0px;
}
.texteditor ol > li:before {
  counter-increment: ol_counter;
  content: counter(ol_counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #ee7c1a;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  min-width: 26px;
  height: 26px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 26px;
  font-size: 1rem;
}
.texteditor ol.simple-ol {
  list-style: decimal;
  list-style-position: inside;
}
.texteditor ol.simple-ol > li {
  padding-left: 0px;
}
.texteditor ol.simple-ol > li:before {
  display: none;
}
.texteditor ol.ol-grid {
  display: grid;
  grid-gap: 20px 40px;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .texteditor ol.ol-grid {
    grid-auto-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
.texteditor ol.ol-lg > li {
  font-size: 1.143rem;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .texteditor ol.ol-lg > li {
    padding-left: 95px;
  }
}
.texteditor ol.ol-lg > li:before {
  border-radius: 8px;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
}
@media (min-width: 992px) {
  .texteditor ol.ol-lg > li:before {
    line-height: 45px;
    min-width: 45px;
    height: 45px;
    font-size: 1.571rem;
  }
}
.texteditor ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .texteditor ul {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
  }
}
.texteditor ul:last-of-type {
  margin-bottom: 0;
}
.texteditor ul.simple-ul > li > ol {
  padding-left: 20px;
}
.texteditor ol.simple-ol > li > ul {
  padding-left: 20px;
}
.texteditor ul {
  list-style: none;
  padding: 0px;
}
.texteditor ul > li {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  position: relative;
  padding-left: 20px;
  line-height: 1.7em;
}
@media (min-width: 768px) {
  .texteditor ul > li {
    padding-left: 25px;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
.texteditor ul > li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FF9B46;
  position: absolute;
  left: 0px;
  top: 9px;
}
@media (min-width: 768px) {
  .texteditor ul > li:before {
    width: 6px;
    height: 6px;
  }
}
.texteditor ul > li:last-of-type {
  margin-bottom: 0;
}
.texteditor .table-wrp {
  overflow-x: auto;
  max-width: 100%;
}
.texteditor table {
  width: 100%;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .texteditor table {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
  }
}
.texteditor table tr:nth-child(odd) {
  background: #FFF6ED;
}
.texteditor table thead tr {
  background: none !important;
}
.texteditor table thead tr td {
  color: #5D5D5D;
  font-size: 0.929rem;
}
@media (min-width: 768px) {
  .texteditor table thead tr td {
    font-size: 1rem;
  }
}
.texteditor table th {
  padding: 15px;
  color: #1E1E1E;
}
.texteditor table td {
  font-size: 0.929rem;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .texteditor table td {
    font-size: 1rem;
    padding: 15px 20px;
  }
}
.texteditor blockquote {
  position: relative;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  padding: 20px 30px 20px 56px;
  border-radius: 10px;
  background: #FFF6ED;
  font-style: italic;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .texteditor blockquote {
    padding: 40px 50px 40px 96px;
    font-size: 1.429rem;
  }
}
.texteditor blockquote > * {
  font-size: 1rem;
  margin: 0px;
}
@media (min-width: 768px) {
  .texteditor blockquote > * {
    font-size: 1.429rem;
  }
}
.texteditor blockquote svg {
  position: absolute;
  left: 15px;
  top: -4px;
  width: 30px;
  height: 30px;
  fill: #FF9B46;
}
@media (min-width: 768px) {
  .texteditor blockquote svg {
    left: 40px;
    top: -12px;
    width: 51px;
    height: 51px;
  }
}
.texteditor img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 10px;
}
.texteditor img[style*=width] {
  max-width: none;
}
.texteditor img[style*=float] {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .texteditor img[style*=float] {
    max-width: 40%;
  }
}
.texteditor img[style*="float: right"] {
  display: block;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .texteditor img[style*="float: right"] {
    display: inline-block;
    float: right !important;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .texteditor img[style*="float: right"] {
    margin-left: 25px;
  }
}
.texteditor img[style*="float: left"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}
@media (min-width: 576px) {
  .texteditor img[style*="float: left"] {
    display: inline-block;
    float: left !important;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .texteditor img[style*="float: left"] {
    margin-right: 25px;
  }
}
.texteditor.black-dot ul > li:before {
  width: 3px;
  height: 3px;
  background-color: #1E1E1E;
  top: 11px;
}
.texteditor_big p {
  font-size: 1.143rem;
}
@media (min-width: 1600px) {
  .texteditor_big p {
    font-size: 1.286rem;
  }
}
input[type=date],
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
input[type=number],
input[name=password],
.date-input,
textarea,
.input-select {
  width: 100%;
  margin-bottom: 46.6666666667px;
  padding: 13px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  outline: none;
  font-size: 1.143rem;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  input[type=date],
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=password],
  input[type=number],
  input[name=password],
  .date-input,
  textarea,
  .input-select {
    padding: 17px 30px;
  }
}
input[type=date]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[name=password]::-moz-placeholder, .date-input::-moz-placeholder, textarea::-moz-placeholder, .input-select::-moz-placeholder {
  color: #5D5D5D;
}
input[type=date]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[name=password]::placeholder,
.date-input::placeholder,
textarea::placeholder,
.input-select::placeholder {
  color: #5D5D5D;
}
input[type=date]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[name=password]:focus,
.date-input:focus,
textarea:focus,
.input-select:focus {
  border-color: #FF9B46;
}
input[type=date]:focus:required:invalid, input[type=date].wpcf7-not-valid, input[type=date].empty_field,
input[type=text]:focus:required:invalid,
input[type=text].wpcf7-not-valid,
input[type=text].empty_field,
input[type=email]:focus:required:invalid,
input[type=email].wpcf7-not-valid,
input[type=email].empty_field,
input[type=number]:focus:required:invalid,
input[type=number].wpcf7-not-valid,
input[type=number].empty_field,
input[type=tel]:focus:required:invalid,
input[type=tel].wpcf7-not-valid,
input[type=tel].empty_field,
input[type=password]:focus:required:invalid,
input[type=password].wpcf7-not-valid,
input[type=password].empty_field,
input[type=number]:focus:required:invalid,
input[type=number].wpcf7-not-valid,
input[type=number].empty_field,
input[name=password]:focus:required:invalid,
input[name=password].wpcf7-not-valid,
input[name=password].empty_field,
.date-input:focus:required:invalid,
.date-input.wpcf7-not-valid,
.date-input.empty_field,
textarea:focus:required:invalid,
textarea.wpcf7-not-valid,
textarea.empty_field,
.input-select:focus:required:invalid,
.input-select.wpcf7-not-valid,
.input-select.empty_field {
  border-color: #EB5757;
}
input[type=date]:focus:required:invalid::-moz-placeholder, input[type=date].wpcf7-not-valid::-moz-placeholder, input[type=date].empty_field::-moz-placeholder, input[type=text]:focus:required:invalid::-moz-placeholder, input[type=text].wpcf7-not-valid::-moz-placeholder, input[type=text].empty_field::-moz-placeholder, input[type=email]:focus:required:invalid::-moz-placeholder, input[type=email].wpcf7-not-valid::-moz-placeholder, input[type=email].empty_field::-moz-placeholder, input[type=number]:focus:required:invalid::-moz-placeholder, input[type=number].wpcf7-not-valid::-moz-placeholder, input[type=number].empty_field::-moz-placeholder, input[type=tel]:focus:required:invalid::-moz-placeholder, input[type=tel].wpcf7-not-valid::-moz-placeholder, input[type=tel].empty_field::-moz-placeholder, input[type=password]:focus:required:invalid::-moz-placeholder, input[type=password].wpcf7-not-valid::-moz-placeholder, input[type=password].empty_field::-moz-placeholder, input[type=number]:focus:required:invalid::-moz-placeholder, input[type=number].wpcf7-not-valid::-moz-placeholder, input[type=number].empty_field::-moz-placeholder, input[name=password]:focus:required:invalid::-moz-placeholder, input[name=password].wpcf7-not-valid::-moz-placeholder, input[name=password].empty_field::-moz-placeholder, .date-input:focus:required:invalid::-moz-placeholder, .date-input.wpcf7-not-valid::-moz-placeholder, .date-input.empty_field::-moz-placeholder, textarea:focus:required:invalid::-moz-placeholder, textarea.wpcf7-not-valid::-moz-placeholder, textarea.empty_field::-moz-placeholder, .input-select:focus:required:invalid::-moz-placeholder, .input-select.wpcf7-not-valid::-moz-placeholder, .input-select.empty_field::-moz-placeholder {
  color: red;
}
input[type=date]:focus:required:invalid::placeholder, input[type=date].wpcf7-not-valid::placeholder, input[type=date].empty_field::placeholder,
input[type=text]:focus:required:invalid::placeholder,
input[type=text].wpcf7-not-valid::placeholder,
input[type=text].empty_field::placeholder,
input[type=email]:focus:required:invalid::placeholder,
input[type=email].wpcf7-not-valid::placeholder,
input[type=email].empty_field::placeholder,
input[type=number]:focus:required:invalid::placeholder,
input[type=number].wpcf7-not-valid::placeholder,
input[type=number].empty_field::placeholder,
input[type=tel]:focus:required:invalid::placeholder,
input[type=tel].wpcf7-not-valid::placeholder,
input[type=tel].empty_field::placeholder,
input[type=password]:focus:required:invalid::placeholder,
input[type=password].wpcf7-not-valid::placeholder,
input[type=password].empty_field::placeholder,
input[type=number]:focus:required:invalid::placeholder,
input[type=number].wpcf7-not-valid::placeholder,
input[type=number].empty_field::placeholder,
input[name=password]:focus:required:invalid::placeholder,
input[name=password].wpcf7-not-valid::placeholder,
input[name=password].empty_field::placeholder,
.date-input:focus:required:invalid::placeholder,
.date-input.wpcf7-not-valid::placeholder,
.date-input.empty_field::placeholder,
textarea:focus:required:invalid::placeholder,
textarea.wpcf7-not-valid::placeholder,
textarea.empty_field::placeholder,
.input-select:focus:required:invalid::placeholder,
.input-select.wpcf7-not-valid::placeholder,
.input-select.empty_field::placeholder {
  color: red;
}
input[type=date].no-icon,
input[type=text].no-icon,
input[type=email].no-icon,
input[type=number].no-icon,
input[type=tel].no-icon,
input[type=password].no-icon,
input[type=number].no-icon,
input[name=password].no-icon,
.date-input.no-icon,
textarea.no-icon,
.input-select.no-icon {
  padding-left: 30px;
}
input[type=date].icon-input,
input[type=text].icon-input,
input[type=email].icon-input,
input[type=number].icon-input,
input[type=tel].icon-input,
input[type=password].icon-input,
input[type=number].icon-input,
input[name=password].icon-input,
.date-input.icon-input,
textarea.icon-input,
.input-select.icon-input {
  padding-left: 60px;
}
input[type=date][type=submit], input[type=date][type=checkbox], input[type=date][type=radio],
input[type=text][type=submit],
input[type=text][type=checkbox],
input[type=text][type=radio],
input[type=email][type=submit],
input[type=email][type=checkbox],
input[type=email][type=radio],
input[type=number][type=submit],
input[type=number][type=checkbox],
input[type=number][type=radio],
input[type=tel][type=submit],
input[type=tel][type=checkbox],
input[type=tel][type=radio],
input[type=password][type=submit],
input[type=password][type=checkbox],
input[type=password][type=radio],
input[type=number][type=submit],
input[type=number][type=checkbox],
input[type=number][type=radio],
input[name=password][type=submit],
input[name=password][type=checkbox],
input[name=password][type=radio],
.date-input[type=submit],
.date-input[type=checkbox],
.date-input[type=radio],
textarea[type=submit],
textarea[type=checkbox],
textarea[type=radio],
.input-select[type=submit],
.input-select[type=checkbox],
.input-select[type=radio] {
  width: auto;
}
input[type=date].btn,
input[type=text].btn,
input[type=email].btn,
input[type=number].btn,
input[type=tel].btn,
input[type=password].btn,
input[type=number].btn,
input[name=password].btn,
.date-input.btn,
textarea.btn,
.input-select.btn {
  display: inline-block;
  width: auto;
}
input[type=date].error_input,
input[type=text].error_input,
input[type=email].error_input,
input[type=number].error_input,
input[type=tel].error_input,
input[type=password].error_input,
input[type=number].error_input,
input[name=password].error_input,
.date-input.error_input,
textarea.error_input,
.input-select.error_input {
  border-color: red;
}
input[type=date].error_input::-moz-placeholder, input[type=text].error_input::-moz-placeholder, input[type=email].error_input::-moz-placeholder, input[type=number].error_input::-moz-placeholder, input[type=tel].error_input::-moz-placeholder, input[type=password].error_input::-moz-placeholder, input[type=number].error_input::-moz-placeholder, input[name=password].error_input::-moz-placeholder, .date-input.error_input::-moz-placeholder, textarea.error_input::-moz-placeholder, .input-select.error_input::-moz-placeholder {
  color: red;
}
input[type=date].error_input::placeholder,
input[type=text].error_input::placeholder,
input[type=email].error_input::placeholder,
input[type=number].error_input::placeholder,
input[type=tel].error_input::placeholder,
input[type=password].error_input::placeholder,
input[type=number].error_input::placeholder,
input[name=password].error_input::placeholder,
.date-input.error_input::placeholder,
textarea.error_input::placeholder,
.input-select.error_input::placeholder {
  color: red;
}
input[type=date].error_input + .input-group-addon i,
input[type=text].error_input + .input-group-addon i,
input[type=email].error_input + .input-group-addon i,
input[type=number].error_input + .input-group-addon i,
input[type=tel].error_input + .input-group-addon i,
input[type=password].error_input + .input-group-addon i,
input[type=number].error_input + .input-group-addon i,
input[name=password].error_input + .input-group-addon i,
.date-input.error_input + .input-group-addon i,
textarea.error_input + .input-group-addon i,
.input-select.error_input + .input-group-addon i {
  color: red !important;
}
textarea {
  min-height: 88px;
}
.select-wrp {
  display: block;
  position: relative;
}
.select-wrp:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  opacity: 0.7;
  pointer-events: none;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6A8971;
}
.select-wrp select {
  width: 100%;
  display: block;
  margin: 0px;
  color: #5D5D5D;
  padding: 13px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 768px) {
  .select-wrp select {
    padding: 17px 30px;
  }
}
.select-wrp select:required:valid {
  border-color: #fff;
}
.select-wrp select:focus {
  border-color: #FF9B46;
}
.select-wrp select:focus:required:valid {
  border-color: #FF9B46;
}
.select-wrp_bold select {
  font-weight: 500;
}
.select-wrp_dib {
  display: inline-block;
}
.select-wrp_border-accent select {
  border-color: #FF9B46;
}
.select-wrp_border-gray select {
  border-color: #BDBDBD;
}
.select-wrp_md:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #6A8971;
  right: 10px;
  top: 50%;
}
@media (min-width: 992px) {
  .select-wrp_md:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #6A8971;
    right: 15px;
    top: 54%;
  }
}
.select-wrp_md select {
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.929rem;
}
@media (min-width: 768px) {
  .select-wrp_md select {
    border-radius: 10px;
    font-size: 1rem;
    padding: 8px 20px;
  }
}
@media (min-width: 992px) {
  .select-wrp_md select {
    font-size: 1.143rem;
    padding: 12px 30px;
  }
}
.select-wrp_sm:after {
  margin-top: 1px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #6A8971;
}
.select-wrp_sm select {
  padding: 2px 4px;
  padding-right: 15px;
  font-size: 11px;
  border-radius: 3px;
}
.select-wrp_lg select {
  font-weight: 500;
  font-size: 1.143rem;
}
.select-wrp_center:after {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  right: 8px;
}
.select-wrp_center select {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.select-wrp_border select {
  border: 1px solid #BDBDBD;
}
.select-wrp_ib {
  display: inline-block;
}
.select-wrp_no-icon > select {
  padding-left: 30px !important;
}
.select-wrp .resizing_select {
  max-width: 100%;
}
.select-wrp .temp_resizing_select {
  display: inline-block;
  width: auto;
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none;
}
.input-wrp,
.textarea-wrp {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .input-wrp,
  .textarea-wrp {
    margin-bottom: 30px;
  }
}
.input-wrp svg,
.textarea-wrp svg {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 16px;
  height: 16px;
  fill: #BDBDBD;
  transform: translateY(-50%);
  pointer-events: none;
}
.input-wrp svg.input-wrp__svg-right,
.textarea-wrp svg.input-wrp__svg-right {
  width: 22px;
  height: 22px;
  left: auto;
  right: 30px;
  fill: #FF9B46;
  color: #6A8971;
}
.input-wrp_svg-r input[type=text],
.input-wrp_svg-r input[type=email],
.input-wrp_svg-r input[type=tel],
.input-wrp_svg-r input[type=password],
.input-wrp_svg-r input[type=number],
.input-wrp_svg-r input[name=password],
.input-wrp_svg-r .date-input,
.input-wrp_svg-r textarea,
.input-wrp_svg-r select,
.textarea-wrp_svg-r input[type=text],
.textarea-wrp_svg-r input[type=email],
.textarea-wrp_svg-r input[type=tel],
.textarea-wrp_svg-r input[type=password],
.textarea-wrp_svg-r input[type=number],
.textarea-wrp_svg-r input[name=password],
.textarea-wrp_svg-r .date-input,
.textarea-wrp_svg-r textarea,
.textarea-wrp_svg-r select {
  padding-right: 70px;
}
.input-wrp input[type=date],
.input-wrp input[type=text],
.input-wrp input[type=email],
.input-wrp input[type=tel],
.input-wrp input[type=number],
.input-wrp input[name=password],
.input-wrp .date-input,
.input-wrp textarea,
.input-wrp select,
.textarea-wrp input[type=date],
.textarea-wrp input[type=text],
.textarea-wrp input[type=email],
.textarea-wrp input[type=tel],
.textarea-wrp input[type=number],
.textarea-wrp input[name=password],
.textarea-wrp .date-input,
.textarea-wrp textarea,
.textarea-wrp select {
  padding-left: 60px;
  margin-bottom: 0px;
}
.input-wrp input[type=date]:focus + svg,
.input-wrp input[type=text]:focus + svg,
.input-wrp input[type=email]:focus + svg,
.input-wrp input[type=tel]:focus + svg,
.input-wrp input[type=number]:focus + svg,
.input-wrp input[name=password]:focus + svg,
.input-wrp .date-input:focus + svg,
.input-wrp textarea:focus + svg,
.input-wrp select:focus + svg,
.textarea-wrp input[type=date]:focus + svg,
.textarea-wrp input[type=text]:focus + svg,
.textarea-wrp input[type=email]:focus + svg,
.textarea-wrp input[type=tel]:focus + svg,
.textarea-wrp input[type=number]:focus + svg,
.textarea-wrp input[name=password]:focus + svg,
.textarea-wrp .date-input:focus + svg,
.textarea-wrp textarea:focus + svg,
.textarea-wrp select:focus + svg {
  fill: #FF9B46;
}
.input-wrp input[type=date]:focus + svg + svg,
.input-wrp input[type=text]:focus + svg + svg,
.input-wrp input[type=email]:focus + svg + svg,
.input-wrp input[type=tel]:focus + svg + svg,
.input-wrp input[type=number]:focus + svg + svg,
.input-wrp input[name=password]:focus + svg + svg,
.input-wrp .date-input:focus + svg + svg,
.input-wrp textarea:focus + svg + svg,
.input-wrp select:focus + svg + svg,
.textarea-wrp input[type=date]:focus + svg + svg,
.textarea-wrp input[type=text]:focus + svg + svg,
.textarea-wrp input[type=email]:focus + svg + svg,
.textarea-wrp input[type=tel]:focus + svg + svg,
.textarea-wrp input[type=number]:focus + svg + svg,
.textarea-wrp input[name=password]:focus + svg + svg,
.textarea-wrp .date-input:focus + svg + svg,
.textarea-wrp textarea:focus + svg + svg,
.textarea-wrp select:focus + svg + svg {
  fill: #FF9B46;
}
.input-wrp_no-icon input[type=text],
.input-wrp_no-icon input[type=email],
.input-wrp_no-icon input[type=tel],
.input-wrp_no-icon input[type=password],
.input-wrp_no-icon input[type=number],
.input-wrp_no-icon input[name=password],
.input-wrp_no-icon .date-input,
.input-wrp_no-icon textarea,
.input-wrp_no-icon select,
.textarea-wrp_no-icon input[type=text],
.textarea-wrp_no-icon input[type=email],
.textarea-wrp_no-icon input[type=tel],
.textarea-wrp_no-icon input[type=password],
.textarea-wrp_no-icon input[type=number],
.textarea-wrp_no-icon input[name=password],
.textarea-wrp_no-icon .date-input,
.textarea-wrp_no-icon textarea,
.textarea-wrp_no-icon select {
  padding-left: 30px;
}
.input-wrp_md input[type=text],
.input-wrp_md input[type=email],
.input-wrp_md input[type=tel],
.input-wrp_md input[type=number],
.input-wrp_md input[name=password],
.input-wrp_md .date-input,
.input-wrp_md textarea,
.input-wrp_md select,
.textarea-wrp_md input[type=text],
.textarea-wrp_md input[type=email],
.textarea-wrp_md input[type=tel],
.textarea-wrp_md input[type=number],
.textarea-wrp_md input[name=password],
.textarea-wrp_md .date-input,
.textarea-wrp_md textarea,
.textarea-wrp_md select {
  padding: 13px 20px;
  font-size: 1rem;
}
.textarea-wrp svg {
  top: 22px;
  transform: translateY(0%);
}
form label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  form label {
    margin-bottom: 20px;
  }
}
.edit-link {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 20px;
  border-radius: 10px;
  color: #fff;
  background: #FF9B46;
  background-image: linear-gradient(143deg, #ff9b46 34%, #ff8425 83%);
  opacity: 0.4;
}
.edit-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.edit-link_lg {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .edit-link_lg {
    font-size: 1.143rem;
    padding: 12px 25px;
  }
}
.edit-link_sm {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .edit-link_sm {
    font-size: 1.143rem;
    padding: 6px 15px;
  }
}
.edit-link_xs {
  font-size: 0.929rem;
  padding: 0px 8px;
}
.edit-link_mtn {
  margin-top: 0px;
}
.edit-link_abs {
  margin-top: 0px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}
.scroll-up {
  position: fixed;
  right: 10px;
  bottom: 130px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  background-color: #FF9B46;
  transform: translateY(200px);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  .scroll-up {
    width: 60px;
    height: 60px;
    bottom: 170px;
  }
}
.scroll-up:hover {
  background-color: #FF8425;
}
.scroll-up.active {
  transform: translateY(0);
}
.scroll-up .svg {
  width: 15px;
  height: 15px;
  transform: rotateZ(-90deg);
  fill: #fff;
}
@media (min-width: 768px) {
  .scroll-up .svg {
    width: 20px;
    height: 20px;
  }
}
.filter-inp-style input {
  display: none;
}
.filter-inp-style input:checked + .filter-inp-style__label .filter-inp-style__inp-radio:after {
  opacity: 1;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}
.filter-inp-style input:checked + .filter-inp-style__label .filter-inp-style__inp-checkbox {
  background-color: #6A8971;
}
.filter-inp-style input:checked + .filter-inp-style__label .filter-inp-style__inp-checkbox:after {
  transform: scale(1);
}
.filter-inp-style__inp {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  padding: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  background: #fff;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.filter-inp-style__inp:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.filter-inp-style__inp-radio {
  border-radius: 50%;
}
.filter-inp-style__inp-radio:after {
  background-color: #6A8971;
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.filter-inp-style__inp-checkbox:after {
  background-size: 70%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M15.766.24a.788.788 0 0 0-1.132 0L5.05 10.027 1.366 6.265a.788.788 0 0 0-1.132 0 .83.83 0 0 0 0 1.156l4.25 4.34c.312.319.82.319 1.132 0l10.15-10.366a.83.83 0 0 0 0-1.156Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.filter-inp-style__label {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.filter-inp-style__label:hover .filter-inp-style__inp {
  background: #efefef;
  border-color: #6A8971;
}
.filter-inp-style__text {
  display: inline-block;
  vertical-align: middle;
}
.ocf-checkbox {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 35px;
}
.ocf-checkbox > span {
  display: inline-block;
  text-align: left;
}
.ocf-checkbox .ocf-value-input-checkbox {
  margin-right: 15px;
  padding: 3px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  background: #fff;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.ocf-checkbox .ocf-value-input-checkbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M15.766.24a.788.788 0 0 0-1.132 0L5.05 10.027 1.366 6.265a.788.788 0 0 0-1.132 0 .83.83 0 0 0 0 1.156l4.25 4.34c.312.319.82.319 1.132 0l10.15-10.366a.83.83 0 0 0 0-1.156Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.ocf-checkbox.ocf-selected .ocf-value-input-checkbox {
  background: #6A8971;
}
.ocf-checkbox.ocf-selected .ocf-value-input-checkbox:after {
  transform: scale(1);
}
.ocf-checkbox .ocf-value-append {
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 0px 5px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.714rem;
  background-color: #ededed;
  color: #5D5D5D;
  opacity: 0.5;
  white-space: nowrap;
}
.ocf-checkbox .ocf-value-append[data-count="0"], .ocf-checkbox .ocf-value-append:empty {
  display: none;
}
.ocf-checkbox .ocf-value-append:empty::before {
  content: "0";
}
.alt-input input {
  display: none;
}
.alt-input input:checked + .alt-input__checkbox, .alt-input input:checked + .alt-input__radio {
  background: #6A8971;
}
.alt-input input:checked + .alt-input__checkbox:after, .alt-input input:checked + .alt-input__radio:after {
  transform: scale(1);
}
.alt-input input:checked + .alt-input__radio-dark {
  background: transparent;
}
.alt-input input:checked + .alt-input__radio-dark:after {
  transform: scale(1.7);
}
.alt-input__checkbox, .alt-input__radio {
  margin-right: 15px;
  padding: 3px;
  position: relative;
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  background: #fff;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.alt-input__checkbox:after, .alt-input__radio:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M15.766.24a.788.788 0 0 0-1.132 0L5.05 10.027 1.366 6.265a.788.788 0 0 0-1.132 0 .83.83 0 0 0 0 1.156l4.25 4.34c.312.319.82.319 1.132 0l10.15-10.366a.83.83 0 0 0 0-1.156Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.alt-input__checkbox-sm, .alt-input__radio-sm {
  margin-right: 6px;
  transform: scale(0.8);
}
.alt-input__radio {
  padding: 5px;
  border-radius: 50%;
}
.alt-input__radio:after {
  border-radius: 50%;
  background: #F2F2F2;
}
.alt-input__radio-dark {
  border: 1px solid #fff;
  background: transparent;
}
.alt-input__radio-dark:after {
  background: #fff;
}
.alt-input:hover .alt-input_checkbox,
.alt-input:hover .alt-input_radio {
  background: #F2F2F2;
}
.alt-input:hover .alt-input__radio-dark {
  border-color: #F2F2F2;
}
.custom-video {
  cursor: pointer;
}
.custom-video:hover .custom-video__play {
  transform: scale(1.3);
  background-color: rgba(106, 137, 113, 0.74);
}
.custom-video__wrp {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .custom-video__wrp {
    border-radius: 20px;
  }
}
.custom-video__video {
  display: block;
  width: 100%;
  height: 100%;
}
.custom-video__poster {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.custom-video__poster-wrp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-video__play {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease, background-color 0.2s ease;
  color: rgba(255, 255, 255, 0.67);
  background-color: rgba(255, 255, 255, 0);
}
.custom-video__play-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: rgba(240, 111, 10, 0.5);
}
.custom-video__play svg {
  fill: #fff;
  margin-left: 3px;
}
.custom-video.active .custom-video__poster-wrp {
  display: none;
}
.custom-video.active .custom-video__video {
  display: block;
}
.color-toggler {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
  flex-wrap: wrap;
}
.color-toggler__item {
  margin: 0px 6px;
  display: inline-block;
  position: relative;
}
.color-toggler__item:hover .color-toggler__icon:after {
  opacity: 0.8;
}
.color-toggler__item:hover .color-toggler__name {
  opacity: 1;
  visibility: visible;
  bottom: 120%;
}
.color-toggler label {
  margin: 0px;
}
.color-toggler__label {
  display: inline-block;
  position: relative;
  margin: 0px;
}
.color-toggler__icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
}
.color-toggler__icon:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 6px;
  border: 3px solid #FF9B46;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.color-toggler input {
  display: none;
}
.color-toggler input:checked + label .color-toggler__icon:after {
  opacity: 1;
}
.color-toggler__name {
  min-width: 100px;
  padding: 2px 3px;
  display: inline-block;
  position: absolute;
  bottom: 95%;
  left: 50%;
  transform: translateX(-50%);
  background: #6A8971;
  border-radius: 3px;
  text-align: center;
  font-size: 0.714rem;
  color: #fff;
  line-height: 1.3em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}
.color-toggler__name:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6A8971;
}
.price-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
}
.price-item__price {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  color: #FF9B46;
}
@media (min-width: 768px) {
  .price-item__price {
    font-size: 1.429rem;
  }
}
.price-item__price_alt {
  color: #6A8971;
}
.price-item__price-lg {
  font-size: 1.429rem;
}
@media (min-width: 992px) {
  .price-item__price-lg {
    font-size: 1.714rem;
  }
}
.price-item__price-text {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.429rem;
}
@media (min-width: 992px) {
  .price-item__price-text {
    font-size: 1.714rem;
  }
}
.icon-link {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #1E1E1E;
}
.icon-link_lg {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .icon-link_lg {
    font-size: 1.286rem;
  }
}
.icon-link_lg .icon-link__icon {
  margin-right: 8px;
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .icon-link_lg .icon-link__icon {
    margin-right: 12px;
    height: 20px;
    width: 20px;
  }
}
.icon-link_md {
  font-size: 1.143rem;
}
.icon-link_md .icon-link__icon {
  margin-right: 12px;
  height: 20px;
  width: 20px;
}
.icon-link__icon {
  margin-right: 10px;
  height: 16px;
  width: 16px;
  fill: #FF9B46;
}
.icon-link__text_line {
  border-bottom: 1px #BDBDBD dotted;
}
.icon-link:hover {
  text-decoration: none;
}
.stylled-ul_3-col {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 576px) {
  .stylled-ul_3-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (min-width: 768px) {
  .stylled-ul_3-col {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
}
.stylled-ul_2-col {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 768px) {
  .stylled-ul_2-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
}
.stylled-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  font-size: 1.143rem;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .stylled-ul li {
    line-height: 1.9em;
  }
}
.stylled-ul li:last-child {
  margin-bottom: 0px;
}
.stylled-ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 0px;
  background: #FF9B46;
}
.stylled-ul li.stylled-ul__li-sm-mg {
  margin-bottom: 5px;
}
.stylled-ul_gray li::before {
  background-color: #5D5D5D;
}
.stylled-ul_sm li {
  line-height: 1.5em;
  font-size: 1rem;
}
.stylled-ul_sm li::before {
  top: 8px;
}
.stylled-ul_sm li span {
  display: inline-block;
  font-size: 0.8em;
  color: #5D5D5D;
}
.stylled-ul_xs li {
  padding-left: 12px;
  margin-bottom: 5px;
  line-height: 1.4em;
  font-size: 0.929rem;
}
.stylled-ul_xs li::before {
  top: 7px;
}
.read-smore_inline .read-smore__link-wrap {
  display: inline;
}
.read-smore_inline.is-expanded {
  display: block !important;
}
.read-smore_inline.is-expanded p, .read-smore_inline.is-expanded + span, .read-smore_inline.is-expanded + .read-smore__link-wrap {
  display: block !important;
}
.read-smore__link {
  position: relative;
  color: #FF9B46 !important;
}
.read-smore__link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  border-bottom: 1px dotted #BDBDBD;
}
.read-smore__link:hover:after {
  display: none;
}
html body .overflow-visible {
  overflow: visible;
}
.has-child > ul {
  padding-left: 20px;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease;
}
.has-child.active > ul {
  max-height: 700px;
}
.alert {
  position: relative;
  margin: 10px 0;
  padding: 8px 18px;
  font-size: 1rem;
  background: #ffffe0;
}
.alert br,
.alert .close {
  display: none;
}
.alert p {
  margin-bottom: 0px;
}
.alert_arrow:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ee7c1a;
}
.alert_to-top {
  margin-top: -20px;
}
.alert_success {
  color: #fff;
  background: green;
}
.alert_success:before {
  border-bottom-color: green;
}
.alert_yellow, .alert_warning {
  background: #ffffe0;
}
.alert_yellow:before, .alert_warning:before {
  border-bottom-color: #ffffe0;
}
.alert_red, .alert_danger {
  color: #fff;
  background: red;
}
.alert_red:before, .alert_danger:before {
  border-bottom-color: red;
}
.collapse:not(.collapse_show) {
  display: none;
}
.site-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .site-block {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.site-sm-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .site-sm-block {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.block-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .block-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.block-sm-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .block-sm-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .block-margin {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.block-sm-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .block-sm-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.block-sm-margin-b {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .block-sm-margin-b {
    margin-bottom: 50px;
  }
}
.gradient-bg {
  padding-bottom: 30px;
  background: linear-gradient(180deg, rgba(248, 238, 231, 0) 0%, #f8eee7 100%);
}
@media (min-width: 992px) {
  .gradient-bg {
    padding-bottom: 50px;
  }
}
html body .site-wrp .mtn {
  margin-top: 0px;
}
html body .site-wrp .mbn {
  margin-bottom: 0px;
}
.ptn {
  padding-top: 0px;
}
.pbn {
  padding-bottom: 0px;
}
.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .wrapper {
    max-width: 1490px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .wrapper {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.wrapper.overflow-visble {
  overflow: visible;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > .col, .row > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (min-width: 576px) {
  .row {
    margin-right: -35px;
    margin-left: -35px;
  }
  .row > .col, .row > [class*=col-] {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
}
.gray-text {
  color: #9D9D9D;
}
.mv_sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.tns-slider-mob-device {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .tns-slider-mob-device {
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .tns-slider-mob-device {
    position: static;
    padding-bottom: 0;
  }
}
.tns-slider-mob-device .item_wrp {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.tns-slider__item-cover {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.tns-slider__inner-cover {
  display: block;
  height: 100%;
}
.tns-slider__inner-cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tns-slider__inner-cover img.lazy.loaded {
  max-width: none !important;
  width: 100% !important;
}
.tns-slider_center-nav {
  position: relative;
}
.tns-slider_center-nav .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.tns-slider_center-nav .tns-controls button svg {
  fill: #FF9B46;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .tns-slider_center-nav .tns-controls button svg {
    width: 33px;
    height: 33px;
  }
}
.tns-slider_center-nav .tns-controls button[data-controls=prev] {
  left: 0px;
}
@media (min-width: 768px) {
  .tns-slider_center-nav .tns-controls button[data-controls=prev] {
    left: 15px;
  }
}
.tns-slider_center-nav .tns-controls button[data-controls=next] {
  right: 0px;
}
@media (min-width: 768px) {
  .tns-slider_center-nav .tns-controls button[data-controls=next] {
    right: 15px;
  }
}
.tns-slider_vertical-nav .tns-controls {
  opacity: 0;
}
.tns-slider_vertical-nav .tns-controls button[data-controls=prev] {
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .tns-slider_vertical-nav .tns-controls button[data-controls=prev] {
    left: 50%;
    top: 0px;
  }
}
.tns-slider_vertical-nav .tns-controls button[data-controls=prev] svg {
  transform: rotate(90deg);
}
.tns-slider_vertical-nav .tns-controls button[data-controls=next] {
  right: auto;
  top: auto;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .tns-slider_vertical-nav .tns-controls button[data-controls=next] {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 15px;
  }
}
.tns-slider_vertical-nav .tns-controls button[data-controls=next] svg {
  transform: rotate(90deg);
}
.tns-slider_vertical-nav:hover .tns-controls {
  opacity: 1;
}
.desktop-device .gallery_9x9 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-rows: 0;
  overflow: hidden;
  gap: 25px 30px;
}
@media (min-width: 1920px) {
  .desktop-device .gallery_9x9 {
    gap: 30px;
  }
}
.tooltip {
  /* Float on top of the UI */
  position: absolute;
  /* Avoid layout interference */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tooltip.active {
  opacity: 1;
  visibility: visible;
}
.tooltip__wrp {
  padding: 3px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.tooltip__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.tooltip_bottom .tooltip__arrow {
  top: auto;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: none;
}
.tooltip__content {
  overflow: auto;
}
.event-tip {
  width: auto;
}
.event-tip__wrp {
  padding: 15px 20px;
}
.event-tip__inner {
  max-height: 280px;
  overflow-y: auto;
}
.event-tip__item {
  width: 256px;
  display: block;
  color: #1E1E1E;
}
.event-tip__item:hover {
  text-decoration: none;
}
.event-tip__item + .event-tip__item {
  padding-top: 10px;
  border-top: 1px solid #F2F2F2;
}
.event-tip__img {
  width: 100% !important;
  border-radius: 7px;
}
.event-tip__name {
  margin: 10px 0;
  font-weight: 700;
}
.site-scroll,
.scrollblock {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  margin-right: -15px;
  scrollbar-width: thin;
  scrollbar-color: #FF9B46 rgba(255, 255, 255, 0.6);
}
.site-scroll::-webkit-scrollbar,
.scrollblock::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}
.site-scroll::-webkit-scrollbar-track,
.scrollblock::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #f8eee7;
  border-radius: 3px;
}
.site-scroll::-webkit-scrollbar-thumb,
.scrollblock::-webkit-scrollbar-thumb {
  background-color: #FF9B46;
  border-radius: 3px;
  border: 0px solid rgba(255, 255, 255, 0.6);
}
.scrollblock-x {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 15px;
  margin-bottom: -15px;
  scrollbar-width: thin;
  scrollbar-color: #FF9B46 rgba(255, 255, 255, 0.6);
}
.scrollblock-x::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}
.scrollblock-x::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #f8eee7;
  border-radius: 3px;
}
.scrollblock-x::-webkit-scrollbar-thumb {
  background-color: #FF9B46;
  border-radius: 3px;
  border: 0px solid rgba(255, 255, 255, 0.6);
}
.no-scrollbar {
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar::-webkit-scrollbar-track {
  display: none;
}
.no-scrollbar::-webkit-scrollbar-thumb {
  display: none;
}
/* ////============ Import components_v2/header ============ */
.garland {
  width: 202%;
}
@media (min-width: 992px) {
  .garland {
    width: 100%;
  }
}
.garland__wrp {
  width: 100%;
}
.hamb-menu {
  position: relative;
  padding: 0 5px;
  width: 36px;
  height: 30px;
}
.hamb-menu__item {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: #6A8971;
}
.hamb-menu.active .hamb-menu__item {
  position: absolute;
}
.hamb-menu.active .hamb-menu__item:first-child {
  left: 0px;
  top: 9px;
  transform: rotate(-45deg);
}
.hamb-menu.active .hamb-menu__item:nth-child(2) {
  opacity: 0;
}
.hamb-menu.active .hamb-menu__item:nth-child(3) {
  left: 0px;
  top: 9px;
  transform: rotate(45deg);
}
.soc {
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
  flex-wrap: wrap;
}
.soc_center {
  justify-content: center;
}
.soc li {
  margin-left: 9px;
  margin-right: 9px;
}
.soc__a {
  display: inline-block;
  padding: 7px 0;
}
.soc__a svg {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.soc__a:hover svg {
  opacity: 1;
}
.soc__a:hover .soc__text {
  text-decoration: underline;
}
.soc_vertical {
  display: block;
}
.soc_vertical li {
  width: 100%;
}
.soc_vertical a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.soc_vertical svg {
  margin-right: 30px;
}
.soc_vertical .soc__text {
  color: #000;
  font-weight: 500;
}
.htop {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  z-index: 5;
}
.htop__spec {
  padding-top: 25px;
  background-size: 200vw auto;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}
@media (min-width: 768px) {
  .htop__spec {
    padding-top: 20px;
    background-size: 100vw auto;
  }
}
@media (min-width: 1200px) {
  .htop__spec {
    padding-top: 30px;
    background-size: 100% auto;
  }
}
.htop__logo {
  display: block;
}
.htop__logo img,
.htop__logo svg {
  height: auto;
  max-width: 230px;
  min-width: 130px;
}
@media (min-width: 576px) {
  .htop__logo img,
  .htop__logo svg {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .htop__logo img,
  .htop__logo svg {
    width: 180px;
  }
}
@media (min-width: 1740px) {
  .htop__logo img,
  .htop__logo svg {
    width: 234px;
  }
}
@media (min-width: 1365px) {
  .htop__logo img,
  .htop__logo svg {
    max-width: none;
  }
}
.htop__bg {
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1365px) {
  .htop__toggler {
    display: none;
  }
}
.htop .wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.htop__row {
  position: relative;
  z-index: 7;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  transition: padding 0.3s ease;
}
@media (min-width: 1200px) {
  .htop__row {
    padding-top: 29px;
    padding-bottom: 26px;
  }
}
.htop__logo img {
  width: 50px;
  height: 50px;
}
.htop__phone a {
  font-size: 1.286rem;
}
.htop__city-lg {
  display: none;
}
@media (min-width: 992px) {
  .htop__city-lg {
    display: inline-flex;
    align-items: center;
    gap: 20px;
  }
}
.htop__cur-city {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  padding-right: 20px;
  border-right: 1px solid #D9D9D9;
}
.htop__cur-city-selected {
  display: flex;
  align-items: center;
  gap: 10px;
}
.htop__cur-city .svg {
  width: 33px;
  height: 33px;
  fill: #FF9B46;
}
.htop__cur-city-text {
  font-size: 1rem;
}
.htop__cur-city-text-wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.htop__cur-city-select {
  padding: 0;
  font-size: 0.714rem;
  font-weight: 400;
  text-decoration: underline;
  text-align: left;
  transition: color 0.3s ease;
}
.htop__cur-city-select:hover {
  color: #FF9B46;
}
.htop__to-city {
  font-size: 12px;
  color: #9D9D9D;
}
.htop__cur-city-address {
  line-height: 1.2em;
  font-weight: normal;
}
.htop__cur-city-address-text {
  font-size: 1rem;
}
.htop .dropdown__list {
  left: 30px;
  right: unset;
  bottom: unset;
  top: 55px;
}
@media (min-width: 992px) {
  .htop__city {
    display: none;
  }
}
.htop__city a {
  font-size: 1rem;
}
.htop__city .icon-link__text {
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .htop__city .icon-link__text {
    font-size: 1rem;
  }
}
.htop__city .icon-link__icon {
  position: relative;
  top: -2px;
  margin-right: 6px;
  height: 12px;
  width: 12px;
}
@media (min-width: 768px) {
  .htop__city .icon-link__icon {
    top: 0px;
    margin-right: 10px;
    height: 16px;
    width: 16px;
  }
}
.htop__city-label {
  display: none;
  margin-left: 32px;
  margin-bottom: -3px;
  font-weight: 500;
  font-size: 0.857rem;
}
@media (min-width: 576px) {
  .htop__city-label {
    display: block;
  }
}
.htop__city-label-xl {
  display: none;
}
@media (min-width: 1399px) {
  .htop__city-label-xl {
    display: inline-block;
  }
}
.htop__city-label-md {
  display: inline-block;
}
@media (min-width: 1399px) {
  .htop__city-label-md {
    display: none;
  }
}
.htop__phone-label {
  font-size: 0.857rem;
  margin-left: 25px;
  margin-bottom: -3px;
}
.htop__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.htop__btns .phone-btn {
  order: -1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .htop__btns .phone-btn {
    order: 0;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #FF9B46;
    color: #1E1E1E;
    font-weight: 700;
    font-size: 0.929rem;
  }
  .htop__btns .phone-btn:hover {
    text-decoration: none;
    background-color: #ee7c1a;
    color: #fff;
  }
  .htop__btns .phone-btn:hover svg {
    color: #fff;
  }
}
.htop__btns .phone-btn:hover svg {
  fill: #6A8971;
}
@media (min-width: 992px) {
  .htop__btns .phone-btn {
    font-size: 1.071rem;
    padding: 8px 15px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .htop__btns .phone-btn {
    font-size: 1.143rem;
    padding: 12px 15px;
  }
}
.htop__btns .phone-btn svg {
  width: 16px;
  height: 16px;
  fill: #FF8425;
}
@media (min-width: 768px) {
  .htop__btns .phone-btn svg {
    fill: none;
    color: #6A8971;
  }
}
@media (min-width: 1200px) {
  .htop__btns .phone-btn svg {
    width: 22px;
    height: 22px;
  }
}
.htop__btns .btn {
  padding: 6px 8px;
  font-size: 0.857rem;
  border-radius: 6px;
}
.htop__btns .btn svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .htop__btns .btn {
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .htop__btns .btn svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .htop__btns .btn {
    padding: 15px 30px;
  }
}
.htop__btns .btn-login {
  padding: 5px 6px;
}
.htop__btns .btn-login svg {
  width: 18px;
  height: 18px;
  fill: #6A8971;
}
.htop__btns .btn-login:hover svg {
  fill: #fff;
}
@media (min-width: 992px) {
  .htop__btns .btn-login {
    padding: 9px 9px;
  }
  .htop__btns .btn-login svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .htop__btns .btn-login {
    padding: 14px 15px;
  }
}
.htop__btns .btn-login svg {
  width: 22px;
  height: 22px;
  fill: #6A8971;
}
.htop__catalog-a.menu-toggler {
  padding: 0px 0px;
}
.nav {
  padding: 6px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4;
  background: #fff;
  overflow: auto;
}
@media (min-width: 1200px) {
  .nav {
    padding: 10px 0;
    width: auto;
    overflow: visible;
  }
}
.nav button.menu-toggler {
  height: 100%;
  display: inline-flex;
  padding: 8px 10px !important;
  font-size: 12px;
  border-radius: 6px;
  background-color: #fff;
}
.nav button.menu-toggler:before {
  display: none;
}
.nav button.menu-toggler svg {
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.nav button.close-menu {
  padding: 12px !important;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: auto !important;
  background: none !important;
}
@media (min-width: 1200px) {
  .nav button.close-menu {
    display: none;
  }
}
.nav button.close-menu svg {
  margin: 0px !important;
  width: 16px;
  height: 16px;
}
.nav__mobile-nav {
  display: block;
}
@media (min-width: 1200px) {
  .nav__mobile-nav {
    display: none;
  }
}
.nav__catalog-drop-inner {
  width: 100%;
}
.nav__mobile-side-menu {
  padding: 38px 0px 20px;
  position: fixed;
  top: 0px;
  z-index: 7;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  will-change: transform;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .nav__mobile-side-menu {
    padding: 0px;
    position: static;
    width: auto;
    transform: none;
    will-change: auto;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  }
}
.nav__mobile-side-menu-scroll {
  padding: 12px;
  height: 100%;
  overflow: auto;
}
@media (min-width: 1200px) {
  .nav__mobile-side-menu-scroll {
    overflow: visible;
    padding: 0px;
  }
}
.nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
@media (min-width: 1200px) {
  .nav .wrapper {
    position: static;
  }
}
.nav__nav-row {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .nav__nav-row {
    padding-bottom: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.nav__li {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav__li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1300px) {
  .nav__li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .nav__li:first-child {
    margin-left: 25px;
  }
}
.nav__li:last-child {
  margin-left: 0px;
}
.nav__li .wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1200px) {
  .nav__li .wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.nav__a {
  display: inline-block;
  padding: 7px 0;
  color: #1E1E1E;
  font-size: 1.143rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .nav__a {
    padding: 10px 3px;
    display: inline-block;
    color: #1E1E1E;
    font-size: 1.071rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
}
@media (min-width: 1300px) {
  .nav__a {
    font-size: 1.214rem;
  }
}
@media (min-width: 1200px) {
  .nav__a {
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: none;
  }
}
.nav__a:hover {
  text-decoration: none;
  color: #6A8971;
}
.nav__ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .nav__ul {
    flex-direction: row;
  }
}
.nav__ul > .nav__li .nav__catalog-drop {
  margin-bottom: 15px;
}
.nav__li-aim .nav__a {
  position: relative;
}
@media (min-width: 1200px) {
  .nav__li-aim .nav__a:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .nav__aim {
    position: relative;
    width: 25%;
  }
}
.nav__li-simple-drop {
  position: relative;
}
@media (min-width: 1200px) {
  .nav__simple-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 800px;
    max-width: 30vw;
    background: #fff;
    border-top: 1px solid #c7c7c7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  .nav__simple-drop-inner {
    position: relative;
    padding: 20px 0px;
  }
}
@media (min-width: 1200px) {
  .nav__catalog-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #fff;
    border-top: 1px solid #c7c7c7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  .nav__catalog-drop-inner {
    position: relative;
    padding: 40px 0px;
  }
  .nav__catalog-drop-inner:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    left: 0;
    margin-left: 25%;
    background-color: #BDBDBD;
  }
}
.nav__filter-menu-ul {
  margin: 12px 0;
  display: flex;
  gap: 11px;
}
@media (min-width: 1200px) {
  .nav__filter-menu-ul {
    margin: 0;
    position: absolute;
    z-index: 1;
  }
}
.nav__filter-menu-a {
  padding: 4px 10px;
  display: inline-block;
  border-radius: 7px;
  color: #1e1e1e;
  font-weight: 700;
  background: #f8eee7;
  text-decoration: none;
}
.nav__filter-menu-a.active {
  color: #fff;
  background: #FF9B46;
}
.nav__filter-menu-a:hover {
  color: #fff;
  background: #FF9B46;
  text-decoration: none;
}
.nav__li-level2 {
  position: relative;
  padding-right: 30px;
  display: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav__li-level2 {
    padding-right: 0px;
    position: static;
  }
}
.nav__li-level2--visible {
  display: block;
}
.nav__li-level2--active .nav__a-level2 {
  color: #FF9B46;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .nav__li-level2--active .nav__drop {
    display: block;
  }
}
.nav__li-level2.mobile-active .nav__drop {
  display: block;
}
@media (min-width: 1200px) {
  .nav__li-level2.mobile-active .nav__drop {
    display: none;
  }
}
.nav__a-level2 {
  display: block;
  padding: 5px 0;
  color: #1E1E1E;
  font-size: 1.143rem;
  font-weight: normal;
  text-decoration: underline;
  -webkit-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 1200px) {
  .nav__a-level2 {
    padding: 14px 15px 14px 0px;
  }
}
.nav__a-level2:hover {
  text-decoration: none;
}
.nav__li:hover .nav__simple-drop,
.nav__li:hover .nav__catalog-drop {
  display: block;
}
.nav__m-subm-toggler {
  position: absolute;
  top: 8px;
  right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #BDBDBD;
}
@media (min-width: 1200px) {
  .nav__m-subm-toggler {
    display: none;
  }
}
.nav__m-subm-toggler:after {
  content: "";
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #BDBDBD;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.nav .mobile-active .nav__m-subm-toggler:after {
  top: 0px;
  transform: rotate(180deg);
}
.nav__ul-level3 {
  display: none;
  padding: 12px 22px;
}
@media (min-width: 1200px) {
  .nav__ul-level3 {
    padding: 40px 40px;
    display: none;
    position: absolute;
    top: -40px;
    left: 100%;
    width: 300%;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .nav__ul-level3-length-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .nav__ul-level3-length-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.nav__li-level3 {
  position: relative;
  margin-bottom: 15px;
}
.nav__a-level3 {
  margin: 0px 0 7px;
  display: inline-block;
  text-decoration: none;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.3em;
  -webkit-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 1200px) {
  .nav__a-level3 {
    margin: 5px 0 10px;
    font-weight: 700;
    font-size: 1.143rem;
  }
}
.nav__a-level3:hover {
  color: #1E1E1E;
  text-decoration: underline;
}
.nav__li-level4 {
  position: relative;
}
.nav__a-level4 {
  position: relative;
  padding-left: 20px;
  margin: 6px 0;
  display: inline-block;
  text-decoration: none;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.3em;
  -webkit-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 1200px) {
  .nav__a-level4 {
    padding-left: 0px;
    font-size: 1rem;
  }
}
.nav__a-level4:hover {
  color: #1E1E1E;
  text-decoration: underline;
}
.nav__a-level4:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 5px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .nav__a-level4:before {
    display: none;
  }
}
.nav .nav__catalog-a {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .nav .nav__catalog-a {
    padding-left: 0px;
  }
}
.nav .nav__catalog-a:before {
  display: none;
  content: "";
  width: 100%;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 6px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .nav .nav__catalog-a:before {
    display: block;
  }
}
.nav .nav__catalog-a svg {
  display: none;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  color: #6A8971;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}
@media (min-width: 1200px) {
  .nav .nav__catalog-a svg {
    display: inline-block;
  }
}
.nav .nav__mobile-menu-btn svg {
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .nav__nav-row .nav__catalog-a {
    text-decoration: none;
    text-transform: uppercase;
  }
}
.nav__hamb {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 24px;
}
@media (min-width: 576px) {
  .nav__hamb {
    width: auto;
  }
}
.nav__hamb .nav__a-text {
  display: none;
  font-weight: 500;
  font-size: 1.143rem;
}
@media (min-width: 576px) {
  .nav__hamb .nav__a-text {
    display: inline-block;
  }
}
.nav__mobile-menu-data {
  text-align: center;
}
.nav__mobile-menu-data .btn {
  margin-bottom: 10px;
}
.nav__mobile-menu-data .nav__btns {
  justify-content: space-between;
}
.nav__mobile-menu-data .nav__phone {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .nav__li-catalog .nav__aim {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .nav__li-full .nav__aim {
    padding-top: 0px;
  }
}
.nav__li-full .nav__ul-level3 {
  padding: 12px 22px;
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 1200px) {
  .nav__li-full .nav__ul-level3 {
    padding: 50px 40px;
  }
}
.menu-open .nav {
  z-index: 6;
}
.menu-open .nav__mobile-side-menu {
  transform: translateX(0%);
}
.search_hidden {
  padding: 5px 40px 5px 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #eef3f6;
  z-index: 20;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.1s;
}
@media (min-width: 768px) {
  .search_hidden {
    padding: 4px 40px 4px 5px;
    top: 100%;
    transform: translateY(0%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .search_hidden {
    padding: 15px 40px 15px 15px;
  }
}
.search.active {
  transform: translateY(0%);
  visibility: visible;
}
.search__action {
  padding: 18px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.search__action:hover {
  opacity: 1;
}
.search__close {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.search input {
  margin-bottom: 0px;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 0.929rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .search input {
    padding: 4px 20px;
    border-radius: 6px;
    font-size: 1.071rem;
  }
}
@media (min-width: 1200px) {
  .search input {
    padding: 8px 20px;
  }
}
.page-scrolled .header__logo {
  width: 80px;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 9px;
}
.page-scrolled .header__gender-a {
  padding: 4px 10px;
  font-size: 1rem;
}
.page-scrolled .header__icons-svg {
  width: 22px;
  height: 22px;
}
.page-scrolled .header .lang-wrp__current {
  padding: 3px 8px;
  font-size: 1rem;
}
.page-scrolled .header .lang-wrp__list {
  padding: 0px 0px;
}
.page-scrolled .header .lang-wrp__list a {
  padding: 1px 8px;
  font-size: 1rem;
}
.page-scrolled .header-bg {
  height: 46px;
}
@media (min-width: 1200px) {
  .page-scrolled .header-bg {
    height: 61px;
  }
}
.page-scrolled .header__icons-li_dropdown.active:before {
  top: 0px;
}
.page-scrolled .main-nav__li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.header__btns-wrp {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-parent_left.active {
  background: #fff;
}
.search-parent_left.active svg {
  fill: #FF9B46;
}
.search-parent_left .search__form-active {
  z-index: 2;
  top: 100%;
  left: 0px;
  right: 0px;
  width: auto;
  transform: translateY(0%);
}
.search-parent_left .search__form-active .search-toggler {
  display: none;
}
.search-parent_left .search__form-active input {
  background: #F2F2F2;
  border: none;
}
.radio-text {
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
.radio-text input {
  display: none;
}
.radio-text input:checked + .radio-text__label {
  color: #FF9B46;
}
.radio-text_lg .radio-text__label {
  font-size: 1.143rem;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 500;
}
.site-select__bg {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  background: #000;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  will-change: opacity, visibility;
}
.site-select__window {
  position: relative;
  z-index: 3;
}
.site-select__modal {
  display: none;
  padding: 20px;
  position: absolute;
  position: fixed;
  top: 30%;
  left: 10px;
  right: 10px;
  transform: scale(0.8);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 14px 0 rgba(82, 73, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  will-change: opacity, transform, visibility;
}
@media (min-width: 992px) {
  .site-select__modal {
    min-width: 300px;
  }
}
.site-select__row {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-select.active .site-select__bg {
  opacity: 0.3;
  visibility: visible;
}
.site-select.active .site-select__modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.page_loaded .search_hidden,
.page_loaded .site-select__bg,
.page_loaded .site-select__modal {
  display: block;
}
/* ////============ Import components_v2/footer ============ */
.footer {
  position: relative;
  z-index: 1;
  background-color: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.footer .row {
  margin-right: -10px;
  margin-left: -10px;
  gap: 15px 0;
}
.footer .row > .col, .footer .row > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 1200px) {
  .footer .row {
    margin-right: -35px;
    margin-left: -35px;
  }
  .footer .row > .col, .footer .row > [class*=col-] {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
}
.footer__col2 > *, .footer__col3 > * {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__col2 > *, .footer__col3 > * {
    margin-bottom: 15px;
  }
}
.footer .soc {
  margin-bottom: 0px;
}
.footer__a {
  display: inline-block;
  color: #1E1E1E;
  font-size: 1rem;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
}
.footer__menu .footer__li {
  margin-top: 10px;
  margin-bottom: 10px;
  flex: 1 1 calc(50% - 10px);
}
.footer__menu .footer__a {
  text-decoration: underline;
}
.footer__menu .footer__a:hover {
  text-decoration: none;
}
.footer__soc {
  margin-top: 15px;
}
.footer .address-link {
  align-items: flex-start;
}
.footer .address-link svg {
  margin-top: 4px;
}
.footer .icon-link {
  margin-top: 8px;
}
.footer .icon-link__text {
  font-weight: 500;
}
.footer__end-block {
  margin-top: 20px;
  padding: 32px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #1E1E1E;
  border-top: 1px solid #c7c7c7;
}
@media (min-width: 630px) {
  .footer__end-block {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__end-block {
    margin-top: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer__end-block a {
  margin-top: 10px;
  color: #1E1E1E;
  text-decoration: underline;
}
@media (min-width: 630px) {
  .footer__end-block a {
    margin-top: 0px;
  }
}
.footer__end-block a:hover {
  color: #5D5D5D;
  text-decoration: none;
}
.footer__legal {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}
.footer__legal-lg-text-wrp {
  margin-top: 15px;
  padding: 30px 0 0;
}
.footer__legal-text .texteditor * {
  font-size: 12px;
}
@media (min-width: 992px) {
  .footer__legal-text .texteditor * {
    font-size: 14px;
  }
}
.footer__legal-lg-text {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #d2dcd7;
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 2rem);
  transform: scaleY(2);
  text-align: center;
}
@media (min-width: 768px) {
  .footer__legal-lg-text {
    white-space: nowrap;
  }
}
.footer .htop__logo svg {
  max-width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .appointment__btn {
    padding: 15px;
  }
  .appointment__btn-text {
    font-size: 1rem;
  }
}
.site-wrp {
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .site-wrp {
    padding-bottom: 75px;
  }
}
.disable_panel .site-wrp {
  padding-bottom: 0px;
}
body > jdiv {
  opacity: 0;
  visibility: hidden;
}
body.active_jdiv > jdiv {
  opacity: 1;
  visibility: visible;
}
@keyframes blink {
  0%, 23%, 77%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  25%, 75% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes blink_alt {
  0%, 23%, 77%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  25%, 75% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 20% {
    transform: translate3d(0, 0, 0);
  }
  10%, 14%, 18%, 2%, 6% {
    transform: translate3d(-7px, 0, 0);
  }
  12%, 16%, 4%, 8% {
    transform: translate3d(7px, 0, 0);
  }
}
@keyframes pulse {
  50% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
.ship-panel {
  position: fixed;
  right: 15px;
  bottom: 160px;
  z-index: 12;
}
@media (min-width: 1200px) {
  .ship-panel {
    right: 55px;
    bottom: 140px;
  }
}
.ship-panel__visible {
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  animation: 5s infinite both shake;
}
.ship-panel__visible:before, .ship-panel__visible:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
.ship-panel__visible:before {
  border: 1px solid #6A8971;
  border-radius: 50%;
  animation: pulse infinite 1.5s;
}
.ship-panel__visible:after {
  background-color: rgba(106, 137, 113, 0.3);
  transform: scale(1.25);
  border-radius: 50%;
}
.ship-panel__visible .ship-panel__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  border-radius: 50%;
  background: #6A8971;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.17);
}
.ship-panel__visible .ship-panel__text {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  font-size: 7px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  animation: 8s linear 0s infinite blink_alt;
  opacity: 0;
}
.ship-panel__visible svg {
  position: relative;
  z-index: 2;
  transform-origin: center;
  transform: scale(1);
  width: 21px;
  height: 21px;
  fill: currentColor;
  animation: 8s linear 0s infinite blink;
}
@media (min-width: 768px) {
  .ship-panel__visible svg {
    width: 29px;
    height: 29px;
  }
}
.ship-panel__visible .chat-wrp__text {
  font-size: 0.786rem;
}
@media (min-width: 768px) {
  .ship-panel__visible .chat-wrp__text {
    font-size: 1.214rem;
  }
}
.ship-panel__hidden {
  padding: 15px;
  width: 300px;
  position: absolute;
  bottom: 100%;
  right: -7px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 0px 38px 0px rgba(44, 127, 195, 0.27);
  transform: translateY(0px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.ship-panel__hidden:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.ship-panel.active .ship-panel__visible, .ship-panel:hover .ship-panel__visible {
  animation: none;
}
.ship-panel.active .ship-panel__visible:before, .ship-panel:hover .ship-panel__visible:before {
  animation: none;
}
.ship-panel.active .ship-panel__hidden, .ship-panel:hover .ship-panel__hidden {
  opacity: 1;
  visibility: visible;
  transform: translateY(-15px);
}
.panel-fixed {
  min-height: 65px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 4;
  border-top: 1px solid rgba(255, 155, 70, 0.31);
  background: #F8F8F8;
}
@media (min-width: 768px) {
  .panel-fixed {
    min-height: 75px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.panel-fixed .show-panel {
  display: inline-block;
}
@media (min-width: 768px) {
  .panel-fixed .show-panel {
    display: none;
  }
}
.panel-fixed .calc-order {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .panel-fixed .calc-order {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.panel-fixed__calc-total {
  display: flex;
}
.panel-fixed__calc-total-text {
  margin-right: 8px;
}
.panel-fixed__calc-total-price {
  font-weight: 700;
}
.panel-fixed .wrapper {
  min-height: 51px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px 15px;
  overflow: visible;
}
@media (min-width: 768px) {
  .panel-fixed .wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.panel-fixed .panel-fixed__main-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-fixed__text {
    font-size: 1.286rem;
  }
}
.panel-fixed__thumb {
  width: 44px !important;
}
.panel-fixed .price__default + .price__old,
.panel-fixed .price__new + .price__old {
  margin-left: 10px;
}
.panel-fixed .price .price__default,
.panel-fixed .price .price__new {
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .panel-fixed .price .price__default,
  .panel-fixed .price .price__new {
    font-size: 1.643rem;
  }
}
.panel-fixed .price .price__old {
  margin-left: 0px;
  padding-right: 0px;
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .panel-fixed .price .price__old {
    padding-right: 0px;
    margin-left: 10px;
    font-size: 1.214rem;
  }
}
.panel-fixed__btn-wrp {
  display: flex;
  gap: 5px;
}
@media (min-width: 768px) {
  .panel-fixed__btn-wrp {
    gap: 20px;
  }
}
.panel-fixed__btn-wrp a,
.panel-fixed__btn-wrp button {
  padding: 10px 10px !important;
  border-radius: 4px;
  font-size: 0.714rem;
}
.panel-fixed__btn-wrp a svg,
.panel-fixed__btn-wrp button svg {
  display: none;
}
.panel-fixed__btn-wrp a .btn__text,
.panel-fixed__btn-wrp button .btn__text {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .panel-fixed__btn-wrp a,
  .panel-fixed__btn-wrp button {
    padding: 15px 30px !important;
    border-radius: 10px;
    font-size: 1rem;
  }
  .panel-fixed__btn-wrp a svg,
  .panel-fixed__btn-wrp button svg {
    display: inline-block;
  }
  .panel-fixed__btn-wrp a .btn__text,
  .panel-fixed__btn-wrp button .btn__text {
    margin-left: 10px;
  }
}
.panel-fixed__heading {
  display: none;
  font-weight: 500;
  font-size: 1.071rem;
}
@media (min-width: 768px) {
  .panel-fixed__heading {
    display: block;
  }
}
.panel-fixed__pr-row {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 15px;
}
.panel-fixed__thumb {
  margin-top: -4px;
  margin-bottom: -4px;
  width: 51px !important;
  height: auto;
}
.panel-fixed__product-name {
  display: none;
}
@media (min-width: 768px) {
  .panel-fixed__product-name {
    display: block;
  }
}
@media (min-width: 992px) {
  .panel-fixed__product-name {
    font-size: 1.286rem;
  }
}
@media (min-width: 992px) {
  .panel-fixed__calc-total-col {
    font-size: 1.286rem;
  }
}
.panel-fixed__price {
  font-size: 1.143rem;
}
@media (min-width: 992px) {
  .panel-fixed__price {
    font-size: 1.286rem;
  }
}
.panel-fixed__price-new {
  font-size: 1.143rem;
}
@media (min-width: 992px) {
  .panel-fixed__price-new {
    font-size: 1.286rem;
  }
}
.panel-fixed__price-old {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .panel-fixed__price-old {
    font-size: 1.143rem;
  }
}
.panel-fixed__btn-order-wrp {
  display: flex;
  gap: 4px;
}
@media (min-width: 992px) {
  .panel-fixed__btn-order-wrp {
    gap: 14px;
  }
}
.panel-fixed .to-consult {
  display: none;
}
@media (min-width: 576px) {
  .panel-fixed .to-consult {
    display: inline-block;
  }
}
/* ////============ Import homepage-top ============ */
.homepage-top {
  margin-top: 0px;
  background-color: rgba(237, 237, 237, 0.4);
}
@media (min-width: 768px) {
  .homepage-top {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .homepage-top {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .homepage-top {
    margin-bottom: 0px;
  }
}
.homepage-top__inner {
  position: relative;
  padding: 15px 0 5px;
}
@media (min-width: 768px) {
  .homepage-top__inner {
    padding: 40px 0;
  }
}
.homepage-top__heading {
  width: 100%;
  padding: 0px 4%;
  position: relative;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2em;
  color: #6A8971;
  z-index: 2;
  text-align: center;
  font-family: "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
}
@media (min-width: 576px) {
  .homepage-top__heading {
    padding: 0px 18%;
  }
}
@media (min-width: 768px) {
  .homepage-top__heading {
    width: 50%;
    padding: 0px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .homepage-top__heading {
    font-size: 50px;
    line-height: 1.15em;
  }
}
@media (min-width: 1200px) {
  .homepage-top__heading {
    font-size: 70px;
    line-height: 1.15em;
  }
}
.homepage-top__bg {
  margin: -20% 0px -10%;
  width: 100%;
  aspect-ratio: 839/727;
  background-size: cover;
}
@media (min-width: 768px) {
  .homepage-top__bg {
    margin: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    max-height: 727px;
  }
}
.homepage-top__items {
  margin: 5px -15px 20px;
  padding: 20px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 768px) {
  .homepage-top__items {
    margin: 30px -30px 20px;
  }
}
@media (min-width: 1200px) {
  .homepage-top__items {
    margin: 60px -50px 20px;
  }
}
.homepage-top__item {
  position: relative;
  padding: 15px;
  flex: 1 1 50%;
  max-width: 50%;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .homepage-top__item {
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .homepage-top__item {
    padding: 15px 50px;
    flex: 1 1 20%;
  }
}
.homepage-top__item:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 70px;
  width: 1px;
  background-color: #FF9B46;
}
.homepage-top__item:last-child:after {
  display: none;
}
.homepage-top__num {
  font-size: 35px;
  line-height: 1.15em;
  font-weight: 700;
  color: #F06F0A;
  text-align: center;
}
@media (min-width: 768px) {
  .homepage-top__num {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .homepage-top__num {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .homepage-top__num {
    font-size: 64px;
  }
}
.homepage-top__num-text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .homepage-top__num-text {
    font-size: 16px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .homepage-top__num-text {
    font-size: 20px;
  }
}
/* ////============ Import services-tabs ============ */
.services-tabs__main-tabs {
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .services-tabs__main-tabs {
    margin-bottom: 0px;
  }
}
.services-tabs__main-tabs:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0px;
  right: 0px;
  background-color: #D9D9D9;
  z-index: 0;
}
.services-tabs__main-tabs-li {
  position: relative;
  padding: 0px 5px;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .services-tabs__main-tabs-li {
    padding: 0px 15px;
  }
}
.services-tabs__main-tabs-a {
  display: inline-block;
  padding: 7px 20px;
  font-size: 1.286rem;
  color: #898989;
  background-color: #fff;
  border-radius: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .services-tabs__main-tabs-a {
    padding: 14px 50px;
    font-size: 2.143rem;
    border-radius: 15px;
  }
}
.services-tabs__main-tabs-a:hover {
  background-color: #ee7c1a;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.services-tabs__main-tabs-a.active {
  background-color: #FF9B46;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.services-tabs__h-scroll-outer {
  position: relative;
}
.services-tabs__h-scroll-outer:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 6px;
  right: -15px;
  width: 30px;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 23%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .services-tabs__h-scroll-outer:after {
    bottom: 8px;
  }
}
@media (min-width: 1166px) {
  .services-tabs__h-scroll-outer:after {
    display: none;
  }
}
.services-tabs__h-scroll {
  margin: 0px -15px;
  padding-bottom: 10px;
  overflow: auto;
}
@media (min-width: 768px) {
  .services-tabs__h-scroll {
    padding-bottom: 30px;
  }
}
.services-tabs__h-scroll-inner {
  min-width: 816px;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .services-tabs__h-scroll-inner {
    min-width: 1166px;
  }
}
.services-tabs__alt-ul {
  display: flex;
  margin: 15px 0;
}
@media (min-width: 1200px) {
  .services-tabs__alt-ul {
    margin: 30px 0;
  }
}
@media (min-width: 1200px) {
  .services-tabs__alt-ul {
    margin: 63px 0;
  }
}
.services-tabs__alt-li {
  flex: 1 1 18%;
  text-align: center;
}
@media (min-width: 768px) {
  .services-tabs__alt-li {
    flex: 1 1 20%;
  }
}
.services-tabs__alt-a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 124px;
  background-color: #fff;
  border: 1px solid #eee;
}
@media (min-width: 768px) {
  .services-tabs__alt-a {
    max-width: 200px;
  }
}
.services-tabs__alt-a:hover, .services-tabs__alt-a:active, .services-tabs__alt-a:focus, .services-tabs__alt-a.active {
  border-color: #FFB880;
  box-shadow: 0px 0px 0px 1px #FFB880;
}
.services-tabs__alt-a-inner {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
@media (min-width: 768px) {
  .services-tabs__alt-a-inner {
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
  }
}
.services-tabs__img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: 115%;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .services-tabs__img {
    max-height: none;
  }
}
.services-tabs__ul {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
}
.services-tabs__li {
  flex: 1 1 18%;
  border-right: 1px solid rgb(231, 230, 230);
}
@media (min-width: 768px) {
  .services-tabs__li {
    flex: 1 1 20%;
  }
}
.services-tabs__li:last-child {
  border-right: none;
}
.services-tabs__a {
  padding: 7px 20px;
  min-height: 46px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1em;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .services-tabs__a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .services-tabs__a {
    font-size: 18px;
    min-height: 77px;
  }
}
.services-tabs__a:hover, .services-tabs__a:focus, .services-tabs__a:active, .services-tabs__a.active {
  background-color: #FF8425;
  color: #fff;
  text-decoration: none;
}
.services-tabs__tab-content {
  margin: 20px 0px 40px;
}
@media (min-width: 1600px) {
  .services-tabs__tab-content {
    margin: 49px 0px 60px;
  }
}
.services-tabs__grid-wrp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 768px) {
  .services-tabs__grid-wrp {
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.services-tabs__grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgb(231, 230, 230);
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
}
@media (min-width: 992px) {
  .services-tabs__grid-item {
    border-radius: 20px;
  }
}
.services-tabs__grid-inner {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 20px 15px 105px 15px;
}
@media (min-width: 992px) {
  .services-tabs__grid-inner {
    padding: 50px 20px 108px 20px;
  }
}
.services-tabs__svg {
  width: 40px;
  height: 40px;
  fill: #6A8971;
  color: #6A8971;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .services-tabs__svg {
    width: 70px;
    height: 70px;
  }
}
.services-tabs__name {
  margin: 25px 0 0px;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .services-tabs__name {
    font-size: 18px;
  }
}
.services-tabs__text {
  margin-top: 25px;
  display: none;
  color: rgb(114, 114, 114);
  transition: opacity 0.3s ease;
}
@media (min-width: 576px) {
  .services-tabs__text {
    display: block;
  }
}
.services-tabs__more {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
  margin: 5px 0px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FF9B46;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .services-tabs__more {
    left: 20px;
    right: 20px;
    bottom: 65px;
  }
}
.services-tabs__more:hover {
  text-decoration: none;
}
.services-tabs__more svg {
  width: 16px;
  height: 7px;
  fill: #FF9B46;
}
.services-tabs__order {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  max-width: 100%;
  border-radius: 7px;
  text-align: center;
}
@media (min-width: 992px) {
  .services-tabs__order {
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 10px;
  }
}
.services-tabs__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.services-tabs__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.desktop-device .services-tabs__grid-item.services-tabs__video-item:hover .services-tabs__svg {
  opacity: 0;
}
.desktop-device .services-tabs__grid-item.services-tabs__video-item:hover .services-tabs__media {
  opacity: 1;
}
.desktop-device .services-tabs__grid-item.services-tabs__video-item:hover .services-tabs__name {
  color: #fff;
  transform: translateY(-120px);
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 0px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}
.desktop-device .services-tabs__grid-item.services-tabs__video-item:hover .services-tabs__text {
  opacity: 0;
}
/* ////============ Import about-items ============ */
.about-items__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0;
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
}
@media (min-width: 576px) {
  .about-items__inner {
    margin: 55px 0;
    padding-top: 50px;
  }
}
.about-items__text-col {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .about-items__text-col {
    margin-bottom: 0px;
    padding-right: 60px;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.about-items__data-col {
  max-width: 100%;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .about-items__data-col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.about-items__heading {
  line-height: 1.4em;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 576px) {
  .about-items__heading {
    text-align: left;
  }
}
.about-items__parent {
  margin: 0px -10px;
  display: flex;
  flex-wrap: wrap;
}
.about-items__item {
  padding: 5px 10px;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .about-items__item {
    padding: 10px;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.about-items__item-inner {
  height: 100%;
  padding: 15px;
  border-radius: 20px;
  background-color: #F8F8F8;
}
@media (min-width: 576px) {
  .about-items__item-inner {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .about-items__item-inner {
    padding: 30px 20px;
  }
}
.about-items__svg {
  width: 45px;
  height: 45px;
  fill: #F06F0A;
  color: #F06F0A;
}
.about-items__name {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.about-items__text {
  font-size: 16px;
  color: #727272;
}
/* ////============ Import article-card ============ */
@media (max-width: 991.98px) {
  .blog-records .tns-controls {
    display: none;
  }
}
.article-card {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E7E6E6;
  box-shadow: 1px 1px 10px 0px rgba(174, 174, 192, 0.4);
}
@media (min-width: 576px) {
  .article-card {
    padding: 20px;
    border-radius: 20px;
  }
}
.article-card__img-wrp {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.article-card__img {
  border-radius: 15px;
}
.article-card__date {
  position: absolute;
  top: 17px;
  right: 23px;
  padding: 5px 10px;
  background-color: #6A8971;
  border-radius: 8px;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 576px) {
  .article-card__date {
    font-size: 1rem;
  }
}
.article-card__name {
  margin: 20px 0;
  display: block;
  font-weight: 500;
  color: #454545;
  font-size: 1rem;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .article-card__name {
    font-size: 1.143rem;
    color: #454545;
  }
}
.article-card__name:hover {
  text-decoration: none;
}
.article-card__text {
  margin-top: 20px;
  color: #454545;
  font-size: 1rem;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .article-card__text {
    font-size: 1.143rem;
    color: #454545;
  }
}
.simlple-slider .article-card {
  min-height: none;
}
@media (min-width: 768px) {
  .simlple-slider .article-card {
    min-height: 385px;
  }
}
@media (min-width: 992px) {
  .simlple-slider .article-card {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .simlple-slider .article-card {
    min-height: 422px;
  }
}
/* ////============ Import specialists ============ */
.specialists {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #F8F8F8;
}
@media (min-width: 768px) {
  .specialists {
    padding-top: 40px;
  }
}
.specialists__heading-text {
  font-size: 1.429rem;
}
@media (min-width: 768px) {
  .specialists__heading-text {
    font-size: 2.857rem;
  }
}
.specialists__shadow {
  padding: 15px;
  border-radius: 15px;
  box-shadow: 1px 1px 10px 0px rgba(174, 174, 192, 0.4);
}
@media (min-width: 768px) {
  .specialists__shadow {
    padding: 20px;
  }
}
.specialists__inner {
  position: relative;
  padding: 0px;
}
.specialists__img-wrp {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 15px;
}
.specialists__img-wrp.load-panel {
  overflow: hidden;
}
.specialists__img {
  display: block;
  width: 100% !important;
  border-radius: 15px;
  background-color: #ccc !important;
}
.specialists__spec-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .specialists__spec-inner:hover .specialists__spec-abs-text {
    transform: translateY(0%);
  }
}
.specialists-videos {
  margin-top: 0;
  padding-top: 0;
}
.specialists-videos .videos-section {
  margin-top: 0;
  padding-bottom: 15px;
}
.specialists-videos .videos-section .video-slider-wrp {
  margin: 0;
  padding: 0;
}
.specialists__spec-abs-text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px 20px 15px 15px;
  transform: translateY(101%);
  transition: transform 0.3s ease;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  will-change: transform;
}
.specialists__spec-abs-text-inner {
  overflow: auto;
  height: 100%;
}
.specialists__spec-abs-text-has-video {
  padding-top: 50px;
}
.specialists__spec-video-a {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 50%;
  transition: transform 0.3s ease;
}
.specialists__spec-video-a:hover {
  transform: scale(1.1);
}
.specialists__spec-video-a:hover .video-icon {
  opacity: 1;
}
.specialists__video-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.11);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.specialists__video-button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 6px;
  transform: scale(0.5);
  transition: transform 0.3s ease;
}
.specialists__video-button:hover, .specialists__video-button:focus {
  opacity: 1;
}
.specialists__video-button:hover svg, .specialists__video-button:focus svg {
  transform: scale(1);
}
.specialists__name {
  display: block;
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 14px;
  color: #1E1E1E;
  text-align: center;
}
@media (min-width: 768px) {
  .specialists__name {
    margin: 25px 0 12px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .specialists__name {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .specialists__name {
    font-size: 18px;
  }
}
.specialists__name:hover {
  text-decoration: none;
}
.specialists__pos {
  display: block;
  margin: 10px 0 15px;
  font-size: 12px;
  color: #1E1E1E;
  text-align: center;
}
@media (min-width: 992px) {
  .specialists__pos {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .specialists__pos {
    margin: 12px 0 20px;
    font-size: 16px;
  }
}
.specialists__pos:hover {
  text-decoration: none;
}
.specialists__bottom-btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .specialists .tns-slider-style .tns-slider-wrp .tns-controls {
    top: -66px;
  }
}
@media (min-width: 1200px) {
  .specialists .tns-slider-style .tns-slider-wrp .tns-controls {
    display: flex;
  }
}
.specialists .tns-slider-style .tns-slider-wrp .tns-nav {
  bottom: -35px;
}
/* ////============ Import licenses-block ============ */
.licenses-block__wrp {
  position: relative;
  padding: 14px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  background-color: #EEE5DF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .licenses-block__wrp {
    padding: 22px 41px;
    gap: 50px;
  }
}
.licenses-block__img-wrp {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .licenses-block__img-wrp {
    justify-content: flex-start;
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  .licenses-block__img-wrp {
    width: auto;
  }
}
.licenses-block__img-wrp img {
  border-radius: 5px;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
}
.licenses-block__img-a {
  display: inline-block;
}
.licenses-block__content {
  position: relative;
  max-width: 100%;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .licenses-block__content {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .licenses-block__content {
    max-width: 33%;
  }
}
.licenses-block__text {
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .licenses-block__text {
    font-size: 1.143rem;
    margin-bottom: 20px;
  }
}
.licenses-block__btns-wrp {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .licenses-block__btns-wrp {
    margin-bottom: 20px;
  }
}
.licenses-block__bg-img {
  display: none !important;
}
@media (min-width: 992px) {
  .licenses-block__bg-img {
    display: block !important;
    width: 300px !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .licenses-block__bg-img {
    width: auto !important;
  }
}
/* ////============ Import spb-salon-selector ============ */
.salon-info {
  display: none;
}
.salon-info.active {
  display: block;
}
@media (min-width: 992px) {
  .map {
    margin-top: -100px;
  }
}
.map__salon-selector {
  margin-bottom: 30px;
}
.map__address-heading {
  font-size: 1.143rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .map__address-heading {
    font-size: 1.286rem;
  }
}
.map__address-text {
  margin: 15px 0;
  font-size: 1rem;
  color: #fff;
}
.map__label {
  margin: 10px 0;
  display: inline-block;
}
.map__label span {
  font-size: 1.143rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .map__label span {
    font-size: 1.286rem;
  }
}
.map__info {
  width: 100%;
  padding: 20px 15px 25px 15px;
  background-color: #91A48E;
  border-radius: 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .map__info {
    padding: 20px 25px 30px 25px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (min-width: 1200px) {
  .map__info {
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: 2fr 3fr;
  }
}
@media (min-width: xxl) {
  .map__info {
    padding: 35px 60px 35px 40px;
  }
}
.map__info-heading {
  font-size: 1.286rem;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .map__info-heading {
    font-size: 2.143rem;
    margin-bottom: 15px;
    grid-column: 2;
  }
}
@media (min-width: 1600px) {
  .map__info-heading {
    font-size: 2.857rem;
    margin-bottom: 20px;
  }
}
.map__info-link {
  display: block;
  width: 100%;
  padding: 10px;
  padding-right: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .map__info-link {
    padding: 15px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .map__info-link {
    padding: 20px;
    font-size: 1.143rem;
  }
}
.map__info-link:hover {
  background-color: #fff;
  color: #91A48E;
}
.map__info-link.active {
  background-color: #fff;
  color: #91A48E;
}
@media (min-width: 768px) {
  .map__info-map-content {
    margin-bottom: 0;
    grid-row-start: 4;
    grid-row-end: 1;
    grid-column: 1;
  }
}
.map__info-map {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .map__info-map {
    border-radius: 10px;
    margin-bottom: 0;
    height: 100%;
  }
}
.map__info-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .map__info-content {
    grid-column: 2;
  }
}
.map__info-wrp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .map__info-wrp {
    flex-direction: row;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .map__info-wrp {
    gap: 50px;
  }
}
@media (min-width: 1600px) {
  .map__info-wrp {
    gap: 80px;
  }
}
.map__info-subheading {
  font-size: 1.143rem;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 1200px) {
  .map__info-subheading {
    font-size: 1.286rem;
  }
}
.map__info-text {
  font-size: 1.143rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1200px) {
  .map__info-text {
    font-size: 1.286rem;
  }
}
.map__info-text svg {
  fill: #fff;
  color: #fff;
}
.map__info .map__info-text:hover {
  color: #526E58;
}
/* ////============ Import product-slim ============ */
.row_compact {
  margin-right: -12px;
  margin-left: -12px;
}
.row_compact > .col, .row_compact > [class*=col-] {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.row_compact > [class*=col] {
  margin-bottom: 24px;
}
.product-slim {
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
}
@media (min-width: 768px) {
  .product-slim {
    border-radius: 15px;
  }
}
.product-slim__img-wrp {
  display: block;
  width: 100%;
  aspect-ratio: 57/44;
  background: #F5F5F5;
}
.product-slim__img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slim__content {
  padding: 6px 6px 10px;
}
@media (min-width: 768px) {
  .product-slim__content {
    padding: 12px 12px 16px;
  }
}
.product-slim__category {
  font-size: 0.857rem;
  color: #727272;
}
.product-slim__name {
  display: block;
  margin: 8px 0;
  line-height: 1.2em;
  font-size: 0.929rem;
  font-weight: 500;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .product-slim__name {
    font-size: 1.143rem;
  }
}
.product-slim__bottom-wrp {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .product-slim__bottom-wrp {
    margin-top: 20px;
  }
}
.product-slim__price {
  font-size: 1rem;
  font-weight: 500;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .product-slim__price {
    font-size: 1.429rem;
  }
}
.product-slim__price-old {
  font-size: 1rem;
  color: #727272;
  text-decoration: line-through;
}
.product-slim__btn-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #FF9B46;
  background: linear-gradient(143.73deg, #FF9B46 38.31%, #FF8425 73.44%);
}
@media (min-width: 768px) {
  .product-slim__btn-to-cart {
    padding: 8px 16px;
    min-width: 89px;
    min-height: 38px;
  }
}
@media (min-width: 992px) {
  .product-slim__btn-to-cart {
    padding: 8px 20px;
  }
}
.product-slim__btn-to-cart:hover {
  background: #ee7c1a;
  background: linear-gradient(143.73deg, #ec852b 38.31%, #ee7c1a 73.44%);
  text-decoration: none;
}
.product-slim__btn-to-cart svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}
@media (min-width: 992px) {
  .product-slim__btn-to-cart svg {
    width: 22px;
    height: 22px;
  }
}
.pr-popup__container {
  padding: 32px 32px 32px 16px;
  max-width: 836px;
  min-width: 98vw;
}
@media (min-width: 992px) {
  .pr-popup__container {
    min-width: 1088px;
  }
}
.pr-popup__content {
  gap: 30px 0;
  margin-right: -24px;
  margin-left: -24px;
}
.pr-popup__content > .col, .pr-popup__content > [class*=col-] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.pr-popup__category-name {
  font-size: 0.857rem;
  color: #727272;
}
.pr-popup__heading {
  display: block;
  margin: 8px 0;
  line-height: 1.2em;
  font-size: 1.143rem;
  font-weight: 500;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .pr-popup__heading {
    font-size: 1.429rem;
  }
}
.pr-popup__price-btn-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .pr-popup__price-btn-row {
    margin-top: 30px;
  }
}
.pr-popup__options .filter-inp-style__label {
  margin-bottom: 5px;
}
.pr-popup__options .filter-inp-style__text {
  font-size: 16px;
}
.pr-popup__options .color-toggler__icon {
  width: 23px;
  height: 23px;
  border-radius: 3px;
}
.pr-popup__options .color-toggler__icon:after {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #D9D9D9;
  opacity: 1;
}
.pr-popup__options .color-toggler input:checked + label .color-toggler__icon:after {
  border-color: #FF9B46;
}
.pr-popup__options .select-wrp_md select {
  font-size: 14px;
  padding: 6px 15px;
  padding-left: 15px !important;
}
.pr-popup__option {
  margin: 15px 0;
}
.pr-popup__option_name {
  margin-bottom: 10px;
  font-size: 12px;
  color: #727272;
}
/* ////============ Import old_main ============ */
.flag__item {
  position: relative;
}
.flag__item:hover .flag__text {
  opacity: 1;
  visibility: visible;
  bottom: 120%;
}
.flag__text {
  min-width: 100px;
  padding: 2px 3px;
  display: inline-block;
  position: absolute;
  bottom: 95%;
  left: 50%;
  transform: translateX(-50%);
  background: #6A8971;
  border-radius: 3px;
  text-align: center;
  font-size: 0.714rem;
  color: #fff;
  line-height: 1.3em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}
.flag__text:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6A8971;
}
.store-video {
  padding: 4px 23px 4px 4px;
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  gap: 0 6px;
  color: #fff;
  background-color: #6A8971;
}
.store-video svg {
  width: 28px;
  height: 28px;
  fill: #6A8971;
}
@media (min-width: 576px) {
  .store-video svg {
    width: 31px;
    height: 31px;
  }
}
@media (min-width: 768px) {
  .store-video svg {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1900px) {
  .store-video svg {
    width: 52px;
    height: 52px;
  }
}
.store-video__text {
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  color: #fff;
}
@media (min-width: 576px) {
  .store-video__text {
    font-size: 12px;
    line-height: 1.1em;
  }
}
@media (min-width: 768px) {
  .store-video__text {
    line-height: 1.3em;
    font-size: 14px;
  }
}
.store-video:hover {
  background-color: #FF9B46;
}
.store-video:hover svg {
  fill: #FF9B46;
}
#content {
  position: relative;
}
#content > .store-video {
  display: none;
}
@media (min-width: 1740px) {
  #content > .store-video {
    float: left;
    display: inline-flex;
    margin-top: -105px;
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    left: calc((100vw - 1490px) / 2);
    transform: translateX(-85%);
    bottom: 100px;
  }
}
@media (min-width: 1900px) {
  #content > .store-video {
    transform: translateX(-92%);
  }
}
.panel-fixed .store-video {
  margin-right: auto;
  display: inline-flex;
}
@media (min-width: 1740px) {
  .panel-fixed .store-video {
    display: none;
  }
}
#z_video_svg circle {
  fill: currentColor;
}
#z_video_svg path:last-child {
  fill: currentColor;
}
.main-page-bg {
  position: relative;
  z-index: 2;
  background: #fff;
}
.main-page-bg:before, .main-page-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.main-slider {
  margin: 15px 0;
  position: relative;
}
@media (min-width: 768px) {
  .main-slider {
    margin: 34px 0;
  }
}
.main-slider .tns-outer .tns-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 6px solid #e9e9e9;
  background-color: #fff;
  box-shadow: 0px 0px 35.8px 0px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .main-slider .tns-outer .tns-controls button {
    width: 56px;
    height: 56px;
    border: 10px solid #e9e9e9;
  }
}
@media (min-width: 992px) {
  .main-slider .tns-outer .tns-controls button {
    width: 84px;
    height: 84px;
    border: 17px solid #e9e9e9;
  }
}
@media (min-width: 860px) {
  .main-slider .tns-outer .tns-controls button {
    transform: scale(1) translate(-50%, -50%);
  }
}
.main-slider .tns-outer .tns-controls button:hover {
  background-color: #6A8971;
}
.main-slider .tns-outer .tns-controls button:hover svg {
  fill: #fff;
}
.main-slider .tns-outer .tns-controls button[data-controls=prev] {
  left: 0px;
}
@media (min-width: 860px) {
  .main-slider .tns-outer .tns-controls button[data-controls=prev] {
    transform: translate(-50%, -50%);
    left: calc((100vw - 800px - var(--scrollbar-width)) / 2);
  }
}
.main-slider .tns-outer .tns-controls button[data-controls=next] {
  right: 0px;
}
@media (min-width: 860px) {
  .main-slider .tns-outer .tns-controls button[data-controls=next] {
    transform: translate(50%, -50%);
    right: calc((100vw - 800px - var(--scrollbar-width)) / 2);
  }
}
.main-slider .tns-outer .tns-controls button svg {
  width: 16px;
  height: 16px;
  fill: #6A8971;
}
@media (min-width: 768px) {
  .main-slider .tns-outer .tns-controls button svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  .main-slider .tns-outer .tns-controls button svg {
    width: 24px;
    height: 24px;
  }
}
.main-slider__slide-wrapper {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-slider__slide-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 22px;
  }
}
.main-slider__slide-wrapper:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.main-slider .tns-slide-active + .tns-slide-active + .tns-slide-active .main-slider__slide-wrapper:before {
  opacity: 1;
  visibility: visible;
}
.main-slider .tns-slide-active + .tns-slide-active .main-slider__slide-wrapper:before {
  opacity: 0;
  visibility: hidden;
}
.main-slider__video-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(106, 137, 113, 0.74);
  color: rgba(255, 255, 255, 0.67);
}
.main-slider__video-cover svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
  fill: none;
  stroke-width: 6px;
  stroke: rgba(255, 255, 255, 0.67);
}
.main-slider__video-cover:hover svg {
  transform: translate(-50%, -50%) scale(1.2);
}
.main-slider__content {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.main-slider__text-wrp {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  height: 100%;
  display: flex;
}
@media (min-width: 576px) {
  .main-slider__text-wrp-right {
    justify-content: flex-end;
  }
}
.main-slider__text-wrp {
  position: relative;
  padding: 12px 12px;
}
@media (min-width: 576px) {
  .main-slider__text-wrp {
    padding: 40px 25px 30px;
  }
}
@media (min-width: 992px) {
  .main-slider__text-wrp {
    padding: 80px 35px 42px;
  }
}
.main-slider__text-inner {
  width: 85%;
}
@media (min-width: 576px) {
  .main-slider__text-inner {
    display: block;
    width: 57%;
    gap: 15px 0;
  }
}
.main-slider__text {
  font-weight: 700;
  line-height: 1.1em;
  font-size: 0.929rem;
  color: #FF9B46;
}
@media (min-width: 400px) {
  .main-slider__text {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .main-slider__text {
    font-size: 1.286rem;
    line-height: 1.3em;
  }
}
.main-slider__text br {
  display: none;
}
.main-slider__second-text {
  margin-top: 5px;
  line-height: 1.15em;
  font-weight: 500;
  font-size: 0.679rem;
}
@media (min-width: 400px) {
  .main-slider__second-text {
    font-size: 0.786rem;
  }
}
@media (min-width: 576px) {
  .main-slider__second-text {
    font-size: 1rem;
    line-height: 1.4em;
  }
}
.main-slider__second-text b {
  font-weight: 500;
}
.main-slider__second-text p,
.main-slider__second-text ul {
  margin-bottom: 0.2em;
}
@media (min-width: 1200px) {
  .main-slider__second-text p,
  .main-slider__second-text ul {
    margin-bottom: 0.5em;
  }
}
.main-slider__second-text ul {
  padding-left: 5px;
}
.main-slider__second-text li {
  margin: 2px 0px;
  position: relative;
  padding-left: 9px;
}
@media (min-width: 768px) {
  .main-slider__second-text li {
    padding-left: 15px;
  }
}
.main-slider__second-text li:before, .main-slider__second-text li:after {
  content: "";
  position: absolute;
  background-color: #FF9B46;
}
.main-slider__second-text li:before {
  top: 4px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .main-slider__second-text li:before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}
.main-slider__second-text li:after {
  top: 6px;
  left: -100px;
  width: 100px;
  height: 1px;
  border: 0px;
}
@media (min-width: 768px) {
  .main-slider__second-text li:after {
    top: 8px;
    height: 2px;
  }
}
.main-slider__second-text li:last-child {
  margin-bottom: 0px;
}
.main-slider .edit-link_sm {
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 0.857rem;
}
.main-slider__btn-wrp {
  position: absolute;
  bottom: 15px;
  transform: translateY(0%);
  text-align: left;
  align-self: flex-end;
}
@media (min-width: 440px) {
  .main-slider__btn-wrp {
    bottom: 0px;
    transform: translateY(-100%);
  }
}
@media (min-width: 576px) {
  .main-slider__btn-wrp {
    display: flex;
    align-items: center;
  }
}
.main-slider__btn-wrp br {
  display: block;
}
@media (min-width: 576px) {
  .main-slider__btn-wrp br {
    display: none;
  }
}
.main-slider__btn-wrp .btn {
  padding: 4px 5px;
  font-size: 0.714rem;
  border-radius: 3px;
}
@media (min-width: 576px) {
  .main-slider__btn-wrp .btn {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 6px;
  }
}
.main-slider__btn-wrp .btn svg + .btn__text {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .main-slider__btn-wrp .btn svg + .btn__text {
    margin-left: 10px;
  }
}
.main-slider__btn-wrp .btn svg {
  display: none;
}
@media (min-width: 768px) {
  .main-slider__btn-wrp .btn + .btn {
    margin-left: 10px;
  }
}
.main-slider__btn-wrp br + .btn {
  margin-left: 0px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .main-slider__btn-wrp br + .btn {
    margin-left: 15px;
    margin-top: 0px;
  }
}
.main-slider__desktop-img {
  display: none;
}
@media (min-width: 576px) {
  .main-slider__desktop-img {
    display: block;
  }
}
.main-slider__mobile-img {
  display: block;
}
@media (min-width: 576px) {
  .main-slider__mobile-img {
    display: none;
  }
}
.home-html__btn-wrp {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .home-html__btn-wrp {
    margin-top: 30px;
  }
}
.text-block {
  max-width: 60%;
}
.text-block_wide {
  max-width: none;
}
.text-block_wide .text-block__caption {
  max-width: none;
}
.text-block__first {
  margin-bottom: 20px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .text-block__first {
    margin-bottom: 30px;
    font-size: 1.143rem;
  }
}
.text-block__first a {
  color: #BDBDBD;
}
.text-block__first_accent {
  color: #FF9B46;
  font-weight: 500;
}
.text-block__first_accent a {
  color: #FF9B46;
}
.text-block__first_item:before {
  content: "●";
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  font-size: 0.5em;
  font-weight: 300;
  vertical-align: middle;
}
.text-block__heading {
  font-size: 2rem;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .text-block__heading {
    font-size: 3.286rem;
  }
}
@media (min-width: 1740px) {
  .text-block__heading {
    font-size: 4.286rem;
  }
}
.text-block__heading span {
  display: block;
  color: #FF9B46;
}
.text-block__caption {
  margin-top: 15px;
  max-width: 60%;
  font-size: 1.286rem;
  color: #5D5D5D;
}
@media (min-width: 768px) {
  .text-block__caption {
    margin-top: 30px;
  }
}
.text-block__caption p {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-block__caption p {
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: 1.8em;
  }
}
.text-block__btn-wrp {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .text-block__btn-wrp {
    margin-top: 40px;
  }
}
@media (min-width: 1740px) {
  .text-block__btn-wrp {
    margin-top: 80px;
  }
}
.text-block__btn-wrp_phone .icon-link {
  font-size: 1.714rem;
}
.text-block__ph-text {
  margin-bottom: 20px;
}
.mparallax__obj {
  will-change: transform;
}
.mparallax__scroll1 {
  will-change: transform, opacity;
}
.blocks-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.blocks-grid > .col, .blocks-grid > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (min-width: 1200px) {
  .blocks-grid {
    margin-right: -25px;
    margin-left: -25px;
  }
  .blocks-grid > .col, .blocks-grid > [class*=col-] {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}
.blocks-grid.tns-slider {
  margin-right: 0px;
  margin-left: 0px;
}
.blocks-grid.tns-slider > .col, .blocks-grid.tns-slider > [class*=col-] {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.blocks-grid__item {
  min-height: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blocks-grid__item {
    margin-bottom: 0px;
  }
}
.blocks-grid__item.active {
  background: #FF9B46;
}
.blocks-grid__item input[type=radio] {
  display: none;
}
.blocks-grid__img {
  height: auto;
  border-radius: 10px;
}
.blocks-grid__img.loaded {
  width: 100% !important;
}
.blocks-grid__img-wrp {
  display: block;
  position: relative;
  border-radius: 10px;
}
.blocks-grid__img-wrp_hover {
  position: relative;
}
.blocks-grid__img-wrp_hover::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  border-radius: 10px;
  background: #403932;
  transition: opacity 0.3s ease;
}
.blocks-grid__img-wrp_hover .blocks-grid__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  transform: scale(0);
  background: #FF9B46;
  opacity: 0;
  transition: transform 0.3s ease;
  transition-delay: 0.1s;
}
.blocks-grid__img-wrp_hover .blocks-grid__hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
}
.blocks-grid__img-wrp_hover:hover::before, .blocks-grid__img-wrp_hover:focus::before {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.blocks-grid__img-wrp_hover:hover .blocks-grid__hover, .blocks-grid__img-wrp_hover:focus .blocks-grid__hover {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.blocks-grid__ico {
  padding: 10px;
  position: absolute;
  bottom: 0px;
  right: 7%;
  transform: translateY(50%);
  border-radius: 50%;
  color: #FF9B46;
  background: #fff;
}
@media (min-width: 576px) {
  .blocks-grid__ico {
    padding: 13px;
    right: 20px;
  }
}
.blocks-grid__ico svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
@media (min-width: 576px) {
  .blocks-grid__ico svg {
    width: 50px;
    height: 50px;
  }
}
.blocks-grid__date {
  padding: 3px 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  border-radius: 10px;
  background: #6A8971;
  font-size: 0.857rem;
}
@media (min-width: 576px) {
  .blocks-grid__date {
    padding: 5px 12px;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .blocks-grid__abs {
    position: absolute;
    top: 100%;
    left: 35px;
    right: 35px;
  }
}
@media (min-width: 768px) {
  .blocks-grid_abs-padding {
    padding-bottom: 211px;
  }
}
.blocks-grid__inner a.blocks-grid__img-wrp .blocks-grid__ico {
  transition: transform 0.3s ease;
  will-change: transform;
}
.blocks-grid__inner:hover a.blocks-grid__img-wrp .blocks-grid__ico {
  transform: translateY(50%) scale(1.2);
}
.blocks-grid__cat-name {
  display: block;
  margin: 1.5em 0 1em;
  color: #1E1E1E;
  line-height: 1.3em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .blocks-grid__cat-name {
    font-size: 1.286rem;
  }
}
.blocks-grid__cat-name:hover {
  text-decoration: none;
}
.blocks-grid__name {
  display: block;
  margin: 1.5em 0 1em;
  font-weight: 500;
  font-size: 1.143rem;
  color: #1E1E1E;
}
@media (min-width: 576px) {
  .blocks-grid__name {
    margin: 1.5em 0 0.5em;
    font-size: 1.571rem;
  }
}
.blocks-grid__name_sm {
  font-size: 1.143rem;
}
.blocks-grid__pos {
  display: block;
  color: #FF9B46;
  font-size: 1.143rem;
}
.blocks-grid__pos-min-h {
  min-height: 48px;
}
.blocks-grid__text {
  margin: 20px 0;
  position: relative;
  line-height: 1.5em;
  color: #5D5D5D;
  font-size: 0.929rem;
}
@media (min-width: 576px) {
  .blocks-grid__text {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.blocks-grid__descr {
  margin-bottom: 30px;
}
.blocks-grid__ul li, .blocks-grid__descr ul li {
  margin: 10px 0;
  position: relative;
  padding-left: 15px;
  line-height: 1.5em;
  font-size: 0.929rem;
}
@media (min-width: 576px) {
  .blocks-grid__ul li, .blocks-grid__descr ul li {
    margin: 20px 0;
    padding-left: 22px;
    font-size: 1rem;
    line-height: 1.9em;
  }
}
.blocks-grid__ul li::before, .blocks-grid__descr ul li::before {
  content: "●";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0.5em;
  font-weight: 300;
  vertical-align: middle;
  color: #FF9B46;
}
@media (min-width: 576px) {
  .blocks-grid__ul li::before, .blocks-grid__descr ul li::before {
    top: 1px;
  }
}
.blocks-grid_sm .blocks-grid__name {
  font-size: 1rem;
}
.blocks-grid .price-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blocks-grid__btn-wrp {
  width: 250px;
  max-width: 100%;
}
.blocks-grid__btn-wrp .btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.blocks-grid__text-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blocks-grid__text-row strong {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.143rem;
}
.blocks-grid__text-left {
  max-width: 50%;
}
.blocks-grid__radio-buttons {
  margin: 10px -5px;
  display: flex;
  flex-wrap: wrap;
}
.blocks-grid__radio-buttons::after {
  content: "";
  flex: auto;
}
.blocks-grid__radio-buttons .radio-buttons__item {
  margin: 4px 3px;
}
.blocks-grid__times {
  margin: 10px -5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blocks-grid__times::after {
  content: "";
  flex: auto;
}
.blocks-grid__time {
  margin: 5px 5px;
  padding: 8px 8px;
  border-radius: 10px;
  background-color: #FFF6ED;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
}
.blocks-grid__bottom-btn {
  margin-top: 30px;
}
.blocks-grid__bottom-abs {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .blocks-grid__bottom-abs {
    padding-bottom: 80px;
  }
}
.blocks-grid__bottom-btn-abs-wrp {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.blocks-grid__ul-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 12px;
}
.blocks-grid__ul-links-link {
  padding: 4px 10px;
  display: inline-block;
  border-radius: 7px;
  color: #1E1E1E;
  font-weight: 500;
  background: #f8eee7;
}
.blocks-grid__spec-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .blocks-grid__spec-inner:hover .blocks-grid__spec-abs-text {
    transform: translateY(0%);
  }
}
.blocks-grid__img-wrp.load-panel {
  overflow: hidden;
}
.blocks-grid__spec-abs-text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px 20px 15px 15px;
  transform: translateY(101%);
  transition: transform 0.3s ease;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  will-change: transform;
}
.blocks-grid__spec-abs-text-inner {
  overflow: auto;
  height: 100%;
}
.blocks-grid__spec-abs-text-has-video {
  padding-top: 50px;
}
.blocks-grid__spec-video-a {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 50%;
  transition: transform 0.3s ease;
}
.blocks-grid__spec-video-a:hover {
  transform: scale(1.1);
}
.blocks-grid__spec-video-a:hover .video-icon {
  opacity: 1;
}
.blocks-grid_no-order .blocks-grid__bottom-btn {
  display: none;
}
.home-catalog .heading__a {
  font-size: 1.143rem;
  text-decoration: underline;
}
.home-catalog .heading__a.active {
  color: #6A8971;
  text-decoration: none;
}
.home-catalog__btn-wrp {
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-catalog__btn-wrp {
    margin-top: 40px;
  }
}
.home-catalog__link {
  color: #000;
  font-size: 1.286rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .home-catalog__link {
    font-size: 1.714rem;
  }
}
.section-map {
  position: relative;
}
.section-map__toggler-wrp {
  display: flex;
  position: absolute;
  top: 30px;
  right: 35px;
  z-index: 2;
  width: calc(100% - 35px);
  overflow: scroll;
  scrollbar-width: none;
  justify-content: flex-end;
  pointer-events: none;
}
.section-map__toggler-wrp::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1740px) {
  .section-map__toggler-wrp {
    right: calc((100vw - 260px - 1490px) / 2 + 70px / 2);
  }
}
@media (min-width: 768px) {
  .section-map__toggler-wrp {
    top: 100px;
  }
}
.section-map_alt .section-map__toggler-wrp {
  top: 15px;
  right: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .section-map_alt .section-map__toggler-wrp {
    top: 50px;
    right: 35px;
    left: 35px;
  }
}
.section-map_alt .section-map__toggler-wrp li {
  display: block;
  min-height: 100%;
  width: 50%;
  margin-left: 7px;
  margin-right: 7px;
}
.section-map_alt .section-map__toggler-wrp li .radio-wrp {
  height: 100%;
}
.section-map_alt .section-map__toggler-wrp li:last-child {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .section-map_alt .section-map__toggler-wrp li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-map_alt .section-map__toggler-wrp li:last-child {
    margin-right: 15px;
  }
}
.section-map_alt .section-map__toggler-wrp li input[type=radio] {
  display: none;
}
.section-map_alt .section-map__toggler-wrp li input[type=radio]:checked + label {
  color: #fff;
  background: #FF9B46;
  background-image: linear-gradient(143deg, #ff9b46 34%, #ff8425 83%);
}
.section-map_alt .section-map__toggler-wrp li a,
.section-map_alt .section-map__toggler-wrp li label {
  margin: 0px;
  display: inline-block;
  height: 100%;
  min-height: 100%;
  width: 100%;
  text-align: center;
}
.section-map_alt .section-map__toggler-wrp .section-map__city {
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-map_alt .section-map__toggler-wrp .section-map__city {
    font-size: 1.429rem;
  }
}
.section-map_alt .section-map__toggler-wrp .section-map__address {
  margin-top: 5px;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .section-map_alt .section-map__toggler-wrp .section-map__address {
    font-size: 1rem;
  }
}
.section-map iframe {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .section-map iframe {
    pointer-events: auto;
  }
}
.section-map li {
  display: inline-block;
  margin-right: 20px;
  pointer-events: all;
}
.section-map li:last-child {
  margin-right: 0px;
}
.section-map__toggler {
  padding: 20px;
  display: inline-block;
  width: 150px;
  height: 100%;
  border-radius: 10px;
  color: #1E1E1E;
  font-size: 0.857rem;
  background: #fff;
}
@media (min-width: 768px) {
  .section-map__toggler {
    padding: 20px;
  }
}
.section-map__toggler:hover {
  color: #6A8971;
  text-decoration: none;
}
.section-map__toggler svg {
  fill: currentColor;
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .section-map__toggler svg {
    width: 30px;
    height: 30px;
  }
}
.section-map__toggler span {
  margin-top: 10px;
  display: block;
}
@media (min-width: 768px) {
  .section-map__toggler span {
    margin-top: 20px;
  }
}
.section-map__toggler.active {
  color: #fff;
  background: #FF9B46;
  background-image: linear-gradient(143deg, #ff9b46 34%, #ff8425 83%);
}
.section-map_contact {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-map_contact {
    margin-bottom: 177px;
  }
}
.section-map_contact iframe {
  height: 660px;
}
.section-map__item-container {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .section-map__item-container {
    padding-top: 0px;
    position: absolute;
    bottom: -107px;
    z-index: 3;
  }
}
.section-map__item-row {
  margin-right: -15px;
  margin-left: -15px;
}
.section-map__item-row > .col, .section-map__item-row > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.section-map__item-col {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-map__item-inner {
  height: 100%;
}
.section-map__item-content {
  margin-top: 30px;
}
.accent2block {
  position: relative;
  padding: 40px 50px;
  border-radius: 10px;
  background: #FFF6ED;
}
.accent2block__icon {
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 13px;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .accent2block__icon {
    right: 50px;
  }
}
.accent2block__icon svg {
  display: block;
  fill: #FF9B46;
  width: 100%;
  height: 100%;
}
.accent2block__bg {
  height: 45px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
iframe .place-card {
  display: none !important;
}
.reviews .tns-slider-style-alt {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0;
}
.reviews__item-wrp {
  padding: 10px 10px 20px 10px;
  border-radius: 10px;
  background-color: #eee5df;
}
.reviews__wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .reviews__wrp {
    margin-bottom: 20px;
  }
}
.reviews__date {
  font-size: 0.857rem;
  color: #000;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .reviews__date {
    font-size: 1.143rem;
  }
}
.reviews__stars {
  display: flex;
  gap: 3px;
}
.reviews__star {
  height: 10px;
}
.reviews__star .svg {
  fill: #f9ba48;
}
.reviews__name {
  font-family: "Prosto One", sans-serif;
  font-size: 1.143rem;
  margin-bottom: 5px;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .reviews__name {
    font-size: 1.429rem;
    margin-bottom: 20px;
  }
}
.reviews__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .reviews__text {
    font-size: 1.143rem;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
  }
}
.reviews__more {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .reviews__more {
    font-size: 1.143rem;
  }
}
.catalog-block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .catalog-block {
    gap: 40px;
  }
}
.catalog-block__item {
  width: calc((100% - 20px) / 2);
  border-radius: 15px;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .catalog-block__item {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1200px) {
  .catalog-block__item {
    width: calc((100% - 120px) / 4);
  }
}
.catalog-block__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.catalog-block__img-wrp {
  display: block;
  margin-bottom: 20px;
}
.catalog-block__cat-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 300;
  line-height: 1.42;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .catalog-block__cat-name {
    font-size: 1.286rem;
    -webkit-line-clamp: 3;
  }
}
.questions .row {
  margin-right: -20px;
  margin-left: -20px;
}
.questions .row > .col, .questions .row > [class*=col-] {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.questions__side-wrp {
  padding-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}
.questions__side-wrp > * {
  margin-bottom: 20px;
}
.catalog {
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 768px) {
  .catalog {
    margin-bottom: clamp(25px, 3vw, 35px);
  }
}
@media (min-width: 1200px) {
  .catalog {
    margin-top: 50px;
  }
}
.catalog .tns-slider-style_up-sm-minus {
  margin-top: 0px;
}
.catalog__links {
  padding-bottom: 10px;
  display: flex;
  gap: 10px 12px;
  overflow-x: auto;
}
.catalog__links:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.catalog__link {
  padding: 3px 10px;
  display: inline-block;
  color: #1E1E1E;
  border-radius: 20px;
  border: 1px solid #FF9B46;
  white-space: nowrap;
  font-size: 12px;
}
@media (min-width: 768px) {
  .catalog__link {
    padding: 7px 20px;
    font-size: 14px;
  }
}
.catalog__link:hover, .catalog__link:focus {
  color: #fff;
  text-decoration: none;
  border-color: #FF9B46;
  background-color: #FF9B46;
}
.catalog__link:active, .catalog__link.active {
  color: #fff;
  text-decoration: none;
  border-color: #FF9B46;
  background-color: #FF9B46;
}
.catalog__load-products {
  color: #FF8425;
  border-color: rgb(255, 240, 223);
  background-color: rgb(255, 240, 223);
}
.catalog__tabs-content {
  position: relative;
}
.catalog__tab {
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transform: translateY(-30%);
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 576px) {
  .catalog__tab {
    padding: 3px 0px;
  }
}
.catalog__tab.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.catalog .tns-slider-wrp {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0px !important;
}
@media (min-width: 1200px) {
  .catalog .tns-slider-wrp {
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media (min-width: 1200px) {
  .info-block {
    margin-bottom: 70px;
  }
}
.info-block .heading {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .info-block .heading {
    margin-bottom: 35px;
  }
}
.info-block__row {
  display: flex;
  padding: 30px 30px;
  gap: 30px 0px;
  flex-wrap: wrap;
  border-radius: 22px;
  background-color: rgb(238, 243, 246);
}
@media (min-width: 1200px) {
  .info-block__row {
    padding: 50px 50px;
  }
}
.info-block__text-col {
  flex: 1 1 100%;
  max-width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .info-block__text-col {
    padding-right: 70px;
    flex: 1 1 65%;
    max-width: 65%;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .info-block__text-col {
    font-size: 22px;
  }
}
.info-block__img {
  height: auto !important;
}
.info-block__img-col {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .info-block__img-col {
    flex: 1 1 35%;
    max-width: 35%;
  }
}
.for-who__row {
  margin-right: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.for-who__row > .col, .for-who__row > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 992px) {
  .for-who__row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .for-who__row > .col, .for-who__row > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.for-who__row > .col, .for-who__row > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.for-who__items {
  display: flex;
  align-items: center;
}
.for-who__items-inner {
  padding-top: 20px;
  width: 100%;
  flex: 1 1 100%;
}
@media (min-width: 576px) {
  .for-who__items-inner {
    padding-top: 0px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .for-who__items-inner {
    padding-left: 0px;
  }
}
.for-who__inner {
  padding: 5px 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .for-who__inner {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .for-who__inner {
    justify-content: center;
  }
}
.for-who__img-wrp {
  position: relative;
  background: #fff0df;
  overflow: hidden;
  border-radius: 10px;
}
.for-who__name {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 16px;
  padding-right: 20%;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .for-who__name {
    font-size: 24px;
  }
}
.for-who__icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .for-who__icon-item {
    gap: 30px;
  }
}
.for-who__icon {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #eee;
}
.for-who__icon svg {
  width: 30px;
  height: 30px;
  stroke: #6A8971 !important;
}
@media (min-width: 1600px) {
  .for-who__icon {
    padding: 15px;
  }
  .for-who__icon svg {
    width: 36px;
    height: 36px;
  }
}
.for-who__icon-name {
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .for-who__icon-name {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .for-who__icon-name {
    font-size: 18px;
  }
}
.cert__bg {
  padding: 30px 20px;
  border-radius: 22px;
  background-color: #E5EDEE;
}
@media (min-width: 992px) {
  .cert__bg {
    padding: 30px 30px 30px;
  }
}
@media (min-width: 1600px) {
  .cert__bg {
    padding: 65px 95px;
  }
}
@media (min-width: 992px) {
  .cert .tns-slider-style .tns-nav {
    bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .cert .tns-slider-style .tns-nav {
    bottom: 75px;
  }
}
.cert__img {
  background-color: #fff !important;
}
.contact__bg {
  padding: 20px;
  border-radius: 22px;
  background-color: #E5EDEE;
}
@media (min-width: 768px) {
  .contact__bg {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .contact__bg {
    padding: 45px;
  }
}
@media (min-width: 1600px) {
  .contact__bg {
    padding: 68px;
  }
}
.contact__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.contact__map-col {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .contact__map-col {
    padding-right: 40px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .contact__map-col {
    padding-right: 80px;
  }
}
@media (min-width: 1600px) {
  .contact__map-col {
    padding-right: 124px;
  }
}
.contact__map-col iframe {
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #FF9B46;
}
.contact__info-col {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .contact__info-col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.contact__item {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: clamp(17px, 3vw, 20px);
}
@media (min-width: 992px) {
  .contact__item {
    margin: 22px 0;
  }
}
.contact__item:first-child {
  margin-top: 0px;
}
.contact__item svg {
  width: 18px;
  height: 18px;
  fill: #000;
}
.contact__item-address svg {
  width: 26px;
  height: 26px;
}
.contact a.contact__item {
  color: #1E1E1E;
}
.contact a.contact__item:hover {
  text-decoration: none;
  color: #6A8971;
}
.contact__svg-wrp {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 40px;
  max-width: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.contact .open-modal {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .contact .open-modal {
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.contact .soc {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: clamp(5px, 1.5vw, 11px) clamp(5px, 1.5vw, 11px);
}
.contact .soc__li {
  margin: 0px;
  padding: 0px;
}
.contact .soc__a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
  border-radius: 50%;
  background-color: #E5EDEE;
}
@media (min-width: 992px) {
  .contact .soc__a {
    width: 40px;
    height: 40px;
  }
}
.contact .soc__a svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: currentColor;
  stroke: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .contact .soc__a svg {
    width: 22px;
    height: 22px;
  }
}
.contact .soc__a:hover {
  color: #6A8971;
}
.contact .soc_white .soc__a {
  background-color: #fff;
}
.section-about-us {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .section-about-us {
    padding: 90px 0 90px;
  }
  .section-about-us .text-block__inner {
    margin-top: -50px;
  }
}
.section-about-us__row {
  gap: 15px 0;
}
#sert_svg {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
}
.review-block {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.review-block.slider-wrp .review-block__inner {
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
@media (min-width: 650px) {
  .review-block.slider-wrp .review-block__inner {
    min-height: 270px;
    max-height: 270px;
  }
}
@media (min-width: 760px) {
  .review-block.slider-wrp .review-block__inner {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (min-width: 900px) {
  .review-block.slider-wrp .review-block__inner {
    min-height: 340px;
    max-height: 340px;
  }
}
@media (min-width: 1000px) {
  .review-block.slider-wrp .review-block__inner {
    min-height: 400px;
    max-height: 400px;
  }
}
@media (min-width: 1350px) {
  .review-block.slider-wrp .review-block__inner {
    min-height: 360px;
    max-height: 360px;
  }
}
@media (min-width: 1440px) {
  .review-block.slider-wrp .review-block__inner {
    min-height: 330px;
    max-height: 330px;
  }
}
.review-block.row {
  margin-right: -5px;
  margin-left: -5px;
}
.review-block.row > .col, .review-block.row > [class*=col-] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media (min-width: 992px) {
  .review-block.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .review-block.row > .col, .review-block.row > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.review-block__item[class*=col-] {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .review-block__item[class*=col-] {
    margin-bottom: 40px;
  }
}
.review-block__list.row {
  margin-right: -20px;
  margin-left: -20px;
}
.review-block__list.row > .col, .review-block__list.row > [class*=col-] {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.review-block__inner {
  height: 100%;
  position: relative;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 992px) {
  .review-block__inner {
    padding: 35px 50px;
  }
}
@media (min-width: 1200px) {
  .review-block__inner {
    padding: 40px 50px;
  }
}
.review-block__inner-accent {
  background: #eee5df;
}
.review-block__quote {
  position: absolute;
  top: -8px;
  right: 25px;
  width: 31px;
  height: 31px;
  fill: #FF9B46;
}
@media (min-width: 768px) {
  .review-block__quote {
    right: 40px;
    top: -12px;
    width: 51px;
    height: 51px;
  }
}
.review-block__data {
  display: flex;
  align-items: center;
}
.review-block img.review-block__ico {
  max-width: 50px;
  height: auto;
}
.review-block__name {
  margin-right: 30px;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 500;
}
.review-block__date {
  color: #BDBDBD;
}
.review-block__item-vs-img .review-block__data {
  gap: 10px;
  justify-content: space-between;
}
.review-block__item-vs-img .review-block__name {
  margin-right: 0px;
}
.review-block__item-vs-img .review-block__text {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .review-block__item-vs-img .review-block__text {
    margin-top: 10px;
  }
}
.review-block__text {
  margin-top: 20px;
  line-height: 1.6em;
  font-size: 0.929rem;
}
@media (min-width: 1350px) {
  .review-block__text {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.6em;
  }
}
@media (min-width: 1200px) {
  .review-block__text {
    font-size: 1.071rem;
    line-height: 1.9em;
  }
}
.russia-map {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .russia-map {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .russia-map {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .russia-map {
    margin-bottom: 55px;
  }
}
.russia-map__wrp {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .russia-map__wrp {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
}
.russia-map__pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  transform: translate(-50%, -50%);
}
.russia-map__pin:hover {
  text-decoration: none;
}
.russia-map__pin:hover .russia-map__name {
  color: #FF9B46;
}
.russia-map__pin.active .russia-map__name {
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(143.73deg, #FF9B46 38.31%, #FF8425 73.44%);
}
.russia-map__pin .svg {
  width: 10px;
  height: 10px;
  fill: #FF9B46;
}
@media (min-width: 768px) {
  .russia-map__pin .svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1200px) {
  .russia-map__pin .svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1600px) {
  .russia-map__pin .svg {
    width: 26px;
    height: 26px;
  }
}
.russia-map__name {
  font-size: 0.429rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease;
  color: #777777;
  padding: 2px 7px;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .russia-map__name {
    font-size: 0.714rem;
    padding: 2px 12px;
  }
}
@media (min-width: 1200px) {
  .russia-map__name {
    padding: 5px 27px;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .russia-map__name {
    padding: 6px 30px;
    font-size: 1.143rem;
  }
}
.choices__inner {
  padding: 13.5px 7.5px 13.5px !important;
  min-height: 60px !important;
}
.add-form-bg {
  padding: 10px;
  background-color: #fff6ed;
}
.add-form .input-wrp {
  margin-bottom: 0px;
}
.add-form .form-group {
  flex: 1;
}
.add-form__first {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.add-form__second {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1px 10px;
  background-color: #f6ddc5;
}
.add-form__second input {
  margin: 0px;
  padding: 5px 12px;
}
.add-form__link-service {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.payment-services {
  display: none;
}
.payment-services.active {
  display: block;
}
.side-panel {
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  pointer-events: none;
  z-index: 999;
}
.side-panel__overlay {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.side-panel__content {
  padding: 60px 20px 20px 20px;
  position: absolute;
  right: 0px;
  z-index: 2;
  height: 100%;
  width: 85vw;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.side-panel__content video {
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/16;
}
.side-panel__header {
  padding: 5px 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.side-panel__close {
  position: absolute;
  left: 7.5vw;
  transform: translateX(-50%);
  top: 5px;
  padding: 5px;
}
.side-panel__close svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.side-panel__close:hover svg {
  fill: #FF9B46;
}
.side-panel .event-tip__item {
  width: 100%;
}
.side-panel .calc__result .heading {
  display: none;
}
.right-panel .side-panel {
  pointer-events: auto;
}
.right-panel .side-panel__overlay {
  opacity: 1;
  visibility: visible;
}
.right-panel .side-panel__content {
  transform: translateX(0);
}
.right-panel .side-panel__header {
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #eee;
}
.right-panel .side-panel__body {
  margin-right: -10px;
  padding-right: 10px;
  height: 100%;
  overflow: auto;
}
.filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-row .specialist__sort-wrp {
  margin-left: auto;
}
.specialists-list {
  margin: 20px -10px 0px;
}
@media (min-width: 768px) {
  .specialists-list > .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .specialists-list > .row > .col, .specialists-list > .row > [class*=col-] {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
.specialists-list__item {
  margin-bottom: 10px;
}
.specialists-list__consultation {
  position: relative;
  height: 100%;
  padding: 100px 40px 40px;
  text-align: center;
  border: 3px solid #999595;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.specialists-list__quest {
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FF9B46;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 3.429rem;
}
.specialists-list__quest:before, .specialists-list__quest:after {
  content: "";
  height: 1px;
  flex: 0 0 30%;
  display: block;
  background: #FF9B46;
}
.specialists-list__heading1, .specialists-list__heading2 {
  font-size: 1.429rem;
}
@media (min-width: 1200px) {
  .specialists-list__heading1, .specialists-list__heading2 {
    font-size: 1.857rem;
  }
}
@media (min-width: 1600px) {
  .specialists-list__heading1, .specialists-list__heading2 {
    font-size: 2.143rem;
  }
}
.specialists-list__read-text {
  font-size: 1.143rem;
}
@media (min-width: 1200px) {
  .specialists-list__read-text {
    font-size: 1.429rem;
  }
}
.specialists-list__read-link {
  font-size: 1rem;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .specialists-list__read-link {
    font-size: 1.143rem;
  }
}
.specialists-list__read-link:hover {
  text-decoration: none;
}
.specialists-list__or-text {
  margin-bottom: 14px;
  font-size: 1.143rem;
}
@media (min-width: 1200px) {
  .specialists-list__or-text {
    font-size: 1.429rem;
  }
}
.specialists-list__block3 {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .specialists-list__block3 {
    margin-top: 35px;
  }
}
.specialist-row {
  margin-right: -15px;
  margin-left: -15px;
}
.specialist-row > .col, .specialist-row > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (min-width: 1200px) {
  .specialist-row {
    margin-right: -35px;
    margin-left: -35px;
  }
  .specialist-row > .col, .specialist-row > [class*=col-] {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .specialist-img-col {
    flex: 0 0 26.5%;
    max-width: 26.5%;
  }
}
@media (min-width: 768px) {
  .specialist-text-col {
    flex: 0 0 73.5%;
    max-width: 73.5%;
  }
}
.specialist-text-col .texteditor * {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .specialist-text-col .texteditor * {
    font-size: 1.143rem;
  }
}
.specialist-page__image-col {
  position: relative;
  margin-bottom: 30px;
}
.specialist-page__video-btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.near-dates {
  margin-top: 30px;
}
.specialist-docs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .specialist-docs {
    margin-top: 50px;
  }
}
.specialist-docs__wrp {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .specialist-docs__wrp {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .specialist-docs__wrp {
    gap: 20px;
  }
}
.comments {
  margin-top: 50px;
}
.comments__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f8eee7;
}
.comments__item-non_active {
  box-shadow: 0 0 0 10px #ffe6e6;
  background: #ffe6e6;
}
.comments__children {
  padding-left: 60px;
  margin-top: 50px;
}
.comments__children .comments__item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.comments__item-start {
  margin-bottom: 30px;
}
.comments__item-name-rating {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.comments__recomment-ico {
  position: absolute;
  right: 100%;
  transform: translate(-10px, -5px);
}
.comments__item-name {
  font-weight: 500;
  font-size: 1.286rem;
}
.comments__rating {
  display: flex;
  gap: 4px;
}
.comments__rating svg {
  fill: #FF9B46;
}
.comments__item-date {
  font-size: 1.143rem;
}
.comments__item-text {
  margin-bottom: 20px;
  font-size: 1.143rem;
}
.comments__photos {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) {
  .comments__photos {
    gap: 30px;
  }
}
.comments__photos img {
  width: 100% !important;
  max-width: 245px !important;
}
.comments__photos-sm img {
  width: 90px !important;
}
.comments__photo-a {
  display: inline-block;
  max-width: 25%;
}
.comments__photo-text {
  margin-top: 10px;
}
.rating-radio {
  display: inline-block;
  margin-bottom: 8px;
}
.rating-radio input {
  display: none;
}
.rating-radio label {
  float: right;
  padding-right: 7px;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .rating-radio label {
    margin-top: 0px;
  }
}
.rating-radio label .star svg {
  width: 24px;
  height: 24px;
  fill: #5D5D5D;
}
.rating-radio label .star.star-on {
  display: none;
}
.rating-radio label .star.star-on svg {
  fill: #ee7c1a;
}
.rating-radio label .star.star-off svg {
  fill: #ee7c1a;
}
.rating-radio label:hover .star-on svg {
  fill: #FF9B46 !important;
}
.rating-radio label:hover .star-on, .rating-radio label:hover ~ label .star-on {
  display: block;
}
.rating-radio label:hover .star-off, .rating-radio label:hover ~ label .star-off {
  display: none;
}
.rating-radio input:checked ~ label .star-on {
  display: block;
}
.rating-radio input:checked ~ label .star-off {
  display: none;
}
.email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.email-link svg {
  color: #1e1e1e;
  fill: #f06f0a;
  stroke-width: 2px;
}
.email-link__text {
  font-size: 1.143rem;
}
.mi-uloader__label {
  margin: 0px;
  display: block;
  flex: 1 1 100%;
  max-width: 100%;
}
.mi-uloader__filearia {
  cursor: pointer;
  padding: 5px 5px;
  display: block;
  text-align: center;
  color: #6A8971;
  border: 2px dotted #6A8971;
}
.mi-uloader__filearia:hover {
  background: rgba(255, 255, 255, 0.6);
}
.mi-uloader__file-input {
  display: none;
}
.mi-uloader__preview {
  text-align: center;
  flex: 1 1 100%;
  max-width: 100%;
}
.mi-uloader__preview ol {
  display: flex;
  list-style: none;
  margin: 10px -5px 10px;
  padding: 0px;
}
.mi-uloader__preview ol li {
  padding: 5px;
  flex: 1 1 25%;
  max-width: 25%;
}
.mi-uloader__preview ol li img {
  width: 90px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.mi-uloader__preview ol li p {
  margin: 0px;
  padding: 3px 0;
  font-size: 0.714rem;
  text-align: center;
}
.tiles__item {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  color: #1E1E1E;
  background: #f8eee7;
  transition: background 0.3s ease;
}
.tiles__item:hover {
  color: #1E1E1E;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tiles__item:hover {
    text-decoration: none;
    color: #fff;
    background: #6A8971;
  }
  .tiles__item:hover .heading {
    color: #fff;
  }
  .tiles__item:hover .btn {
    color: #fff;
    background: #FF9B46;
  }
}
.tiles__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 20px 25px;
  gap: 15px;
}
@media (min-width: 576px) {
  .tiles__item-inner {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .tiles__item-inner {
    padding: 50px 60px 72px;
  }
}
.tiles__text-inner {
  font-size: 0.929rem;
}
@media (min-width: 768px) {
  .tiles__text-inner {
    font-size: 1.143rem;
  }
}
.tiles__bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .tiles__bottom {
    gap: 45px;
  }
}
.tiles__price {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.286rem;
}
.usluga-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.usluga-slider img.lazy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .usluga-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .usluga-wrp {
    grid-template-columns: 5fr 4fr;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}
.usluga-wrp .tns-controls .svg {
  width: 33px;
  height: 33px;
}
.usluga-consultation__heading {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .usluga-consultation__heading {
    font-size: 1.286rem;
  }
}
.usluga-consultation__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .usluga-consultation__list {
    margin: 0 -20px;
    gap: 0;
    flex-direction: row;
  }
}
.usluga-consultation__item {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (min-width: 1200px) {
  .usluga-consultation__item {
    padding: 0 20px;
    font-size: 1.143rem;
    word-wrap: break-word;
    flex: 0 0 20%;
    max-width: 25%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.usluga-consultation__icon {
  fill: #f06f0a;
  color: #f06f0a;
}
.block-borders {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.block-borders + .block-borders {
  border-top: none;
  padding-top: 0px;
}
.usluga-content .heading__text {
  font-size: 1.429rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .usluga-content .heading__text {
    font-size: 2.857rem;
    text-align: left;
    margin-bottom: 30px;
  }
}
.usluga-content__text-col {
  margin-bottom: 25px;
  text-align: center;
}
.usluga-content__text-col a {
  color: #526E58;
  text-decoration: underline;
  font-weight: 700;
}
@media (min-width: 768px) {
  .usluga-content__text-col {
    margin-bottom: 50px;
    text-align: left;
  }
  .usluga-content__text-col .texteditor {
    font-size: 1.286rem;
  }
}
@media (max-width: 500px) {
  .usluga-content .usluga-content__photo.lazy.loaded {
    max-width: 73%;
  }
}
.usluga-content__photo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.usluga-content__photo-col {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .usluga-content__photo-col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: -1/2;
    grid-row: 1/5;
    margin-bottom: 0;
  }
  .usluga-content__photo-col .tns-slider_center-nav {
    width: 100%;
  }
}
.usluga-content__photo-bg1 {
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 547px;
  background: linear-gradient(0deg, rgba(100, 132, 107, 0.5) 0%, rgba(145, 164, 142, 0.5) 69.38%);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .usluga-content__photo-bg1 {
    width: 90%;
    padding-top: 90%;
    max-width: none;
  }
  .usluga-content__photo-bg1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: rotate(67deg);
    background: linear-gradient(180deg, #FF9B46 0%, #ffdcb2 100%);
  }
  .usluga-content__photo-bg1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    transform: rotate(36deg);
    background: linear-gradient(180deg, #FF9B46 0%, #ffdcb2 100%);
  }
}
.usluga-content__photo-bg2 {
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 90%;
  background: linear-gradient(0deg, #64846b 0%, #91a48e 69.38%);
  max-width: 492px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .usluga-content__photo-bg2 {
    width: 85%;
    padding-top: 85%;
    max-width: none;
  }
  .usluga-content__photo-bg2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
    width: 100%;
    padding-top: 25%;
    background-color: #1c5b4f;
    opacity: 0.8;
    filter: blur(60px);
  }
}
.usluga-content__btns-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .usluga-content__btns-wrp {
    margin-bottom: 50px;
    justify-content: flex-start;
    width: 100%;
  }
}
.usluga-btn {
  border-radius: 80px;
  padding: 19px 30px;
}
.sub-usluga__top-wrp {
  border-radius: 20px;
  background-color: #c5cfc4;
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sub-usluga__top-wrp {
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    min-height: 210px;
  }
}
@media (min-width: 992px) {
  .sub-usluga__top-wrp::after {
    height: 225px;
  }
}
.sub-usluga__top-wrp img.lazy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sub-usluga__heading {
  margin-bottom: 25px;
  text-align: center;
  padding-right: 23px;
  padding-left: 23px;
}
@media (min-width: 768px) {
  .sub-usluga__heading {
    width: 60%;
    padding: 0;
    margin-bottom: 0;
    margin-right: 50px;
    text-align: left;
  }
}
.sub-usluga__photo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sub-usluga__photo-col {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40%;
  }
}
.sub-usluga-consultation__list {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .sub-usluga-consultation__list {
    margin-left: 14px;
  }
}
.sub-usluga-consultation__item {
  position: relative;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .sub-usluga-consultation__item {
    padding-left: 55px;
    font-size: 1.286rem;
    line-height: 1.3;
  }
}
.sub-usluga-consultation__item:not(:last-of-type) {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sub-usluga-consultation__item:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.sub-usluga-consultation__item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #627f5f;
}
.sub-usluga-consultation__item::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #879d86;
  border: 3px solid #c8d1c6;
}
@media (min-width: 768px) {
  .sub-usluga-consultation__item::after {
    width: 28px;
    left: -14px;
    top: -3px;
    height: 28px;
    border-width: 4px;
  }
}
.sub-usluga-consultation__item:last-of-type::before {
  display: none;
}
.sub-usluga-consultation__item ul {
  padding-left: 25px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sub-usluga-consultation__item ul {
    margin-top: 10px;
  }
}
.sub-usluga-consultation__item li {
  position: relative;
}
.sub-usluga-consultation__item li:not(:last-of-type) {
  margin-bottom: 10px;
}
.sub-usluga-consultation__item li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 9px;
  height: 6px;
  width: 6px;
  border-radius: 1px;
  background: linear-gradient(144deg, #ff9b46 38.31%, #ff8425 73.44%);
}
.sub-usluga__cost-heading {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sub-usluga__cost-heading {
    font-size: 1.571rem;
    margin-bottom: 30px;
  }
}
.sub-usluga__cost-item {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
}
@media (min-width: 768px) {
  .sub-usluga__cost-item {
    padding: 8px 8px 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.sub-usluga__cost-item:not(:last-child) {
  margin-bottom: 10px;
}
.sub-usluga__cost-name {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sub-usluga__cost-name {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.286rem;
  }
}
.sub-usluga__cost-wrp {
  text-align: center;
}
@media (min-width: 768px) {
  .sub-usluga__cost-wrp {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
}
.sub-usluga__cost-wrp button {
  width: 100%;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .sub-usluga__cost-wrp button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sub-usluga__cost-price {
  text-align: center;
  text-wrap: nowrap;
  font-weight: 700;
  color: #f06f0a;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sub-usluga__cost-price {
    margin-bottom: 0;
    font-size: 1.286rem;
  }
}
.pricelist-heading {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pricelist-heading {
    font-size: 1.571rem;
    margin-bottom: 30px;
  }
}
.pricelist-accordion__item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
}
.pricelist-accordion__heading {
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}
@media (min-width: 1200px) {
  .pricelist-accordion__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
}
.pricelist-accordion__heading-text {
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .pricelist-accordion__heading-text {
    margin-bottom: 0;
  }
}
.pricelist-accordion__heading.accordion__heading-active {
  background-color: #FFF6ED;
}
.pricelist-accordion__heading.accordion__heading-active .pricelist-accordion__heading-text {
  color: #627f5f;
  font-weight: 700;
}
.pricelist-accordion__heading.accordion__heading-active + .pricelist-accordion__collapse {
  background-color: #FFF6ED;
}
.pricelist-accordion__price {
  font-weight: 700;
  color: #f06f0a;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .pricelist-accordion__price {
    width: 172px;
    text-align: right;
  }
}
.pricelist-accordion__collapse {
  padding-top: 0.1px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  transition: background-color 0.3s ease;
}
@media (min-width: 1200px) {
  .pricelist-accordion__collapse {
    padding-bottom: 20px;
  }
}
.pricelist-accordion__collapse .texteditor {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .pricelist-accordion__collapse .texteditor {
    margin-bottom: 20px;
  }
}
.pricelist-accordion__collapse .texteditor ul,
.pricelist-accordion__collapse .texteditor ol {
  margin: 0;
}
.pricelist-accordion__collapse .texteditor ul li,
.pricelist-accordion__collapse .texteditor ol li {
  margin-bottom: 1.1em;
}
.pricelist-accordion__list {
  margin-bottom: 30px;
}
.pricelist-accordion__list-item {
  position: relative;
  padding-left: 15px;
  font-size: 0.857rem;
  line-height: 1.33;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .pricelist-accordion__list-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.pricelist-accordion__list-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: linear-gradient(144deg, #ff9b46 38.31%, #ff8425 73.44%);
}
.pricelist-accordion__btns-wrp {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .pricelist-accordion__btns-wrp {
    flex-direction: row;
    gap: 30px;
  }
}
.pricelist-accordion__btn {
  width: 100%;
  font-size: 0.857rem;
  height: 40px;
}
@media (min-width: 1200px) {
  .pricelist-accordion__btn {
    width: 260px;
    height: 45px;
  }
}
.pricelist-accordion__btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #FF8425;
  color: #000;
}
.desktop-device .services .tns-slider-wrp {
  margin-top: 0px;
}
.desktop-device .services__grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .desktop-device .services__grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.desktop-device .services__item {
  position: relative;
  padding: 10px;
  max-width: 50%;
  flex: 1 1 50%;
}
@media (min-width: 1200px) {
  .desktop-device .services__item {
    max-width: 33.33336%;
    flex: 1 1 33.33336%;
  }
}
.desktop-device .services_4-item .services__item {
  max-width: 50%;
  flex: 1 1 50%;
}
.desktop-device .services_5-item .services__item:first-child, .desktop-device .services_5-item .services__item:nth-child(2) {
  max-width: 50%;
  flex: 1 1 50%;
}
.desktop-device .services_7-item .services__item:first-child, .desktop-device .services_7-item .services__item:nth-child(2), .desktop-device .services_7-item .services__item:nth-child(6), .desktop-device .services_7-item .services__item:nth-child(7) {
  max-width: 50%;
  flex: 1 1 50%;
}
.services__item {
  position: relative;
}
.services__inner {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #1E1E1E;
  border-radius: 12px;
  background-color: #E5EDEE;
}
.services__inner:hover {
  text-decoration: none;
  color: #1E1E1E;
  background: rgb(255, 240, 223);
}
.services__img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__inner-content {
  height: 100%;
  min-height: 200px;
  position: relative;
  z-index: 2;
  padding: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px 0px;
}
@media (min-width: 768px) {
  .services__inner-content {
    min-height: 248px;
    padding: 40px 40px 40px 40px;
  }
}
.services__heading {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .services__heading {
    font-size: 22px;
  }
}
.services__text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .services__text {
    font-size: 16px;
  }
}
.services__accent .services__inner {
  color: #fff;
}
.services__accent .services__inner-content {
  background-color: #6A8971;
}
.services .usluga_order {
  font-size: 12px;
}
@media (min-width: 768px) {
  .services .usluga_order {
    font-size: 16px;
  }
}
.services .tns-slider-wrp {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .services .tns-slider-wrp {
    padding-bottom: 0px;
  }
}
.services__video-item .services__inner-content {
  padding: 20px 33px 20px 33px;
}
.services__video-item .services__heading {
  color: #fff;
  font-weight: normal;
}
.services__video-item .services__inner-content {
  background-color: rgba(106, 137, 113, 0.74);
}
.services__video-item .services__price {
  color: #fff;
}
.services__video-item .usluga_order {
  background-color: #FF9B46;
}
.services__video-item .usluga_order:hover {
  background-color: #ee7c1a;
}
.services__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services__price {
  font-size: 16px;
  font-weight: 700;
}
.services__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
  color: rgba(255, 255, 255, 0.67);
}
.services__play svg {
  fill: none;
  stroke-width: 6px;
  stroke: rgba(255, 255, 255, 0.67);
}
.services__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.btn-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
.price-block {
  display: inline-block;
  font-size: 1.071rem;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .price-block {
    font-size: 1.571rem;
  }
}
.education-tabs__row {
  margin-right: -20px;
  margin-left: -20px;
}
.education-tabs__row > .col, .education-tabs__row > [class*=col-] {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.education-tabs__sub-row {
  margin-right: -20px;
  margin-left: -20px;
}
.education-tabs__sub-row > .col, .education-tabs__sub-row > [class*=col-] {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.education-tabs .prod-uslugi__ul {
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .education-tabs .prod-uslugi__ul {
    display: block;
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  .education-tabs .prod-uslugi__ul {
    margin-top: -16px;
  }
}
.education-tabs .prod-uslugi__li {
  display: inline-block;
  margin: 3px 0;
  flex: 1 1 33.3336%;
  max-width: 33.3336%;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 768px) {
  .education-tabs .prod-uslugi__li {
    flex: 1 1 100%;
    max-width: 100%;
    display: block;
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  .education-tabs .prod-uslugi__li {
    margin: 16px 0;
  }
}
.education-tabs .prod-uslugi__a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 8px 10px;
  font-size: 0.857rem;
  -webkit-hyphens: manual;
          hyphens: manual;
}
@media (min-width: 768px) {
  .education-tabs .prod-uslugi__a {
    display: block;
    padding: 12px 20px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .education-tabs .prod-uslugi__a {
    font-size: 1.143rem;
  }
}
.education-tabs__img {
  border-radius: 12px;
  margin-bottom: 20px;
}
.top-block {
  display: flex;
  min-height: 284px;
  position: relative;
  padding: 40px 30px;
  overflow: hidden;
  border-radius: 17px;
  background: #f8eee7;
}
@media (min-width: 768px) {
  .top-block {
    padding: 40px 40px;
  }
}
.top-block__content {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 768px) {
  .top-block__content {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .top-block__content {
    max-width: 80%;
  }
}
.top-block__thumb {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}
@media (min-width: 576px) {
  .top-block__thumb {
    display: block;
  }
}
.top-block .jumbotron__img-wrp {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media (min-width: 576px) {
  .top-block .jumbotron__img-wrp {
    display: block;
  }
}
@media (min-width: 768px) {
  .top-block .jumbotron__img-wrp {
    right: 15%;
  }
}
.top-block_type-2 {
  overflow: visible;
}
@media (min-width: 768px) {
  .top-block_type-2 .top-block__content {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .top-block_type-2 .top-block__content {
    max-width: 60%;
  }
}
.top-block .texteditor * {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .top-block .texteditor * {
    font-size: 16px;
  }
}
.top-block__ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.stores-list {
  position: relative;
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
  counter-reset: ol_counter;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px 0;
}
.stores-list__li {
  position: relative;
  flex: 0 0 300px;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .stores-list__li {
    flex: 1 1 33.33336%;
  }
}
@media (min-width: 1600px) {
  .stores-list__li {
    padding: 0 90px;
  }
}
.stores-list__li:before {
  counter-increment: ol_counter;
  content: counter(ol_counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #ee7c1a;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  min-width: 26px;
  height: 26px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 6px;
  font-size: 1rem;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
}
@media (min-width: 1600px) {
  .stores-list__li:before {
    line-height: 45px;
    min-width: 45px;
    height: 45px;
    font-size: 1.571rem;
  }
}
.stores-list__name {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.429rem;
}
@media (min-width: 1600px) {
  .stores-list__name {
    margin-top: 2px;
    font-size: 2rem;
    font-weight: normal;
  }
}
.stores-list__phone {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 1rem;
}
@media (min-width: 1600px) {
  .stores-list__phone {
    font-size: 1.429rem;
  }
}
.stores-list__address {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 1600px) {
  .stores-list__address {
    font-weight: 500;
    font-size: 1.286rem;
  }
  .stores-list__address svg {
    width: 20px;
    height: 20px;
  }
}
.stores-list__more {
  padding: 0px;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 1365px) {
  .stores-list__more {
    font-size: 1.143rem;
  }
}
.licenses {
  margin-right: -10px;
  margin-left: -10px;
}
.licenses > .col, .licenses > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 768px) {
  .licenses {
    margin-right: -20px;
    margin-left: -20px;
  }
  .licenses > .col, .licenses > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.licenses__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .licenses__item {
    margin-bottom: 40px;
  }
}
.licenses__a {
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  background-color: #e5edee;
}
.licenses__a:hover {
  background-color: #F2F2F2;
}
.licenses__name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .licenses__name {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.286rem;
  }
}
.programs {
  position: relative;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .programs {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .programs {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1600px) {
  .programs {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.programs__center {
  min-width: 30%;
  padding: 7px 25px;
  position: absolute;
  top: 174px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  font-size: clamp(0.8rem, 0.87rem + 1.27vw, 2.28rem);
  border: 5px solid #fff;
  border-radius: 150px;
  background-color: #deebdb;
}
@media (min-width: 576px) {
  .programs__center {
    top: 50%;
    padding: 15px 40px;
    min-width: 43%;
    border: 10px solid #fff;
  }
}
@media (min-width: 992px) {
  .programs__center {
    padding: 27px 40px;
    min-width: 45%;
    border: 20px solid #fff;
  }
}
@media (min-width: 1200px) {
  .programs__center {
    padding: 45px 40px;
    min-width: 41%;
  }
}
.programs__item {
  min-height: 174px;
  padding: 5px 5px;
  flex: 1 1 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .programs__item {
    min-height: 210px;
  }
}
@media (min-width: 992px) {
  .programs__item {
    padding: 10px 10px;
    min-height: 310px;
  }
}
@media (min-width: 1600px) {
  .programs__item {
    padding: 20px 20px;
    min-height: 360px;
  }
}
.programs__item:nth-child(2) .programs__name {
  text-align: right;
}
.programs__item:nth-child(2) .programs__inner {
  align-items: flex-end;
}
.programs_1 .programs__center, .programs_2 .programs__center, .programs_3 .programs__center {
  display: none;
}
.programs_1 .programs__item:nth-child(2) .programs__name, .programs_2 .programs__item:nth-child(2) .programs__name, .programs_3 .programs__item:nth-child(2) .programs__name {
  text-align: right;
}
.programs_1 .programs__item:nth-child(2) .programs__inner, .programs_2 .programs__item:nth-child(2) .programs__inner, .programs_3 .programs__item:nth-child(2) .programs__inner {
  align-items: flex-end;
}
.programs_1 .programs__item:nth-child(1) {
  flex: 1 1 100%;
  max-width: 100%;
}
.programs_2 .programs__item {
  flex: 1 1 50%;
  max-width: 50%;
}
.programs_2 .programs__item:nth-child(2) .programs__name {
  text-align: right;
}
.programs_2 .programs__item:nth-child(2) .programs__inner {
  align-items: flex-end;
}
.programs_3 .programs__item {
  flex: 1 1 50%;
  max-width: 50%;
}
.programs_3 .programs__item:nth-child(3) {
  flex: 1 1 100%;
  max-width: 100%;
}
.programs_4 .programs__item {
  flex: 1 1 50%;
  max-width: 50%;
}
.programs_4 .programs__item:nth-child(2) .programs__name, .programs_4 .programs__item:nth-child(4) .programs__name {
  text-align: right;
}
.programs_4 .programs__item:nth-child(2) .programs__inner, .programs_4 .programs__item:nth-child(4) .programs__inner {
  align-items: flex-end;
}
.programs_4 .programs__item:nth-child(3) .programs__inner, .programs_4 .programs__item:nth-child(4) .programs__inner {
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .programs_5 .programs__item:nth-child(1) .programs__name-inner, .programs_5 .programs__item:nth-child(2) .programs__name-inner, .programs_5 .programs__item:nth-child(3) .programs__name-inner, .programs_5 .programs__item:nth-child(5) .programs__name-inner {
    max-width: 89%;
  }
}
.programs_5 .programs__item:nth-child(3), .programs_5 .programs__item:nth-child(4), .programs_5 .programs__item:nth-child(5) {
  flex: 1 1 33.33336%;
  max-width: 33.33336%;
}
.programs_5 .programs__item:nth-child(4) .programs__name {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .programs_5 .programs__item:nth-child(4) .programs__name {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .programs_5 .programs__item:nth-child(4) .programs__name {
    margin-top: 70px;
  }
}
.programs_5 .programs__item:nth-child(4) .programs__btn-wrp {
  text-align: center;
}
.programs_5 .programs__item:nth-child(5) .programs__name {
  text-align: right;
}
.programs_5 .programs__item:nth-child(5) .programs__inner {
  align-items: flex-end;
}
.programs_6 .programs__item {
  flex: 1 1 33.33336%;
  max-width: 33.33336%;
}
@media (min-width: 576px) {
  .programs_6 .programs__item:nth-child(1) .programs__name-inner, .programs_6 .programs__item:nth-child(3) .programs__name-inner, .programs_6 .programs__item:nth-child(4) .programs__name-inner, .programs_6 .programs__item:nth-child(6) .programs__name-inner {
    max-width: 89%;
  }
}
.programs_6 .programs__item:nth-child(2) .programs__name, .programs_6 .programs__item:nth-child(5) .programs__name {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .programs_6 .programs__item:nth-child(2) .programs__name, .programs_6 .programs__item:nth-child(5) .programs__name {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .programs_6 .programs__item:nth-child(2) .programs__name, .programs_6 .programs__item:nth-child(5) .programs__name {
    margin-top: 70px;
  }
}
.programs_6 .programs__item:nth-child(2) .programs__btn-wrp, .programs_6 .programs__item:nth-child(5) .programs__btn-wrp {
  width: 100%;
  text-align: center;
}
.programs_6 .programs__item:nth-child(2) .programs__name {
  margin-top: 0px;
}
.programs_6 .programs__item:nth-child(2) .programs__inner {
  padding-bottom: 80px;
}
.programs_6 .programs__item:nth-child(3) .programs__name, .programs_6 .programs__item:nth-child(6) .programs__name {
  text-align: right;
}
.programs_6 .programs__item:nth-child(3) .programs__inner, .programs_6 .programs__item:nth-child(6) .programs__inner {
  align-items: flex-end;
}
.programs__inner {
  display: flex;
  height: 100%;
  padding: 10px 10px;
  gap: 15px 0px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8eee7;
}
@media (min-width: 992px) {
  .programs__inner {
    padding: 20px 20px;
    gap: 20px 0px;
  }
}
@media (min-width: 1200px) {
  .programs__inner {
    padding: 50px 30px;
  }
}
.programs__name {
  width: 100%;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  font-size: clamp(0.85rem, 0.4rem + 1.27vw, 1.86rem);
}
@media (min-width: 992px) {
  .programs__name {
    line-height: 1.3em;
  }
}
.programs__name-inner {
  display: inline-block;
}
.programs__btn {
  padding: 5px 10px 5px 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #FF9B46;
  background: linear-gradient(143.73deg, #ff9b46 38.31%, #ff8425 73.44%) #FF9B46;
  font-size: 0.714rem;
}
.programs__btn:hover {
  color: #fff;
  background: #ee7c1a;
}
@media (min-width: 992px) {
  .programs__btn {
    padding: 10px 25px 10px 25px;
    font-size: 0.857rem;
    color: #1E1E1E;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FF9B46;
    border-radius: 10px;
  }
}
.programs__text-lg {
  display: none;
}
@media (min-width: 768px) {
  .programs__text-lg {
    display: block;
  }
}
@media (min-width: 768px) {
  .programs__text-sm {
    display: none;
  }
}
.program-top {
  position: relative;
  display: flex;
  padding: 15px 25px;
  border-radius: 17px;
  background: #f8eee7;
}
@media (min-width: 992px) {
  .program-top {
    padding: 26px 45px;
  }
}
.program-top:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 9px;
  border-radius: 0 9px 9px 0;
  background-color: #f2d9c7;
}
.program-top__content-col {
  padding-top: 20px;
}
.program-top__img-col {
  padding-left: 20px;
}
.program-top__img {
  max-width: 100%;
}
.program-top__hrow {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.program-top .heading {
  margin: 0px !important;
  font-size: 1.143rem;
}
@media (min-width: 992px) {
  .program-top .heading {
    font-size: 1.429rem;
  }
}
@media (min-width: 1200px) {
  .program-top .heading {
    font-size: 2rem;
  }
}
.program-top__ico-wrp {
  flex: 0 0 50px;
  max-width: 50px;
}
@media (min-width: 1200px) {
  .program-top__ico-wrp {
    flex: 0 0 71px;
    max-width: 71px;
  }
}
.program-top .texteditor,
.program-top .texteditor * {
  font-size: 0.929rem;
}
@media (min-width: 1200px) {
  .program-top .texteditor,
  .program-top .texteditor * {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .program-top .texteditor,
  .program-top .texteditor * {
    font-size: 1.071rem;
  }
}
.program-top .texteditor p,
.program-top .texteditor * p {
  margin-bottom: 15px;
}
.program-blocks {
  margin-bottom: 30px;
  padding: 30px 0;
  background: #f8eee7;
}
.program-blocks__items {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
.program-blocks__item {
  padding: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .program-blocks__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.program-blocks__item:first-child .program-blocks__item-inner {
  background-color: #ffbd85;
}
.program-blocks__item:first-child .program-blocks__item-inner:before {
  background-color: #ff913d;
}
.program-blocks__item-inner {
  position: relative;
  height: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .program-blocks__item-inner {
    padding: 25px 30px;
  }
}
.program-blocks__item-inner:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 9px;
  border-radius: 0 9px 9px 0;
  background-color: #dddddd;
}
.program-blocks__heading {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .program-blocks__heading {
    font-size: 1.429rem;
  }
}
@media (min-width: 768px) {
  .program-blocks__heading {
    margin-bottom: 15px;
    font-size: 1.143rem;
  }
}
@media (min-width: 1200px) {
  .program-blocks__heading {
    font-size: 1.429rem;
  }
}
.program-blocks__text {
  font-size: 0.714rem;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .program-blocks__text {
    font-size: 0.857rem;
  }
}
.program-blocks__sdescription {
  margin-top: 20px;
}
.program-blocks__price-wrp {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .program-blocks__price-wrp {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.program-blocks__price-text {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .program-blocks__price-text {
    font-size: 1.143rem;
  }
}
@media (min-width: 768px) {
  .program-blocks__price-text {
    font-size: 1.286rem;
  }
}
@media (min-width: 992px) {
  .program-blocks__price-text {
    font-size: 1.429rem;
  }
}
@media (min-width: 1200px) {
  .program-blocks__price-text {
    font-size: 1.714rem;
  }
}
.program-blocks__price {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 20px 5px 20px;
  font-size: 1.143rem;
  font-weight: 500;
  border-radius: 10px;
  border: 2px solid #ff913d;
  background: #ffbd85;
}
@media (min-width: 576px) {
  .program-blocks__price {
    font-size: 1.429rem;
  }
}
@media (min-width: 768px) {
  .program-blocks__price {
    padding: 3px 30px 3px 30px;
    font-size: 1.714rem;
  }
}
@media (min-width: 992px) {
  .program-blocks__price {
    font-size: 2.286rem;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .program-blocks__price {
    font-size: 2.857rem;
  }
}
.blocks-grid_nobtn .blocks-grid__bottom-btn {
  display: none;
}
.load-program__wrp {
  position: fixed;
  top: 50%;
  left: 5px;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
@media (min-width: 768px) {
  .load-program__wrp {
    left: 30px;
    right: 30px;
  }
}
.load-program__wrp a {
  transition: transform 0.3s ease;
}
.load-program__wrp a svg {
  width: 25px;
  height: 25px;
  transition: fill 0.3s ease, transform 0.3s ease;
  transform: scale(1);
}
@media (min-width: 768px) {
  .load-program__wrp a svg {
    width: 30px;
    height: 30px;
  }
}
.load-program__wrp a:hover svg {
  fill: #FF9B46;
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .load-program__wrp .load-program__prev:hover {
    transform: translateX(10px);
  }
  .load-program__wrp .load-program__next:hover {
    transform: translateX(-10px);
  }
}
.blog-slider__a {
  display: block;
  width: 100%;
  aspect-ratio: 14/8;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .blog-slider__a {
    aspect-ratio: 14/8;
  }
}
.blog-slider__a:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transform: translateY(15%);
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .blog-slider__a:after {
    transform: translateY(20%);
  }
}
.blog-slider__a:hover {
  color: #1E1E1E;
  text-decoration: none;
}
.blog-slider__a:hover:after {
  transform: translateY(10%);
}
.blog-slider__img {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-slider__content {
  padding: 5% 8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .blog-slider__content {
    padding: 3% 5%;
  }
}
.blog-slider__heading {
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  font-size: clamp(1.13rem, 0.87rem + 1.27vw, 2rem);
}
@media (min-width: 768px) {
  .blog-slider__heading {
    width: 80%;
  }
}
.blog-slider__date {
  margin-bottom: 8px;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 8px;
  color: #FF9B46;
  font-size: clamp(0.81rem, 0.76rem + 0.27vw, 1rem);
  background: #fff;
}
@media (min-width: 768px) {
  .blog-slider__date {
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 10px;
  }
}
.blog__row {
  margin-right: -15px;
  margin-left: -15px;
}
.blog__row > .col, .blog__row > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  .blog__row {
    flex-direction: row-reverse;
    margin-right: -20px;
    margin-left: -20px;
  }
  .blog__row > .col, .blog__row > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.blog .blog__description {
  margin-top: 15px;
  font-size: clamp(0.88rem, 0.73rem + 0.73vw, 1.38rem);
}
.blog .blog__description * {
  font-size: clamp(0.88rem, 0.73rem + 0.73vw, 1.38rem);
}
@media (min-width: 768px) {
  .blog .blog__description {
    margin-top: 30px;
  }
}
.blog .blog__main-heading {
  font-size: clamp(1.38rem, 1.05rem + 1.64vw, 2.5rem);
}
.blog__slider {
  margin-top: 20px;
}
.blog__slider .tns-slider-wrp {
  margin-top: 0px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog__slider .tns-slider-wrp {
    margin-bottom: 40px;
  }
}
.blog__slider .tns-outer .tns-controls {
  bottom: auto;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .blog__slider .tns-outer .tns-controls {
    top: auto;
    bottom: 20px;
    right: 35px;
  }
}
.blog__item-row {
  margin-right: -15px;
  margin-left: -15px;
}
.blog__item-row > .col, .blog__item-row > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  .blog__item-row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .blog__item-row > .col, .blog__item-row > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.blog__item {
  margin-bottom: 10px;
}
@media (max-width: 440px) {
  .blog__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.blog__item .heading {
  font-size: clamp(0.94rem, 0.88rem + 0.27vw, 1.13rem);
}
.blog__item .heading a {
  color: #1E1E1E;
}
.blog__item .heading a:hover {
  color: #FF9B46;
  text-decoration: none;
}
.blog__img {
  transform: scale(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.blog__img:hover {
  transform: scale(1.1);
  filter: contrast(140%);
}
.blog__img-wrp {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog__date {
  margin-bottom: 12px;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  border-radius: 5px;
  background: #FF9B46;
  font-size: 0.786rem;
}
@media (min-width: 768px) {
  .blog__date {
    padding: 3px 8px;
    font-size: 1em;
  }
}
.blog__text {
  display: none;
  color: #5D5D5D;
  font-size: 0.929rem;
}
@media (min-width: 992px) {
  .blog__text {
    font-size: 1rem;
    line-height: 1.7em;
  }
}
@media (min-width: 768px) {
  .blog__text {
    display: block;
  }
}
.blog__side-block + .blog__side-block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog__side-block + .blog__side-block {
    margin-top: 50px;
  }
}
.blog__cat-heading {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog__cat-heading {
    margin-bottom: 35px;
  }
}
.blog__cat {
  margin-bottom: 30px;
}
.blog__cat-li {
  margin-top: 9px;
  margin-bottom: 9px;
}
.blog__cat-a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FF9B46;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .blog__cat-a {
    font-size: 1.143rem;
  }
}
.blog__cat-a:hover {
  text-decoration: none;
}
.pagination {
  margin: 30px -12px;
}
.pagination li {
  display: inline-block;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.143rem;
}
.pagination li .divider {
  margin-left: 6px;
  margin-right: 6px;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 12px;
  color: #1E1E1E;
}
.pagination li a:hover {
  color: #FF9B46;
  text-decoration: none;
}
.pagination li.active a,
.pagination li.active span {
  color: #6A8971;
}
a.big-header:hover {
  text-decoration: none;
}
a.big-header:hover .big-header__heading {
  color: #FF9B46;
  text-shadow: -1px -1px 0 #526E58, -1px 0px 0 #526E58, -1px 1px 0 #526E58, 0px -1px 0 #526E58, 0px 0px 0 #526E58, 0px 1px 0 #526E58, 1px -1px 0 #526E58, 1px 0px 0 #526E58, 1px 1px 0 #526E58;
}
.big-header {
  display: block;
  position: relative;
  height: 60vh;
  min-height: 550px;
  overflow: hidden;
}
.big-header__img, .big-header:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-header:before {
  content: "";
  z-index: 1;
  background: rgba(30, 30, 30, 0.3);
}
.big-header__content {
  height: 100%;
  position: relative;
  z-index: 2;
}
.big-header__content-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .big-header__content-inner {
    align-items: flex-end;
  }
}
.big-header__heading {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .big-header__heading {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .big-header__heading {
    max-width: 70%;
  }
}
.big-header__date {
  position: absolute;
  top: 50px;
  right: 0px;
  padding: 3px 8px;
  color: #fff;
  border-radius: 10px;
  background: #6A8971;
  font-size: 0.786rem;
}
@media (min-width: 768px) {
  .big-header__date {
    padding: 5px 12px;
    font-size: 1em;
  }
}
.big-header__arrow-controls {
  position: absolute;
  bottom: 50px;
  right: 0px;
}
.arrow-controls {
  display: flex;
  opacity: 1;
}
.arrow-controls a {
  display: inline-block;
  padding: 8px 5px;
  margin-left: 10px;
  margin-right: 10px;
  color: #FF9B46;
}
.arrow-controls a:hover {
  color: #fff;
}
.arrow-controls a svg {
  width: 33px;
  height: 33px;
  fill: currentColor;
}
.arrow-controls a:first-child {
  margin-left: 0px;
}
.arrow-controls a:last-child {
  margin-right: 0px;
}
.article__img-wrp {
  margin-top: 0px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .article__img-wrp {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
.article__img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__main-heading {
  font-size: clamp(1.38rem, 1.12rem + 1.27vw, 2.25rem);
}
@media (min-width: 992px) {
  .article__item-col {
    flex: 1 1 60%;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .article__item-col {
    flex: 1 1 70%;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .article__cat-col {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .article__cat-col {
    flex: 1 1 30%;
    max-width: 30%;
  }
}
.article__author-wrp {
  margin-bottom: 20px;
  display: flex;
  gap: 15px 34px;
  align-items: center;
  padding: 18px 25px;
  border-radius: 12px;
  background-color: #ececec;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .article__author-wrp {
    flex-wrap: nowrap;
  }
}
.article__author-wrp-bg {
  position: relative;
}
@media (min-width: 992px) {
  .article__author-wrp-bg {
    padding-left: 40px;
  }
}
.article__author-wrp-bg:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 19px;
  bottom: 19px;
  width: 9px;
  border-radius: 0 9px 9px 0;
  background-color: #cacaca;
}
.article__author-label {
  font-size: 1.143rem;
}
.article__author-value {
  font-weight: 700;
  font-size: 1.143rem;
}
@media (min-width: 992px) {
  .article__author-value {
    white-space: nowrap;
  }
}
.article__author-img-wrp {
  display: none;
}
@media (min-width: 768px) {
  .article__author-img-wrp {
    display: inline-block;
    flex: 1 1 75px;
    max-width: 75px;
  }
}
.article__author-img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .article__author-name-data {
    font-size: 1.143rem;
  }
}
.article__author-name {
  font-weight: 700;
}
.article__author-link {
  display: inline-block;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .article__author-prof {
    font-size: 1.143rem;
  }
}
.article__author-time {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #c9c9c9;
}
@media (min-width: 768px) {
  .article__author-time {
    font-size: 1.143rem;
  }
}
@media (min-width: 576px) {
  .article__author-time {
    width: auto;
    flex: 1 1 190px;
    max-width: 190px;
    padding-top: 0px;
    padding-left: 25px;
    border-top: none;
    border-left: 1px solid #c9c9c9;
  }
}
.article__time {
  font-size: 1rem;
}
.article__time .minutes,
.article__time .seconds {
  font-weight: 700;
}
.date-wrp {
  position: relative;
}
@media (min-width: 576px) {
  .date-wrp {
    padding-right: 90px;
  }
}
@media (min-width: 992px) {
  .date-wrp {
    padding-right: 10%;
  }
}
@media (min-width: 576px) {
  .date-wrp__date {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-40%);
  }
}
.article-nav {
  margin-bottom: 30px;
}
.article-nav__ul {
  padding: 30px;
  border-radius: 10px;
  background: #f8eee7;
}
@media (min-width: 992px) {
  .article-nav__ul {
    padding: 25px 44px 35px;
  }
}
.article-nav__li:last-child a {
  padding-bottom: 0px;
}
.article-nav__a {
  display: inline-block;
  padding: 15px 0;
  color: #f06f0a;
  line-height: 1.2em;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .article-nav__a {
    font-size: 1.143rem;
  }
}
.article-nav__a:hover {
  text-decoration: none;
  color: #f06f0a;
}
.events__filter-wrp {
  margin-top: 35px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .events__filter-wrp {
    width: auto;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .events__filter-wrp {
    margin-bottom: 50px;
  }
}
.events__item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .events__item {
    margin-bottom: 40px;
  }
}
.events__item-row {
  margin-right: -20px;
  margin-left: -20px;
}
.events__item-row > .col, .events__item-row > [class*=col-] {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.events__img {
  border-radius: 15px;
}
.events__item-img {
  margin-bottom: 23px;
}
.events__name {
  margin-top: 7px;
  display: block;
  font-weight: 700;
  font-size: 1.286rem;
  color: #1E1E1E;
}
.events__name:hover {
  text-decoration: none;
}
.empty-catalog {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .empty-catalog {
    font-size: 1.143rem;
  }
}
@media (min-width: 1200px) {
  .empty-catalog {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 1.429rem;
  }
}
@media (max-width: 991.98px) {
  .empty-catalog br {
    display: none;
  }
}
.root-cat {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .root-cat {
    margin-bottom: 50px;
  }
}
.root-cat__row {
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 20px;
}
.root-cat__row > .col, .root-cat__row > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 768px) {
  .root-cat__row {
    margin-right: -17.5px;
    margin-left: -17.5px;
  }
  .root-cat__row > .col, .root-cat__row > [class*=col-] {
    padding-right: 17.5px !important;
    padding-left: 17.5px !important;
  }
}
@media (min-width: 1200px) {
  .root-cat__row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .root-cat__row > .col, .root-cat__row > [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (min-width: 1920px) {
  .root-cat__row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .root-cat__row > .col, .root-cat__row > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.root-cat__row.tabs__tab.active {
  display: flex;
}
.root-cat__col {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .root-cat__col {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .root-cat__col {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .root-cat__col {
    margin-top: 40px;
  }
}
.root-cat__item-inner {
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .root-cat__item-inner {
    padding-bottom: 95px;
  }
}
.root-cat__item-inner .btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.root-cat__item {
  height: 100%;
  position: relative;
  padding: 30px 35% 30px 30px;
  border-radius: 10px;
  background-color: #fef6ed;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .root-cat__item {
    padding: 40px 35% 40px 40px;
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .root-cat__item {
    padding: 40px 35% 40px 40px;
    background-position: center bottom;
  }
}
@media (min-width: 1200px) {
  .root-cat__item {
    padding: 80px 35% 80px 80px;
  }
}
.root-cat__item .heading {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .root-cat__item .heading {
    font-size: 1.429rem;
  }
}
@media (min-width: 576px) {
  .root-cat__item .heading {
    margin-bottom: 30px;
  }
}
.root-cat__item p {
  line-height: 1.8em;
}
@media (min-width: 768px) {
  .root-cat__item p {
    font-size: 1.143rem;
  }
}
.root-cat__text-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.root-cat__name {
  text-align: center;
  text-transform: uppercase;
}
.sub-categories {
  display: none;
}
@media (min-width: 992px) {
  .sub-categories {
    display: block;
  }
}
.sub-categories__a {
  display: block;
  padding: 10px 0;
  font-size: 1.143rem;
  color: #1E1E1E;
  line-height: 1.2em;
  text-decoration: underline;
}
.sub-categories__a:hover {
  color: #1E1E1E;
  text-decoration: none;
}
@media (min-width: 992px) {
  .section-cat__row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .section-cat__row > .col, .section-cat__row > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.section-cat .section-cat__sidebar {
  margin-bottom: 30px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  max-width: 100vw;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 30;
  background: #fff;
}
@media (min-width: 992px) {
  .section-cat .section-cat__sidebar {
    padding-left: 20px !important;
    padding-right: 20px !important;
    position: relative;
    top: none;
    bottom: none;
    left: none;
    z-index: 1;
    transform: none;
    display: block;
    flex: 1 1 25%;
    max-width: 25%;
    transition: none;
    background: none;
  }
}
@media (min-width: 1440px) {
  .section-cat .section-cat__sidebar {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.section-cat__content {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .section-cat__content {
    flex: 1 1 75%;
    max-width: 75%;
  }
}
@media (min-width: 1440px) {
  .section-cat__content {
    flex: 1 1 80%;
    max-width: 80%;
  }
}
@media (min-width: 1440px) {
  .section-cat .product-grid__item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
.section-cat__sort-row {
  text-align: right;
  margin-bottom: 30px;
}
.section-cat__sort-wrp {
  display: inline-block;
}
.open-filter .section-cat__sidebar {
  transform: translateX(0%);
  margin-bottom: 0px;
}
.btn-open-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  margin-bottom: 30px;
  padding: 5px 5px;
  border-radius: 0 4px 4px 0;
  background: #FF9B46;
  z-index: 3;
}
@media (min-width: 992px) {
  .btn-open-filter {
    display: none;
  }
}
.btn-open-filter svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.site-row {
  display: flex;
  gap: 10px 10px;
  align-items: center;
  justify-content: space-between;
}
.site-row > .btn {
  flex: 0 0 auto;
}
.site-row_no-gap {
  gap: 0px 10px;
}
.site-row_wrap {
  flex-wrap: wrap;
}
.site-row_sm-wrap {
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .site-row_sm-wrap {
    flex-wrap: nowrap;
  }
}
.site-row_md-wrap {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-row_md-wrap {
    flex-wrap: nowrap;
  }
}
.site-row_lg-wrap {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .site-row_lg-wrap {
    flex-wrap: nowrap;
  }
}
.section-cat__sidebar-inner {
  position: relative;
  height: 100%;
}
.ocfilter-wrp {
  position: relative;
  overflow: auto;
}
@media (min-width: 992px) {
  .ocfilter-wrp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .ocfilter-wrp {
    height: auto;
    overflow: initial;
  }
}
.ocfilter-wrp.active {
  position: absolute;
  top: 0px;
}
.ocfilter-wrp.scrolled {
  position: fixed;
  width: 233px;
  top: auto !important;
  bottom: 60px;
}
.ocfilter-wrp.after-scrolled {
  position: absolute;
  top: auto !important;
  bottom: 0px;
}
.filter-wrp-spacer {
  position: relative;
  float: left;
  pointer-events: none;
  z-index: 2;
}
.ocf-value-wrp {
  position: relative;
}
.ocf-value-wrp:hover .ocf-selected + .tooltip {
  opacity: 1;
  visibility: visible;
}
.ocf-slider-tooltip-wrp {
  position: relative;
}
.ocf-slider-tooltip-wrp .tooltip {
  margin-left: 5px;
}
.ocf-slider-tooltip-wrp:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.ocfilter {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .ocfilter {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ocfilter .tooltip {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 768px) {
  .ocfilter .tooltip_active {
    display: block;
  }
}
.ocfilter .tooltip__inner {
  margin-left: 10px;
  position: relative;
  background: #fff;
  padding: 3px 3px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.ocfilter .tooltip__inner:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
}
.ocfilter .tooltip .btn {
  margin: 0px;
  white-space: nowrap;
  border-radius: 3px;
}
.ocfilter .ocf-close-wrp {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  padding: 10px;
  text-align: right;
  background: #fff;
}
.ocfilter .btn-close-filter {
  display: inline-block;
}
.ocfilter .btn-close-filter svg {
  width: 20px;
  height: 20px;
}
.ocfilter .ocf-selected-header {
  margin: 15px 0;
  font-weight: 500;
  font-size: 1.286rem;
}
.ocfilter .ocf-selected-filter .btn {
  margin-bottom: 4px;
}
.ocfilter .ocf-selected-card .ocf-between {
  margin-top: 10px;
}
.ocfilter .ocf-header {
  display: none;
}
.ocfilter .ocf-footer {
  padding: 10px 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
}
@media (min-width: 992px) {
  .ocfilter .ocf-footer {
    position: relative;
    bottom: none;
    left: none;
    right: none;
  }
}
.ocfilter .ocf-footer .ocf-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.ocfilter .filter-list-toggle-wrp {
  margin-top: 24px;
}
.ocfilter .filter-list-toggle-wrp .ocf-hide-expand-0 {
  display: none;
}
.ocfilter .toggle-filters {
  color: #FF9B46;
  text-decoration: underline;
}
.ocfilter .toggle-filters:hover {
  text-decoration: none;
}
.ocfilter .toggle-filters .active {
  display: none;
}
.ocfilter .toggle-filters.active .default {
  display: none;
}
.ocfilter .toggle-filters.active .active {
  display: block;
}
.ocfilter .ocf-collapse-filter {
  margin-top: -15px;
  width: 100%;
  overflow: hidden;
}
.ocfilter .ocf-collapse-filter .collapse__inner {
  padding: 0;
}
.ocfilter .ocf-option-values__inner {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .ocfilter .ocf-option-values__inner {
    padding-bottom: 20px;
  }
}
.ocfilter .ocf-filter-list .ocf-active .ocf-active-label,
.ocfilter .ocf-filter-list .ocf-active .ocf-filter-header-append, .ocfilter > .list-group .ocf-active .ocf-active-label,
.ocfilter > .list-group .ocf-active .ocf-filter-header-append {
  display: none;
}
.ocfilter .ocf-filter-list .ocf-active .ocf-minus-circle, .ocfilter > .list-group .ocf-active .ocf-minus-circle {
  position: absolute;
  top: 50%;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #6A8971;
  cursor: pointer;
}
.ocfilter .ocf-filter-list .ocf-active .ocf-minus-circle:hover, .ocfilter > .list-group .ocf-active .ocf-minus-circle:hover {
  background: #526E58;
}
.ocfilter .ocf-filter-list .ocf-active .ocf-minus-circle:before, .ocfilter .ocf-filter-list .ocf-active .ocf-minus-circle:after, .ocfilter > .list-group .ocf-active .ocf-minus-circle:before, .ocfilter > .list-group .ocf-active .ocf-minus-circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.ocfilter .ocf-filter-list .ocf-active .ocf-minus-circle:before, .ocfilter > .list-group .ocf-active .ocf-minus-circle:before {
  width: 50%;
  height: 1px;
}
.ocfilter .ocf-filter-list .ocf-active .ocf-minus-circle:after, .ocfilter > .list-group .ocf-active .ocf-minus-circle:after {
  width: 1px;
  height: 50%;
}
.ocfilter .ocf-filter-list .btn-all-filters, .ocfilter > .list-group .btn-all-filters {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .ocfilter .ocf-filter-list .btn-all-filters, .ocfilter > .list-group .btn-all-filters {
    margin-top: 0px;
  }
}
.ocfilter .ocf-filter-list .btn-all-filters, .ocfilter > .list-group .btn-all-filters {
  width: auto;
}
@media (min-width: 992px) {
  .ocfilter .ocf-filter-list .btn-all-filters, .ocfilter > .list-group .btn-all-filters {
    width: 19%;
  }
}
.ocfilter .ocf-filter-list .btn-all-filters .inner, .ocfilter > .list-group .btn-all-filters .inner {
  justify-content: center;
}
.ocfilter .ocf-filter-list .list-group-item, .ocfilter > .list-group .list-group-item {
  margin: 10px 0;
  position: relative;
}
@media (min-width: 768px) {
  .ocfilter .ocf-filter-list .list-group-item, .ocfilter > .list-group .list-group-item {
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .ocfilter .ocf-filter-list .list-group-item, .ocfilter > .list-group .list-group-item {
    margin: 0px;
  }
}
.ocfilter .ocf-filter-list .list-group-item .ocf-option-name, .ocfilter > .list-group .list-group-item .ocf-option-name {
  padding: 8px 0px;
  position: relative;
  font-weight: 500;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 1.143rem;
}
@media (min-width: 1200px) {
  .ocfilter .ocf-filter-list .list-group-item .ocf-option-name, .ocfilter > .list-group .list-group-item .ocf-option-name {
    padding: 15px 0px;
    font-size: 1.429rem;
  }
}
.ocfilter .ocf-filter-list .list-group-item .ocf-option-name:after, .ocfilter > .list-group .list-group-item .ocf-option-name:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  opacity: 0.7;
  pointer-events: none;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6A8971;
}
.ocfilter .ocf-filter-list .list-group-item .ocf-option-name.active:after, .ocfilter > .list-group .list-group-item .ocf-option-name.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.ocfilter .ocfilter-button-wrp {
  margin-right: 15px;
}
.ocfilter .ocf-value-slider {
  padding-left: 7px;
  padding-right: 10px;
}
.ocfilter-mobile {
  display: none;
}
.add-to-cart .text-added,
.product__btn-order .text-added,
.panel-fixed__btn-order .text-added {
  display: none;
}
.add-to-cart.active,
.product__btn-order.active,
.panel-fixed__btn-order.active {
  background: #ee7c1a;
}
.add-to-cart.active .text-added,
.product__btn-order.active .text-added,
.panel-fixed__btn-order.active .text-added {
  display: inline-block;
}
.add-to-cart.active .text-add,
.product__btn-order.active .text-add,
.panel-fixed__btn-order.active .text-add {
  display: none;
}
.add-to-cart *,
.product__btn-order *,
.panel-fixed__btn-order * {
  pointer-events: none;
}
.product-grid {
  margin-right: -10px;
  margin-left: -10px;
}
.product-grid > .col, .product-grid > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 768px) {
  .product-grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-grid > .col, .product-grid > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 1740px) {
  .product-grid {
    margin-right: -20px;
    margin-left: -20px;
  }
  .product-grid > .col, .product-grid > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.product-grid_sm-pd {
  margin-right: -10px;
  margin-left: -10px;
}
.product-grid_sm-pd > .col, .product-grid_sm-pd > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 768px) {
  .product-grid_sm-pd {
    margin-right: -20px;
    margin-left: -20px;
  }
  .product-grid_sm-pd > .col, .product-grid_sm-pd > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1740px) {
  .product-grid_sm-pd {
    margin-right: -20px;
    margin-left: -20px;
  }
  .product-grid_sm-pd > .col, .product-grid_sm-pd > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.product-grid_sm {
  margin-left: 0px;
  margin-right: 0px;
}
.product-grid_sm .product-grid__price {
  padding: 7px 14px;
  font-size: 1.071rem;
  font-weight: normal;
}
.product-grid_sm__name {
  font-size: 1.071rem;
}
.product-grid_vs-btn .product-grid__to-cart {
  margin-top: 20px;
  font-size: 0.929rem;
}
@media (min-width: 768px) {
  .product-grid_vs-btn .product-grid__to-cart {
    font-size: 1rem;
  }
}
.product-grid__item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-grid__item {
    margin-bottom: 50px;
  }
}
.product-grid__inner-abs {
  height: 100%;
  position: relative;
  padding-bottom: 140px;
}
@media (min-width: 576px) {
  .product-grid__inner-abs {
    padding-bottom: 101px;
  }
}
.product-grid__inner-rent-abs {
  height: 100%;
  position: relative;
  padding-bottom: 145px;
}
.product-grid__rent-prices {
  margin-bottom: 22px;
}
.product-grid__rent-row {
  margin-top: 1px;
  margin-bottom: 1px;
}
.product-grid__rent-title, .product-grid__rent-val {
  color: #1E1E1E;
  font-weight: 700;
  font-size: 1.143rem;
}
.product-grid__bottom-wrp {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.product-grid__img {
  border-radius: 10px;
  min-width: 100%;
  height: auto;
}
.product-grid__img-wrp {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.product-grid a.product-grid__img-wrp:hover .product-grid__price {
  background: #6A8971;
}
.product-grid__price {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .product-grid__price {
    margin: 25px 0;
  }
}
.product-grid__price-new {
  display: inline-block;
  font-weight: 700;
  font-size: 1.571rem;
}
@media (min-width: 768px) {
  .product-grid__price-new {
    font-size: 1.571rem;
  }
}
.product-grid__price-old {
  display: inline-block;
  margin-left: 10px;
  color: #FF9B46;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 1.071rem;
}
@media (min-width: 768px) {
  .product-grid__price-old {
    font-size: 1.143rem;
  }
}
.product-grid__name {
  margin: 25px 0;
  display: block;
  color: #1E1E1E;
  font-size: 1rem;
}
.product-grid__name:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .product-grid__name {
    font-size: 1.143rem;
  }
}
.product-grid__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 2px;
}
.product-grid__buttons .btn {
  padding: 8px 10px;
  font-size: 0.929rem;
}
@media (min-width: 768px) {
  .product-grid__buttons .btn {
    font-size: 0.929rem;
    padding: 12px 10px;
  }
}
@media (min-width: 1200px) {
  .product-grid__buttons .btn {
    font-size: 1rem;
    padding: 12px 14px;
  }
}
.product-grid__slider {
  position: relative;
  margin-bottom: 30px;
}
.product-grid__slider .product-grid__img-wrp {
  margin-bottom: 0px;
}
.product-grid__slider .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-grid__slider .tns-controls button[data-controls=prev] {
  left: 3px;
}
.product-grid__slider .tns-controls button[data-controls=next] {
  right: 3px;
}
.product-grid__slider .tns-controls button svg {
  fill: #FF9B46;
}
.product-grid__slider .tns-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.product-grid__slider .tns-nav button {
  padding: 0px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #BDBDBD;
  transition: width 0.3s linear;
  will-change: width;
}
.product-grid__slider .tns-nav button::before {
  display: none;
}
.product-grid__slider .tns-nav button.tns-nav-active {
  width: 15px;
}
.desktop-device .product-grid__slider:hover .tns-controls button, .desktop-device .product-grid__slider:focus .tns-controls button {
  opacity: 1;
  visibility: visible;
}
.cat-icons {
  margin-bottom: 20px;
}
.cat-icons .heading {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cat-icons .heading {
    margin-bottom: 0px;
  }
}
.cat-icons .about-items__row {
  gap: 30px 0;
}
.cat-uslugi {
  padding: 20px 30px 25px;
  border-radius: 9px;
  background: #f8eee7;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cat-uslugi {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .cat-uslugi {
    padding: 20px 42px 37px;
  }
}
.cat-uslugi__ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 12px;
}
.cat-uslugi__a {
  padding: 4px 10px;
  display: inline-block;
  border-radius: 7px;
  color: #fff;
  background: #FF9B46;
}
.cat-uslugi__a:hover, .cat-uslugi__a:focus {
  color: #fff;
  background: #6A8971;
  text-decoration: none;
}
.cat-uslugi__a:active {
  color: #fff;
  background: #6A8971;
  text-decoration: none;
}
.pag-wrp {
  margin-bottom: 40px;
}
.mobile-device .product__slider-lg .tns-controls {
  opacity: 1;
}
.rent-select-wrp {
  width: 200px;
  margin-top: 15px;
}
.rent-totals__rent {
  display: none;
}
.rent-totals__rent.active {
  display: block;
}
.product__rent-text {
  display: flex;
  justify-content: space-between;
}
.product__rent-val {
  font-weight: 700;
  font-size: 1.143rem;
}
.product__store-link {
  margin: 22px 0;
  font-weight: 700;
  font-size: 1.143rem;
}
.product__store-link a {
  text-decoration: underline;
}
.product__store-link a:hover {
  text-decoration: none;
}
.product__row {
  margin-top: 30px;
  margin-right: -12px;
  margin-left: -12px;
}
.product__row > .col, .product__row > [class*=col-] {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
@media (min-width: 1200px) {
  .product__row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .product__row > .col, .product__row > [class*=col-] {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.product__img-col-inner {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product__img-col-inner {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .product__img-col-inner {
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  .product__info-col-inner {
    padding-left: 20px;
  }
}
.product__sliders-wrp {
  display: flex;
  gap: 14px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product__sliders-wrp {
    gap: 24px;
  }
}
.product__slider-lg {
  position: relative;
}
.product__slider-lg .tns-outer {
  position: relative;
  border: 1px solid #dcdcdc;
}
.product__slider-lg .tns-outer:hover .tns-controls {
  opacity: 1;
}
.product__slider-lg .tns-controls {
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .product__slider-lg .tns-controls {
    opacity: 0;
  }
}
.product__slider-lg .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.product__slider-lg .tns-controls button[data-controls=prev] {
  left: 15px;
}
.product__slider-lg .tns-controls button svg {
  fill: #FF9B46;
}
.product__slider-lg .tns-controls button[data-controls=next] {
  right: 15px;
}
.product__slider-lg .tns-controls button:hover {
  opacity: 1;
}
.product__slider-lg .product__slider-slide img.loaded {
  height: auto;
}
.product__slider-lg .product__slider-img-video {
  cursor: pointer;
}
.product__slider-lg .product__slider-video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.product__slider-sm {
  margin-bottom: -10px;
}
@media (min-width: 700px) {
  .product__slider-sm {
    margin-bottom: -15px;
  }
}
@media (min-width: 768px) {
  .product__slider-sm {
    margin-bottom: -12px;
  }
}
@media (min-width: 992px) {
  .product__slider-sm {
    margin-bottom: -14px;
  }
}
@media (min-width: 1050px) {
  .product__slider-sm {
    margin-bottom: -13px;
  }
}
@media (min-width: 1175px) {
  .product__slider-sm {
    margin-bottom: -16px;
  }
}
@media (min-width: 1360px) {
  .product__slider-sm {
    margin-bottom: -18px;
  }
}
@media (min-width: 1440px) {
  .product__slider-sm {
    margin-bottom: -20px;
  }
}
.product__slider-sm .product__slider-slide:last-child {
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .product__slider-sm .product__slider-slide:last-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .product__slider-sm .product__slider-slide:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .product__slider-sm .product__slider-slide:last-child {
    margin-bottom: 14px;
  }
}
@media (min-width: 1050px) {
  .product__slider-sm .product__slider-slide:last-child {
    margin-bottom: 13px;
  }
}
@media (min-width: 1175px) {
  .product__slider-sm .product__slider-slide:last-child {
    margin-bottom: 16px;
  }
}
@media (min-width: 1360px) {
  .product__slider-sm .product__slider-slide:last-child {
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .product__slider-sm .product__slider-slide:last-child {
    margin-bottom: 20px;
  }
}
.product__slider-sm .product__slider-slide .product__slider-a {
  display: inline-block;
  position: relative;
}
.product__slider-sm .product__slider-slide .product__slider-a img {
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
}
.product__slider-sm .product__slider-slide .product__slider-a img.active.tns-complete {
  border-color: #FF9B46;
}
.product__slider-sm .product__slider-slide .product__slider-a img.tns-complete {
  border-color: #dcdcdc;
  height: auto;
}
.product .heading_links .heading__text {
  max-width: 100%;
}
@media (min-width: 768px) {
  .product .heading_links .heading__text {
    max-width: 60%;
  }
}
.product__heading {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .product__heading {
    font-size: 1.857rem;
  }
}
@media (min-width: 768px) {
  .product__heading {
    margin-top: 0px;
    font-size: 2.857rem;
  }
}
.product__price {
  font-weight: 700;
}
.product__price-new {
  display: inline-block;
  font-weight: 700;
  font-size: 1.571rem;
}
@media (min-width: 768px) {
  .product__price-new {
    font-size: 1.571rem;
  }
}
.product__price-old {
  display: inline-block;
  margin-left: 10px;
  color: #FF9B46;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 1.071rem;
}
@media (min-width: 768px) {
  .product__price-old {
    font-size: 1.143rem;
  }
}
.product__sku {
  color: #5D5D5D;
  font-size: 1.143rem;
}
.product__option {
  margin-bottom: 20px;
}
.product__option .select-wrp {
  margin-bottom: 0px;
}
.product__btn-order-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .product__btn-order-wrp {
    justify-content: space-between;
  }
}
.product .to-tabs {
  display: none;
}
@media (min-width: 768px) {
  .product .to-tabs {
    display: block;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .product .to-tabs__a {
    margin: 6px 0px;
    display: inline-block;
    font-size: 1.143rem;
    text-decoration: underline;
  }
}
.product__tabs-ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .product__tabs-ul {
    gap: 10px;
  }
}
.product__tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .product__tabs {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.product__tabs .tabs__tab {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .product__tabs .tabs__tab {
    padding-top: 40px;
  }
}
.product__tabs .tabs__a {
  display: inline-block;
  padding: 6px 10px;
  line-height: 1.4em;
  border-radius: 10px;
  font-size: 0.929rem;
  transition: background 0.3s ease;
  will-change: background;
  color: #1E1E1E;
  background: #f8eee7;
}
@media (min-width: 768px) {
  .product__tabs .tabs__a {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .product__tabs .tabs__a {
    padding: 13px 25px;
    font-size: 1.143rem;
  }
}
.product__tabs .tabs__a:hover {
  text-decoration: none;
  color: #F2F2F2;
  background: #ee7c1a;
  background-image: linear-gradient(143deg, #ee7c1a 34%, #f06f0a 83%);
}
.product__tabs .tabs__a.active {
  color: #fff;
  background: #FF9B46;
  background-image: linear-gradient(143deg, #ff9b46 34%, #ff8425 83%);
}
.product + .form-block {
  margin-top: -30px;
}
@media (min-width: 992px) {
  .product + .form-block {
    margin-top: -75px;
  }
}
.prod-uslugi {
  margin: 30px 0px;
}
@media (min-width: 992px) {
  .prod-uslugi {
    margin: 30px 0px;
  }
}
.prod-uslugi__li {
  margin: 10px 0px;
}
@media (min-width: 992px) {
  .prod-uslugi__li {
    margin: 16px 0px;
  }
}
.prod-uslugi__a {
  padding: 12px 20px;
  display: block;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1rem;
  color: #1E1E1E;
  border: 2px solid #FF9B46;
}
@media (min-width: 992px) {
  .prod-uslugi__a {
    padding: 15px 25px;
    font-size: 1.143rem;
  }
}
.prod-uslugi__a.active, .prod-uslugi__a:hover, .prod-uslugi__a:focus {
  color: #fff;
  background: #FF9B46;
  text-decoration: none;
}
.prod-uslugi__a:active {
  color: #fff;
  background: #6A8971;
  text-decoration: none;
}
.cart__quantity-wrp {
  display: flex;
  gap: 5px;
}
.cart__quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  height: 23px;
  width: 23px;
}
.cart__quantity-btn.minus__disabled {
  border-color: #eee;
  background-color: #eee;
}
.cart__quantity-btn:hover {
  background-color: #FF9B46;
  border-color: #FF9B46;
}
.cart__quantity-btn.plus::after {
  content: "";
  height: 1px;
  width: 11px;
  background-color: #000;
}
.cart__quantity-btn.plus::before {
  content: "";
  width: 1px;
  height: 11px;
  transform: translateX(6px);
  background-color: #000;
}
.cart__quantity-btn.minus::after {
  content: "";
  height: 1px;
  width: 11px;
  background-color: #000;
}
.cart-nav {
  display: none;
}
@media (min-width: 1600px) {
  .cart-nav {
    display: block;
    max-height: 75vh;
    overflow-y: auto;
    width: 65%;
  }
}
.cart-nav__item {
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-nav__item:not(:last-of-type) {
  border-bottom: 1px solid #D9D9D9;
}
.cart-nav__item:hover .cart-nav__link {
  color: #000;
  text-decoration: none;
}
.cart-nav__link {
  transition: color 0.3s ease;
  font-size: 1rem;
  font-weight: 700;
  color: #797979;
}
@media (min-width: 1600px) {
  .cart-service-wrp .cart-list__scroll-wrp {
    display: flex;
    gap: 25px;
  }
}
.cart-service-wrp .accordion__plus {
  right: 0px;
}
.cart-service-wrp .collapse, .cart-service-wrp .collapsing {
  margin-left: -15px;
  margin-right: -15px;
}
.cart-service-wrp .collapse__inner {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 1.286rem;
  font-family: "Prosto One", sans-serif;
  color: #000;
}
.cart-totals__price {
  font-size: 1.571rem;
}
.cart-footer__btns .btn-clear-cart {
  width: 100%;
}
.cart-footer__btns .new-make-order {
  width: 100%;
  margin-bottom: 10px;
}
.cart-service__heading {
  font-size: 1.429rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.cart-heading {
  font-size: 1.429rem;
  font-family: "Prosto One", sans-serif;
  margin-bottom: 20px;
  color: #000;
}
.cart-info {
  margin-bottom: 15px;
}
.cart-info__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #000;
  margin-bottom: 20px;
}
.cart-info__heading-price {
  font-size: 1.143rem;
  font-family: "Prosto One", sans-serif;
}
.cart-info__item {
  display: flex;
  justify-content: space-between;
}
.cart-info__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.cart-info__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  max-width: 60%;
  font-size: 1rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.cart-info__item-price {
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.cart__footer-more {
  display: none;
}
.cart-list__item {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.cart-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart-list__item {
    display: flex;
    align-items: center;
    padding: 20px;
  }
}
.cart-list__item .stylled-checkbox {
  position: absolute;
  top: 20px;
  left: 10px;
}
@media (min-width: 768px) {
  .cart-list__item .stylled-checkbox {
    position: static;
  }
}
.cart-list__item .stylled-checkbox__label {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .cart-list__item .stylled-checkbox__label {
    width: 20px;
    height: 20px;
  }
}
.cart-list__wrp {
  display: flex;
}
.cart-list .cart-list__wrp > .cart-list__img-a {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  min-width: 89px;
  max-width: 89px;
}
@media (min-width: 768px) {
  .cart-list .cart-list__wrp > .cart-list__img-a {
    min-width: 130px;
    max-width: 130px;
  }
}
.cart-list__info-wrp {
  padding: 0;
}
@media (min-width: 768px) {
  .cart-list__info-wrp {
    display: flex;
    margin-bottom: 20px;
    flex-grow: 1;
  }
}
.cart-list__info-text-wrp {
  padding: 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cart-list__info-text-wrp {
    margin-right: 20px;
  }
}
.cart-list__name {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .cart-list__name {
    font-size: 1.143rem;
  }
}
.cart-list__options-wrp {
  margin-bottom: 15px;
}
.cart-list__option {
  font-size: 0.857rem;
  line-height: 1.2;
  color: #777;
  margin-bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-list__option span {
  display: inline-block;
}
.cart-list__option:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .cart-list__option {
    font-size: 1rem;
  }
}
.cart-list__option-span {
  color: #000;
  font-weight: 500;
}
.cart-list__price-wrp {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  .cart-list__price-wrp {
    flex-direction: column;
    text-align: right;
    margin-left: auto;
    gap: 0;
    text-wrap: nowrap;
  }
}
.cart-list__price-new {
  font-family: "Prosto One", sans-serif;
  color: #000;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .cart-list__price-new {
    font-size: 1.286rem;
  }
}
@media (min-width: 1920px) {
  .cart-list__price-new {
    font-size: 1.429rem;
  }
}
.cart-list__price-old {
  font-size: 0.857rem;
  font-family: "Prosto One", sans-serif;
  text-decoration: line-through;
  color: #000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cart-list__price-old {
    width: 100%;
    text-align: right;
  }
}
.cart-list__btns-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 768px) {
  .cart-list__btns-wrp {
    position: absolute;
    bottom: 20px;
    left: 161px;
    right: 20px;
  }
}
.cart-list .product__quantity {
  padding: 0;
  margin: 0;
  display: block;
  width: 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  border: none;
  text-align: center;
}
.cart-list .product__quantity::-webkit-outer-spin-button, .cart-list .product__quantity::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.cart-list__btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart-list__btn {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cart-list__btn .svg {
  width: 17px;
  height: 17px;
  fill: #FFB880;
  color: #FFB880;
}
.cart-list__btn:hover .svg {
  fill: #6A8971;
  color: #6A8971;
}
.cart-list__scroll-wrp {
  padding: 0;
}
.cart-accordion {
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cart-accordion {
    border-radius: 20px;
  }
}
.cart-accordion__item {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.cart-accordion__item:not(:last-of-type) {
  border-bottom: 1px solid #9D9D9D;
}
@media (min-width: 1600px) {
  .cart-accordion__item:not(:last-of-type) {
    border-bottom: none;
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .cart-accordion__item {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.cart-accordion__item-active {
  border-color: #fff !important;
}
.cart-accordion__item-active .accordion__plus:after {
  transform: translateY(-50%) rotate(90deg);
}
.cart-accordion__item .collapse:after {
  display: none;
}
.cart-accordion__heading {
  position: relative;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .cart-accordion__heading {
    font-size: 1.286rem;
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  .cart-accordion__heading {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .cart-accordion__heading .accordion__plus {
    display: none;
  }
}
.cart-accordion__heading svg {
  width: 21px;
  height: 21px;
  fill: #F06F0A;
  color: #F06F0A;
}
@media (min-width: 768px) {
  .cart-accordion__heading svg {
    width: 36px;
    height: 36px;
  }
}
.cart-accordion__content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 10px;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-accordion__content {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.cart-accordion__content:last-of-type {
  margin-bottom: 0;
}
.cart-accordion__text {
  display: block;
  line-height: 1.2;
  color: #000;
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .cart-accordion__text {
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: left;
  }
}
.cart-accordion__btns-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-accordion__btns-wrp:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-accordion__btns-wrp {
    gap: 30px;
  }
}
@media (min-width: 1600px) {
  .cart-accordion__btns-wrp {
    gap: 10px;
  }
}
.cart-accordion__btn {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.cart-accordion__btn:checked + .cart-accordion__btn-label {
  background-color: #FF8425;
  color: #fff;
}
.cart-accordion__btn-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5px 10px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 5px;
  background-color: #eee;
  color: #000;
  font-size: 0.857rem;
}
.cart-accordion__btn-label:hover {
  background-color: #FF9B46;
  color: #fff;
}
@media (min-width: 768px) {
  .cart-accordion__btn-label {
    font-size: 1rem;
  }
}
.cart-accordion__btn-label:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-accordion__btn-label:not(:last-of-type) {
    margin: 0;
  }
}
.cart-accordion__btn-label.active {
  background-color: #FF8425;
  color: #fff;
}
.cart-accordion__btn-label span {
  font-family: "Prosto One", sans-serif;
  display: block;
  width: 62px;
  text-align: left;
  text-wrap: nowrap;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .cart-accordion__btn-label span {
    width: 71px;
    font-size: 1.143rem;
  }
}
.cart-accordion .cart-accordion__quantity-wrp .cart-accordion__quantity {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  display: block;
  width: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  border: 0;
  text-align: center;
}
.cart-accordion .cart-accordion__quantity-wrp .cart-accordion__quantity::-webkit-outer-spin-button, .cart-accordion .cart-accordion__quantity-wrp .cart-accordion__quantity::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.calculator-page input {
  display: none;
}
.calculator-page .collapse {
  margin-top: 10px;
}
.calculator-page .cart-accordion__text {
  text-align: left;
}
.calculator-page .cart-accordion__btns-wrp {
  flex-wrap: wrap;
  gap: 15px;
}
.calculator-page .cart-accordion__btn-label {
  margin-bottom: 0px;
  max-width: 100%;
  flex: 0 0 30%;
}
@media (min-width: 768px) {
  .calculator-page .cart-accordion__btn-label {
    max-width: 50%;
    flex: 0 0 25%;
  }
}
.pr-slider-sm {
  position: relative;
}
.pr-slider-sm__controls {
  display: none;
}
.pr-slider-sm:hover .pr-slider-sm__controls button {
  opacity: 1;
}
.to-cart__text-active {
  display: none;
}
.to-cart.active .to-cart__text {
  display: none;
}
.to-cart.active .to-cart__text-active {
  display: block;
}
.tab-product-row {
  margin-bottom: 40px;
}
.tab-product-row .heading {
  padding-bottom: 14px;
}
.review-block__add-review-wrp {
  margin-top: 20px;
}
.cart-list__scroll-wrp {
  max-height: 282px;
}
.cart-list__img {
  height: auto;
}
.cart-list__item {
  max-width: 100%;
  padding: 15px 0;
  display: flex;
  gap: 5px;
  align-items: top;
  border-bottom: 1px solid #f8eee7;
}
.cart-list__item-new {
  display: block;
}
.cart-list__item-new .cart-list__row {
  display: flex;
  gap: 16px;
  align-items: top;
}
.cart-list__item-new .cart-list__img-col {
  flex: 1 1 25%;
  max-width: 25%;
  min-width: 25%;
}
@media (min-width: 576px) {
  .cart-list__item-new .cart-list__img-col {
    flex: 1 1 220px;
    max-width: 220px;
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  .cart-list__item-new .cart-list__img-col {
    flex: 1 1 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
.cart-list__item-new .cart-list__img-a {
  display: block;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .cart-list__item-new .cart-list__img-a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .cart-list__item-new .cart-list__img-a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cart-list__item-new .cart-list__name {
  display: block;
  color: #1E1E1E;
  font-size: 1.143rem;
}
@media (min-width: 992px) {
  .cart-list__item-new .cart-list__name {
    font-size: 1.143rem;
  }
}
.cart-list__item-new .cart-list__name:hover {
  color: #1E1E1E;
}
.cart-list__item-new .cart-list__options li {
  margin: 15px 0;
  display: block;
}
.cart-list__item-new .cart-list__options li:first-child {
  margin-top: 0px;
}
.cart-list__item-new .cart-list__option-name {
  display: block;
  font-size: 0.929rem;
}
.cart-list__item-new .cart-list__option-val {
  font-weight: 500;
  white-space: nowrap;
}
.cart-list__item-new .cart-list__option-values {
  margin: 5px 0;
}
.cart-list__item-new .cart-list__option-values-scroll {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .cart-list__item-new .cart-list__option-values-scroll {
    padding-bottom: 0px;
  }
}
.cart-list__item-new .cart-list__option-values-scroll .button-inp-style {
  padding-bottom: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.cart-list__item-new .cart-list__option-values-scroll .button-inp-style .button-inp-style__label {
  white-space: nowrap;
}
@media (min-width: 576px) {
  .cart-list__item-new .cart-list__option-values-scroll .button-inp-style {
    position: static;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
}
.cart-list__item-new .cart-list__sm-name {
  margin-bottom: 10px;
  font-size: 0.929rem;
}
.cart-list__item-new .cart-list__sku {
  font-size: 0.857rem;
}
.cart-list__item-new .cart-list__d-row {
  margin-top: 0px;
}
.cart-list__name {
  display: block;
  color: #1E1E1E;
  font-size: 1.143rem;
}
@media (min-width: 992px) {
  .cart-list__name {
    font-size: 1.286rem;
  }
}
.cart-list__name:hover {
  color: #1E1E1E;
}
.cart-list__sku {
  margin-top: 5px;
  color: #FF9B46;
}
.cart-list__d-row {
  margin-top: 15px;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
.cart-list__price {
  font-weight: 700;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  .cart-list__price {
    font-size: 1.286rem;
  }
}
.cart-list__options {
  display: inline-block;
}
.cart-list__options li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 2px;
}
.cart-list__options small {
  margin-right: 5px;
}
.cart-totals-row {
  margin: 25px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.cart-totals__item {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  .cart-totals__item {
    font-size: 1.286rem;
  }
}
.cart-totals_sm .cart-totals__item {
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .cart-totals_sm .cart-totals__item {
    font-size: 1rem;
  }
}
.remove_coupon {
  margin-left: 10px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.remove_coupon svg {
  fill: #FF9B46;
}
.cart-modules {
  margin-top: 10px;
}
.cart-modules .panel-title {
  text-align: center;
  margin-bottom: 10px;
}
.cart-modules .panel-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cart-modules .control-label {
  display: none;
}
.cart-modules .input-group {
  display: flex;
  gap: 10px;
}
.cart-modules .input-group input {
  padding: 9px 15px;
  margin-bottom: 0px;
  border-color: #BDBDBD;
  width: auto;
  font-size: 14px;
}
@media (min-width: 992px) {
  .cart-modules .input-group input {
    padding: 13px 15px;
  }
}
.form-row {
  margin: 0 -40px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 10px;
  flex-wrap: wrap;
  background: #f8eee7;
}
@media (min-width: 768px) {
  .form-row {
    margin: 0 -50px;
    padding: 15px 5px;
    gap: 10px 20px;
  }
}
.form-row__item {
  position: relative;
  max-width: 45%;
}
@media (min-width: 768px) {
  .form-row__item {
    max-width: 100%;
  }
}
.form-row__item .alert {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 5px 8px;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0px;
  right: 0px;
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .form-row__item .alert {
    padding: 8px 18px;
    font-size: 0.929rem;
  }
}
.form-row__item .alert:before {
  content: "";
  position: absolute;
  left: 5%;
  top: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ee7c1a;
  border-bottom: none;
}
.form-row__item .input-wrp input {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .form-row__item .input-wrp input {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-row__item .input-wrp input::-moz-placeholder {
  opacity: 0.6;
}
.form-row__item .input-wrp input::placeholder {
  opacity: 0.6;
}
@media (min-width: 576px) {
  .form-row .btn_accent {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1rem;
  }
}
.form-row .input-wrp {
  margin-bottom: 0px;
}
.info-service {
  margin: 5px 0;
  text-align: center;
}
.info-service__text {
  display: inline-block;
  font-size: 13px;
}
.info-service .css-tip {
  display: inline-block;
}
.info-service .css-tip__hidden {
  width: 250px;
}
.home-bg {
  overflow: hidden;
  background: #FFF6ED;
}
.home-bg:before, .home-bg:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 66.028%;
  aspect-ratio: 1/1;
  opacity: 0.08;
  border-radius: 50%;
  filter: blur(50px);
  background-image: linear-gradient(143deg, #ff9b46 34%, #ff8425 83%);
}
.home-bg:before {
  top: 0px;
  left: 0px;
  transform: translate(-45%, -87%);
  animation: 2s ease-in-out 0s infinite alternate fading_home_1;
}
.home-bg:after {
  bottom: 0px;
  right: 0px;
  transform: translate(30%, 50%);
  animation: 2s ease-in-out 2s infinite alternate fading_home_2;
}
.home-bg__only-top:after {
  display: none;
}
.simple-accentl-bg {
  padding: 20px 30px;
  border-radius: 15px;
  background-color: #FFF6ED;
}
@media (min-width: 768px) {
  .simple-accentl-bg {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .simple-accentl-bg {
    padding: 50px;
  }
}
.accentl-bg {
  position: relative;
  overflow: hidden;
  background-color: #FFF6ED;
}
.accentl-bg > * {
  position: relative;
  z-index: 2;
}
.accentl-bg:before, .accentl-bg:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  opacity: 0.08;
  border-radius: 50%;
  filter: blur(50px);
  background-image: linear-gradient(143deg, #ff9b46 34%, #ff8425 83%);
}
.accentl-bg:before {
  top: 0px;
  left: 0px;
  transform: translate(-45%, -87%);
  animation: 2s ease-in-out 0s infinite alternate fading_home_1;
}
.accentl-bg:after {
  bottom: 0px;
  right: 0px;
  transform: translate(35%, 35%);
  animation: 2s ease-in-out 2s infinite alternate fading_acccent_2;
}
.accentl-bg__line {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  height: 0px;
  width: 100%;
  padding-top: 20%;
  background-size: cover;
}
.accentl-bg__line-top {
  top: 90px;
  transform: translateY(0%);
}
.accentl-bg__line-bottom {
  bottom: 30px;
  transform: translateY(0%);
}
.accentl-bg__line-wide {
  left: -10%;
  right: -10%;
  bottom: 0px;
}
.accentl-bg__heading {
  margin-bottom: 40px;
}
.accentl-bg__content {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 576px) {
  .accentl-bg__content {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .accentl-bg__content {
    padding: 50px;
  }
}
@keyframes fading_home_1 {
  from {
    opacity: 0.08;
    transform: translate(-45%, -87%);
  }
  to {
    opacity: 0.18;
    transform: translate(-25%, -57%);
  }
}
@keyframes fading_home_2 {
  from {
    opacity: 0.08;
    transform: translate(30%, 50%);
  }
  to {
    opacity: 0.18;
    transform: translate(0%, 25%);
  }
}
@keyframes fading_acccent_2 {
  from {
    opacity: 0.08;
    transform: translate(35%, 35%);
  }
  to {
    opacity: 0.18;
    transform: translate(5%, 5%);
  }
}
#tab-attr td h4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  #tab-attr td h4 {
    font-size: 0.857rem;
  }
}
#tab-attr tr td:last-child {
  text-align: center;
}
#tab-attr tr td:last-child svg {
  fill: #FF9B46;
  color: #6A8971;
}
.pr-payment {
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .pr-payment {
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
.pr-payment__col {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pr-payment__col {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.pr-payment__head {
  display: flex;
  align-items: center;
}
.pr-payment__head svg {
  margin-right: 27px;
  fill: #FF9B46;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .pr-payment__head svg {
    margin-right: 40px;
    width: 50px;
    height: 50px;
  }
}
.pr-payment__text {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pr-payment__ol {
  position: relative;
  padding: 20px 0px 0px 0px;
  counter-reset: ol_counter;
  list-style: none;
  margin-top: 0.8em;
  margin-bottom: 1.2em;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .pr-payment__ol {
    margin-top: 1.2em;
    margin-left: 7px;
    padding: 30px 0px 0px 0px;
  }
}
.pr-payment__ol:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 14px;
  z-index: 0;
  width: 0px;
  border-left: 2px dotted #FF9B46;
}
@media (min-width: 768px) {
  .pr-payment__ol:before {
    left: 17px;
  }
}
.pr-payment__ol li {
  position: relative;
  padding-left: 62px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.7em;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  .pr-payment__ol li {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.pr-payment__ol li:last-child {
  margin-bottom: 0px;
}
.pr-payment__ol li:before {
  counter-increment: ol_counter;
  content: counter(ol_counter);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  color: #fff;
  background: #ee7c1a;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  padding-left: 4px;
  padding-right: 4px;
  box-shadow: 0 0 0 4px #fff;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  .pr-payment__ol li:before {
    line-height: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 36px;
    box-shadow: 0 0 0 10px #fff;
  }
}
.calender-row {
  margin-right: -15px;
  margin-left: -15px;
}
.calender-row > .col, .calender-row > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (min-width: 992px) {
  .calender-row {
    flex-direction: row-reverse;
  }
}
.calender-row .col-photo {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .calender-row .col-photo {
    margin-top: 0;
  }
}
#v-cal {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
#v-cal .vcal-header__label {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
#v-cal .vcal-week {
  display: flex;
  flex-wrap: wrap;
}
#v-cal .vcal-week span {
  flex-direction: column;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  padding: 0.4rem 2px;
  text-align: center;
  font-size: 1.143rem;
}
#v-cal .vcal-body {
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #v-cal .vcal-body {
    padding: 7px;
    margin-left: -7px;
    margin-right: -7px;
  }
}
#v-cal .vcal-date {
  padding: 2px;
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  #v-cal .vcal-date {
    padding: 7px;
  }
}
#v-cal .vcal-date span {
  width: 100%;
  padding: 12px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF6ED;
}
@media (min-width: 768px) {
  #v-cal .vcal-date span {
    padding: 28px 14px;
  }
}
#v-cal .vcal-date--active {
  cursor: pointer;
}
#v-cal .vcal-date--active span:hover {
  color: #fff;
  background: #FF9B46;
}
#v-cal .vcal-date--today span {
  color: #fff;
  background: #6A8971;
}
#v-cal .vcal-date--selected span {
  color: #fff;
  background: #FF9B46;
}
#v-cal .vcal-date--disabled {
  cursor: not-allowed;
}
#v-cal .vcal-date--disabled span {
  background: #E5EDEE;
}
#v-cal .vcal-date--rest span {
  background: #fafafa;
}
.vcal-map {
  margin-top: 25px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}
.vcal-map__item {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.vcal-map__color {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.vcal-map__text {
  color: #5D5D5D;
  font-size: 1rem;
}
.accentl2 {
  background-color: #FFF6ED;
}
.accent2l {
  background-color: #E5EDEE;
}
.rest-color {
  background-color: #fafafa;
}
#v-cal .vcal-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 0px 2px 1.2rem;
}
#v-cal .event-vcal-header {
  justify-content: space-between;
  gap: 0px 25px;
  margin-bottom: 15px;
  padding: 10px 10px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #v-cal .event-vcal-header {
    justify-content: center;
  }
}
#v-cal .event-vcal-header .vcal-header__label {
  font-size: 1.286rem;
  font-weight: 700;
}
#v-cal .vcal-header__label {
  width: auto;
}
@media (min-width: 768px) {
  #v-cal .event-vcal-body {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.order-tabs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.custom-tabs__nav {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-around;
}
.custom-tabs__li {
  display: inline-block;
  text-align: center;
  width: 21.5%;
}
@media (min-width: 768px) {
  .custom-tabs__li {
    width: 25.333336%;
  }
}
.custom-tabs__li:first-child, .custom-tabs__li:last-child {
  width: 17.75%;
}
@media (min-width: 768px) {
  .custom-tabs__li:first-child, .custom-tabs__li:last-child {
    width: 12%;
  }
}
.custom-tabs__li:first-child {
  text-align: left;
}
.custom-tabs__li:last-child {
  text-align: right;
}
.custom-tabs__a {
  display: inline-block;
  color: #FF9B46;
  font-weight: 500;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 2.857rem;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.custom-tabs__a.custom-active {
  opacity: 1;
}
.custom-tabs__a:hover {
  text-decoration: none;
}
.custom-tabs__nav-wrp {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .custom-tabs__nav-wrp {
    margin-bottom: 50px;
  }
}
.custom-tabs__progress {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 6px;
  border-radius: 3px;
  background: #FFF6ED;
}
.custom-tabs__progress-mark {
  position: absolute;
  left: 0%;
  height: 100%;
  width: 20%;
  border-radius: 3px;
  transition: left 0.3s ease;
  background: #FF9B46;
}
.custom-tabs__wrp {
  position: relative;
}
.custom-tabs__tab {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transform: translateX(-10%);
  visibility: hidden;
  transition: opacity 0s ease, visibility 0s ease;
}
.custom-tabs__tab.custom-active {
  position: relative;
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
@media (min-width: 768px) {
  .custom-tabs__tab > .heading {
    margin-bottom: 40px;
  }
}
.custom-tabs__botton-nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.custom-tabs__botton-nav_right {
  justify-content: flex-end;
}
.custom-tabs__uslugi-row {
  margin-right: -10px;
  margin-left: -10px;
}
.custom-tabs__uslugi-row > .col, .custom-tabs__uslugi-row > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 992px) {
  .custom-tabs__uslugi-row {
    margin-right: -35px;
    margin-left: -35px;
  }
  .custom-tabs__uslugi-row > .col, .custom-tabs__uslugi-row > [class*=col-] {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
}
.custom-tabs__uslugi-col {
  margin-bottom: 20px;
}
.custom-tabs__uslugi-col:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .custom-tabs__uslugi-col {
    margin-bottom: 0px;
  }
}
.custom-tabs__uslugi-wrp {
  height: 100%;
}
.custom-tabs__uslugi-wrp ul {
  margin-top: 30px;
}
.custom-tabs__uslugi-wrp .stylled-radio-clear {
  padding-left: 48px;
}
.custom-tabs__success {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .custom-tabs__success {
    padding-top: 60px;
  }
}
.custom-tabs__success .svg {
  width: 120px;
  height: 120px;
  fill: #ff9b46;
  color: #6a8971;
}
@media (min-width: 768px) {
  .custom-tabs__success .svg {
    width: 150px;
    height: 150px;
  }
}
.custom-tabs__success .heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
}
.custom-tabs__success-text {
  margin-top: 40px;
  font-size: 1.286rem;
}
.section-register {
  padding-bottom: 0px;
}
.register {
  margin-bottom: 0px;
}
.register .form-horizontal {
  max-width: 800px;
}
.register .register-agree {
  position: relative;
  top: -4px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.register .agree-wrp {
  margin-bottom: 30px;
}
.register .buttons-submit {
  margin-top: 30px;
}
.product_accessories__item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery-heading {
  margin-bottom: 20px;
  font-size: 1.429rem;
}
.mfp_row_gallery__item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mfp_row_gallery__item img {
  width: 100% !important;
}
.mfp_row_gallery__item a {
  display: block;
}
.mfp_row_gallery__item a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 0px 1px #ccc;
}
.mfp_row_gallery__caption {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #1E1E1E;
  font-size: 0.929rem;
  text-align: center;
}
.search-wrp__form {
  display: flex;
}
.search-wrp__form input.search-input {
  margin-right: 15px;
  margin-bottom: 0px;
}
.search-wrp__filter {
  margin-top: 20px;
  margin-bottom: 20px;
}
.accent-block {
  background: #ffe5d0;
}
.accent-blocks {
  margin-right: -15px;
  margin-left: -15px;
}
.accent-blocks > .col, .accent-blocks > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.accent-blocks__col {
  margin-top: 15px;
  margin-bottom: 15px;
}
.accent-blocks__block {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background-color: #FFF6ED;
}
@media (min-width: 768px) {
  .accent-blocks__block {
    padding: 50px;
  }
}
.accent-blocks__block-h100 {
  height: 100%;
}
.accent-blocks__bg {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .accent-blocks__bg {
    height: 45px;
  }
}
.accent-blocks__icon {
  padding: 15px;
  position: absolute;
  right: 50px;
  top: -20px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #FF8425;
  background-image: linear-gradient(180deg, #fffaf6 0%, #ffffff 100%);
}
.accent-blocks__icon svg {
  width: 100%;
  height: 100%;
  fill: #FF9B46;
}
.accent-blocks__buttons {
  margin-top: 30px;
}
.data-list li {
  margin-top: 25px;
  margin-bottom: 25px;
}
.data-list__label {
  margin-bottom: 10px;
  color: #5D5D5D;
}
.order-pr-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.order-pr-list__row {
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  border-radius: 10px;
  background-color: #fff;
}
.order-pr-list_accent .order-pr-list__row {
  background-color: #FFF6ED;
}
.order-pr-list__img-wrp {
  flex: 0 0 100px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .order-pr-list__img-wrp {
    flex: 0 0 120px;
  }
}
.order-pr-list_lg .order-pr-list__img-wrp {
  flex: 0 0 120px;
}
.order-pr-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.order-pr-list__data {
  padding: 15px 25px;
  flex: 0 0 calc(100% - 120px);
}
.order-pr-list__name {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Prosto One", "Montserrat", "Helvetica", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Arial", sans-serif;
  color: #1E1E1E;
}
.order-pr-list__name:hover {
  text-decoration: none;
}
.order-pr-list__date {
  color: #5D5D5D;
}
.order-pr-list__d-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-pr-list__d-col1, .order-pr-list__d-col2 {
  display: inline-block;
}
.manufacturer h1.heading {
  display: none;
}
.manufacturer__thumb {
  max-width: 50vw !important;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
  border-radius: 14px !important;
  border: 3px solid #FF9B46;
}
@media (min-width: 768px) {
  .manufacturer__thumb {
    max-width: 30vw !important;
  }
}
@media (min-width: 1600px) {
  .manufacturer__thumb {
    max-width: 50vw !important;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 20px !important;
    border: 5px solid #FF9B46;
  }
}
.manufacturer__lg-thumb {
  margin-top: 20px;
  height: auto;
}
@media (min-width: 1600px) {
  .manufacturer__lg-thumb {
    margin-top: 40px;
  }
}
.manufacturer__description .texteditor * {
  font-size: 1rem;
}
@media (min-width: 1600px) {
  .manufacturer__description .texteditor * {
    font-size: 2rem;
  }
}
.manufacturer .tabs {
  margin-top: 30px;
}
@media (min-width: 1600px) {
  .manufacturer .tabs {
    margin-top: 50px;
  }
}
.manufacturer .tabs__li {
  cursor: pointer;
}
.manufacturer .tabs__ul {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .manufacturer .tabs__ul {
    gap: 10px 40px;
  }
}
@media (min-width: 1600px) {
  .manufacturer .tabs__ul {
    margin-bottom: 30px;
  }
}
.manufacturer .tabs__ul-sm {
  gap: 10px;
}
@media (min-width: 768px) {
  .manufacturer .tabs__ul-sm {
    gap: 10px 20px;
  }
}
.manufacturer .tabs__a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #FF9B46;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .manufacturer .tabs__a {
    padding: 15px 30px;
  }
}
@media (min-width: 1600px) {
  .manufacturer .tabs__a {
    padding: 20px 90px;
  }
}
.manufacturer .tabs__a:hover {
  text-decoration: none;
  background-color: #F2F2F2;
}
.manufacturer .tabs__a.active {
  color: #fff;
  background-color: #FF9B46;
}
.manufacturer .tabs__a-sm {
  padding: 8px 10px;
  border: 1px solid #FF9B46;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .manufacturer .tabs__a-sm {
    padding: 10px 20px;
  }
}
@media (min-width: 1600px) {
  .manufacturer .tabs__a-sm {
    padding: 15px 50px;
  }
}
.manufacturer .pagination {
  display: none;
}
.video-slider__item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.video-slider__item-inner:hover .video-slider__play {
  transform: scale(1.3);
  background-color: rgba(106, 137, 113, 0.74);
}
.video-slider__play {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease, background-color 0.2s ease;
  color: rgba(255, 255, 255, 0.67);
  background-color: rgba(255, 255, 255, 0);
}
.video-slider__play-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: rgba(240, 111, 10, 0.5);
}
.video-slider__play svg {
  fill: #fff;
  margin-left: 3px;
}
.video-slider .video-slider__thumb.loaded {
  width: 100%;
}
.video-slider .video-slider__thumb.loaded.error {
  opacity: 0;
}
.video-slider__item {
  position: relative;
}
.video-slider__cube {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 100%;
}
.video-slider__cube-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: #BDBDBD;
}
.video-slider__cube-inner.active .video-slider__video-poster {
  display: none;
}
.video-slider__cube-inner.active .video-slider__video-hide {
  display: block;
}
.video-slider__video-poster:hover .video-slider__play {
  transform: scale(1.3);
  background-color: rgba(106, 137, 113, 0.74);
}
.video-slider__video-hide {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.video-slider iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #BDBDBD;
}
.manufacturer-slider-wrp {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  padding-bottom: 0px !important;
}
@media (min-width: 992px) {
  .manufacturer-slider-wrp {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.manufacturer-slider-wrp .tns-outer > .tns-controls {
  right: 0px;
  left: 0px;
}
@media (min-width: 1520px) {
  .manufacturer-slider-wrp .tns-outer > .tns-controls {
    right: -45px;
    left: -45px;
  }
}
.lg-description .texteditor {
  line-height: 1.1em;
}
.lg-description .texteditor * {
  font-size: 1rem;
  line-height: 1.4em;
}
@media (min-width: 1600px) {
  .lg-description .texteditor * {
    font-size: 1.429rem;
    line-height: 1.4em;
  }
}
.lg-store-icon {
  position: relative;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #FF9B46;
  background: linear-gradient(144deg, #ff9b46 38.31%, #ff8425 73.44%);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .lg-store-icon {
    border-radius: 20px;
  }
}
.lg-store-icon svg {
  display: inline-block;
  max-width: 9vw;
  width: 325px;
  height: auto;
  fill: #fff;
}
.manufacturer-slider {
  margin: 10px 0px;
}
.manufacturer-slider__item {
  display: block;
}
.manufacturer-slider__item-inner {
  margin: 15px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1520px) {
  .manufacturer-slider__item-inner {
    margin: 25px;
    min-height: 130px;
    border-radius: 20px;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  }
}
.manufacturer-description {
  margin: 30px 0;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .manufacturer-description {
    margin: 80px 0;
    padding: 30px 65px;
    border-radius: 20px;
  }
}
.manufacturer-list > .row {
  margin-top: 10px;
  margin-bottom: 15px;
}
.manufacturer-list__item {
  margin: 20px 0px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .manufacturer-list__item {
    margin: 50px 0px;
  }
}
.manufacturer-list__thumb-row {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.manufacturer-list__thumb-row .heading {
  margin-top: 0;
}
@media (min-width: 1600px) {
  .manufacturer-list__thumb-row .heading {
    font-size: 1.571rem;
  }
}
@media (min-width: 1920px) {
  .manufacturer-list__thumb-row .heading {
    font-size: 1.714rem;
  }
}
@media (min-width: 992px) {
  .manufacturer-list__thumb-row {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.manufacturer-list__thumb-row a {
  text-decoration: underline;
  color: #F06F0A;
  transition: color 0.3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.manufacturer-list__thumb-row a:hover {
  color: #FF9B46;
}
.manufacturer-list__row {
  margin-right: 0px;
  margin-left: 0px;
}
.manufacturer-list__row > .col, .manufacturer-list__row > [class*=col-] {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.manufacturer-list .custom-video {
  max-height: 300px;
}
.manufacturer-list .custom-video, .manufacturer-list__col-img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .manufacturer-list .custom-video, .manufacturer-list__col-img {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .manufacturer-list .custom-video, .manufacturer-list__col-img {
    margin-bottom: 0;
  }
  .manufacturer-list .custom-video img, .manufacturer-list__col-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.manufacturer-list__col-text-inner {
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  border-radius: 15px;
}
@media (min-width: 768px) {
  .manufacturer-list__col-text-inner {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .manufacturer-list__col-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .manufacturer-list__col-text-inner {
    padding: 40px;
  }
}
.manufacturer-list__description {
  font-size: 14px;
}
@media (min-width: 768px) {
  .manufacturer-list__description {
    font-size: 1.143rem;
  }
}
@media (min-width: 1200px) {
  .manufacturer-list__description {
    font-size: 1.286rem;
  }
}
@media (min-width: 1600px) {
  .manufacturer-list__description {
    font-size: 1.429rem;
  }
}
.manufacturer-list .row-reverse {
  flex-direction: row-reverse;
}
.manufacturer-list .col-lg-12 .manufacturer-list__col-text-inner {
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .manufacturer-list .col-lg-12 .manufacturer-list__col-text-inner {
    padding: 10px 47px;
  }
}
.manufacturer-list__description {
  font-size: 14px;
}
@media (min-width: 768px) {
  .manufacturer-list__description {
    font-size: 1.143rem;
  }
}
@media (min-width: 1200px) {
  .manufacturer-list__description {
    font-size: 1.286rem;
  }
}
@media (min-width: 1600px) {
  .manufacturer-list__description {
    font-size: 1.429rem;
  }
}
.manufacturer-list__lg-thumb {
  border-radius: 20px;
}
.city-info {
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 35px;
}
.city-info > .col, .city-info > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .city-info {
    margin-right: -12.5px;
    margin-left: -12.5px;
    flex-direction: row-reverse;
  }
  .city-info > .col, .city-info > [class*=col-] {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
}
.city-info .custom-video, .city-info__img-wrp {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .city-info .custom-video, .city-info__img-wrp {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .city-info .custom-video, .city-info__img-wrp {
    margin-bottom: 0;
  }
}
.city-info__img-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.city-info__wrp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #91A48E;
  color: #fff;
}
@media (min-width: 768px) {
  .city-info__wrp {
    padding: 22px 24px 33px;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .city-info__wrp {
    display: flex;
    justify-content: center;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .city-info__wrp {
    padding: 24px 21px;
    gap: 10px;
  }
}
@media (min-width: 1600px) {
  .city-info__wrp {
    padding: 25px;
    gap: 25px;
  }
}
@media (min-width: 1920px) {
  .city-info__wrp {
    padding: 58px 37px;
    gap: 30px;
  }
}
.city-info__subwrp:nth-of-type(2) .city-info__value {
  font-size: 1.429rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .city-info__subwrp:nth-of-type(2) .city-info__value {
    font-size: 1.571rem;
  }
}
@media (min-width: 1200px) {
  .city-info__subwrp:nth-of-type(2) .city-info__value {
    font-size: 1.429rem;
  }
}
@media (min-width: 1600px) {
  .city-info__subwrp:nth-of-type(2) .city-info__value {
    font-size: 1.714rem;
  }
}
@media (min-width: 1920px) {
  .city-info__subwrp:nth-of-type(2) .city-info__value {
    font-size: 1.857rem;
  }
}
.city-info__subwrp:nth-of-type(3) .city-info__value {
  font-size: 1.286rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .city-info__subwrp:nth-of-type(3) .city-info__value {
    font-size: 1.429rem;
  }
}
@media (min-width: 1200px) {
  .city-info__subwrp:nth-of-type(3) .city-info__value {
    font-size: 1.286rem;
  }
}
@media (min-width: 1600px) {
  .city-info__subwrp:nth-of-type(3) .city-info__value {
    font-size: 1.714rem;
  }
}
@media (min-width: 1920px) {
  .city-info__subwrp:nth-of-type(3) .city-info__value {
    font-size: 2rem;
  }
}
.city-info__subwrp:nth-of-type(4) .city-info__value {
  font-size: 1.143rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .city-info__subwrp:nth-of-type(4) .city-info__value {
    font-size: 1.286rem;
  }
}
@media (min-width: 1200px) {
  .city-info__subwrp:nth-of-type(4) .city-info__value {
    font-size: 1.143rem;
  }
}
@media (min-width: 1600px) {
  .city-info__subwrp:nth-of-type(4) .city-info__value {
    font-size: 1.286rem;
  }
}
@media (min-width: 1920px) {
  .city-info__subwrp:nth-of-type(4) .city-info__value {
    font-size: 1.429rem;
  }
}
.city-info__subwrp a {
  color: #fff;
  transition: color 0.3s ease;
}
.city-info__subwrp a:hover {
  text-decoration: none;
  color: #FF9B46;
}
.city-info .texteditor {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 1600px) {
  .city-info .texteditor {
    font-size: 1.143rem;
  }
}
@media (min-width: 1920px) {
  .city-info .texteditor {
    font-size: 1.286rem;
  }
}
.city-info__lable {
  margin-bottom: 5px;
  font-size: 1.143rem;
}
@media (min-width: 1600px) {
  .city-info__lable {
    margin-bottom: 8px;
  }
}
.vacancies-slider__item {
  padding: 20px;
  border-radius: 20px;
  background-color: #F8EEE7;
}
@media (min-width: 768px) {
  .vacancies-slider__item {
    padding: 40px 40px;
  }
}
@media (min-width: 992px) {
  .vacancies-slider__item {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .vacancies-slider__item {
    padding: 40px 80px;
  }
}
.vacancies-slider__wrp {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vacancies-slider__wrp {
    margin-bottom: 0;
  }
}
.vacancies-slider__slider-heading {
  font-size: 1.857rem;
}
@media (min-width: 768px) {
  .vacancies-slider__slider-heading {
    font-size: 2.571rem;
  }
}
.vacancies-slider__list-wrp {
  margin-bottom: 15px;
}
.vacancies-slider__list-wrp:last-of-type {
  margin-bottom: 30px;
}
.vacancies-slider__list-wrp .texteditor h1,
.vacancies-slider__list-wrp .texteditor h2,
.vacancies-slider__list-wrp .texteditor h3,
.vacancies-slider__list-wrp .texteditor h4,
.vacancies-slider__list-wrp .texteditor h5,
.vacancies-slider__list-wrp .texteditor h6 {
  font-weight: 700;
  font-family: "Prosto One";
}
.vacancies-slider__list-wrp .texteditor ul {
  padding-left: 10px;
}
.vacancies-slider__list-heading {
  margin-bottom: 10px;
  font-family: "Prosto One", sans-serif;
  font-size: 1.286rem;
}
@media (min-width: 768px) {
  .vacancies-slider__list-heading {
    font-size: 1.429rem;
  }
}
.vacancies-slider__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .vacancies-slider__btn {
    margin-top: auto;
  }
}
.vacancies-slider__img {
  border: 15px solid #fff;
  border-radius: 50%;
}
.vacancies-slider__img-wrp {
  position: relative;
  max-width: 368px;
  max-height: 368px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .vacancies-slider__img-wrp {
    min-width: 368px;
  }
}
.vacancies-slider__img-wrp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background-color: #6A8971;
}
.vacancies-slider__img-wrp::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -20px;
  z-index: -1;
  width: 295px;
  height: 295px;
  border-radius: 50%;
  background-color: #FAD6B7;
}
@media (min-width: 768px) {
  .vacancies-list__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .vacancies-list__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 768px) {
  .vacancies-list__list-wrp {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1200px) {
  .vacancies-list__list-wrp {
    width: calc((100% - 40px) / 2);
  }
}
.vacancies-list__item {
  width: 100%;
}
.vacancies-list__item-heading {
  font-weight: 700;
}
.vacancies-list__item-content .texteditor {
  margin-bottom: 20px;
}
.vacancies-offer .texteditor p,
.vacancies-offer .texteditor li {
  font-size: 1.286rem;
}
@media (min-width: 768px) {
  .vacancies-offer .texteditor p,
  .vacancies-offer .texteditor li {
    font-size: 1.571rem;
  }
}
@media (min-width: 768px) {
  .vacancies-offer .texteditor.black-dot ul > li::before {
    top: 16px;
  }
}
.sub-vacancies__wrp {
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  background-color: #E5EDEE;
}
@media (min-width: 768px) {
  .sub-vacancies__wrp {
    padding: 35px;
  }
}
.sub-vacancies__content .texteditor {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sub-vacancies__content .texteditor {
    margin-bottom: 40px;
  }
}
.sub-vacancies__content .texteditor h1,
.sub-vacancies__content .texteditor h2,
.sub-vacancies__content .texteditor h3,
.sub-vacancies__content .texteditor h4,
.sub-vacancies__content .texteditor h5,
.sub-vacancies__content .texteditor h6 {
  margin-bottom: 10px;
  font-family: "Prosto One", sans-serif;
  font-size: 1.429rem;
}
@media (min-width: 768px) {
  .sub-vacancies__content .texteditor h1,
  .sub-vacancies__content .texteditor h2,
  .sub-vacancies__content .texteditor h3,
  .sub-vacancies__content .texteditor h4,
  .sub-vacancies__content .texteditor h5,
  .sub-vacancies__content .texteditor h6 {
    font-size: 2.143rem;
  }
}
.sub-vacancies__content .texteditor p {
  font-size: 1.286rem;
}
@media (min-width: 768px) {
  .sub-vacancies__content .texteditor p {
    font-size: 1.571rem;
  }
}
.sub-vacancies__content .texteditor:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sub-vacancies__content .texteditor:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.sub-vacancies__content .texteditor li {
  font-size: 1.286rem;
}
@media (min-width: 768px) {
  .sub-vacancies__content .texteditor li {
    font-size: 1.571rem;
  }
}
.auto-complete {
  position: relative;
}
.auto-complete__ul {
  padding: 15px 15px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 65px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 14px 0 rgba(82, 73, 64, 0.1);
  z-index: 10;
}
.auto-complete__ul li {
  margin: 2px 0;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.auto-complete__ul li:hover {
  background: #FFF6ED;
}
.auto-complete__ul li.active {
  background: #FFF6ED;
}
.file-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.file-list__link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
}
.file-list__link:hover {
  text-decoration: none;
}
.file-list__link:hover .file-list__type {
  text-decoration: none;
  border-color: #6A8971;
}
.file-list__link:hover .file-list__name {
  text-decoration: underline;
}
.file-list__type {
  width: 65px;
  height: 35px;
  border: 2px solid #FF9B46;
  border-radius: 5px;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #1E1E1E;
  text-decoration: none;
  text-transform: uppercase;
}
.file-list__name {
  margin-top: 10px;
  width: 100%;
  display: block;
  text-align: center;
  color: #1E1E1E;
}
.form-builder {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 0 30px;
  background: #FFF6ED;
}
@media (min-width: 768px) {
  .form-builder {
    padding: 50px 0 50px;
  }
}
@media (min-width: 992px) {
  .form-builder {
    padding: 50px 0 50px;
  }
}
.form-builder__element_disable {
  display: none;
}
.form-builder__description {
  margin-bottom: 30px;
}
.form-builder__form {
  max-width: 768px;
}
.popup-code {
  height: 100%;
}
.popup-code > div {
  height: 100%;
}
.popup-code > div > a {
  display: none;
}
.popup-code iframe {
  margin-top: 50px;
  height: 100%;
  width: 100%;
}
#yt_svg path:last-child {
  fill: currentColor;
}
.youtube_preloader {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #BDBDBD;
}
.youtube_preloader__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_preloader__link:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0px;
  z-index: 2;
  opacity: 0.9;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0.65+0,0+68,0+82 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
  /* IE6-9 */
}
.youtube_preloader__media {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.youtube_preloader__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.youtube_preloader__button .svg {
  width: 60px;
  height: 60px;
  transform: scale(1);
  transition: transform 0.3s ease, fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  color: #fff;
  fill: #212121;
  fill-opacity: 0.8;
}
.youtube_preloader:hover .svg {
  color: #fff;
  fill: #f00;
  fill-opacity: 1;
}
.youtube_preloader:hover:before {
  opacity: 0.7;
}
.b24-widget-button-position-bottom-right {
  right: 10px !important;
  bottom: 75px !important;
}
@media (min-width: 1200px) {
  .b24-widget-button-position-bottom-right {
    right: 50px !important;
    bottom: 50px !important;
  }
}
/* ////============ Import pages/compare ============ */
#product-compare .stylled-checkbox {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #product-compare .stylled-checkbox {
    margin-bottom: 20px;
  }
}
#product-compare .stylled-checkbox__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
}
#product-compare .stylled-checkbox__label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  margin-top: 3px;
}
#product-compare .stylled-checkbox__label::after {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
#product-compare .dropdown__open {
  width: 13px;
  height: 13px;
  padding: 0;
  color: #8D8D8D;
}
#product-compare .tabs__scroll-menu .tabs__ul {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #product-compare .tabs__scroll-menu .tabs__ul {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  #product-compare .tabs__scroll-menu .tabs__ul {
    margin-bottom: 40px;
  }
}
#product-compare .table-sticky__wrp {
  display: flex;
  justify-content: space-between;
}
#product-compare .table-sticky .small-card {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 30px;
}
#product-compare .table-sticky .small-card .btn-remove-compare {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  padding: 0;
}
#product-compare .table-sticky .small-card .btn-remove-compare svg {
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
  fill: #8D8D8D;
}
#product-compare .table-sticky .small-card .btn-remove-compare:hover svg {
  fill: #1E1E1E;
}
#product-compare .table-sticky .small-card__wrp {
  box-shadow: none;
}
#product-compare .table-sticky .small-card__wrp:hover .small-card__text-content {
  color: currentColor;
}
#product-compare .table-sticky .small-card__img-wrp {
  margin-bottom: 10px;
}
#product-compare .table-sticky .small-card__text-content {
  padding: 0;
}
#product-compare .table-sticky .small-card .add-to-cart {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  #product-compare .table-sticky .small-card .add-to-cart {
    font-size: 1.143rem;
  }
}
@media (min-width: 1200px) {
  #product-compare .table-sticky tr:first-of-type th {
    padding-right: 10px;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  #product-compare .table-sticky {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #product-compare .table-sticky {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #product-compare .table-sticky tr:nth-child(even) td,
  #product-compare .table-sticky tr:nth-child(even) th {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  #product-compare .table-sticky tr {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
  #product-compare .table-sticky tr:first-of-type {
    border-top: none;
  }
}
@media (min-width: 1200px) {
  #product-compare .table-sticky th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: start;
    font-weight: 700;
    background-color: #fff;
  }
  #product-compare .table-sticky th::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
  }
}
@media (min-width: 1200px) {
  #product-compare .table-sticky td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: start;
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 1200px) {
  #product-compare .table-sticky .d-xl-table-row-group {
    display: table-row-group !important;
  }
}
#product-compare .compare-btns__list {
  display: none;
}
@media (min-width: 768px) {
  #product-compare .compare-btns__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  #product-compare .compare-btns__list {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 20px;
    background-color: #fff;
  }
}
#product-compare .compare-btns__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #FF9B46;
  transition: background-color 0.3s ease;
}
#product-compare .compare-btns__btn:hover {
  background-color: #FF9B46;
  text-decoration: none;
}
#product-compare .compare-btns__btn:hover .svg {
  fill: #fff;
  color: #fff;
}
#product-compare .compare-btns__btn:hover .compare-btns__text {
  color: #fff;
}
#product-compare .compare-btns__btn .svg {
  width: 18px;
  height: 18px;
  fill: #8D8D8D;
  color: #8D8D8D;
  transition: color 0.3s ease, fill 0.3s ease;
}
#product-compare .compare-btns__text {
  display: none;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease;
}
#product-compare .compare-btns__list.large .compare-btns__btn {
  width: 250px;
  gap: 10px;
}
#product-compare .compare-btns__list.large .compare-btns__text {
  display: block;
}
#product-compare .compare__remove-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 50px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #FF9B46;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #000;
}
#product-compare .compare__remove-all-btn:hover {
  background-color: #FF9B46;
  color: #fff;
  text-decoration: none;
}
#product-compare .compare__scroll-btn {
  position: absolute;
  top: 250px;
  z-index: 3;
  display: none;
  width: 28px;
  height: 28px;
  padding: 0;
}
@media (min-width: 1200px) {
  #product-compare .compare__scroll-btn {
    display: block;
  }
}
#product-compare .compare__scroll-btn:hover .svg {
  fill: #6A8971;
}
#product-compare .compare__scroll-btn.next {
  right: 0;
}
#product-compare .compare__scroll-btn.prev {
  right: 10px;
}
#product-compare .compare__scroll-btn .svg {
  width: 100%;
  height: 100%;
  fill: #F06F0A;
  transition: fill 0.3s ease;
}
/* ////============ Import pages/order ============ */
.order-fast .collapsing .map__content-wrp {
  display: none;
}
.order-fast .cart-accordion .collapse__inner {
  height: auto;
}
@media (min-width: 1200px) {
  .order-fast .cart-accordion .collapse__inner {
    height: 100%;
  }
}
.order-fast .tabs {
  margin-right: -15px;
  margin-left: -15px;
}
.order-fast .tabs > .col, .order-fast .tabs > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.order-fast .tabs__a {
  display: block;
  padding: 20px;
  color: #797979;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 1.429rem;
  font-weight: 700;
  background-color: #fff;
}
.order-fast .tabs__a.active {
  color: #FF8425;
  margin-bottom: 10px;
}
.order-fast .tabs__tab {
  overflow: hidden;
  border-radius: 20px;
}
/* ////============ Import pages/category_team ============ */
.category_team h1.heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .category_team h1.heading {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .category_team h1.heading {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.category_team .heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category_team .heading {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .category_team .heading {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.category_team__block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .category_team__block {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .category_team__block {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  .category_team__block {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.category_team .tns-controls {
  display: none;
}
@media (min-width: 768px) {
  .category_team .tns-controls {
    display: flex;
  }
}
.category_team .tns-controls button {
  width: 25px;
  height: 40px;
}
.category_team .tns-controls button svg {
  stroke-width: 2px;
}
@media (min-width: 768px) {
  .category_team .tns-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .category_team .tns-slider__nav {
    padding-bottom: 0;
  }
}
/* ////============ Import pages/category_education ============ */
.category_education .heading_links {
  margin-bottom: 0 !important;
  gap: 0;
}
@media (min-width: 1200px) {
  .category_education .heading_links {
    flex-wrap: nowrap;
  }
}
.category_education .heading_links .tabs__a.active .tabs__a-text {
  font-weight: 700;
}
.category_education .heading_links .tabs__a-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-wrap: wrap;
}
@media (min-width: 1600px) {
  .category_education .heading_links .tabs__a-text {
    margin-top: 30px;
    max-width: none;
  }
}
.category_education h1 {
  position: absolute;
  top: 16px;
  left: 30px;
  margin-bottom: 0;
  z-index: 1;
}
.category_education .heading_bg {
  width: 100%;
  position: relative;
  border-top-left-radius: 50px;
  overflow: hidden;
  transform: translateY(33px);
  max-width: 270px;
}
@media (min-width: 992px) {
  .category_education .heading_bg {
    transform: translateY(44px);
    max-width: 370px;
  }
}
@media (min-width: 1200px) {
  .category_education .heading_bg {
    order: -1;
  }
}
.category_education .heading_bg svg {
  width: 270px;
  height: 78px;
}
@media (min-width: 992px) {
  .category_education .heading_bg svg {
    width: unset;
    height: unset;
  }
}
.category_education .jumbotron {
  position: relative;
}
.category_education .jumbotron__content {
  z-index: 1;
}
.category_education .jumbotron__img-col {
  z-index: 1;
}
@media (min-width: 1200px) {
  .category_education .jumbotron .tabs__ul {
    border-bottom: none;
  }
}
.category_education .jumbotron__controls {
  display: none;
}
@media (min-width: 768px) {
  .category_education .jumbotron__controls {
    display: flex;
  }
}
@media (min-width: 768px) {
  .category_education .tabs-nav {
    display: none;
  }
}
.category_education__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 270px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .category_education__bg {
    top: 0;
    right: 0;
    left: unset;
    transform: rotateZ(-180deg);
  }
}
/* ////============ Import pages/services_calc ============ */
.quantity-block {
  display: flex;
  gap: 5px;
}
.quantity-block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  height: 23px;
  width: 23px;
}
.quantity-block__btn.quantity-block__disabled {
  border-color: #eee;
  background-color: #eee;
}
.quantity-block__btn:hover {
  background-color: #FF9B46;
  border-color: #FF9B46;
}
.quantity-block__btn.quantity-block__plus:after {
  content: "";
  height: 1px;
  width: 11px;
  background-color: #000;
}
.quantity-block__btn.quantity-block__plus:before {
  content: "";
  width: 1px;
  height: 11px;
  transform: translateX(6px);
  background-color: #000;
}
.quantity-block__btn.quantity-block__minus:after {
  content: "";
  height: 1px;
  width: 11px;
  background-color: #000;
}
.quantity-block .quantity-block__quantity {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  display: block;
  width: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  border: 0;
  text-align: center;
}
.quantity-block .quantity-block__quantity::-webkit-outer-spin-button, .quantity-block .quantity-block__quantity::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.serv-accordion {
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .serv-accordion {
    border-radius: 20px;
  }
}
.serv-accordion .collapse:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  border-radius: 12px;
  background-color: #FF9B46;
  opacity: 0;
  transition: opacity;
}
.serv-accordion .collapse.collapse_show:after {
  opacity: 1;
}
.serv-accordion__plus {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.serv-accordion__plus:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #1E1E1E;
}
.serv-accordion__plus:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #1E1E1E;
  transition: transform 0.3s ease;
}
.serv-accordion__heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .serv-accordion__heading {
    font-size: 1.286rem;
    gap: 20px;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .serv-accordion__heading {
    margin-bottom: 15px;
  }
}
.serv-accordion__heading .accordion__plus {
  right: 0px;
}
.serv-accordion__heading svg {
  width: 21px;
  height: 21px;
  fill: #F06F0A;
  color: #F06F0A;
}
@media (min-width: 768px) {
  .serv-accordion__heading svg {
    width: 36px;
    height: 36px;
  }
}
.serv-accordion__item {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.serv-accordion__item:not(:last-of-type) {
  border-bottom: 1px solid #9D9D9D;
}
@media (min-width: 1600px) {
  .serv-accordion__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .serv-accordion__item {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.serv-accordion__item-active {
  border-color: #fff !important;
}
.serv-accordion__item-active .accordion__plus:after {
  transform: translateY(-50%) rotate(90deg);
}
.serv-accordion__item-active .serv-accordion__heading:before {
  background: #6A8971;
}
.serv-accordion__item-active .serv-accordion__heading .serv-accordion__plus:after {
  transform: translateY(-50%) rotate(90deg);
}
.serv-accordion__item .collapse:after {
  display: none;
}
.serv-accordion__content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 10px;
  box-shadow: 1px 1px 15px 0px rgba(174, 174, 192, 0.4);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .serv-accordion__content {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.serv-accordion__content:last-of-type {
  margin-bottom: 0;
}
.serv-accordion__text {
  display: block;
  line-height: 1.2;
  color: #000;
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.857rem;
}
@media (min-width: 768px) {
  .serv-accordion__text {
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: left;
  }
}
.serv-accordion__btns-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.serv-accordion__btns-wrp:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .serv-accordion__btns-wrp {
    gap: 30px;
  }
}
@media (min-width: 1600px) {
  .serv-accordion__btns-wrp {
    gap: 10px;
  }
}
.serv-accordion__btn {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.serv-accordion__btn:checked + .serv-accordion__btn-label {
  background-color: #FF8425;
  color: #fff;
}
.serv-accordion__btn-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5px 15px 5px 10px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 5px;
  background-color: #eee;
  color: #000;
  font-size: 0.857rem;
}
.serv-accordion__btn-label:hover {
  background-color: #FF9B46;
  color: #fff;
}
@media (min-width: 768px) {
  .serv-accordion__btn-label {
    font-size: 1rem;
  }
}
.serv-accordion__btn-label:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .serv-accordion__btn-label:not(:last-of-type) {
    margin: 0;
  }
}
.serv-accordion__btn-label.active {
  background-color: #FF8425;
  color: #fff;
}
.serv-accordion__btn-label span {
  font-family: "Prosto One", sans-serif;
  display: block;
  text-align: left;
  text-wrap: nowrap;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .serv-accordion__btn-label span {
    font-size: 1.143rem;
  }
}
.calc {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .calc {
    margin-bottom: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .calc > .col, .calc > [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (min-width: 1600px) {
  .calc {
    margin-bottom: 60px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .calc > .col, .calc > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.calc__res-col {
  position: relative;
}
@media (min-width: 768px) {
  .calc__res-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
  }
}
.calc-info {
  margin-bottom: 15px;
}
.calc-info__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #000;
  margin-bottom: 20px;
}
.calc-info__heading-price {
  font-size: 1.143rem;
  font-family: "Prosto One", sans-serif;
}
.calc-info__item {
  display: flex;
  justify-content: space-between;
}
.calc-info__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.calc-info__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  max-width: 60%;
  font-size: 1rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.calc-info__item-price {
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.calc-totals {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.143rem;
}
@media (min-width: 768px) {
  .calc-totals {
    font-size: 1.286rem;
  }
}
.calc-totals__price {
  font-family: "Prosto One", sans-serif;
}
.calc-footer__btns {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 2px;
}
.calc-footer__btns .btn {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .calc-footer__btns .btn {
    width: auto;
    flex: 0 0 auto;
  }
}
.calc__result {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  padding: 12px 20px 20px;
  background-color: #eef3f6;
}
@media (min-width: 1200px) {
  .calc__result {
    top: 80px;
  }
}
@media (min-width: 1600px) {
  .calc__result {
    padding: 12px 28px 28px;
  }
}
.calc__discount {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px;
  background-color: #eef3f6;
  z-index: 2;
}
.calc__discount-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .calc__discount-inner {
    flex-wrap: nowrap;
  }
}
.calc__discount-text {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .calc__discount-text {
    font-size: 16px;
  }
}
.calc__discount-range-wrp {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .calc__discount-range-wrp {
    flex: 0 0 100%;
    max-width: 40%;
  }
}
.calc__discount-range-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6a8971;
}
.calc__discount-range {
  margin-top: 3px;
  position: relative;
  height: 11px;
  width: 100%;
  border-radius: 6px;
  background-color: #d9d9d9;
}
.calc__discount-range-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 6px;
  background-color: #FF9B46;
  transition: width 0.3s ease;
}
.css-tip {
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.css-tip__visible {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 22px;
  background-color: #d9d9d9;
}
.css-tip__hidden {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 5px 8px;
  transform: translateX(-50%) translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  border-right: 3px;
  text-align: center;
  font-size: 11px;
  background-color: #F2F2F2;
}
.css-tip__hidden:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #F2F2F2;
}
.css-tip:hover .css-tip__hidden {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
}
/* ////============ Import compact ============ */
@media (min-width: 860px) {
  .main-slider_comapct .tns-outer .tns-controls button[data-controls=prev] {
    left: calc((100vw - 700px - var(--scrollbar-width)) / 2);
  }
}
@media (min-width: 1600px) {
  .main-slider_comapct .tns-outer .tns-controls button[data-controls=prev] {
    left: calc((100vw - 800px - var(--scrollbar-width)) / 2);
  }
}
@media (min-width: 860px) {
  .main-slider_comapct .tns-outer .tns-controls button[data-controls=next] {
    right: calc((100vw - 700px - var(--scrollbar-width)) / 2);
  }
}
@media (min-width: 1600px) {
  .main-slider_comapct .tns-outer .tns-controls button[data-controls=next] {
    right: calc((100vw - 800px - var(--scrollbar-width)) / 2);
  }
}
@media (min-width: 768px) {
  .main-slider_comapct .main-slider__text {
    padding-right: 20px;
  }
  .main-slider_comapct .main-slider__text-wrp {
    padding: 45px 35px 42px;
  }
  .main-slider_comapct .main-slider__text-inner {
    width: 60%;
  }
  .main-slider_comapct .main-slider__second-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 1600px) {
  .main-slider_comapct .main-slider__text {
    padding-right: 0px;
  }
  .main-slider_comapct .main-slider__text-wrp {
    padding: 80px 35px 42px;
  }
  .main-slider_comapct .main-slider__text-inner {
    width: 57%;
  }
  .main-slider_comapct .main-slider__second-text {
    font-size: 1rem;
  }
  .main-slider_comapct .product-grid__name {
    font-size: 1.143rem;
  }
}
@media (max-width: 991.98px) {
  .page-compact.md-small-container .wrapper {
    max-width: 640px;
  }
}
.page-compact .wrapper {
  max-width: 100vw;
}
@media (min-width: 768px) {
  .page-compact .wrapper {
    max-width: 83vw;
  }
}
@media (min-width: 992px) {
  .page-compact .wrapper {
    max-width: 77.8vw;
  }
}
@media (min-width: 768px) {
  .page-compact .site-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-compact .site-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .page-compact .section-page {
    margin-top: 15px;
  }
  .page-compact .main-slider {
    margin: 15px 0;
  }
  .page-compact .heading {
    margin-bottom: 15px;
  }
  .page-compact .heading_normal {
    font-size: 1.714rem;
  }
  .page-compact .manufacturer-slider__item-inner {
    margin: 3px 15px;
  }
  .page-compact .manufacturer-description {
    margin: 30px 0;
    padding: 18px 20px;
  }
  .page-compact .manufacturer-description .texteditor * {
    line-height: 1.4em;
  }
  .page-compact .manufacturer-list > .row {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .page-compact .manufacturer-list__item {
    margin: 20px 0px;
  }
  .page-compact .manufacturer-list img.manufacturer-list__thumb {
    max-width: 150px;
  }
  .page-compact .manufacturer-list__thumb-row {
    margin-bottom: 10px;
  }
  .page-compact .manufacturer-list__row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .page-compact .manufacturer-list__row > .col, .page-compact .manufacturer-list__row > [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .page-compact .manufacturer-list__col-text-inner {
    padding-right: 20px;
  }
  .page-compact .manufacturer-list__description {
    font-size: 13px;
    line-height: 1.4em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-compact .manufacturer-list__description {
    font-size: 1.143rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-compact .manufacturer-list__description {
    font-size: 1.286rem;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .page-compact .manufacturer-list__description {
    font-size: 1.429rem;
  }
}
@media (min-width: 768px) {
  .page-compact .manufacturer-list .row-reverse .manufacturer-list__col-text-inner {
    padding-left: 20px;
  }
  .page-compact .manufacturer-list .col-lg-12 .manufacturer-list__col-text-inner {
    padding: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-compact .manufacturer-list .col-lg-12 .manufacturer-list__col-text-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .page-compact .manufacturer-list .col-lg-12 .manufacturer-list__col-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .page-compact .manufacturer-list .col-lg-12 .manufacturer-list__col-text-inner {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .page-compact .services__inner-content {
    min-height: 200px;
    padding: 20px 20px 20px 20px;
  }
  .page-compact .services__heading {
    font-size: 18px;
    line-height: 1.2em;
  }
  .page-compact .services__text {
    font-size: 14px;
  }
  .page-compact .services__img {
    height: 100%;
  }
  .page-compact .specialists {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-compact .specialists__bottom-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .page-compact .specialists__bottom-btn svg {
    display: none;
  }
  .page-compact .specialists__spec-abs-text-inner {
    font-size: 12px;
  }
  .page-compact .specialists__spec-abs-text-inner p {
    margin-bottom: 0.3em;
  }
  .page-compact .product-grid__name {
    margin: 10px 0;
    font-size: 1rem;
  }
  .page-compact .product-grid__buttons .btn {
    font-size: 0.857rem;
    padding: 8px 10px;
    border-radius: 6px;
  }
  .page-compact .product-grid__price {
    margin: 10px 0;
  }
  .page-compact .product-grid__price-new {
    font-size: 1.143rem;
  }
  .page-compact .product-grid__inner-abs {
    padding-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .page-compact .site-block {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .page-compact .section-page {
    margin-top: 30px;
  }
  .page-compact .main-slider {
    margin: 34px 0;
  }
  .page-compact .heading {
    margin-bottom: 20px;
  }
  .page-compact .heading_normal {
    font-size: 2.286rem;
  }
  .page-compact .manufacturer-slider__item-inner {
    margin: 15px 15px;
  }
  .page-compact .manufacturer-description {
    margin: 80px 0;
    padding: 30px 65px;
    border-radius: 20px;
  }
  .page-compact .manufacturer-description .texteditor * {
    line-height: 1.7em;
  }
  .page-compact .manufacturer-list > .row {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .page-compact .manufacturer-list__item {
    margin: 50px 0px;
  }
  .page-compact .manufacturer-list img.manufacturer-list__thumb {
    max-width: none;
  }
  .page-compact .manufacturer-list__thumb-row {
    margin-bottom: 20px;
  }
  .page-compact .manufacturer-list__row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .page-compact .manufacturer-list__row > .col, .page-compact .manufacturer-list__row > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .page-compact .manufacturer-list__col-text-inner {
    padding-right: 47px;
  }
  .page-compact .manufacturer-list__description {
    font-size: 16px;
    line-height: 1.6em;
  }
  .page-compact .manufacturer-list .row-reverse .manufacturer-list__col-text-inner {
    padding-left: 47px;
  }
  .page-compact .manufacturer-list .col-lg-12 .manufacturer-list__col-text-inner {
    padding: 10px 47px;
  }
  .page-compact .services__inner-content {
    min-height: 248px;
    padding: 40px 40px 40px 40px;
  }
  .page-compact .services__heading {
    font-size: 22px;
    line-height: 1.3em;
  }
  .page-compact .services__text {
    font-size: 16px;
  }
  .page-compact .services__img {
    height: 100%;
  }
  .page-compact .specialists {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-compact .specialists__bottom-btn {
    padding: 15px 26px;
    font-size: 14px;
  }
  .page-compact .specialists__bottom-btn svg {
    display: none;
  }
  .page-compact .specialists__spec-abs-text-inner {
    font-size: 14px;
  }
  .page-compact .product-grid__name {
    margin: 25px 0;
    font-size: 1.143rem;
  }
  .page-compact .product-grid__buttons .btn {
    font-size: 1rem;
    padding: 12px 16px;
    border-radius: 10px;
  }
  .page-compact .product-grid__price {
    margin: 25px 0;
  }
  .page-compact .product-grid__price-new {
    font-size: 1.571rem;
  }
  .page-compact .product-grid__inner-abs {
    padding-bottom: 101px;
  }
}
@media (min-width: 768px) {
  .desktop-device .page-compact .services__item {
    max-width: 33.33336%;
    flex: 1 1 33.33336%;
  }
  .desktop-device .page-compact .services_4-item {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .desktop-device .page-compact .services_5-item .services__item:first-child, .desktop-device .page-compact .services_5-item .services__item:nth-child(2) {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .desktop-device .page-compact .services_7-item .services__item {
    max-width: 25%;
    flex: 1 1 25%;
  }
  .desktop-device .page-compact .services_7-item .services__item:first-child, .desktop-device .page-compact .services_7-item .services__item:nth-child(2), .desktop-device .page-compact .services_7-item .services__item:nth-child(3) {
    max-width: 33.33336%;
    flex: 1 1 33.33336%;
  }
  .desktop-device .page-compact .services__play {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
  .desktop-device .page-compact .services__play svg {
    width: 100%;
    height: 100%;
  }
  .desktop-device .page-compact .services .usluga_order {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .desktop-device .page-compact .services__item {
    max-width: 33.33336%;
    flex: 1 1 33.33336%;
  }
  .desktop-device .page-compact .services_4-item {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .desktop-device .page-compact .services_5-item .services__item:first-child, .desktop-device .page-compact .services_5-item .services__item:nth-child(2) {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .desktop-device .page-compact .services_7-item .services__item {
    max-width: 33.33336%;
    flex: 1 1 33.33336%;
  }
  .desktop-device .page-compact .services_7-item .services__item:first-child, .desktop-device .page-compact .services_7-item .services__item:nth-child(2), .desktop-device .page-compact .services_7-item .services__item:nth-child(6), .desktop-device .page-compact .services_7-item .services__item:nth-child(7) {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .desktop-device .page-compact .services__play {
    width: auto;
    height: auto;
    padding: 0px;
  }
  .desktop-device .page-compact .services__play svg {
    width: 100%;
    height: 100%;
  }
  .desktop-device .page-compact .services .usluga_order {
    padding: 11px 20px;
    font-size: 15px;
  }
}
/* ////============ Import media"; ============ */
/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/
/* ////============ Import ../libs/tiny-slider-master/src/tiny-slider.scss ============ */
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/* ////============ Import ../libs/spotlight-master/dist/css/spotlight.min.css ============ */
/* ////============ Import ../libs/read-smore-master/src/read-smore.css ============ */
/*# sourceMappingURL=styles.min.css.map */
