

/* Start:/local/templates/main/assets/styles/reset.css?17189604003662*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: 'Montserrat', sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
  box-sizing: border-box;

}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    background: #FAFAFA;

  }
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0;
  }

  h2 {
    font-size: 2em;
    margin: 0;
  }

  h3 {
    font-size: 2em;
    margin: 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b,strong {
    font-weight: bolder;
  }
  code,kbd,samp {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,input,optgroup,select,textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,input {
    overflow: visible;
  }
  button,select {
    text-transform: none;
  }
  button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }
  p {
    margin: 0;
  }

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* End */


/* Start:/local/templates/main/assets/styles/feedbackForm.css?17189604004253*/
.feedback-form__container {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 57px;
    background-color: #0089E9;
    padding-left: 10px;
    padding-right: 10px;
}

.feedback-form {
    max-width: 1160px;
    width: 100%;
    margin: auto;
}

.feedback-form {
    display: flex;
    flex-direction: column;
}

.feedback-form h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;  
    color: white;  
    margin-bottom: 8px;
}


.feedback-form p {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 0.6;
    color: white;
    margin-bottom: 30px;
}

.feedback-form-inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 14px;
    height: 104px;
}

.feedback-form-inputs div {

    max-width: 460px;
    width: 100%;
    height: 100%;
}

.feedback-form-inputs input, .feedback-form-desc {
    width: 100%;
    outline: none;
    background: transparent;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    display: flex;
    height: 45px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.feedback-form-inputs input::placeholder {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.feedback-form-inputs input:first-child {
    margin-bottom: 10px;
}

.feedback-form-inputs .feedback-form-desc {
    height: 100px;
    max-width: 630px;
    box-sizing: border-box;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 15px;
}

.feedback-form-inputs textarea::placeholder {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.feedback-from-policy {
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.feedback-from-policy label {
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
   
}

.feedback-from-policy label a {
    color: rgba(255, 255, 255, 0.60);
    text-decoration-line: underline;
}

.feedback-form button {
    outline: none;
    border: none;
    max-width: fit-content;
    padding: 14px 130px;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    border-radius: 5px;
    background: #FFD90A;
    transition: 0.2s;
    cursor: pointer;
}

.feedback-form button:hover {
    background: rgba(236, 200, 5, 1);

}

@media screen and (max-width: 960px) {
    .feedback-form {
        /* max-width: 640px; */
        padding: 0 10px;
    }

    .feedback-form button {
        max-width: unset;
    }
}


@media screen and (max-width: 640px) {

    .feedback-form-inputs {
        flex-direction: column;
        height: unset;
    }

    .feedback-form-inputs div {
        max-width: unset;
    }

    .feedback-form-inputs input {
        height: 40px;
        margin-bottom: 10px;
    }

    .feedback-form-inputs input[type=text] {
        font-size: 14px;
    }

    .feedback-form-inputs input::placeholder {
        font-size: 14px;
    }

    .feedback-form-desc {
        font-size: 14px;
    }

    .feedback-form-desc::placeholder {
        font-size: 14px;
    }

    .feedback-form-inputs .feedback-form-desc {
        margin-left: 0px;
    }

    .feedback-form h2 {
        font-size: 36px;
        margin-bottom: 6px;
    }

    .feedback-form p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {

    .feedback-form h2 {
        font-size: 26px;
    }

    .feedback-form p {
        font-size: 14px;
    }
    .feedback-form button {
        padding: 14px 0px;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/lkpopup.css?17189604002109*/
.lk-popup__container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 15;
    display: none;
}

.lk-popup-box {
    max-width: 1160px;
    height: 100%;
    margin: auto;
    position: relative;
}

.lk-popup {
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 127px;
    display: flex;
    width: 295px;
    height: 203px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.20);
    padding: 20px;
    flex-direction: column;
}

.lk-popup-info {
    height: 46px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lk-popup-info p {
    color: #343434;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.lk-popup-border {
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin-top: 14px;
    margin-bottom: 20px;
}

.lk-popup ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.lk-popup ul li {

}

.lk-popup ul li a {
    text-decoration: none;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

@media screen and (max-width: 1200px) {
    .lk-popup {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 640px) {
    .lk-popup {
        padding: 10px;
        height: fit-content;
        top: 90px;
    }

    .lk-popup-info {
        height: fit-content;
    }

    .lk-popup-info p {
        font-size: 14px;
    }

    .lk-popup-info svg {
        max-width: 40px;
    }

    .lk-popup-border {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .lk-popup ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .lk-popup {
        top: 10px;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/header.css?171896040013060*/
header {
    width: 100%;
    max-height: 211px;
    box-shadow: 0px 4px 20px 0px #00000024;
    margin-bottom: 2em;
}

body#index header {
    margin-bottom: 50px;
}

body#contacts header {
    margin-bottom: 0;
}

.header-top-content-box {
    width: 100%;
    border-bottom: 2px solid #3434341A;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-top-content {
    margin: auto;
    max-width: 1160px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-logo-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 27px;
}

.logo__mobile {
    width: 80px;
    display: none;
}

.header-logo-box span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 203px;
    color: #34343480;

}

.header-contacts {
    display: flex;
    flex-direction: column;
}

.header-contacts span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: right;
    margin-bottom: 8px;
    color: #34343480;

}

.header-contacts a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #343434;
}

.header-bottom-content {
    margin: auto;
    max-width: 1160px;
    width: 100%;
    height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav {
    display: flex;
    flex-direction: row;
}

.header-nav a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #343434;
    padding: 12px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #3434341A;
    transition: 0.2s;
}

.header-nav a:first-child:hover {
    background: #ECC805;
}

.header-nav-mobile {
    display: none;
}

.header-nav-mobile a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #343434;
    padding: 12px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #3434341A;
}

.header-nav-icons {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.header-nav-icons a {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    background: #FFD90A;
    border-radius: 5px;
    transition: 0.2s;
}


.header-nav-icons a:hover {
    background: #ECC805;
}

/* .header-nav-icons a:hover {
    background: white;
    border: 2px solid #FFD90A;
}

.header-nav-icons a:hover svg path {
    fill: #FFD90A;
} */

.header__colored {
    background: #FFD90A;
}

.open__menu {
    border-radius: 5px;
    gap: 12px;
}

.header-search__container {
    width: 100%;
    height: 87px;
    background: #FFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.14);
    position: relative;
    margin-top: -3px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.header-search__container form {
    max-width: 1160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.header-search__container form input {
    outline: none;
    padding: 0px;
    height: 44px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid rgba(52, 52, 52, 0.10);
    border-right: 0px;
    width: 100%;
    max-width: 1160px;
}

.header-search__container form input[type=text] {
    color: rgba(52, 52, 52, 0.30);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    padding-left: 15px;
}

.header-search__container form input::placeholder {
    color: rgba(52, 52, 52, 0.30);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.header-search__container form button {
    outline: none;
    padding: 0px;
    min-width: 205px;
    margin-left: -5px;
    height: 46px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FFD90A;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    transition: 0.2s;
    cursor: pointer;
}

.header-search__container form button:hover {
    background: #ECC805;
}

.headerSearchBtn[active="true"]:hover {
    background: white;
    border: 2px solid #FFD90A;
}

.headerSearchBtn[active="true"] {
    background-color: transparent;
    border: 2px solid #FFD90A;
}


.headerSearchBtn[active="true"] svg path {
    fill: #FFD90A;
}

.header-catalog-menu__container {
    position: relative;
    /* top: 211px; */
    width: 100%;
    z-index: 15;
    width: 100%;
    border-radius: 10px;
    display: none;
}

.header-catalog_menu {
    max-width: 1160px;
    margin: auto;
    background: rgba(255, 217, 10, 1);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    padding: 16px;
}

.header-catalog_menu a {
    max-width: 273px;
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: white;
    border: 1px solid rgba(52, 52, 52, 1);
    border-radius: 10px;
}

.header-catalog_menu a:hover {
    opacity: 0.8;
}

.header-catalog_menu a span {
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;   
    margin-right: 10px; 
}
#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 62px;
	height: 62px;
	background: url(/free-icon-up-arrow-6469473.png) 50% 50% no-repeat;
	border-radius: 50%;
	opacity: 0.5;
}
#scroll_top:hover {
 	opacity: 1;
}

@media screen and (max-width: 1020.98px) {
    .header-nav a {
        padding: 12px 20px;
    }
}

.header-catalog-menu__container .header-catalog_menu-mobile {
    width: 100%;
    margin: auto;
    background: rgba(255, 217, 10, 1);
    border-radius: 10px;
    padding: 6px 16px;
    display: flex;
    flex-direction: column;
    display: none;
}

.header-catalog_menu-mobile form {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-top: 6px;
    padding-bottom: 10px;
    display: none;
}

.header-catalog_menu-mobile form input {
    outline: none;
    border: none;
    border: 1px solid rgba(52, 52, 52, 0.3);
    height: 40px;
    width: 100%;
    background: transparent;
    padding-left: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.header-catalog_menu-mobile form input[type=text] {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.header-catalog_menu-mobile form button {
    position: absolute;
    outline: none;
    border: none;
    width: 87px;
    height: 100%;
    max-height: 44px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    background-color: white;

}

.header-catalog_menu-mobile .menu-list-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header-catalog_menu-mobile .menu-list-mobile a {
    padding: 12px 10px;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    border-top: 1px solid rgba(52, 52, 52, 0.1);
    border-bottom: 1px solid rgba(52, 52, 52, 0.1);
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-catalog_menu-mobile .menu-list-mobile a[active=active] {
    background-color: white;
    border-radius: 5px;
}

.items-for {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background-color: white;
    list-style: none;
    border-radius: 5px;
    margin-top: 5px;
    display: none;
    
}

.items-for li {
    border-bottom: 1px solid rgba(52, 52, 52, 0.1);
    padding: 6px;
}

.menu-list-mobile .items-for li a {
    padding: 0;
}

.items-for li:first-child {
    padding-top: 0px;
}

.items-for li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.header-catalog_menu-mobile .menu-list-mobile a svg {
    transform: rotate(180deg);
}

.header-catalog_menu-mobile .menu-list-mobile a:first-child {
    border-top: none;
}

.header-catalog_menu-mobile .menu-list-mobile a:last-child {
    border-bottom: none;
}


@media screen and (max-width: 1200px) {

    .header-catalog_menu a {
        flex: 0.333;
    }

    header {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1180px) {
    .header-top-content, .header-bottom-content-box {
        padding-left: 10px;
        padding-right: 10px;
        width: unset;
    }

}

@media screen and (max-width: 960px) {
    .header-nav a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-catalog_menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    
}


@media screen and (max-width: 640px) {
    .header-logo-box span {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
    }

    header {
        margin-bottom: 40px;
    }

    .header-contacts span {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: right;
        
    }

    .header-contacts a {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;        
    }

    .header-logo-box img {
        width: 80px;
    }

    .header-nav-icons a {
        width: 40px;
        height: 40px;
    }

    .header-nav-mobile a {
        padding: 10px 29px;
    }
    .header-nav {
        display: none;
    }

    .header-nav-mobile {
        display: flex;
    }

    .header-catalog_menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .header-catalog-menu__container {
        position: absolute;
        /* top: 350px */
    }
}


@media screen and (max-width: 500px) {
    .header-contacts {
        display: none;
    }

    .header-top-content-box {
        display: none;
    }
    
    .logo__mobile {
        display: block;
    }

    .header-nav-mobile {
        margin-right: 6px;
        margin-left: auto;
    }

    .header-nav-mobile a {
        padding: 0px;
        width: 92px;
        height: 40px;
        display: flex;
        justify-content: center;
    }

    #headerSearch {
        display: none;
    }

    .header-nav-icons {
        gap: 6px;
    }

    .header-catalog-menu__container {
        top: 139px;
    }

 }




 @media screen and (max-width: 1200px) {

    body#index header {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 960px) {
    
}

@media screen and (max-width: 640px) {
    header {
        margin-bottom: 20px;
    }

    body#index header {
        margin-bottom: 20px;
    }

    
}

@media screen and (max-width: 480px) {
    header {
        margin-bottom: 10px;
    }

    body#index header {
        margin-bottom: 10px;
    }

    .header-catalog-menu__container {
        top: 81px;
    }

    .header-nav-icons {
        align-items: center;
    }

    .header-catalog-menu__container .header-catalog_menu {
        display: none;
    }

    .header-catalog-menu__container .header-catalog_menu-mobile {
        display: flex;
    }

    .header-catalog_menu-mobile form {
        display: flex;
    }
}

.header-catalog_menu a:hover {
    background-color: #0089E9;
    opacity: 0.9;
    color: #FFF;
}

.header-catalog_menu a span:hover {
    color: #fff;
}
.header-catalog_menu_item path:hover{
    fill: #fff;
}

@media screen and (max-width: 1200px) {
    .header-catalog-menu__container {
        padding: 0px 10px
    }
}

@media screen and (max-width: 960px) {

}
/* End */


/* Start:/local/templates/main/assets/styles/tisers.css?17189604008052*/
#tiser h2 {
    max-width: 310px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 8px;
    position: sticky;
    z-index: 10;
}

h3.g-font-size-20.mb-1.mt-1.col-sm {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #343434;
}

.tisers-block {
    /* border: 1px solid red; */
    margin: auto;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    /* padding-top: 50px; */
}

.tiser-info-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tiser-slider-container {
    max-width: 670px;
    width: 100%;
    min-height: 248px;
    background: linear-gradient(82.2deg, #FFD90A 0%, #FFB800 100%);
    border-radius: 10px;
    position: relative;
}

.tiser-slider-arrows {
    width: fit-content;
    /* border: 1px solid red; */
    position: absolute;
    margin-right: 40px;
    margin-top: 40px;
    margin-left: auto;
    right: 0px;
    z-index: 3;
}

.tiser-slider-slide {
  display: flex;
}
a.tiser-slider-slide {
   text-decoration: none;
   color:inherit;
}

.tiser-slider-title {
  max-width: 310px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
}

.tiser-slider-descr {
  max-width: 240px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.tiser-slider-image{}

/*.tiser-slider-image::after {
  content: "";
  display: block;
  top: -147px;
  width: 298px;
  left: 290px;
  height: 250px;
  position: relative;
  background-image: url(/local/templates/main/assets/styles/../images/фото.png);
  max-width: 228px;
  background-repeat: no-repeat;
}*/

.tiser-slider-arrows .tiser-slider-arrow {
    position: relative;
    z-index: 4;
}

.tiser-slider-arrows .tiser-slider-arrow {
    cursor: pointer;
}

.tiser-slider-wrapper {
    /* border: 2px solid red; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 40px;
}

.tiser-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 470px;
    width: 100%;
}

.tiser-buttons-container a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 134px;
    border-radius: 10px;
    background: linear-gradient(86.63deg, #0089E9 0%, #00BFE9 100%);
}

.tiser-buttons-container a span {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.tiser-permisions-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tiser-slider-image {
    display: flex;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: space-between;
}

.tiser-slider-image {
    display: inline-grid;
    justify-items: end;
    max-width: 188px;
    height: 209px;
    justify-content: center;
    transform: translateY(-5px);
}

.slick-slide img {
    width: 228px;
}

.tiser-permision-item {
    max-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.tiser-permision-item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
}

/* АДАПТИВ */

@media screen and (max-width: 1200px) {

    /* body {
        max-width: 1200px;
    } */
    .tiser-buttons-container {
        max-width: unset;
        justify-content: center;
    }

    div#bx_3218110189_321 {
        display: flex;
        align-items: center;
    }

    .tiser-slider-text {
        margin-bottom: 36px;
    }

    .slick-initialized .slick-slide {
        align-items: center;
    }

    .tiser-info-block {
        /* justify-content: center; */
        padding-left: 10px;
        padding-right: 10px;
        gap: 20px;
        margin-bottom: 30px;
    }

    .tiser-slider-container {
        max-width: 540px;
    }

    .tiser-permisions-block {
        margin-left: 10px;
        margin-right: 10px;
    }

    .tiser-permision-item {
        max-width: 220px;
    }

    .tiser-slider-arrows {
        right: auto;
        left: 40px;
        bottom: 30px;
    }

    .tiser-slider-image {
        max-width: 298px;
    }


    .actions-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* .item__product-element {
        min-width: 300px;
    } */

}

@media screen and (max-width: 960px) {

    .tiser-buttons-container a {
        height: 90px;
    }

    .slick-initialized .slick-slide {
        display: flex;
        justify-content: space-between;
    }

    .tiser-buttons-container {
        max-width: unset;
        flex-direction: row;
    }
    .tiser-buttons-container a {
        min-height: 90px;
        justify-content: space-between;
    }

    .tiser-buttons-container a span  {
        font-size: 20px;
        margin-left: 20px;
    }

    .tiser-buttons-container a svg {
        width: 60px;
        margin-right: 20px;
    }

    .tiser-slider-wrapper {
        height: 100%;
        padding: 30px;
    }

    .tiser-info-block {
        flex-direction: column;
    }

    .tiser-slider-container {
        max-width: unset;
    }
    .tiser-slider-arrows {
        right: auto;
        left: 30px;
        bottom: 30px;

    }

    .tiser-slider-wrapper {
        width: unset;
    }

    .tiser-permisions-block {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-around;
    }

    .tiser-permision-item {
        max-width: 300px;
    }

    .tiser-permision-item p {
        font-size: 14px;
    }

}

@media screen and (max-width: 640px) {
    .tisers-block {
        max-width: 100%;
    }

    .tiser-slider-container {
        /* height: 196px; */
    }

    #tiser h2 {
        text-align: center;
        max-width: 610px;
    }

    .tiser-slider-descr {
        max-width: 610px;
        text-align: center;
    }

    .slick-initialized .slick-slide {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .tiser-slider-image {
        max-width: 298px;
        margin-bottom: 30px;
    }

    div#bx_3218110189_321 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tiser-slider-title {
      font-weight: 700;
      font-size: 20px;
      line-height: 140%;
      color: #343434;
      margin-bottom: 10px;
    }

    .tiser-slider-image::after {
      content: "";
      display: block;
      top: -133px;
      width: 298px;
      left: 274px;
      height: 185px;
      position: relative;
      background-image: url(/local/templates/main/assets/styles/../images/фото.png);
      max-width: 228px;
      background-repeat: no-repeat;
    }

    .tiser-slider-descr {
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      color: #343434;
    }

    .tiser-buttons-container {
        flex-direction: column;
        gap: 10px;
    }
    .tiser-slider-arrows {
        left: 20px;
        bottom: 5px;
    }

    .tiser-slider-arrows svg  {
        width: 20px;
    }

    .tiser-info-block {
        gap: 10px;
    }

    .tiser-slider-wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {


    .tiser-slider-container {
        /* height: 321px; */
    }

    .tisers-block {
        margin-bottom: 60px;
        min-width: 320px;
    }

    .tiser-slider-title {
      font-weight: 700;
      font-size: 20px;
      line-height: 140%;
      color: #343434;
      margin-bottom: 10px;
    }

    .tiser-slider-image::after {
      content: "";
      display: block;
      top: 15px;
      width: 187px;
      left: 336px;
      height: 250px;
      position: relative;
      background-image: url(/local/templates/main/assets/styles/../images/фото-mb.png);
      max-width: 228px;
      background-repeat: no-repeat;
    }

    .tiser-slider-descr {
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      color: #343434;
    }

}

/* End */


/* Start:/local/templates/main/assets/styles/listSections.css?17189604002393*/
.list-sections {
    margin: auto;
    max-width: 1161px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 20px;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.list-section {
    width: 206px;
    background: #0089E9;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    padding: 16px 51px 16px 16px;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 16px;
    box-sizing: unset;
    transition: ease-in-out .3s;
}

.list-section-svg {
    min-width: 54px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-section-svg svg {
    width: 100%;
}

.list-section span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: white;
}

.list-section:hover {
    border-radius: 8px;
    border: 1px solid #0089E9;
    background: #FFF;
}

.list-section:hover > .list-section-svg > svg > path {
    stroke: #0089E9;
}

.list-section:hover > span {
    color: #0089E9;
}


/* АДАПТИВ */

@media screen and (max-width: 1200px) {

    .list-sections {
        display: grid;
        justify-content: center;
        grid-template-columns: 32% 31% 32%;
        /* margin-left: 10px !important; */
        /* margin-right: 10px !important; */
        margin: auto;
        margin-bottom: 100px;
    }

    .list-section {
        width: unset !important;
        max-width: 300px;
    }


}

@media screen and (max-width: 960px) {


    .list-sections {
        display: grid;
        justify-content: center;
        grid-template-columns: 49% 49%;
        /* margin-left: 30px; */
        /* margin-right: 30px; */
        max-width: 100%;
        padding: 0 10px;
    }

    .list-section {
        width: 100%;
        max-width: 390px;
    }
}

@media screen and (max-width: 640px) {
   .list-sections {
        gap: 0;
        row-gap: 15px;
        column-gap: 10px;
        margin-bottom: 60px;
        max-width: 100%;
    }
} 

@media screen and (max-width: 480px) {

    .list-sections {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 320px;
        padding: 0 10px;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/products.css?17189604003284*/
.actions-container {
    margin: auto;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    gap: 38px;
    flex-wrap: wrap;
    justify-content: center;
}

main {
    /* max-width: 1160px; */
    margin: auto;
}
.item__product-element strong {
    margin-top: 10px;
}
/* .fa-heart-o:before {
    content: "\f08a";
  } */
.actions-title {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 40px;
}
@media (max-width: 1201px) {
    .sale-personal-section-index-block-link, .sale-personal-section-index-block-link:hover, .sale-personal-section-index-block-link:active, .sale-personal-section-index-block-link:focus, .sale-personal-section-index-block-link:visited {
        padding: 25px 5px;
        max-width: 300px;
        min-height: 184px;
        color: #fff;
        text-decoration: none;
    }
    .sale-personal-section-index-block {
        max-width: 300px;
    }

    .actions-container {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .sale-personal-section-index-block-link, .sale-personal-section-index-block-link:hover, .sale-personal-section-index-block-link:active, .sale-personal-section-index-block-link:focus, .sale-personal-section-index-block-link:visited {
        padding: 25px 5px;
        max-width: 300px;
        min-height: 184px;
        color: #fff;
        text-decoration: none;
    }
    .sale-personal-section-index-block {
        max-width: 460px;
    }
}
.actions-title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    color: #343434;
}

.item__product-element .element-name:hover {
    opacity: 0.7;
}

.actions-title-arrows {
    margin-left: auto;
    margin-right: 0px;
    display: flex;
    gap: 15px;
    transition: 0.2s;
}

.actions-title-arrows svg {
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}

.actions-title-arrows svg:hover {
    background: rgba(0, 137, 233, 1);
}

.actions-title-arrows svg:hover path {
    fill: white;
}

.actions-container .slick-list  {
    margin: 0 -10px;
}

.actions-slider .slick-list .slick-track {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .actions-container {
        margin: auto;
        margin-bottom: 100px;
        padding: 0px;
        padding: 0 10px;
    }

    
}

.seo-container-hit {

}

@media screen and (max-width: 960px) {
    
    .actions-title {
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .actions-container {
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 60px;
    }

    .actions-title {
        margin-bottom: 30px;
    }
    .actions-title h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    
    .actions-container {
        min-width: 320px;
        padding: 0 10px;
    }
    
    .actions-title h2 {
        font-size: 26px;
    }

    .actions-title-arrows {
        gap: 4px;
    }

    .actions-title-arrows svg {
        max-width: 20px;
        max-height: 20px;
    }
}

/* End */


/* Start:/local/templates/main/assets/styles/productElement.css?17231866156924*/
.item__product-element {
    max-width: 280px;
    min-width: 280px;
    padding: 25px 20px;
    border: 1px solid #3434341A;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    margin: 0 10px;
    position: relative;
    min-height: 526px;
    height: auto;
}

/* .actions-slider.actions-slider1 {
	overflow-x: auto;
	display: flex;
} */


.catalog__contain-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item__product-element.slick-slide.slick-cloned {
    display: flex;
    justify-content: space-between;
}



.tiser-slider-wrapper .slick-initialized .slick-slide {
    display: flex;
    justify-content: space-between;
}

.item__product-element .element-categories {
    position: absolute;
    left: 20px;
    top: 27px;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.svg-hover:hover path {
    fill: #0089E9;
}
.list-section-menu {
    display: inline-block;
    position: relative;
    transition: ease-in-out 0.3s;
}

.list-section-menu:hover {
    background-color: #0089E9;
    border: 1px solid #0089E9;
}

.list-section-menu:hover span {
    color: white;
}

.list-section-menu:hover svg path {
    fill: white;
}


.item__product-element .element-categories a {
    padding: 4px 8px;
    border-radius: 100px;
    background: #0089E9;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-decoration: none;
}

.item__product-element .favorite {
    position: absolute;
    top: 25px;
    text-decoration: none;
    color: #FFD90A;
    border: 1px solid #FFD90A;
    padding: 7px;
    border-radius: 180%;
    right: 25px;
    transition: 0.2s;
}

.item__product-element .favorite:hover {
    background: #FFD90A;
    color: #fff;
}

.item__product-element .favorite:hover svg path,
.item__product-element .favorite:active svg path {
    fill: #FFD90A;
    stroke: #FFD90A;
}

.item__product-element img {
    margin-bottom: 25px;
    object-fit: contain;
    height: 194px;
    max-width: 235px;
}

#products .item__product-element {
    display: flex;
    justify-content: space-between;
}

.item__product-element .element-rating {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    margin-bottom: 14px;
}


.item__product-element .element-article {
    width: 100%;
    color: #343434;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-bottom: 8px;
}

.item__product-element .element-name {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 14px;
}


.item__product-element .element-price {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 
    margin-bottom: 14px;
}

.item__product-element .element-price span {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4px;
    margin-left: 4px;
    line-height: 140%; 
}

.item__product-element .element-actual {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    padding: 6px 14px;
    background-color: #0089E9;
    margin-left: 0;
    margin-right: auto;
    border-radius: 100px;
    margin-bottom: 31px;
    width: fit-content;
}

.item__product-element .form {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}

.item__product-element .form .count {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
}

.item__product-element .form .count svg {
    cursor: pointer;
    transition: 0.2s;
}

.item__product-element .form .count svg circle {
    transition: 0.2s;
}

.item__product-element .form .count svg:hover circle {
    fill: rgba(255, 217, 10, 1);
}

.item__product-element .form .count svg:hover path {
    stroke: black;
}

.item__product-element .form .count input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    /* padding: 3px 11px; */
    border-radius: 5px;
    border: 1px solid #FFD90A;
    width: 28px;
    height: 26px;
    text-align: center;
}

.item__product-element .form button {
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    padding: 12px 24px;
    border-radius: 5px;
    border: 1px solid #FFD90A;
    background: #FFD90A;
    cursor: pointer;
    transition: 0.2s;
}

.item__product-element .form button:hover {
    background: rgba(255, 217, 10, 1);
}

.slick-slide img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .item__product-element {
        width: unset;
        max-width: 350px;
    }
}

@media screen and (max-width: 960px) {
    .item__product-element {
        max-width: 300px;
    }

    .actions-slider .slick-list {
        padding-left: 10px;
    }
}

@media screen and (max-width: 640px) {
    
    .item__product-element .element-categories {
        left: 10px;
        top: 15px;
    }
    
    .item__product-element .element-categories a {
        padding: 4px 8px;
        font-size: 10px;
    }
    
    /* .item__product-element {
        min-width: 220px;
        max-width: 220px;
    } */

    .item__product-element {
        padding: 15px 10px;
        min-height: 449px;
    }

    .item__product-element img {
        margin-bottom: 15px;
    }

    .item__product-element .element-rating {
        margin-bottom: 10px;
        gap: 3px;
    }

    .item__product-element .element-article {
        font-size: 10px;
    }

    .item__product-element .element-rating svg {
        width: 10px;
    }

    .item__product-element .element-name {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .item__product-element .element-actual {
        font-size: 10px;
        padding: 6px 14px;
        margin-bottom: 15px;
    }

    .item__product-element .favorite {
        top: 15px;
        right: 10px;
    }

    .item__product-element .favorite svg {
        max-width: 20px;
    }

    .item__product-element .element-price {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .item__product-element .element-price span {
        font-size: 14px;
    }

    .item__product-element .form button {
        padding: 8.5px 16px;
        font-size: 12px;
    }

    .item__product-element .form .count input {
        width: 28px;
        height: 26px;
    }
    .item__product-element {
        max-width: 220px;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/seo.css?17189604001710*/
.seo-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 100px; */
}

.company-container {
    max-width: 1160px;
}

.seo-container h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: px;
    letter-spacing: 0em;
    text-align: left;
    color: #343434;
    margin-bottom: 40px;
    overflow-wrap: break-word;
}

.seo-container h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: px;
    letter-spacing: 0em;
    text-align: left;
    color: #343434;
    margin-bottom: 40px;
    overflow-wrap: break-word;
}

.seo-text-container {
    width: 100%;
}

.seo-text-container p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 14px;
}

/* АДАПТИВ */

@media screen and (max-width: 1200px) {
    .seo-container {
        padding: 0 10px;
    }
}



@media screen and (max-width: 640px) {
    
    .seo-container {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .seo-container h2 {
        font-size: 36px;
    }

    .seo-container h1 {
        font-size: 46px;
    }

    .seo-container p {
        font-size: 14px;
    }

    .seo-container h2, .seo-container h1 {
        margin-bottom: 30px;
    }
}
.search-title-result-item-current-price.text-primary {
    display: none;
}
@media screen and (max-width: 480px) {
    
    .seo-container {
        padding: 0 10px;
        min-width: 320px;
    }
    
    .seo-container h2 {
        font-size: 24px;
    }

    .seo-container h1 {
        font-size: 32px;
    }

}


/* End */


/* Start:/local/templates/main/assets/styles/footer.css?17189604006613*/
footer {
    width: 100%;
    /* height: 280px; */
    background-color: #0089E9;
    margin-top: 100px;
}

.footer-contacts a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.footer-menu a:hover {
    opacity: 0.7;
    transition: 0.3s;
}



.footer-container {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    padding: 40px 0px;
    display: flex;
    flex-direction: row;
}

.footer-left-block {
    max-width: 261px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.footer-desc {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-bottom: 14px;
}

.footer-left-block .icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 35px;
}

.footer-left-block .inicials {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-left-block .inicials span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 14px */
}

.footer-left-block .inicials a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 14px */
}

.footer-menu {
    width: 100%;
    max-width: 160px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-menu a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.footer-menu a:first-of-type {
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-second-menu {
    margin-right: 70px;
    max-width: 223px;
}

.footer-first-menu {
    margin-right: 140px;
}

.footer-contacts {
    max-width: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-contacts a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.footer-contacts p {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.footer-contacts a:first-of-type {
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-contacts .link__button {
    margin-top: 16px;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    padding: 13px 53px;
    border-radius: 5px;
    background: #FFD90A;    
    transition: 0.2s;
}

.footer-contacts .link__button:hover {
    background: #ECC805;
}

/* АДАПТИВ0 */

@media screen and (max-width: 1200px) {

    
    .footer-container {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        max-width: unset;
        /* width: unset; */
        display: flex;
        justify-content: space-between;
    }

    .footer-first-menu {
        margin-right: 50px;
        max-width: 160px;
    }

    .footer-second-menu {
        margin-right: 50px;
        max-width: 160px;
    }

    .footer-left-block {
        margin-right: 50px;
        min-width: 205px;
    }

    .footer-contacts {
        min-width: 260px;
    }
}

@media screen and (max-width: 960px) {
    .footer-container {
        position: relative;
        min-width: 320px;
    }

    .footer-left-block {
        position: absolute;
        margin: 0;
        max-width: unset;
        width: 98%;
        top: -70px;
    }

    .footer-left-block .inicials {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-left-block .footer-desc {
       
    }

    .footer-contacts, .footer-second-menu, .footer-first-menu {
        margin-top: -15px;
    }

    .footer-left-block .icons {
        margin-top: 252px;
        margin-bottom:15px;
    }

    footer {
        min-height: 420px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    
}

@media screen and (max-width: 640px) {
    footer {
        height: 470px;
    }
    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-contacts, .footer-second-menu, .footer-first-menu {
        margin-top: 46px;
    }

    .footer-left-block {
        position: static;
    }

    .footer-left-block .icons {
        position: absolute;
        right: 140px;
        top: 200px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-left-block .inicials {
        position: absolute;
        right: 41px;
        top: 244px;
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: column;
    }

    .footer-left-block .footer-desc {
        font-size: 12px;
        margin-bottom: 24px; 
        max-width: 265px;
    }

    .footer-menu a:first-of-type {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .footer-contacts a:first-of-type {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .footer-menu a {
        font-size: 12px;
    }

    .footer-contacts a {
        font-size: 12px;
    }

    .footer-contacts p {
        font-size: 12px;
    }

    .footer-menu {
        gap: 6px;
    }

    .footer-contacts .link__button {
        font-size: 14px;
        padding: 14px 0px;
        text-align: center;
        
    }

    .footer-contacts, .footer-second-menu, .footer-first-menu {
        margin-top: 0px;
    }

    .footer-contacts {
        min-width: unset;
        max-width: 220px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    footer {
        height: 602px;
        display: block;
        position: relative;
    }

    .footer-container {
        padding-top: 20px;
        position: static;
    }

    .footer-first-menu {
         max-width: 102px;
    }

    .footer-left-block .icons {
        right: auto;
        top: auto;
        bottom: 104px;
    }

    .footer-left-block .inicials {
        right: auto;
        top: auto;
        bottom: 30px;
    }

    .footer-first-menu {
        margin-right: 20px;
    }

    .footer-second-menu {
        margin-right: 20px;
        max-width: 120px;
    }

    
}

/* End */


/* Start:/local/templates/main/assets/styles/authpopup.css?17189604005870*/
.auth-popUp__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}

.auth-popUp__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}

.auth-popUp {
    position: relative;
    width: 560px;
    height: fit-content;
    background-color: white;
    border-radius: 10px;
    background: #FFF;
    padding: 60px 0px;
}

.auth-popUp .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    
}

.auth-popUp .popup-close circle {
    transition: 0.2s;
}

.auth-popUp .popup-close:hover circle {
    fill: rgba(0, 101, 172, 1);
}

.auth-popUp h3 {
    color: #343434;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 46.2px */
    margin-bottom: 40px;
}

.auth-popUp form {
    margin-right: 60px;
    margin-left: 60px;

}

.auth-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 8px;
}

.auth-popUp form .auth-input-block {
    width: 100%;

}

.auth-popUp form .auth-input-block p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 6px;
}

.auth-popUp form .auth-input-block input {
    width: 100%;
    height: 42px;
    outline: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #E6E6E6; 
    padding-left: 15px;
    box-sizing: border-box;
}




.auth-popUp form .reset-password {
    color: #0089E9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    text-decoration-line: underline;
}

.auth-popUp form .auth-btns {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 8px;
}

.auth-popUp form .auth-btns .login {
    text-decoration: none;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FFD90A;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    width: 100%;
    transition: 0.2s;
}

.auth-popUp form .auth-btns .login:hover {
    background: #ECC805;
}

.auth-popUp form .auth-btns .reg {
    text-decoration: none;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #FFD90A;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    width: 100%;
    transition: 0.2s;
}

.auth-popUp form .auth-btns .reg:hover {
    background: #ECC805;
}

.auth-popUp form .auth-remember-me {
    display: flex;
    align-items: center;
    gap: 4px;
}

.auth-popUp form .auth-remember-me label {
    color: #343434;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-bottom: -2px;
}

.auth-popUp form .policy label {
    color: #343434;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-bottom: -2px;
}

.auth-popUp form .policy {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
}

.auth-popUp form .policy label {
    margin-top: -2px;
}

.auth-popUp form .auth-remember-me input {
    width: 11px;
    height: 11px;
}

.auth-popUp form .auth-remember-me input {
    background-color: red;
}

.auth-popUp form .ps {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}



/*  */

@media screen and (max-width: 1200px) {
    .auth-popUp {
        width: 620px;
    }
}

@media screen and (max-width: 640px) {
    .auth-popUp form {
        margin-left: 30px;
        margin-right: 30px;
    }
    
    .auth-popUp {
        margin-left: 10px;
        margin-right: 10px;
        padding: 40px 0;
    }

    .auth-popUp h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .auth-inputs {
        gap: 16px;
        margin-bottom: 6px;
    }
    
    .auth-input-block input {
        font-size: 14px;
        height: 40px;
    }

    .auth-input-block p {
        font-size: 14px;
    }
    
    .auth-popUp form .reset-password {
        margin-bottom: 24px;
    }

    .auth-popUp form .auth-btns {
        height: 44px;
        font-size: 14px;
    }

    .auth-popUp a svg {
        max-width: 20px;
    }
}

@media screen and (max-width: 480px) {
    .auth-popUp h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .auth-popUp .popup-close {
        top: 14px;
        right: 14px;
    }

    .auth-popUp {
        padding: 40px 0;
    }

    .auth-popUp form {
        margin-left: 20px;
        margin-right: 20px;
    }

    .auth-popUp form .auth-btns {
        height: unset;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .bottom-block {
        display: flex;
        flex-direction: column-reverse;
    }

    .auth-popUp form .auth-btns {
        margin-top: 0px;
    }

    .auth-popUp form .auth-remember-me {
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .ps {
        margin-bottom: 24px;
    }
    
}

/* End */


/* Start:/local/templates/main/assets/styles/cart.css?17233142688510*/
.cart-page__container {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
}

.cart-page-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
}

.cart-page-title h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: left;
}

.cart-page-title div {
    display: flex;
    gap: 20px;
}

.cart-page-title div a {
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0px 33px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFD90A;
    text-decoration: none;
}

.cart-page-title div a svg {
    display: none;
}

.cart-page-title div .selected {
    border-radius: 5px;
    background: #FFD90A;
    color: rgba(52, 52, 52, 1);
}

.cart-list-block {
    max-width: 1160px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.cart-item {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    border-radius: 5px;
    border: 1px solid rgba(52, 52, 52, 0.10);
    display: flex;
    justify-content: space-between;
}

.cart-item-left {
    display: flex;
    gap: 30px;
}

.cart-item-left .img-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cart-item-left .img-article img {
    max-width: 110px;
}

.img-article-desktop, .img-article-mobile {
    color: #9A9A9A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.img-article-mobile {
    display: none;
}
.personal-container {
    margin: auto;
    max-width: 1160px;
    display: flex;
    margin-bottom: 100px;
    gap: 38px;
    flex-wrap: wrap;
    justify-content: center;
}
.cart-item-left .title-count {
    display: flex;
    flex-direction: column;
}

.cart-item-left .title-count h2 {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 41px;
    max-width: 500px;
}

.cart-item-left .title-count .title-count-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.cart-item-left .title-count .title-count-counter input {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #FFD90A;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-align: center;
    padding: 0;
}

.cart-item-left .title-count span {
    color: #9A9A9A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
}

.card-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.card-item-right .card-item-buttons {
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 42px;
}

.card-item-right .card-item-buttons a {
    text-decoration: none;
    transition: 0.2s;
}


.card-item-buttons a:first-child svg path {
    transition: 0.2s;
}

.card-item-buttons a:first-child:hover svg path {
    fill: rgba(255, 217, 10, 1);
}


.card-item-buttons a:last-child svg {
    transition: 0.2s;
}

.card-item-buttons a:last-child:hover svg {
    fill: #FF3030;
}

.card-item-buttons a:last-child:hover svg path {
    fill: white;
}

.title-count-counter {
    cursor: pointer;
}

.title-count-counter svg:hover circle {
    fill: rgba(255, 217, 10, 1);

}

.cart-page-title div a {
    transition: 0.2s;
}

.cart-page-title div a:hover {
    background: rgba(236, 200, 5, 1);
}

.cart-page-total a {
    transition: 0.2s;
}

.cart-page-total a:hover {
    background: rgba(236, 200, 5, 1);
}

.card-item-right .item-price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
}

.card-item-right .item-price {
    color: #343434;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 5px;
}

.card-item-right .item-price span {
    color: #9A9A9A;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    margin-bottom: 2px;
}

.card-item-right .item-benefit {
    color: #0089E9;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
}

.cart-page-total {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    align-items: center;
}

.cart-page-total p {
    color: #343434;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */ 
}

.cart-page-total p span {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.cart-page-total a {
    border-radius: 5px;
    background: #FFD90A;
    height: 44px;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .cart-page__container {
        max-width: 960px;
    }
}

@media screen and (max-width: 960px) {
    .cart-page__container {
        max-width: 640px;
    }

    .cart-page-title div a {
        padding: 0px 10px;
    }

    .cart-page-title {
        margin-bottom: 40px;
    }

    .cart-item-left .title-count h2 {
        padding-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    .cart-page__container {
        max-width: 480px;
    }

    .cart-page-title {
        flex-direction: column;
        align-items: flex-start
    }

    .cart-page-title h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .cart-list-block {
        gap: 20px;
    }

    .cart-page-title div {
        width: 100%;
    }

    .cart-page-title div a {
        flex: 0.5;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .cart-item-left .img-article img {
        max-width: 80px;
    }

    .cart-item {
        padding: 10px;
        min-height: 142px;
        position: relative;
    }

    .img-article-mobile {
        display: flex;
        font-size: 10px;
    }

    .img-article-desktop {
        display: none;
    }

    .cart-item-left {
        gap: 10px;
    }

    .cart-item-left .title-count h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .card-item-buttons {
        gap: 4px;
    }

    .card-item-buttons a svg {
        max-width: 16px;
    }

    .card-item-right .item-price span {
        font-size: 10px;
    }

    .card-item-right .item-price {
        font-size: 14px;
        gap: 6px;
        min-width: 95px;
    }

    .card-item-right .item-benefit {
        font-size: 10px;
    }

    .cart-item-left .title-count span {
        font-size: 10px;
    }

    .title-count-counter__container {
        position: absolute;
        left: 10px;
        bottom: 5px;
    }
    
    .cart-item-left .title-count .title-count-counter {
        margin-bottom: 0;
    }

    .cart-item-price__container {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .title-count-name-article {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 480px) {
    .cart-page__container {
        min-width: 320px;
    }

    .card-item-right .card-item-buttons {
        flex-direction: column;
        gap: 0;  
    }

    .card-item-right .card-item-buttons a:first-child {
        margin-bottom: -7px;
    }

    .cart-item-left .title-count h2 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .cart-page-title div a {
        font-size: 14px;
    }

    .cart-page-total p {
        font-size: 12px;
    }
    .cart-page-total p span {
        font-size: 12px;
    }

    .cart-page-title div a:first-child {
        display: none;
    }
    
    .cart-page-title {
        width: 100%;
    }
    .cart-page-title div a {
        flex: 1;
        justify-content: space-between;
    }

    .cart-page-title div a svg {
        display: flex;
    }
}

@media screen and (max-width: 320px) {
    .cart-page__container {
        max-width: 960px;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/catalog.css?171896040013187*/
.confirm__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 14px;
}
.confirm__name-link a{
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0089e9;
}
.catalog-page__container {
    max-width: 1161px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    /*padding: 0 10px;*/
}

.catalog-page__container h1 {
    color: #343434;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 59.4px */
    margin-bottom: 40px;
}

.catalog-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.catalog-sort__container {
    min-width: 250px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog-sort .inputs {
    display: flex;
    flex-direction: row;
    gap: 6px;
    width: 100%;
}

.catalog-sort .inputs input {
    flex: 0.5;
    width: 77px;
    outline: none;
    height: 25px;
    padding-left: 4px;
    border: 1px solid rgba(255, 217, 10, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 5px;
}



.catalog-sort h3 {
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    margin-bottom: 6px;
}

.catalog-sort .fake-checkbox {
    width: 11px;
    height: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}

.catalog-sort .fake-checkbox-disabled svg {
    display: none;
}

.catalog-sort .fake-checkbox-visible svg {
    display: flex;
    
}

.catalog-sort .fake-checkbox-visible {
    background-color: rgba(255, 217, 10, 1);
}

.catalog-sort a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    margin-top: 8px;
}

.catalog-sort a svg {
    margin-left: 6px;
}

.catalog-list-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.catalog-list-sort {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 10px;
}

.catalog-list-sort ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.catalog-list-sort ul li a {
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    text-decoration: none;
}

.catalog-list-sort ul li .active {
    color: #0089E9;
    font-weight: 500;
}

.catalog-list-sort-svg-block a {
    text-decoration: none;
}

.catalog-sort-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-sort-checkbox input {
    position: absolute;
    visibility: hidden;
}

.catalog-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 860px;
    /* margin-bottom: 40px; */
}

#catalog .item__product-element {
    margin: 0;
    max-width: 272px;
}


.catalog-show-more {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 5px;
    background: #E6E6E6;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-decoration: none;
    margin-bottom: 33px;
    cursor: pointer;
}
.catalog-show-more:hover {
    background: #dadada;
}

.catalog-list-pager {
    width: 100%;
    list-style: none;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 100px;
}

.catalog-list-pager li a {
    text-decoration: none;
}

.catalog-list-pager li {
    width: 28px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-list-pager .selected {
    border-radius: 5px;
    border: 1px solid #FFD90A;
}

.catalog-list-pager span {
    margin-top: 5px;
}

.catalog-list-sort-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.catalog-list-sort-mobile a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    color: rgba(0, 137, 233, 1);
    display: flex;
    align-items: center;
    gap: 4px;
}


.catalog-list-sort-mobile {
    display: none;
}

.catalog-page__container {
    position: relative;
}

.filters-mobile__container {
    position: absolute;
    width: 100%;
    height: 593px;
    background-color: white;
    z-index: 15;
    box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.123);
    border-radius: 10px;
    top: 45px;
    display: flex;
    flex-direction: row;
}

.filters-block {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(250, 250, 250, 1);
}

.filters-block #selected {
    color: rgba(0, 137, 233, 1);
}

.filters-block #selected svg path {
    stroke:rgba(0, 137, 233, 1);
}

.filters-list#filterCreator {
    display: none;
}

.filters-block a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(52, 52, 52, 1);
    padding: 20px 0px;
    border-bottom:1px solid rgba(217, 217, 217, 1);
}

.filters-block a:first-child {
    padding-top: 0;
}

.filters-block .late-delivery {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 0px;
    border-bottom:1px solid rgba(217, 217, 217, 1);
}

.filters-block .late-delivery h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(52, 52, 52, 1);
}

.late-delivery .checkbox-item {
    display: flex;
    flex-direction: row;
}

.late-delivery .checkbox-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    gap: 4px;
}

.late-delivery .checkbox-item input {
    visibility: hidden;
    position: absolute;
}

.late-delivery .checkbox-item label div {
    width: 11px;
    height: 11px;
    border: 1px solid silver;
    border-radius: 50%;
}

.late-delivery .checkbox-item-active label .circle {
    background-color: black;
    border: 4px solid rgba(255, 217, 10, 1);
}

.maxmin-inputs {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    border-bottom:1px solid rgba(217, 217, 217, 1);
}

.maxmin-inputs:last-child {
    border-bottom: 0;
}

.maxmin-inputs h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(52, 52, 52, 1);
    margin-bottom: 8px;
}

.maxmin-inputs div {
    display: flex;
    gap: 10px;
}

.maxmin-inputs div input {
    box-sizing: border-box;
    border: none;
    outline: none;
    width: 100px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgba(255, 217, 10, 1);
    padding-left: 5px;
}

.maxmin-inputs div input[type=number] {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.filters-list {
    overflow-y: scroll;
    width: 100%;
    margin: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.filter-item input {
    visibility: hidden;
    position: absolute;
}

.filter-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.filter-item label .circle {
    border: none;
    outline: none;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(52, 52, 52, 0.1);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.filter-item-active label .circle {
    background: rgba(255, 217, 10, 1);
    border: none;
    display: flex;
}

.filter-item label .circle svg {
    visibility: hidden;
}

.filter-item-active label .circle svg {
    visibility: visible;
}

.filters-mobile__container {
    display: none;
}


.sort-mobile__container {
    position: absolute;
    width: 100%;
    max-width: 300px;
    background-color: white;
    z-index: 15;
    box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.123);
    border-radius: 10px;
    top: 200px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 8px;
}

.sort-mobile__container input {
    visibility: hidden;
    position: absolute;
}

.sort-mobile__container label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(52, 52, 52, 1)
}

.sort-mobile__container {
    display: none;
}

@media screen and (max-width: 1200px) {

    .catalog-list {
        max-width: unset;
        padding: 0 10px;
    }

    .catalog-sort__container {
        margin-right: 60px;
    }

    #catalog .item__product-element {
        max-width: unset !important;
    }

    #catalog .item__product-element {
        max-width: unset;
        flex: 1;
    }

}

@media screen and (max-width: 1088px) {
    #catalog .item__product-element {
        max-width: unset;
        flex: 0.5;
        min-height: 100px;
    }
}

@media screen and (max-width: 960px) {

    /*.catalog-sort__container {
        display: none;
    }

    .catalog-list-sort {
        display: none;
    }*/

    .catalog-page__container h1 {
        margin-left: 10px;
    }

    .catalog-list-sort-mobile {
        display: flex;
    }

    .catalog-list-pager {
        margin-bottom: 80px;
    }

}

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

    .catalog-page__container h1 {
        font-size: 46px;
    }

    .catalog-list {
        justify-content: center;
    }
    #catalog .catalog-list-sort-mobile {
        margin-bottom: 20px;
    }

    #catalog .item__product-element img {
        max-width: 200px;
    }

    #catalog .item__product-element .element-article {
        margin-bottom: 6px;
    }

    .sort-mobile__container {
        top: 228px;
        max-width: 220px;
    }

    .filters-mobile__container {
        top: 36px;
    }
}

@media screen and (max-width: 480px) {
    .catalog-page__container {
        min-width: 320px;
    }

    .catalog-list-sort {
        padding: 0 10px;
    }

    .btn-filters {
        margin-left: 10px;
    }

    .catalog-page__container h1 {
        font-size: 32px;
        margin-bottom: 30px;
        margin-left: 10px;
    } 
    
    #catalog .item__product-element img {
        max-width: 125px;
        margin-bottom: 10px;
    }

    #catalog .item__product-element .element-article {
        margin-bottom: 0;
        font-size: 8px;
    }

    #catalog .item__product-element .element-rating {
        gap: 1px;
        margin-bottom: 4px;
    }

    #catalog .item__product-element .element-rating svg {
        max-width: 6px;
        width: 6px;
    }

    #catalog .item__product-element .element-name {
        font-size: 10px;
    }

    #catalog .item__product-element .element-price {
        margin-bottom: 8px;
        font-size: 16px;
    }

    #catalog .item__product-element .element-price span {
        font-size: 10px;
    }

    #catalog .item__product-element .element-actual {
        font-size: 8px;
        margin-bottom: 14px;
        padding: 6px 14px;
    }

    #catalog .item__product-element {
        padding: 10px;
        max-width: 300px;
        min-height: 267px;
    }

    #catalog .item__product-element form .count svg {
        width: 10px;
    }

    #catalog .item__product-element form .count input {
        width: 16px;
        height: 16px;
    }

    #catalog .item__product-element form .count input[type=number] {
        font-size: 8px;
    }

    #catalog .item__product-element form button {
        font-size: 10px;
        padding: 6px 8px;
    }

    .catalog-show-more {
        font-size: 12px;
        padding: 11px 0px;
    }

    .catalog-list {
        justify-content: center;
        margin-bottom: 20px;
    }

    .catalog-show-more {
        margin-bottom: 10px;
    }

    .catalog-list-pager {
        margin-bottom: 60px;
    }

    .sort-mobile__container {
        padding: 16px;
        max-width: 190px;
        top: 172px;
    }

    .sort-mobile__container label {
        font-size: 12px;
    }

    .filters-block {
        max-width: unset;
        width: 100%;
    }

    .filters-list {
        overflow-y: hidden;
        margin: 0;
        padding: 10px 0px;
    }

    .filters-list {
        display: none;
    }

    .filters-mobile__container {
        top: 33px;
        height: unset;
    }


}
/* End */


/* Start:/local/templates/main/assets/styles/catalogDetail.css?171896040015500*/
.gallery-list img {
    width: 100px;
    height: 100px;
}

svg#Capa_1 {
    width: 30px;
}

.star-rating {
    color: #ccc;
    cursor: pointer;
  }
  
  .star-rating .star {
    font-size: 20px;
    padding: 0 5px;
  }
  
  .star-rating .filled {
    color: #f5a623;
  }

.gallery-list-mob {
    display: none;
}
.catalog-detail__container {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.catalog-detail__container h1 {
    color: #343434;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 59.4px */
    margin-bottom: 40px;
}

.detail-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.gallery-slider-thumb-button {
    max-width: 100px;
    text-align: center;
}

.detail-gallery {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 3em;
}

.detail-gallery .gallery-list {
    min-width: 115px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 450px;
    overflow-y: a;
    overflow-x: hidden;
    margin-right: 30px;
}

.gallery-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9fd;
  }
  
.gallery-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #FFD90A;
  }
  
.gallery-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #f9f9fd;
  }

.detail-gallery .gallery-list a {
    color: #0089E9;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
}

.detail-gallery .gallery-img {
    max-width: 530px;
    width: 100%;
    margin-right: 40px;
}

.detail-gallery .gallery-img img {
    max-width: 530px;
}

.detail-card-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detail-categories {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.detail-categories a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    text-decoration: none;
    border-radius: 100px;
    background: #0089E9;
    padding: 6px 14px;
}

.detail-card-info .article {
    color: #343434;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-bottom: 10px;
}

.detail-card-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 57px;
}

.detail-card-info .detail-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.detail-card-info .detail-price span:first {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}

.detail-card-info .detail-price p {
    color: #343434;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 50.4px */
}

.detail-card-info .detail-price p span {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-left: 6px;
}

.detail-card-info .assort {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    padding: 6px 14px;
    width: fit-content;
    border-radius: 100px;
    background: #0089E9;
    margin-bottom: 46px;
}

.detail-card-info .characters {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.detail-card-info .characters h4 {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 20px;
}

.detail-card-info .characters-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-card-info .characters-list div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.detail-card-info .characters-list div p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.detail-card-info .characters-list div span {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-align: right;
}

.detail-add-to-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.detail-add-to-cart button {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    outline: none;
    border:none;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 5px;
    background: #FFD90A;
    margin-right: 20px;
    transition: 0.2s;
    cursor: pointer;
}

.detail-add-to-cart div {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.detail-add-to-cart div a {
    
}

.detail-add-to-cart div input {
    display: flex;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFD90A;
}

.detail-add-to-cart div input[type=text] {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.detail-add-to-cart a {
    margin-left: auto;
    margin-right: 0px;
}

.detail-add-to-cart div a svg circle {
    transition: 0.2s;
}

.detail-add-to-cart div a:hover svg circle {
    fill: rgba(255, 217, 10, 1);
}

.to-favorites:hover svg path {
    fill: rgba(255, 217, 10, 1);
}

.detail-characteristics {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.detail-characteristics h2 {
    color: #343434;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 58.8px */
    margin-bottom: 40px;
}

.detail-characteristics-list {
    display: flex;
    flex-direction: column;
}

.detail-characteristics-list div {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 14px;
}

.detail-characteristics-list div:first-of-type {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.detail-characteristics-list div {
    border-bottom: 1px solid #E6E6E6;
}


.detail-characteristics-list div span {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    min-width: 360px;
    max-width: 361px;
}

.detail-characteristics-list div p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.detail-recon {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.detail-recon h2 {
    color: #343434;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 58.8px */
    margin-bottom: 40px;
}

.detail-recon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.detail-recon-list span {
    display: inline-block;
    width: 260px;
    border: 2px solid #0089E9;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #0089E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    text-decoration: none;
    padding: 8px 0px;
}

.article .to-favorites {
    display: none;
}

.detail-add-to-cart button:hover {
    background: rgba(236, 200, 5, 1);
}

@media screen and (max-width: 1200px) {

    .detail-gallery .gallery-img img {
        max-width: 330px;
    }

    .detail-categories {
        margin-bottom: 10px;
    }

    .detail-card-stars {
        margin-bottom: 27px;
    }

    .detail-card-info .assort {
        margin-bottom: 30px;
    }

    .detail-card-info .characters {
        margin-bottom: 30px;
    }

    .detail-gallery {
        height: unset;
    }

    .detail-gallery .gallery-img {
        display: flex;
    }

    .detail-gallery .gallery-img img {
        align-self: center;
    }

    .detail-recon-list a {
        width: 220px;
    }

    .detail-recon-list {
        gap: 20px;
    }
}

@media screen and (max-width: 960px) {

    .detail-card {
        flex-direction: column;
    }

    .detail-gallery {
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .detail-gallery .gallery-img {
        display: block;
        /* margin-right: 0; */
        max-width: 425px;
        /* width: 100%; */
    }

    .detail-gallery .gallery-img img {
        /* width: 100%; */
        /* height: 386px; */
        /* object-fit: cover; */
        max-width: 100%;
    }

    .detail-gallery .gallery-list {
        margin-right: 40px;
    }

    .catalog-detail__container {
        position: relative;
        padding-top: 50px;
    }

    .detail-categories {
        position: absolute;
        top: 0;
    }

    .detail-card-info .characters {
        position: absolute;
        right: 0;
        margin-top: 30px;
        width: 380px;
    }

    .detail-card-stars {
        position: absolute;
        right: 295px;
    }

    .detail-card-info .article {
        margin-bottom: 30px;
    }

    .detail-card {
        margin-bottom: 80px;
    }
    
    .detail-characteristics {
        margin-bottom: 80px;
    }

    .detail-recon {
        margin-bottom: 80px;
    }


    .detail-recon-list {
        gap: 20px;
    }

    .detail-recon-list a {
        width:300px;
    }

}

@media screen and (max-width: 640px) {

    .detail-gallery .gallery-list-mob {
        min-width: 115px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        max-height: 120px;
        overflow-y: hidden;
        overflow-x: auto;
        margin-right: 30px;
    }
    
    .gallery-list-mob::-webkit-scrollbar {
        width: 3px;
        background-color: #f9f9fd;
      }
      
    .gallery-list-mob::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #FFD90A;
      }
    .gallery-list-mob img {
        width: 70px;
        height: 70px;
    }
    .gallery-list-mob::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
        border-radius: 3px;
        background-color: #f9f9fd;
      }
    
    .detail-gallery .gallery-list-mob a {
        color: #0089E9;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
        text-decoration-line: underline;
    }

    .catalog-detail__container h1 {
        font-size: 46px;
    }

    .detail-card-info .characters {
        position: inherit;
        width: 100%;
    }


    /* .detail-card-info {
        position: relative;
    }
    .detail-categories {
        top: -735px
    } */
    .detail-card-stars {
        position: inherit;
    }

    .to-favorites {
        position: absolute;
        right: 0;
        margin-bottom: 800px;
    }

    .detail-add-to-cart {
        justify-content: space-between;
    }
    .detail-gallery .gallery-list {
        max-width: 80px;
        margin-right: 30px;
        display: none;
    }

    .detail-gallery .gallery-list a {
        font-size: 12px;
    }

    .detail-gallery .gallery-img {
        margin-right: 0px;
        max-width: 100%;
    }

    .detail-gallery {
        margin-bottom: 30px;
    }

    .detail-card-stars {
        margin-bottom: 20px;
    }

    .detail-card-info .characters {
        margin-top: 0px;
    }

    .detail-card-info .assort {
        margin-bottom: 20px;
    }

    .detail-card {
        margin-bottom: 80px;
    }
    
    .to-favorites {
        display: none;
    }

    .article .to-favorites {
        display: flex;
    }

    .detail-card-info .article .to-favorites {
        position: inherit;
        margin-bottom: 0;
        margin-top: 0;
    }

    .detail-card-info .article {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin-top: 30px;
        align-items: center;
        margin-bottom: -5px;
    }

    .detail-card-info .detail-price span {
        font-size: 24px;
    }

    .detail-card-info .characters h4 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .detail-card-info .characters-list div p, .detail-card-info .characters-list div span {
        font-size: 14px;
    }

    .detail-card-info .characters-list {
        gap: 6px;
    }

    .detail-add-to-cart button {
        font-size: 14px;
        padding: 11px 35px;
    }

    .detail-add-to-cart div input {
        width: 43px;
        height: 43px;
    }

    .detail-characteristics h2 {
        margin-bottom: 30px;
        font-size: 36px;
    }

    .detail-characteristics-list div {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 14px 10px;
    }

    .detail-characteristics-list div span, .detail-characteristics-list div p {
        font-size: 14px;
    }

    .detail-recon h2 {
        margin-bottom: 30px;
        font-size: 36px;
    }

    .detail-recon-list {
        display: flex;
    }

    .detail-recon-list a {
        width: 220px;
    }

}

@media screen and (max-width: 480px) {

    .catalog-detail__container h1 {
        font-size: 32px;
    }

    .detail-gallery .gallery-list {
        max-width: 60px;
    }

    .detail-gallery .gallery-list {
        margin-right: 20px;
    }

    .detail-gallery .gallery-list {
        gap: 8px;
    }

    .detail-gallery .gallery-list a {
        font-size: 10px;
    }

    .detail-gallery .gallery-img img {
        margin-top:20px;
    }

    .detail-card-info .article {
        font-size: 10px;
    }

    .detail-card-info .detail-price span {
        font-size: 16px;
    }

    .detail-card-info .assort {
        font-size: 12px;
        padding: 6px 14px;
        position: absolute;
        right: 0;
        margin-top: 93px;
    }

    .detail-add-to-cart div {
        gap: 8px;
    }

    .detail-add-to-cart div a svg {
        width: 20px;
    }

    .detail-add-to-cart div input {
        width: 31px;
        height: 31px;
    }

    .detail-add-to-cart button {
        padding: 11px 24px;
    }

    .detail-characteristics {
        margin-bottom: 60px;
    }

    .detail-card {
        margin-bottom: 60px;
    }

    .detail-characteristics h2 {
        font-size: 26px;
    }
    .detail-recon {
        margin-bottom: 60px;
    }
    .detail-recon h2 {
        font-size: 26px;
    }

    .detail-recon-list a {
        font-size: 14px;
        width: 140px;
    }
}
.to-favorites.fa.fa-heart path{fill: #FFD90A}
/* End */


/* Start:/local/templates/main/assets/styles/contacts.css?17189604005954*/
.contacts-info__container {
    width: 100%;
    background-color: #0089E9;
    padding-bottom: 192px;
}

.contacts-info {
    margin: auto;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    padding-top: 102px;
}

.map iframe {
    width: 100%;
}


.map-point-desc__link {
    margin-bottom: 20px;
}

.link_icon {
    display: inline-flex;
    align-items: center;
    background-image: none;
}

.contacts-info h1 {
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 59.4px */
    margin-bottom: 40px;
}

.contacts-links {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.contacts-links__item {
    display: flex;
    flex-direction: row;
    gap: 14px;
    max-width: 370px;
}

.contacts-links__item div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contacts-links__item div p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 2px;
}

.contacts-links__item div span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.contacts-links__item div span:first-of-type {
    margin-bottom: 0px;
}

.contacts-links__item div span {
    margin-bottom: -8px;
}


.contacts-links__item div a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-decoration-line: underline;
}



/*  */


.contacts-time {
    margin: auto;
    width: 100%;
    max-width: 1160px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
    margin-top: -90px;
    margin-bottom: 100px;
    padding: 60px;
    display: flex;
    flex-direction: column;
}

.contacts-time h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    color: #0089E9;
    margin-bottom: 40px;
}

.contacts-time-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.contacts-time-item {
    max-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts-time-item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #0089E9;
}

.contacts-time-item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #343434; 
}

.contacts-links__item svg {
    min-width: 60px;
}

.contacts-map {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.contacts-map h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px;
    color: #343434;
}

.contacts-map .map {
    width: 100%;
    border-radius: 10px;
    max-height: 756px;
}

.contacts-map .map img {
    object-fit: cover;
    width: 100%;
}

/* АДАПТИВ */

@media screen and (max-width: 1200px) {
    .contacts-info {
        margin-left: 10px;
        margin-right: 10px;
    }

    .contacts-time {
        margin-left: 10px;
        margin-right: 10px;
        width: unset;
        max-width: unset;
    }

    .contacts-map {
        margin-left: 10px;
        margin-right: 10px;
        width: unset;
        max-width: unset;
    }

    .contacts-map img {

    }

}

@media screen and (max-width: 960px) {
    .contacts-links__item svg {
        min-width: 60px;
    }
    
    .contacts-links {
        flex-wrap: wrap;
        justify-content: none;
    }

    .contacts-info {
        margin-bottom: 80px;
        padding-top: 80px;
    }

    .contacts-time {
        margin-bottom: 80px;
        padding: 40px 30px;
    }

    .contacts-map {
        margin-bottom: 80px;
    }

    .contacts-info__container {
        padding-bottom: 94px;
    }

    

    
}

@media screen and (max-width: 640px) {
    .contacts-info h1 {
        font-size: 46px;
    }

    .contacts-links__item div span {
        font-size: 14px;
    }

    .contacts-links__item svg {
        width: 44px !important
    }

    .contacts-info__container {
        padding-bottom: 74px;
    }

    .contacts-time {
        margin-bottom: 60px;
    }

    .contacts-time h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .contacts-time-list {
        flex-direction: column;
        gap: 30px;
    }

    .contacts-time-item span {
        font-size: 14px;
    }

    .contacts-time-item {
        gap: 6px;
    }

    .contacts-map h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .contacts-map {
        margin-bottom: 60px;
    }

    .contacts-links__item svg {
        min-width: 44px;
    }
} 

@media screen and (max-width: 480px) {
    .contacts-info {
        padding-top: 60px;
    }
    
    .contacts-info h1 {
        font-size: 32px;
    }

    .contacts-links__item div span {
        font-size: 14px;
    }

    .contacts-links__item svg {
        width: 36px !important
    }

    .contacts-info__container {
        padding-bottom: 54px;
    }

    .contacts-time {
        padding: 30px 24px;
    }

    .contacts-time h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .contacts-time-list {
        flex-direction: column;
        gap: 30px;
    }

    .contacts-links__item svg {
        min-width: 36px;
    }

    .contacts-map h2 {
        font-size: 26px;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/delivery.css?17189604001683*/
.delivery-page__container {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

.delivery-page__container h2 {
    color: #343434;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 59.4px */
    margin-bottom: 60px;
}

.text-block {
    max-width: 960px;
    margin-bottom: 100px;
}

.text-block h3 {
    color: #343434;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 46.2px */
    margin-bottom: 40px;
}

.text-block h4 {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.text-block img {
    margin-right: 10px;
}


@media screen and (max-width: 640px) {
    
    
    .delivery-page__container h2 {
        font-size: 46px;
    }

    .text-block h3 {
        font-size: 36px;
    }

    .text-block h4 {
        font-size: 16px;
    }

    .text-block p {
        font-size: 14px;
    }

    .text-block {
        margin-bottom: 80px;
    }
    .text-block .pochta {
        width: 140px;
    }
    .text-block .cdek {
        width: 300px;
    }
}

@media screen and (max-width: 480px) {
    
    .delivery-page__container h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .text-block h3 {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .text-block p {
        font-size: 14px;
    }

    .text-block {
        margin-bottom: 60px;
    }

    .text-block .pochta {
        width: 90px;
    }
    .text-block .cdek {
        width: 182px;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/formingOrder.css?171896040013268*/
.forming-order__container {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
    padding: 0 10px;
}

.forming-order__container h1 {
    color: #343434;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 59.4px */
    margin-bottom: 40px;
}

.forming-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forming-settings-block {
    max-width: 760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 5px;
}

.forming-settings__container {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.forming-settings-title {
    width: 100%;
    height: 48px;
    padding: 14px 20px;
    border-radius: 5px;
    background: #E6E6E6;
    display: flex;
    justify-content: space-between;
}

.forming-settings-title p {
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
}

.forming-settings-title a {
    color: #0089E9;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
}

.forming-settings-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
}


.forming-settings-list .forming-settings-nextbtn {
    border-radius: 5px;
    background: #FFD90A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    text-decoration: none;
    width: 160px;
    padding: 14px 0px;
    transition: 0.2s;
    cursor: pointer;
}

.forming-settings-list .forming-settings-nextbtn:hover {
    background: rgba(236, 200, 5, 1);

}

.forming-item-carttype {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(52, 52, 52, 0.10);
}

.forming-item-carttype:last-child {
    border: none;
}

.forming-item-carttype img {
    max-width: 110px;
}

.forming-item-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.forming-item-info a {
    display: flex;
    text-decoration: none;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.forming-item-info span {
    color: #343434;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.forming-item-price {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    margin-left: auto;
    gap: 8px;
}

.forming-item-price .price-one {
    color: #343434;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.forming-item-price .price-one span {
    font-weight: 700;
}

.forming-item-price .price-count {
    color: #343434;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.forming-settings-typeform {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px 0px;
}

.forming-settings-typeform div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.forming-settings-typeform div p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.forming-settings-typeform div input {
    border: none;
    outline: none;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.forming-settings-typeform div input[type=text] {
    padding-left: 15px;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.forming-settings-typecheckbox {
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forming-settings-typecheckbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.forming-settings-typecheckbox-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.forming-settings-typecheckbox-item .forming-settings-typecheckbox-item-img-box {
    width: 220px;
    height: 107px;
    border-radius: 5px;
    border: 2px solid #0089E9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forming-settings-typecheckbox-item .forming-settings-typecheckbox-item-img-box img {
    max-width: 120px;
    object-fit: cover;
}

.forming-settings-typecheckbox-info {
    width: 100%;
}

.forming-settings-typecheckbox-info p {
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-top: 20px;
    margin-bottom: 20px;
}

.forming-settings-typecheckbox-info p span {
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.typeform-nolabels {
    padding-bottom: 0;
}





.forming-result-block {
    border-radius: 5px;
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: fit-content;
    gap: 30px;
}

.forming-result {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: 1px solid #FFD90A;
}

.forming-result-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.forming-result-list div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forming-result-list div p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.forming-list-border-line {
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}

.forming-result-total-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.forming-result-total-list p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.forming-result-total button {
    outline: none;
    border: none;
    border-radius: 5px;
    background: #FFD90A;
    color: #343434;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    padding: 14px 0px;
    max-width: 160px;
    width: 100%;
    transition: 0.2s;
    cursor: pointer;
}

.forming-result-total button:hover {
    background: rgba(236, 200, 5, 1);

}



.forming-result-total {
    display: flex;
    align-items: center;
    gap: 10px;
}

.forming-result-total div {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start
}

.forming-result-total div label {
    color: #343434;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-top: -2px;
}


@media screen and (max-width: 1200px) {

    .forming-settings-block {
        max-width: 620px;
    }

    .forming-result-block {
        max-width: 300px;
    }

    .forming-result-total {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .forming-order__container button {
        max-width: unset;
    }

    .forming-item-price {
        min-width: 150px;
    }

    .forming-settings-typecheckbox-item .forming-settings-typecheckbox-item-img-box {
        max-width: 160px;
    }

}

@media screen and (max-width: 960px) {

    .forming-block {
        flex-direction: column;
        gap: 20px;
    }

    .forming-result-block {
        max-width: unset;
    }

    .forming-settings-block {
        max-width: unset;
    }

    .forming-result-total {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .forming-result-total button {
        flex: 0.5;
    }

    .forming-result-total div {
        flex: 0.5;
        justify-content: center;
    }

    
}

@media screen and (max-width: 640px) {

    .forming-order__container h1 {
        font-size: 46px;
    }

    .forming-item-carttype {
        padding: 16px 0px;
    }

    .forming-settings-list {
        padding: 20px 10px;
    }

    .forming-item-carttype img {
        max-width: 80px;
        height: 60px;
        margin-right: 10px;
        margin-top: 0px;
        margin-bottom: auto;
    }

    .forming-item-info {
        gap: 6px;
    }

    .forming-settings-title {
        padding: 14px 10px;
    }

    .forming-settings-title p {
        font-size: 12px;
    }

    .forming-settings-title a {
        font-size: 12px;
    }

    .forming-item-info a {
        font-size: 14px;
    }

    .forming-item-info span {
        font-size: 10px;
    }

    .forming-item-price .price-one {
        font-size: 14px;
    }

    .forming-item-price .price-one span {
        font-size: 14px;
    }

    .forming-item-price .price-count {
        font-size: 10px;
    }

    .forming-item-price {
        gap: 6px;
    }

    .forming-item-price {
        margin-top: 10px;
        margin-bottom: auto;
    }

    .forming-settings-typeform div p {
        font-size: 14px;
    }

    .forming-settings-typeform div input[type=text] {
        font-size: 14px;
        padding-left: 10px;
        height: 40px;
    }

    .forming-settings-typecheckbox {
        padding-top: 0px;
    }

    .forming-settings-typecheckbox-item .forming-settings-typecheckbox-item-img-box {
        max-width: 140px;
        height: 68px;
    }

    .forming-settings-typecheckbox-item .forming-settings-typecheckbox-item-img-box img {
        padding: 15px;
    }

    .forming-settings-typecheckbox-item p {
        font-size: 14px;
    }

    .forming-settings-typecheckbox-info p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .typeform-nolabels {
        padding-top: 0px;
    }

    .forming-result-list {
        gap: 10px;
    }

    .forming-result {
        gap: 16px;
    }

    .forming-result-total-list p {
        font-size: 14px;
    }

    .forming-result-list div p {
        font-size: 14px;
    }

    .forming-result-block {
        gap:  20px;
    }
}

@media screen and (max-width: 480px) {
    .forming-order__container {
        min-width: 320px;
    }

    .forming-order__container h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .forming-item-carttype {
        flex-direction: column;
    }

    .forming-item-carttype img {
        height: unset;
        max-width: unset;
        width: 100%;
        margin-bottom: 14px;
    }

    .forming-item-carttype {
        padding-top: 0px;
        position: relative;
    }

    .forming-item-price {
        position: absolute;
        bottom: 24px;
        right: 0;
        max-width: 130px;
    }

    .forming-item-info a {
        font-size: 12px;
    }

    .forming-item-info {
        justify-content: flex-start;
        align-self: flex-start;
        width: 100%;
        max-width: 150px;
    }

    .forming-item-carttype:first-child {
        padding-top: 0px;
    }

    .forming-item-carttype {
        padding-top: 16px;
    }

    .forming-item-carttype:last-child {
        padding-bottom: 0;
    }

    .forming-item-carttype:last-child .forming-item-price {
        bottom: 10px;
    }

    .forming-settings-typeform {
        padding-top: 0px;
    }

    .forming-settings-typeform div p {
        font-size: 12px;
    }

    .forming-settings-typeform div {
        gap: 6px;
    }

    .forming-settings-typeform div input[type=text] {
        font-size: 12px;
    }

    .forming-settings-typecheckbox {
        flex-direction: column;
        gap: 16px;
    }

    .forming-settings-typecheckbox-item .forming-settings-typecheckbox-item-img-box {
        width: 100%;
        max-width: unset;
        height: 120px;
    }

    .forming-settings-typecheckbox-item .forming-settings-typecheckbox-item-img-box img {
        padding: 0px;
    }

    .forming-settings-typecheckbox-item p {
        font-size: 12px;
    }

    .forming-settings-typecheckbox-info p {
        font-size: 12px;
    }

    .forming-settings-typeform div input {
        height: 37px;
    }

    .forming-result-total {
        flex-direction: column;
    }
}

@media screen and (max-width: 320px) {
    
}
/* End */


/* Start:/local/templates/main/assets/styles/payment.css?17189604004275*/
.payment-block__container {
    margin: auto;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 0 10px;
}


.payment-block__container h1 {
    color: #343434;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 59.4px */
    margin-bottom: 60px;
}

.payment-block h2 {
    color: #343434;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 46.2px */
    margin-bottom: 40px;
}

.payment-list {
    max-width: 1160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    gap: 40px;
}

.payment-img {
    width: 160px;
    margin-right: 40px;
    padding-bottom: 30px;
}

.payment-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(52, 52, 52, 0.10);
}

.payment-text {
    max-width: 760px;
    padding-bottom: 30px;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.payment-text h3 {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom: 14px;
}

.payment-text ul {
    list-style-position: inside;
}

.payment-file-img {
    width: 160px;
    margin-right: 40px;
    display: flex;
}

.payment-file-img img {
    margin: auto;
}

.payment-item-file {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(52, 52, 52, 0.10);
    padding-bottom: 30px;
}

.payment-file-text {
    max-width: 760px;
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.payment-file-text p a {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;

}

.payment-list-requesits {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    max-width: 760px;
    gap: 40px;
}

.payment-list-requesits button {
    display: flex;
    gap: 8px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #343434;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    padding: 12px 16px;
    border-radius: 8px;
    background: #FFD90A;
    text-decoration: none;
}

@media screen and (max-width: 640px) {

    .payment-block__container h1 {
        font-size: 46px;
    }

    .payment-block h2 {
        font-size: 36px;;
    }

    .payment-item {
        flex-direction: column;
    }

    .payment-text p, .payment-text li {
        font-size: 14px;
    }

    .payment-text h3 {
        margin-bottom: 10px;
    }

    .payment-text {
        padding-bottom: 20px;
    }

    .payment-item-file {
        flex-direction: column;
        align-items: flex-start
    }

    .payment-file-img img {
        margin: 0;
        margin-bottom: 20px;
    }

    .payment-list {
        margin-bottom: 80px;
    }

    .payment-list-requesits {
        justify-content: space-between;
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {

    .payment-list-requesits {
        flex-direction: column;
        gap: 10px;
    }

    .payment-list-requesits a {
        width: 100%;
    }

    .payment-list {
        margin-bottom: 40px;
    }

    .payment-block h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .payment-text p, .payment-text li { 
        line-height: 20px;
    }

    .payment-img {
        max-width: 80px;
    }

    .payment-img img {
        width: 100%;
    }

    .payment-file-img img {
        width: 54px;
    }

    .payment-block__container h1 {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 320px) {
    
}
/* End */


/* Start:/local/templates/main/assets/styles/sales.css?17189604002767*/

.sales-block__container {
    margin: auto;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 0 10px;
}


.sales-block__container h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    color: #343434;
    margin-bottom: 40px;
}

.sales__container {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 40px;
}

.sales-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    max-width: 353px;
    width: 100%;
    /* height: 251px; */
    border-radius: 10px 10px 12px 12px;
    background: #0089E9;

}


.sales-item h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.sales-item-desc {
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(52, 52, 52, 0.10);
    margin-top: auto;
    margin-bottom: 0px;
    padding: 14px 20px;
    min-height: 72px;
}

.sales-item-desc p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    /* margin-left: 10px;
    margin-top: 14px; */
}


/* АДАПТИВ */

@media screen and (max-width: 1200px) {

    .sales__container {
        /* justify-content: space-between; */
        gap: 15px;
    }

    .sales-item {
        max-width: 300px;
    }

    .sales-item h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 970px) {
    .sales-block__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sales__container {
        /* justify-content: space-between; */
        gap: 15px;
    }
}

@media screen and (max-width: 630px) {
    .sales-block__container h1 {
        font-size: 46px;
    }

    .sales-item {
        max-width: 220px;
    }

    .sales-item h2 {
        font-size: 24px;
        height: 106px;
    }

    .sales-item-desc {
        padding: 10px 14px;
    }
} 

@media screen and (max-width: 480px) {
    .sales-block__container h1 {
        font-size: 32px;
    }

    .sales__container {
        margin: 0;
    }

    .sales-item {
        max-width: 100%;
    }

    .sales-item h2 {
        font-size: 36px;
        height: 180px;
    }

    .sales-block__container {
        min-width: 320px;
    }

    .sales-item-desc p {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/main/assets/styles/salesDetail.css?17189604002695*/
.sales-detail__container {
    max-width: 1160px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sales-detail-tiser {
    width: 100%;
    height: 440px;
    border-radius: 10px;
    background: #0089E9;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sales-detail-tiser h3 {
    color: #FFF;
    text-align: center;
    font-size: 140px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 154px */
}

.sales-detail-tiser p {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 44px */
}


.sales-detail__container h1 {
    color: #343434;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 59.4px */
    margin-bottom: 40px;
}

.sales-detail__container .sales-detail-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 100px;
}

.sales-detail__container .sales-detail-desc p {
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

@media screen and (max-width: 1200px) {
    .sales-detail__container {
        max-width: 960px;
    }
}

@media screen and (max-width: 960px) {
    .sales-detail__container {
        max-width: 640px;
    }

    .sales-detail-tiser {
        height: 300px;
        padding: 0px 35px;
    }

}

@media screen and (max-width: 640px) {
    .sales-detail__container {
        max-width: 480px;
    }

    .sales-detail-tiser {
        height: 300px;
        padding: 0px 10px;
    }

    .sales-detail-tiser h3 {
        font-size: 80px;
    }
    
    .sales-detail-tiser p {
        font-size: 26px;
    }

    .sales-detail__container h1 {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .sales-detail__container .sales-detail-desc {
        margin-bottom: 80px;
        gap: 10px;
    }
    
    
}

@media screen and (max-width: 480px) {
    .sales-detail__container {
        mшт-width: 320px;
    }


    .sales-detail-tiser {
        height: 220px;
    }

    .sales-detail-tiser h3 {
        font-size: 60px;
    }
    
    .sales-detail-tiser p {
        font-size: 22px;
    }

    .sales-detail__container h1 {
        font-size: 32px;
    }

    .sales-detail__container .sales-detail-desc {
        margin-bottom: 60px;
    }
    
    .sales-detail__container .sales-detail-desc p {
        font-size: 14px;
    }
}


/* End */


/* Start:/local/templates/main/components/bitrix/search.title/header_search/style.css?1710487384994*/
.searche-title {}

.search-title-button {
	background-image: url(/local/templates/main/components/bitrix/search.title/header_search/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	/* min-height: 38px; */
	height: calc(1.5em + 0.75rem);
}


.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
	display: flex;
	gap: 10px;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
	text-decoration: none;
	line-height: 140%;
	color: #343434;
	font-weight: 700;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #343434;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/header_menu/style.css?1708963184253*/
.header-catalog_menu_item {
    flex: 0 0 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-catalog_menu_item a svg {padding: 0!important;}
.header-catalog_menu_item path {fill: #343434}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/header_mobile_menu/style.css?1708963184253*/
.header-catalog_menu_item {
    flex: 0 0 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-catalog_menu_item a svg {padding: 0!important;}
.header-catalog_menu_item path {fill: #343434}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.form/.default/style.css?171896039577*/
.auth-popUp form .auth-btns .login {
    border: none;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/main/styles.css?1788767663152*/
.js-favorite {
display: none;
}
.actions-slider.actions-slider1.slick-initialized.slick-slider {
    width: 100%;
}
.btn-sm {
    cursor: not-allowed;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17887676631087*/
.current_container {
}
.current_container--top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 20px;
	background-color: #E6E6E6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.current_text {
	font-size: 14px;
	font-weight: 700;
	line-height: 19.6px;
}
.current_status--blue {
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.6px;
	border-radius: 3px;
	color: #fff;
	background-color: #0089E9;
}
.current_container--center {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
}
.current_order-wrap
.current_container--center span {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	display: block;
}

.current_order--left {
}
.current_order--right {
}
.current_container--bottom {
	display: flex;
	padding: 20px;
	gap: 30px;
}
.current_order-photo {
	max-width: 110px;
}
.current_order-text {
}
.current_order-price {
	display: flex;
}

.current_bottom-contain {
	display: flex;
	justify-content: space-between;
}
.btn-sm {
    cursor: not-allowed;
}
/* End */
/* /local/templates/main/assets/styles/reset.css?17189604003662 */
/* /local/templates/main/assets/styles/feedbackForm.css?17189604004253 */
/* /local/templates/main/assets/styles/lkpopup.css?17189604002109 */
/* /local/templates/main/assets/styles/header.css?171896040013060 */
/* /local/templates/main/assets/styles/tisers.css?17189604008052 */
/* /local/templates/main/assets/styles/listSections.css?17189604002393 */
/* /local/templates/main/assets/styles/products.css?17189604003284 */
/* /local/templates/main/assets/styles/productElement.css?17231866156924 */
/* /local/templates/main/assets/styles/seo.css?17189604001710 */
/* /local/templates/main/assets/styles/footer.css?17189604006613 */
/* /local/templates/main/assets/styles/authpopup.css?17189604005870 */
/* /local/templates/main/assets/styles/cart.css?17233142688510 */
/* /local/templates/main/assets/styles/catalog.css?171896040013187 */
/* /local/templates/main/assets/styles/catalogDetail.css?171896040015500 */
/* /local/templates/main/assets/styles/contacts.css?17189604005954 */
/* /local/templates/main/assets/styles/delivery.css?17189604001683 */
/* /local/templates/main/assets/styles/formingOrder.css?171896040013268 */
/* /local/templates/main/assets/styles/payment.css?17189604004275 */
/* /local/templates/main/assets/styles/sales.css?17189604002767 */
/* /local/templates/main/assets/styles/salesDetail.css?17189604002695 */
/* /local/templates/main/components/bitrix/search.title/header_search/style.css?1710487384994 */
/* /local/templates/main/components/bitrix/catalog.section.list/header_menu/style.css?1708963184253 */
/* /local/templates/main/components/bitrix/catalog.section.list/header_mobile_menu/style.css?1708963184253 */
/* /local/templates/.default/components/bitrix/system.auth.form/.default/style.css?171896039577 */
/* /local/templates/main/styles.css?1788767663152 */
/* /local/templates/main/template_styles.css?17887676631087 */
