/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import 'fonts.css';
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
:root {
    --c1:#fff;
    --c2:#65a8ff;
    --c3:#004fb3;
    --container: 1260px;
    --padding-container: 10px;
}
html {
    box-sizing:border-box;
    position: relative;
    overflow-x: hidden;
}
*, *before, *after {
    box-sizing:inherit;
}
body {
    overflow-x:hidden;
    max-width:1920px;
    background-color: var(--c1);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: rgba(0, 0, 0, 0.6);

}
img, svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
}
h1, h2, h3, h4{
    margin-bottom: 50px;
    text-align: center;
    font-family: Roboto;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}
h1 {
    font-size: 36px;
    line-height: 55px;
}
h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
}
h3 {
    font-size: 24px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}
h4 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
fieldset {
    margin: 0;
    padding: 0;
    border:#000;
}
.visually-hidden {
    position: fixed;
    transform: scale(0);
}
iframe {
    border: 0;
}
strong {
    font-weight: bold;
}
.container {
    max-width: calc(var(--container) + var(--padding-container) * 2);
    padding: 0 var(--padding-container);
    margin: 0 auto;
}
/* ******** */

/* HEADER */

header {
    background-color: var(--c3);
}
.header__container {
    display: flex;
    justify-content: space-between ;
    height: 200px;
    padding-top: 45px;
    background-color:var(--c3)
}
.header__logo {
    margin-left: 10px;
}
.header__logo img {
    max-width: 180px;
    width: 100%;
}
.header__center {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width:clamp(31.25rem, -7.5rem + 62.5vw, 39.375rem);
    width: 100%;
}
.header__center-info {
    display: flex;
    justify-content: right;
    gap: 50px;
}
.header__center-info--phone {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.header__center-info--email {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}
.header__center-info--phone a:hover,
.header__center-info--email a:hover {
	color: #000;
}
.header__center-menu nav {
    display: flex;
    justify-content: space-between;
    gap: clamp(0rem, -14.308rem + 23.08vw, 3rem);
}
.header__center-menu nav a {
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
}
.header__center-menu nav a:hover {
	color: var(--c1);
	text-decoration: underline;
}
.header__center-menu nav a[aria-current="page"] {
    text-decoration: underline;
}
.header__center-menu ul{
    display: flex;
    justify-content: space-between;
    gap: clamp(0rem, -14.308rem + 23.08vw, 3rem);
}
.header__line {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: clamp(31.25rem, -6.308rem + 60.58vw, 39.125rem);
    height: 0px;
}

.header__center-socials {
    display: flex;
    flex-direction: column;
    /* max-width: 627px; */
    /* width: 100%; */
    justify-content: right 
}
.header__center-socials--telegram {
    width: 214px;
    height: 50px;
    background-color: rgba(32, 160, 225, 1);
    border-radius:5px;
    margin: 10px 30px;
    display: flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    text-align: center;
    color:var(--c1);    
}
.header__center-socials--telegram-button p{
    padding: 11px 18px
}
.header__center-socials--whatsapp {
    width: 214px;
    height: 50px;
    background-color: rgba(81, 200, 93, 1);
    border-radius:5px;
    margin: 10px 30px;
    display: flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    text-align: center;
    color: var(--c1);
}
.header__center-socials--whatsapp-button,
.header__center-socials--telegram-button {
    display: flex;
}
.header__center-socials--whatsapp-button p {
    padding: 11px 15px;
}
.header__center-socials--whatsapp-button img,
.header__center-socials--telegram-button img {
    padding-left: 5px;
    width: 22px;
}
.header__center-socials--whatsapp-button p:hover,
.header__center-socials--telegram-button p:hover {
    color: rgb(24, 25, 26);;
    transition: all 300ms ease-in-out;
}
.header__top-burger {
    display: none;
}
.menu-panel {
    display: none;
}
.popup-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-search form {
    display: flex;
    align-items: center;
    max-width: clamp(28.125rem, 6.641rem + 68.75vw, 62.5rem);
    width: 100%;
    gap: 30px;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.popup-search form input[type="text"] {
    width: 100%;
    padding: 10px;
    /* margin-bottom: 10px; */
}

.popup-search form button[type="submit"] {
    padding: 10px 20px;
    background-color: var(--c3);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.header__center-socials--menu-panel {
    display: none;
}

.header__menu .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: var(--c2);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1000;
  width: auto;
  min-width: 10em;
  max-width: 1000px;
}

.header__menu .sub-menu li {
  margin: 0;
  padding: 5px;
}
.header__menu .sub-menu a {
  padding: 0 20px;
  text-transform: none;
  color: #ffffffd6;
  font-weight: 600;
  font-size: 18px;
}
.header__menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* END HEADER */

/* TOP SLIDER */

.slider__top {
    background-color: #000;
    position: relative;
    margin-bottom: 70px;
    max-height: clamp(18.75rem, 8.523rem + 51.14vw, 46.875rem);
    height: 100%;
}
#slider {
    display: flex;
    
}
.slider__top-img {
    opacity: 0.5;
    max-height: clamp(18.75rem, 8.523rem + 51.14vw, 46.875rem);
    height: 100%;
}
.slider__top-item {
    position: relative;
    
}
.slider__top-img img {
    height: clamp(18.75rem, 8.523rem + 51.14vw, 46.875rem);
    width: 100%;
    display: block;
    object-fit: cover;
}
.slider__top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%); 
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    /* max-height: clamp(25rem, 5.469rem + 62.5vw, 56.25rem); */
    height: auto;
    max-width: clamp(25rem, -6.25rem + 100vw, 56.25rem);
    width: 100%;
}
.slick-current .slider__top-text {
    opacity: 1;
}
.slider__top-text-category {
    margin-bottom: 70px;
}
.slider__top-text-category a {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.slider__top-text-title {
    margin-bottom: clamp(1.25rem, 0.114rem + 5.68vw, 4.375rem);
    color: rgba(255, 255, 255, 0.8);
}
.slider__top-text-title a {
    font-family: Inter;
    font-weight: 900;
    font-size: clamp(1.125rem, 0.266rem + 2.75vw, 2.5rem);
    line-height: clamp(0rem, -1.364rem + 6.82vw, 3.75rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.slider__top-text-description {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: clamp(1.25rem, -0.568rem + 9.09vw, 6.25rem);
}
.slider__top-text-description span {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);

}
.slider__top-text-button {
    background: var(--c3);
    width: 237px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
}
.slider__top-text-button a {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.slider__top-text-button--button {
    padding: 10px;
}
.slider__top-text-button:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out;
}
.slider__top .slick-dots {
    bottom: clamp(1.563rem, -0.142rem + 8.52vw, 6.25rem);
}
.slider__top .slick-dots li.slick-active button::before {
    color:  var(--c3);
    border: 1px solid #fff;
    border-radius: 50%;
}
.slider__top .slick-dots li button::before {
    font-size: 20px;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slider__top .slick-dots li button::before {
    opacity: 1;
    color: #fff;
}
.slider__top .slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    pointer-events: auto;
}
.slider__top .slick-next::before {
    content: '';
    background-image: url('../img/icon/arow-right.svg');
    background-position: center;
    margin-left: clamp(44.688rem, 7.504rem + 77.37vw, 99.375rem);
    margin-top: -34px;
    pointer-events: all;
    display: block;
    width: 34px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(250, 250, 250, 0);
} 
.slider__top .slick-prev::before {
    content: '';
    background-image: url('../img/icon/arrow-left.svg');
    background-position: center;
    margin-left: clamp(1.25rem, -10.054rem + 23.52vw, 17.875rem);
    margin-top: -34px;
    pointer-events: all;
    display: block;
    width: 34px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(250, 250, 250, 0);
}
/* END TOP SLIDER */

/* ABOUT HOME */

.about__home {
    background-color: var(--c2);
}
.about__home-title {
    padding-bottom: 40px;
    background-color: var(--c1);
}
.about__home-top-block,
.about__home-left-block,
.about__home-right-block{
    background-color: var(--c1);
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    color: #6e6e6e
}
.about__home-top-block p,
.about__home-left-block p,
.about__home-right-block p {
    padding-bottom: 10px;
}
.about__home-top-block {
    margin: 50px 100px 20px 100px;
    padding: 20px 75px;
    border-radius: 5px;
    
}
.about__home-block {
    display: flex;
    gap: 33px;
    
}
.about__home-left-block li::before,
.about__home-right-block li::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/abouticon-li.svg');
    background-size: contain;
    background-repeat: no-repeat;
} 
.about__home-left-block li,
.about__home-right-block li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.about__home-left-block {
    max-width: calc(50%-10px);
    margin-left: 100px;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
}
.about__home-right-block {
    max-width: calc(50%-10px);
    margin-right: 100px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 50px;

}
.about__home-left-block,
.about__home-right-block {
    max-width: 522px;
    width: 100%;
}
/* END ABOUT HOME  */

/* SERVICES HOME  */

.services {
    padding-top: 50px;
    padding-bottom: 50px;
}
.services__item {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: box-shadow 0.3s ease;
    margin-bottom: 50px;
}
.services__item:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); 
}
.services__item-img {
    border-radius: 5px;
    width: 520px;
    height: 350px;
    background: rgba(101, 168, 255, 0.05);
    padding: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: clamp(0.938rem, -14.16rem + 24.35vw, 5.625rem);
}
.services__item-img img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.services__item-text {
    margin-left: clamp(0.938rem, -14.16rem + 24.35vw, 5.625rem);
    max-width: 530px;
    width: 100%;
}
.services__item-text-title {
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.services__item-text-description {
    font-family:Inter;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.services__item-text-description p,
.services__item-text-description div {
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #111010d4;;
}
.services__item-text-description a:hover {
	color: var(--c3);
}
.services__item-text-description li::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/servisicon-li.svg');
    background-size: contain;
    background-repeat: no-repeat;
} 
.services__item-text-description li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.services__item--order {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: box-shadow 0.3s ease;
    margin-bottom: 50px;
}
.services__item--order:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); 
}
.services__item-img--order {
    border-radius: 5px;
    max-width: 530px;
    height: 350px;
    background: rgba(101, 168, 255, 0.05);
    padding: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: clamp(0.938rem, -14.16rem + 24.35vw, 5.625rem);
}
.services__item-img--order img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    
}
.services__item-text--order {
    margin-right: clamp(0.938rem, -14.16rem + 24.35vw, 5.625rem);
    max-width: 530px;
    width: 100%;
}
.services__item-text-description--order {
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    font-family:Inter;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.services__item-text-description--order p {
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #111010d4;
}
.services__item-text-description--order li::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/servisicon-li.svg');
    background-size: contain;
    background-repeat: no-repeat;
} 
.services__item-text-description--order li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

/* END SERVICES HOME  */

/* ADVANTAGES HOME  */

.advantages {
    /* padding-bottom: 70px; */
}
.container__advantages {
    padding-bottom: 50px;
    position: relative;
    background-image: url('../img/background_advan.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    z-index: 1; 
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.container__advantages::before {
    content: ""; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(101, 168, 255, 0.45); 
    z-index: -1; 
}
.advantages__item {
    width: 360px;
    height: 230px;
    margin-top: 50px;
    background-color: var(--c1);
    border-radius: 5px;
}

.advantages__item-img {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.advantages__item-text {
    text-align: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

/* END ADVANTAGES HOME  */

/* TEXT HOME  */
.text {
    position: relative;
    width: 100%;
    height:auto ;
    z-index: 1;
    overflow: hidden;
    
}
.text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/backgraund_text.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    z-index: -1;
}
.text h2 {
    padding-top: 70px;
}
.text__content {
    padding-bottom: 50px;
}
.text__content p,
.text__content div {
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: rgba(0, 0, 0, 0.6);
}
.text__content ul {
    margin-left: 70px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.text__content img{
	display: flex;
    margin: 0 auto;

}
.text__content ul li::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/texticon-li.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.text__content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.text__content a{
    color: #004fb3;
}
.text__content a:hover{
    text-decoration: underline;
}
/* END TEXT HOME  */


/* WORK HOME  */
.work {
    padding-top: 70px;
}
.work h2 {
    padding-bottom: 20px;
}
.container__work {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 70px;
}
.work__item {
    display: flex;
    width: 407px;
    height: 413px;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    margin-bottom: 30px;
    background-color: #fff; 
}
.work__item-digit {
    height: 67px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 #65a8ff;
    background: #65a8ff;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.work__item-title {
    padding: 30px 20px;
    justify-content: center;
    display: flex;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.9);
}
.work__item-text {
    padding: 0 20px 20px 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #000;
    text-align: center;
}

/* END WORK HOME  */

/* SERT HOME  */
.sert {
    background:var(--c2)
}
.sert h2 {
    background-color:var(--c1);
    padding-bottom: 70px;
}
.sert__carousel {
    max-width: calc(100% - 40px); 
    margin: 0 auto; 
    padding: 20px 0 70px 0; 
}

.sert__carousel-item {
    padding: 0 10px; 
}

.sert__carousel-item img {
    width: 100%;
    max-width: 330px;
    height: auto;
    max-height: 475px;
    border: 2px solid #ccc;
    border-radius: 5px;
    object-fit: contain;
}
.sert__carousel .slick-prev,
.sert__carousel .slick-next {
    position: absolute;
    top: 44%; 
    transform: translateY(-50%);
    background: none;
    border: none; 
    z-index: 10; 
    pointer-events: auto;
}

.sert__carousel .slick-prev {
    left: 10px;
    width: 45px;
    height: 45px;
    pointer-events: auto!important; 
}

.sert__carousel .slick-next {
    right: 10px;
    width: 45px;
    height: 45px;
    pointer-events: auto!important; 
}

.sert__carousel .slick-prev img,
.sert__carousel .slick-next img {
    width: 45px; 
    height: auto;
}

.sert__carousel .slick-next::before, .slick-prev::before {
    content: ''!important;
    font-size: 0px!important;
}
.sert__carousel .slick-dots{
    bottom: 15px;
}
.sert__carousel .slick-dots li.slick-active button::before {
    color: rgba(0, 79, 179, 1);
}
.sert__carousel .slick-dots li button::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    color: #cec4c4;
}
.sert__carousel .slick-slide {
    padding-left: 10px;
}

/* END SERT HOME  */

/* CALLBACK HOME PAGE */
.callback {
    padding-top: 40px;
    padding-bottom: 50px;
}
#wpcf7-f9-o1 {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(4, 93, 196, 0.2);
}
form .wpcf7-formt p{ 
    display: flex;
    flex-direction: column;
    align-items: center;
}
#wpcf7-f9-o1 .wpcf7-text {
    max-width: clamp(17.438rem, 9.184rem + 13.31vw, 20rem);
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-left: clamp(0.625rem, -5.414rem + 9.74vw, 2.5rem);
    margin-right: clamp(0.625rem, -5.414rem + 9.74vw, 2.5rem);
    padding-left: 20px;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgba(4, 93, 196, 0.3);
    border: none;
}
#wpcf7-f9-o1 .wpcf7-textarea {
    display: flex;
    gap: 30px;
}
#wpcf7-f9-o1 .wpcf7-textarea {
    width: 574px;
    height: 100px;
    margin-left: clamp(0.625rem, -10.404rem + 17.79vw, 2.938rem);
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgba(4, 93, 196, 0.3);
    border: none;
}
.callback__form-politic {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    font-weight: 100;
    font-size: 16px;
    color: #000;
}
.callback__form-politic a {
    font-style: italic;
    font-weight: 400;
    color: #004fb3;
}
.callback__form-politic a:hover {
	text-decoration: underline;
}
#wpcf7-f9-o1 .wpcf7-submit {
    margin-left: 47px;
    margin-bottom: 50px;
    width: 195px;
    height: 50px;
    background: var(--c3);
    border-radius: 5px;
    padding: 11px 47px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    
}
#wpcf7-f9-o1 .wpcf7-submit {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
#wpcf7-f9-o1 .wpcf7-submit:hover {
    opacity: 0.8;
    transition: all 300ms ease-in-out;
}

/* END CALLBACK HOME PAGE */

/* CALLBACK CONTACT PAGE */

#wpcf7-f75-o1 {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(4, 93, 196, 0.2);
}
form .wpcf7-formt p{ 
    display: flex;
    flex-direction: column;
    align-items: center;
}
#wpcf7-f75-o1 .wpcf7-text {
    max-width: clamp(17.438rem, 9.184rem + 13.31vw, 20rem);
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-left: clamp(0.625rem, -5.414rem + 9.74vw, 2.5rem);
    margin-right: clamp(0.625rem, -5.414rem + 9.74vw, 2.5rem);
    padding-left: 20px;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgba(4, 93, 196, 0.3);
    border: none;
}
#wpcf7-f75-o1 .wpcf7-textarea {
    display: flex;
    gap: 30px;
}
#wpcf7-f75-o1 .wpcf7-textarea {
    width: 574px;
    height: 100px;
    margin-left: clamp(0.625rem, -10.404rem + 17.79vw, 2.938rem);
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgba(4, 93, 196, 0.3);
    border: none;
}
#wpcf7-f75-o1 .wpcf7-submit {
    margin-left: 47px;
    margin-bottom: 50px;
    width: 195px;
    height: 50px;
    background: var(--c3);
    border-radius: 5px;
    padding: 13px 47px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    
}
#wpcf7-f75-o1 .wpcf7-submit {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
#wpcf7-f75-o1 .wpcf7-submit:hover {
    opacity: 0.8;
    transition: all 300ms ease-in-out;
}



/* END CALLBACK CONTACT PAGE */

/* REVIEWS HOME PAGE */

.reviews__container {
    padding-bottom: 70px;
}
.reviews__carousel {
    position: relative;
    max-width: 1280px;
    width: 100%;
    height: 611px;
    box-shadow: 3px 5px 18px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 50px 0px;
    text-align: center;
}
.reviews__carousel-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 384px;
    height: 499px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}
.reviews__carousel-item--content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reviews__carousel-item--content img {
    margin-top: 35px;
}
.reviews__carousel-item--avatar img {
    border-radius: 100%;
    margin-top: 40px;
    width: 105px;
    margin-bottom: 20px;
    
}
.reviews__carousel-item--content p {
    padding: 15px 20px 40px 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.7);
}

.reviews__carousel-item--avtor {
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    color: #000;
}

.reviews__carousel .slick-prev,
.reviews__carousel .slick-next {
    position: absolute;
    top: 50%; /* Центрируем по высоте */
    transform: translateY(-50%); /* Смещаем вверх на 50% своей высоты */
    z-index: 10; /* Чтобы кнопки были поверх слайдов */
    width: 30px;
    height: 30px;
    font-size: 0px;
}

/* Расположение стрелок по бокам */
.reviews__carousel .slick-prev {
    left: 10px; /* Расстояние от левого края */
}

.reviews__carousel .slick-next {
    right: 10px; /* Расстояние от правого края */
}

.reviews__carousel .slick-next::before,
.reviews__carousel .slick-prev::before {
    opacity: 0;
}
.reviews__carousel .slick-next:focus::before,
.reviews__carousel .slick-next:hover::before {
    opacity: 0;
}
/* END REVIEWS BLOCK HOME PAGE */

/* FOOTER */
footer {
    background-color: var(--c3);
}
.footer__container {
    display: flex;
    flex-direction: column;
}
.footer__content {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}
.footer__logo {
    padding-bottom: 20px;
}
.footer__logo img {
    width: 300px; 
    height: 300px;
}
.footer__logo-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    color: var(--c1);
    text-align: center;
}
.footer__menu-left--title,
.footer__nenu-right--title,
.footer__contacts--title {
    font-weight: 500;
    font-size: 24px;
    line-height: 117%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer__menu-left ul,
.footer__menu-right ul {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.7);
}
.footer__menu-left li,
.footer__menu-right li {
    padding-bottom: 10px;
}
.footer__menu-left a:hover, .footer__menu-right a:hover {
  color: #fff;
}
.footer__contacts {
    max-width: clamp(17.688rem, -13.611rem + 50.48vw, 24.25rem);
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--c1); 
}
.footer__contacts--title {
    text-align: center;
}
.footer__contact-address,
.footer__contact-phone,
.footer__contact-email,
.footer__contact-time {
    padding-bottom: 25px;
    display: flex;
}
.footer__contact-time p, 
.footer__contact-address p {
    margin-left: 25px;
    margin-top: 10px;
}
.footer__contact-address img {
    padding-right: 35px;
}
.footer__contact-phone a,
.footer__contact-email a {
    margin-left: 25px;
    margin-top: 10px;
}
.footer__copyright-line {
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: clamp(18.75rem, -0.781rem + 97.65vw, 78.563rem);
    height: 0px;
    margin-top: 30px;
    margin-bottom: 20px;

}
.footer__copyright--copyright,
.footer__copyright--politics {
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.footer__copyright--politics a {
    text-decoration: none; 
    border-bottom: 1px solid transparent; 
    transition: border-color 0.3s ease; 
}

.footer__copyright--politics a {
    transition: border-color 0.3s ease; 
}

.footer__copyright--politics a:hover {
    color:var(--c1);
}

.footer__copiryght {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
a[href="#top"] {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: var(--c2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.menu-menyu-v-podvale-uslugi-container {
    max-width: 300px;
    width: 100%;
}
/* END FOOTER */


/* REVIEWS ARCHIVE PAGE */

.reviews__archive {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    justify-content: center;
}
.reviews__page-item--link {
    color: var(--c3);    
}
.reviews__page-item--link a:hover {
    color: var(--c2);    
}
.reviews__page-item--avatar img {
    border-radius: 100%;
}

/* END REVIEWS ARCHIVE PAGE */

/* REVIEWS PAGE */

.single {
    /*padding-bottom: 70px;*/
}
ol {
  list-style-type: decimal;
  margin-left: 90px; 
}

ol li {
  counter-increment: list-counter;
  display: list-item;
}

/* END REVIEWS PAGE */


/* END ARCHIVE PAGE */


.archive__container {
  padding-bottom: 70px;
}
.archive__archive {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  justify-content: center;
}
.archive__content {
  padding-bottom: 50px;
  display: flex;
  	flex-wrap: wrap;
 	 gap: 30px;
 	 justify-content: center;
}
.archive__content p, .archive__content div {
  margin-bottom: 15px;
  /*margin-top: 15px;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: rgba(0, 0, 0, 0.6);
}
.archive__content-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 384px;
  height: 500px;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.archive__post-title{
	padding-top: 20px;

}
.archive__content-item:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* END ARCHIVE PAGE */

/* 404 PAGE */

.err {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.err-content {
  margin-top: 10px;
  margin-bottom: 100px;
  font-size: 25px;
  color: #000000a8;
  text-align: center;
  line-height: 45px;
}
.err-button {
  display: flex;
  max-width: 254px;
  height: 50px;
  background-color: #004FB3;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 1.7px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 100px;
}
.err-button a {
    align-items: center;
    display: flex;
    margin: 0 auto;
}
.err-button a:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out;
}
/* END 404 PAGE */






/*  Хлебные крошки  */


.breadcrumbs {
	margin-top: 20px;
    margin-bottom: 20px;
    background-color: #65a8ff40;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}


/* END Хлебные крошки  */

/* Пагинация */

.page__pagination {
    display: flex;
    justify-content: center;
}
a.page-numbers, 
span.page-numbers.current  {
    padding: 10px 10px;
}
span.page-numbers.current {
    border: 1px solid var(--c1);
}
a.page-numbers:hover {
    border: 1px solid var(--c3);
}

/* Конец Пагинации */

/* Таблицы */

table {
  border-collapse: collapse;
  border: 1px solid grey;
  margin-top: 30px;
  width: 100%;
}
th, td {
  border: 1px solid grey;
  width: 25%;
  padding: 10px 20px;
}
th {
  background-color: var(--c3);
  text-transform: uppercase;
  padding: 10px 0;
  color: #fff;
}
tr:nth-child(2n) {
  background: #65a8ff3d;
}
td:first-child {
  width: 50%;
}

/* Конец Таблицы */


@media only screen and (max-width: 992px) {
    .header__center-socials {
        display: none;
    }
    .header__container {
        justify-content: center;
    }
    .header__top-burger {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding-top: 2px;
        cursor: pointer;
    }
    .header__top-burger span {
        background-color: var(--c1);
        width: 30px;
        height: 2px;
    }
    .header__center-menu {
        display: none;
    }
    .header__center-info {
        align-items: center;
        height: 100%;
    }
    span.header__line {
        display: none;
    }
    .menu-panel.active {
        animation: slide-in 0.3s ease-out;
        background-color: var(--c2);
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .menu-panel {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: auto;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        overflow-y: auto;
        padding: 30px 0 40px 0;
        margin-left: 20px;
    }
    .menu-panel li {
    	padding-left: 20px;
    }
    .menu-panel.active a {
        margin-left: 20px;
        color:var(--c1)
    }
 	.close-btn {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    background: none;
	    border: none;
	    font-size: 24px;
	    font-weight: bold;
	    color: var(--c3);
	    cursor: pointer;
	    z-index: 1100;
  }
    .header__center-socials--menu-panel {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        margin-left: 12px;
        margin-top: 407px
    }
    .header__menu-panel--telegram {
        width: 214px;
        height: 50px;
        background-color: rgba(32, 160, 225, 1);
        border-radius:5px;
        margin: 10px 30px;
        display: flex;
        font-weight: 500;
        font-size: 15px;
        line-height: 187%;
        text-align: center;
        color:var(--c1);    
    }
    .header__menu-panel--telegram-button p{
        padding: 11px 0;
    }
    .header__menu-panel--telegram-button img {
        width: 22px;
        margin-left: 10px;
    }
    .header__menu-panel--whatsapp {
        width: 214px;
        height: 50px;
        background-color: rgba(81, 200, 93, 1);
        border-radius:5px;
        margin: 10px 30px;
        display: flex;
        font-weight: 500;
        font-size: 15px;
        line-height: 187%;
        text-align: center;
        color: var(--c1);
    }
    .header__menu-panel--whatsapp-button,
    .header__menu-panel--telegram-button {
        display: flex;
    }
    .header__menu-panel--whatsapp-button p {
        padding: 11px 0px;
    }
    .header__menu-panel--whatsapp-button img {
        width: 22px;
        margin-left: 10px;
    }
    .about__home-top-block {
        padding: 15px 15px;
        margin: 15px clamp(0rem, -2.976rem + 14.88vw, 6.25rem);
    } 
    .about__home-block {
        flex-direction: column;
    } 
    .about__home-left-block, .about__home-right-block {
        margin: 0 auto;
        width: auto;
    }
    .about__home-right-block {
        margin-bottom: 50px;
    } 
    .services__item,
    .services__item--order {
        flex-direction: column;
        align-items: center;
    } 
    .services__item-img,
    .services__item-img--order {
        width: clamp(18.125rem, 11.28rem + 34.23vw, 32.5rem);
        height: auto;
        margin-right: 0;
    }
    .services__item-text-description--order li::before {
        margin-left: 10px;
        
    }
    .services__item-text-description--order li {
        padding-left: 35px;
    }
    #wpcf7-f9-o1 .wpcf7-text,
    #wpcf7-f9-o1 .wpcf7-textarea {
        flex-direction: column;
        align-items: center;
        display: flex;
        margin: 30px auto;
    }
    #wpcf7-f9-o1 .wpcf7-textarea {
        margin-bottom: 0;
    }
    .callback__form-button {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #wpcf7-f9-o1 .wpcf7-text,
    #wpcf7-f75-o1 .wpcf7-text {
        width: clamp(16.25rem, 13.571rem + 13.39vw, 21.875rem);
    }
    #wpcf7-f9-o1 .wpcf7-textarea,
    #wpcf7-f75-o1 .wpcf7-textarea {
        width: clamp(16.25rem, 6.905rem + 46.73vw, 35.875rem);
        
    }
    .callback__form-politic {
        margin-left: 20px;
        text-align: center;
        padding-top: 20px;
    }
    .footer__content {
        display: flex;
        justify-content: center;
        padding-top: 36px;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
    }
}


@media only screen and (max-width: 720PX) {
    .header__container {
        flex-direction: column;
        height: auto;
        padding-bottom: 30px;
        text-align: center;
    }
    .header__center {
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .header__center-info {
        gap: 20px;
        flex-direction: column;
    }
    .popup-search form {
        flex-direction: column;
        width: 83%;
    }
    .text__content ul {
        margin-left: 10px;
    }
    .footer__copiryght {
        flex-direction: column;
    }
    ol {
        margin-left: 25px; 
    }
    .price__page-content-table {
    	overflow-y: scroll;
    }
}