@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

:root {
    --text-primary: #373737;
    --text-primary-dark: #FDFDFD;
    --text-secondary: #646464;
    --placeholder: #9A9A9A;
    --background-dark: #3A3A3A;
    --background-accent: #ffcc6814;
    --background-light: #FAFAFA;
    /*--accent: #55c300;*/
    --accent: #97BAF4;
    --gradient: linear-gradient(90deg, #c28586 0%, var(--accent) 100%);
    --fonts: "Roboto", sans-serif;
    --text-secondary-light: #4D4D4D;
    --accent-secondary: #c28586;
}

html {
    line-height: 0;
}

* {
    box-sizing: border-box;
    outline: 0;
}

*:focus {
    outline: 0;
}

.white {
    color: var(--text-primary-dark);
}

.text-center {
    text-align: center;
}

h1 {
    margin: 0 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    margin: 0 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.14;
    letter-spacing: 0.24px;
    text-align: center;
    margin-bottom: 24px;
}

h2 span {
    color: var(--accent);
}

h2:after {
    content: "";
    position: relative;
    display: flex;
    background: url("../images/dots.svg") no-repeat center center/contain;
    width: 56px;
    height: 8px;
    margin: 12px auto 0;
    justify-content: center;
}

h3 {
    margin: 0 0;
    font-size: 16px;
    line-height: 1.14;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    margin: 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.16;
}

.accent-bg {
    background: var(--gradient);
}

p {
    margin: 0 0;
    font-size: 16px;
    line-height: 1.14;
}

.large {
    color: var(--text-primary);
    font-size: 18px;
    line-height: 1.2;
}

.small {
    font-size: 14px;
    line-height: 1.16;
}

.extra-small {
    font-size: 12px;
    line-height: 1;
}

.top-price-new span {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.56px;
    padding-top: 5px;
    display: block;
}

.top-price-old {
    border-bottom: 1px solid var(--placeholder);
}

.top-price-old span {
    text-decoration: line-through;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.48px;
    padding-top: 5px;
    display: block;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

body {
    color: var(--text-primary);
    background: rgba(0, 0, 0, 0.1);
    font-family: var(--fonts) !important;
    font-weight: 400;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
}

.container {
    padding: 0 16px;
}

img {
    width: 100%;
}

section {
    background: var(--background-light);
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--accent);
        box-shadow: 0 0 0 0 var(--accent);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 139, 204, 0);
        box-shadow: 0 0 0 10px rgba(0, 139, 204, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 139, 204, 0);
        box-shadow: 0 0 0 0 rgba(0, 139, 204, 0);
    }
}

.btn {
    position: relative;
    color: var(--text-primary-dark);
    /* Button */
    font-size: 16px;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    width: 100%;
    padding: 19px 5px;
    background: var(--gradient);
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    box-shadow: 0 0 0 var(--accent);
    animation: pulse 1s infinite;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.header {
    padding: 12px 0 9px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.burger {
    cursor: pointer;
}

.top {
    padding: 0 0 24px;
    text-align: center;
}

.top .container:first-of-type {
    padding: 0 16px;
}

.top-block {
    padding: 12px 0;
}

.top-info {
    transform: rotate(45deg);
    padding: 8px 42px;
    background: #fafafa;
    position: absolute;
    top: 6px;
    right: -50px;
    line-height: 1;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
}

.top-info-2 {
    color: var(--accent);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    position: absolute;
    padding: 6px 16px 6px;
    background: var(--background-light);
    right: 16px;
    border-radius: 34px;
    top: 16px;
}

.top-img {
    overflow: hidden;
    position: relative;
}

.top-img img {
    object-fit: cover;
    object-position: center center;
}

.top-img__sale {
    position: absolute;
    bottom: 89px;
    left: 24px;
    background: #fafafa;
    width: 82px;
    color: #000000;
    height: 82px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.58px;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #00bcf9;
}

.top-img__sale span {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.top-price {
    display: flex;
    background: var(--accent-secondary);
    margin-top: -5px;
    position: relative;
}

.top-price > * {
    width: 50%;
    padding: 8px 16px;
}

.top-price-old {
    background: var(--background-light);
    clip-path: polygon(100% 0, 0 0, 0 100%, 95% 100%);
}

.top-price-new {
    background: var(--accent-secondary);
    color: #fafafa;
}

.sale {
    color: var(--text-secondary-light);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    padding: 12px 0 24px;
}

.form .input, .select {
    border-radius: 8px;
    border: 1px solid var(--text-secondary);
    display: flex;
    padding: 0 20px;
    margin-bottom: 12px;
    align-content: center;
    align-items: center;
}

.form .input svg {
    margin-right: 15px;
    min-width: 18px;
    height: auto;
}

.form .input::placeholder {
    color: var(--placeholder);
}

.form .input input, select {
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 1.14;
    width: 100%;
    padding: 15px 0;
}


.left {
    margin-top: 12px;
}

.left span {
    color: var(--accent);
    font-weight: 500;
}

video {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.block2 {
    padding: 48px 0 0;
}

.block2-blocks {
    padding-top: 24px;
}

.block2 video {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block2-block {
    margin-bottom: 24px;
}

.block2-block:last-of-type {
    margin-bottom: 0;
}

.block2-block__img {
    margin-bottom: 12px;
}

.block2-block__img:last-of-type {
    margin-bottom: 0;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.no-bg {
    background: var(--background-light) !important;
}

.block3 {
    padding: 0 0 48px 0;
}

.block3 .large {
    margin-bottom: 24px;
}

.block3 p {
    margin-bottom: 24px;
}

.block3-block {
    margin-bottom: 24px;
}

.block3-block-img {
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.block3-block-img h4 {
    position: absolute;
    top: -1px;
    left: 0px;
    padding: 8px 16px;
    max-width: 142px;
    background: var(--accent);
    border-radius: 4px 0px;
}

.block3-block-text {
    background: var(--background-dark);
    padding: 16px;
    border-radius: 0 0 4px 4px;
}

.block4 {
    padding: 96px 0 96px 0;
    background: linear-gradient(180deg, var(--background-light) 0%, var(--background-accent) 8.7%, var(--background-accent) 91.3%, var(--background-light) 100%);
}

.block4.pb-0 {
    padding-bottom: 0;
}

.block4.pt-48 {
    padding-top: 48px;
}

.block4.pb-48 {
    padding-bottom: 48px;
}

.block4.pt-96 {
    padding-top: 96px;
}

.block4.pt-0 {
    padding-top: 0;
}

.block4-imgs {
    border-radius: 4px;
    overflow: hidden;
    margin-top: 24px;
}

.block4-imgs:not(:last-of-type) {
    margin-bottom: 12px;
}

.block4-imgs.pb-12 {
    padding-bottom: 12px;
}

.block4-imgs img {
    transform: scale(1.01);
    border-radius: 4px;
    margin-bottom: 8px;
}

.block4-imgs img:last-of-type {
    margin-bottom: 0;
}

.block4 .btn {
    margin-top: 30px;
}

.block6 {
    padding: 96px 0;
    background: var(--background-accent);
    background: linear-gradient(180deg, var(--background-light) 0%, var(--background-accent) 10.11%, var(--background-accent) 89.9%, var(--background-light) 100%);
}

.block6 h2 {
    margin-bottom: 24px;
}

.block6 .container > p {
    margin-bottom: 24px;
}

.block6-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
}

.block6-block {
    text-align: center;
    width: calc(50% - 8px);
    border-radius: 2px;
    overflow: hidden;
}

.block6-block img {
    margin-bottom: 12px;
    border-radius: 10px;
}

.block7 {
    padding: 0;
}

.block7-img {
    margin-bottom: 24px;
}

.block7-list {
    margin-bottom: 24px;
    line-height: 1;
    list-style: none;
}

.block7-list p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid var(--placeholder);
    padding: 12px 0;
}

.block7-list p span {
    text-align: right;
    max-width: 51%;
}

.block8 {
    padding: 96px 0;
    background: var(--background-accent);
    background: linear-gradient(180deg, var(--background-light) 0%, var(--background-accent) 5.18%, var(--background-accent) 94.82%, var(--background-light) 100%);
}

.block8 .review-item {
    border-radius: 2px;
    background: var(--background-light, #FAFAFA);
    margin-bottom: 24px !important;
}

.block8 .review-item:last-of-type {
    margin-bottom: 0 !important;
}

.block9 {
    padding: 0 0 48px 0;
}

.block9-video {
    position: relative;
    cursor: pointer;
}

.block9-video video {
    width: 100%;
}

.block9-video svg {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

@media screen and (max-width: 375px) {
    .block9-video svg {
        transform: translate(-50%, -50%);
    }
}

.block10 {
    padding: 48px 0;
}

.block10 svg path {
    fill: var(--accent) !important;
}

.block10-list {
    list-style: none;
    line-height: 1;
    padding: 0;
}

.block10-list li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.block10-list li:last-of-type {
    margin-bottom: 0;
}

.block10-list li svg {
    min-width: 32px;
    margin-right: 16px;
}

.footer {
    text-align: center;
    padding: 12px 0;
    background: var(--background-accent);
}

.footer p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.footer p:last-of-type {
    margin-bottom: 0;
}

.footer p a {
    color: var(--text-primary);
}

/*sect7*/
.sect7 {
    background: #232732;
    padding: 30px;
}

.sect7 .title {
    font-size: 24px;
    margin-bottom: 15px;
}

.sect7 .title > span {
    font-size: 30px;
}

.item-doptext {
    color: #41916a;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.item-company {
    margin-left: 20px;
}

.name_manager {
    color: #222;
    font-size: 13px;
}

.item-text {
    font-size: 14px;
    line-height: 16px;
}

.item-doptext_manager {
    color: #41916a;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.14;
    margin-bottom: 5px;
}

.date_manager {
    font-size: 12px;
    color: #6b6b6b;
}

/*   slider-result   */

.slider-result {
  padding: 0 15px;
}

.slider-result .item {
  padding: 0 15px;
}

.slider-result .item img {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slick-dots {
    height: 20px;
    text-align: center;
    margin-top: 25px;
}

.slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: none;
    border: 2px solid var(--accent-secondary);;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background:  var(--accent-secondary);;
}

.slider-reviews .review-item {
    position: relative;
}

.slider-reviews .review-item {
    background: #fff;
    padding: 16px 21px 10px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.slider-reviews .review-item .photo {
    margin-right: 7px;
    float: left;
    width: 60px;
    display: inline-block;
}

.slider-reviews .review-item .review-text {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.slider-reviews .review-item .review-text p, .item-text p {
    margin-bottom: 6px;
    font-size: 15px;
}

.slider-reviews .review-item .review-text .name {
    font-size: 13px;
    color: #222;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.slider-reviews .review-item .review-text .name .review-rating {
    color: orange;
    margin-right: 10px;
}

.slider-reviews .review-item .review-text a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #365899;
    transition: 0.2s;
}

.slider-reviews .review-item .review-text .date, .slider-reviews .review-item .review-text .date p {
    font-size: 12px;
    color: #6b6b6b;
}

.slider-reviews .review-item .review-text .date span {
    display: inline-block;
}

.slider-reviews .rnext,
.slider-reviews .rprev {
    background: #ffc000;
    position: absolute;
    height: 40px;
    width: 25px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    bottom: -50px;
    z-index: 200;
    cursor: pointer;
    padding: 7px 0px;
}

.slider-reviews .rnext {
    right: 175px;
    transform: translateX(50%);
}

.slider-reviews .rprev {
    left: 150px;
    transform: translateX(50%);
}

.tjege {
    background: #f2f2f2;
    padding: 12px 0 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tjege a {
    font-size: 14px;
    color: #000;
}

.tjege span {
    font-size: 14px;
}

.tjege .stars {
    display: inline-block;
    background: url(../images/starsd90c75735434544-1.png) left 3px no-repeat;
    padding: 0 15px 0 116px;
    margin-right: 10px;
    line-height: 24px;
    border-right: 1px solid #dedfe0;
}

.tjege .stars b {
    font-size: 20px;
    color: #222;
    font-weight: 700;
}

.review-rating input {
    display: none;
}

.btn-more {
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 98%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid var(--text-primary);
}

.btn-more-wrap {
    display: flex;
    justify-content: center;
}

.mob-menu {
    position: absolute;
    top: 0;
    z-index: 20;
    left: calc(100%);
    width: 100%;
    height: 100%;
    transition: 0.3s left ease-in;
}

.mob-menu.active {
    left: 0;
}

.mob-menu.active .mob-menu-bg {
    background: rgba(77, 77, 77, 0.6);
}

.mob-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.3s 0.3s background ease-in;
}

.mob-menu-content {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 283px;
    border-radius: 2px;
    background: var(--background-light);
    padding: 68px 0;
}

.mob-menu-content-close {
    position: absolute;
    right: 16px;
    top: 13px;
    cursor: pointer;
}

.mob-menu-content ul {
    max-width: 190px;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    list-style: none;
}

.mob-menu-content ul li {
    margin-bottom: 24px;
}

.mob-menu-content ul li:last-of-type {
    margin-bottom: 0;
}

.mob-menu-content ul li a {
    color: var(--text-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    letter-spacing: 0.24px;
    text-decoration: none;
}

.popup {
    position: fixed;
    top: 50%;
    z-index: 20;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 480px;
    display: none;
}

.popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 77, 77, 0.6);
    transition: 0.3s 0.3s background ease-in;
}

.popup-close {
    position: absolute;
    right: 16px;
    top: 13px;
    cursor: pointer;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    margin: 0 auto;
    border-radius: 2px;
    background: var(--background-light);
    padding: 64px 12px;
}

.popup-content .left {
    text-align: center;
}

.popup-content form .btn {
    margin-top: 24px;
}

.popup-offerta p {
    margin-bottom: 20px;
}

.popup-offerta p:last-of-type {
    margin-bottom: 0;
}

p {
    font-size: 16px;
}

h1 {
    font-size: 23px;
}

.small {
    font-size: 14px;
}

.top-price-old span {
    font-size: 24px;
}

.large {
    font-size: 18px;
}

.form .input input, select {
    font-size: 16px;
}

.btn {
    font-size: 16px;
}

h2 {
    font-size: 24px;
}

h4 {
    font-size: 14px;
}

.btn-more {
    font-size: 16px;
}

.slider-reviews .review-item .review-text p, .item-text p {
    font-size: 15px;
}

.tjege span, .tjege .stars, .slider-reviews .review-item .review-text .name {
    font-size: 14px;
}

.item-doptext, .slider-reviews .review-item .review-text .date, .slider-reviews .review-item .review-text .date p,
.item-doptext_manager {
    font-size: 12px;
}

.thanks {
    background: var(--background-light);
    line-height: 1;
    padding: 48px 0 32px;
}

.thanks h1 {
    margin-bottom: 24px;
    text-align: center;
}

.thanks p {
    text-align: center;
    margin-bottom: 24px;
}

.thanks .large {
    color: var(--accent);
}

.thanks-info {
    display: flex;
    padding: 0 24px;
    margin-bottom: 24px;
}

.thanks-info__col {
    font-size: 18px;
}

.thanks-info__col:first-of-type {
    margin-right: 24px;
    color: var(--placeholder);
}

.thanks-info__col > *:first-of-type {
    margin-bottom: 16px;
}

.thanks a {
    text-decoration: none !important;
}

.dop {
    padding: 24px 0;
    background: var(--background-accent);
}

.dop-block {
    display: flex;
}

.dop-block svg {
    min-width: 16px;
    margin-right: 12px;
}

@media (min-width: 480px) {
    p {
        font-size: calc(15px * 480 / 375);
    }

    h1 {
        line-height: 1.2;
        font-size: calc(24px * 480 / 375);
    }

    .small {
        font-size: calc(14px * 480 / 375);
    }

    .top-price-old span {
        font-size: calc(24px * 480 / 375);
    }

    .large {
        font-size: calc(17px * 480 / 375);
    }

    .form .input input, select {
        font-size: calc(16px * 480 / 375);
    }

    .btn {
        font-size: calc(16px * 480 / 375);
    }

    .form .input svg {
        width: 20px;
        height: auto;
    }

    h2 {
        font-size: calc(24px * 480 / 375);
    }

    h4 {
        font-size: calc(14px * 480 / 375);
    }

    .block3-block-img h4 {
        max-width: 180px;
    }

    .slider-reviews .review-item .review-text p, .item-text p {
        font-size: calc(15px * 480 / 375);
    }

    .tjege span, .tjege .stars, .slider-reviews .review-item .review-text .name {
        font-size: calc(14px * 480 / 375);
    }

    .item-doptext, .slider-reviews .review-item .review-text .date, .slider-reviews .review-item .review-text .date p,
    .item-doptext_manager {
        font-size: calc(12px * 480 / 375);
    }

    .btn-more {
        font-size: calc(16px * 480 / 375);
    }
}

.block-imgs-1-to-2 {
    display: flex;
    gap: 8px;
    /* задает отступ между большим и маленькими изображениями */
}

.large-img {
    flex: 0 0 70%;
    /* занимает 70% ширины */
    border-radius: 4px;
    overflow: hidden;
}

.large-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-imgs {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* задает отступ между маленькими изображениями */
}

.small-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
