*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    /* list-style: none; */
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
body {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Gilroy', sans-serif;
}

/* prepare wrapper element */
.div_mm {
  display: inline-block;
  position: relative;
}

/* position the unit to the right of the wrapper */
.div_mm::after {
  position: absolute;
  top: 10px;
  right: 1em;
  transition: all .05s ease-in-out;
}

/* move unit more to the left on hover or focus within
   for arrow buttons will appear to the right of number inputs */
.div_mm:hover::after,
.div_mm:focus-within::after {
  right: 2em;
}

/* handle Firefox (arrows always shown) */
@supports (-moz-appearance:none) {
  .div_mm::after {
    right: 2em;
  }
}

/* set the unit abbreviation for each unit class */
.ms::after {
  content: 'мм';
}
.db::after {
  content: 'шт';
}

.header {
    width: 100%;
}
.header-top {
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}
.navbar-brand {
    margin: 0;
}
.navbar-toggler {
    padding: 0;
    border: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}
.navbar-toggler .navbar-toggler-icon {
    background: none;
    width: 30px;
    height: 3px;
    background-color: #ff9f43;
    position: relative;
}
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #ff9f43;
}
.navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
    width: 28px;
}
.navbar-toggler .navbar-toggler-icon::after {
    bottom: -8px;
    width: 22px;
}
.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    color: #fff;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
.contacts {
    display: flex;
}
.contact {
    display: flex;
    align-items: center;
    margin-right: 45px;
}
.contacts .contact img {
    width: 45px;
    margin-right: 10px;
}
.contact .contact-item h6 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
}
.contact .contact-item p {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
}
.header-btn {
    width: 180px;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    padding: 15px 0;
    color: #fff;
    background-color: #ff9f43;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
}
/* ================================================ */
.intro {
    width: 100%;
    background-color: #34a431;
}
.intro-inner {
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intro-block {
    margin-left: 20px;
}
.intro-title {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    color: #fff;
}
.intro-title .intro-title-span {
    font-size: 90px;
    font-weight: 900;
    font-style: normal;
    line-height: 90px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.intro-title .intro-title-span-2 {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    color: #fff;
    margin-bottom: 45px;
}
.views {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.view {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.view:last-child {
    margin-right: 0;
}
.view img {
    margin-right: 10px;
}
.view p {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    color: #fff;
}
.intro-block-btn {
    margin-top: 20px;
}
.intro-btn {
    width: 250px;
    padding: 14px;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #a0d59f;
    transition: 500ms;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.intro-btn.active {
    border: 2px solid #ff9f43;
    background-color: #ff9f43;
    display: inline-block;
}
.intro-btn:hover {
    color: #fff;
    border: 2px solid #ff9f43;
    background-color: #ff9f43;
}
/* =============================== */
.services {
    padding: 80px 0;
}
.services .row .col-lg-2 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.services-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.service {
    border: 2px solid #555;
    padding: 18px 15px;
    border-radius: 5px;
    text-align: center;
}
.service h5 {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 14px;
    color: #2e2e2e;
    margin-top: 10px;
}
/* ================================ */
.sticker-types {
    width: 100%;
}
.sticker-title h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    color: #2e2e2e;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sticker-type {
    margin-bottom: 30px;
}
.sticker-type  img {
    margin-bottom: 15px;
}
.sticker-type .sticker-item h5 {
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    line-height: 15px;
    margin-bottom: 10px;
    color: #2e2e2e;
}
.sticker-type .sticker-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #2e2e2e;
}
/* ========================================== */
.forms {
    width: 100%;
}
.forms-title h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    color: #2e2e2e;
    margin-bottom: 30px;
}
.cards {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}
.cards .card {
    border: none;
    margin-bottom: 30px;
}
.cards .card .card-body {
    padding: 0;
}
.card-btn {
    width: 200px;
    text-align: center;
    display: inline-block;
    padding: 14px 0;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    background-color: #ff9f43;
    margin-top: 25px;
}
.card-btn:hover {
    color: #fff;
    text-decoration: none;
}
.cards .card img {
    margin-bottom: 25px;
}
.cards .card .card-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 16px;
    color: #2e2e2e;
    margin-bottom: 15px;
}
.cards .card .card-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 10px;
}
.cards .card strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
    color: #2e2e2e;
    margin-bottom: 15px;
}
.cards .card strong:last-child {
    margin-bottom: 0;
}
/* ========================================== */
.calculator-block {
    margin-bottom: 20px;
}
.calculator-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.calculator-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.form-sticker {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    color: #fff;
}
.form-check.form-check-inline .form-check-input {
    margin-right: 20px;
}
.form-check-label img {
    margin-right: 10px;
}
.form-check-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.calculator input[type='text'] {
    border: none;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 350px;
}
.number {
    border: none;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 350px;
}
.calculator-price h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
}
.calculator-price p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin-top: 20px;
}
.calculator .block-input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flag-btn {
    padding: 0.1rem 1rem;
    background-color: #fff;
    border: none;
}
.dropdown-menu.show {
    min-width: 0;
    padding: 0;
}
.form-control {
    height: 50px;
}
.form-control.number {
    font-size: 15px;
    font-weight: 700;
    color: #555;
}
.form-control.number::placeholder {
    font-size: 12px;
}
.phone-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
/* ! */
.block-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.lol h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.osnova-nakleek {
    display: flex;
}
.mini-block {
    display: flex;
}
.mm {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
/* ! */
/* ========================================== */
.layouts {
    width: 100%;
    padding: 80px 0 30px 0;
}
.layouts-block {
    margin-bottom: 25px;
}
.layouts-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.layouts-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #2e2e2e;
}
.layouts-list-left  h2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #2e2e2e;
    margin-bottom: 15px;
}
.typs-block .type-files img {
    margin-right: 15px;
}
.layout-card {
    margin-bottom: 30px;
}
.layout-card img {
    width: 100%;
}
.layout-card  h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: #2e2e2e;
}
.layout-card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.layout-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.spisok {
    margin-bottom: 20px;
}
.typs {
    font-size: 12px;
    font-weight: 600;
}
/* =========================================== */
.example-sticker {
    width: 100%;
    padding: 80px 0 50px 0;
}
.example-block {
    margin-bottom: 30px;
}
.example-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e2e2e;
    margin-bottom: 20px;
}
.example-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #2e2e2e;
}
.img {
    margin-bottom: 30px;
}
.img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* ======================================= */
.Payment-and-delivery {
    width: 100%;
    padding: 80px 0;
    background-color: #34a431;
}
.delivery-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    color: #f3f9f8;
    text-align: center;
    margin-bottom: 50px;
}
.delivery-type {
    text-align: center;
}
.delivery-type img {
    width: 50%;
}
.delivery-item {
    margin-top: 10px;
}
.delivery-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.delivery-item p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}
.delivery-item span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.payment-types {
    margin-top: 50px;
}
.payment-types .col-xx {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.payment-type {
    text-align: center;
}
.payment-type img {
    width: 50%;
}
.payment-item {
    margin-top: 10px;
}
.payment-item p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}
.payment-type:hover {
    cursor: pointer;
    transform: translate(0, -10px);
    transition: 500ms;
}
/* ======================================= */
.faq {
    width: 100%;
    background-color: #34a431;
    padding: 80px 0;
}
.faq-block {
    margin-bottom: 25px;
}
.faq-block h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
}
.faq-block p {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}
.questions .faq-btn {
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    text-align: start;
    border: none;
    border-radius: 5px;
    margin-bottom: 2px;
}
.questions .faq-btn:last-child {
    margin-bottom: 0;
}
.questions .faq-btn .fa {
    font-size: 25px;
    color: #ff9f43;
    float: right;
}
.questions .collapse {
    background-color: #555;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.questions .collapse.show {
    margin-bottom: 10px;
}
/* ======================== */
.clients {
    width: 100%;
    padding: 80px 0;
}
.clients-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.why-are-we {
    margin-bottom: 30px;
}
.why-are-we img {
    margin-bottom: 20px;
}
.why-are-we h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 14px;
    color: #2e2e2e;
    margin-bottom: 10px;
}
.why-are-we p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    color: #555;
}
.clients-block {
    margin-bottom: 30px;
}
.clients-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #2e2e2e ;
}
.partners-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.col-xx {
    width: 20%;
    padding: 0 15px;
}
.problem {
    height: 80px;
}
.box {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.partners-block .btn {
    margin-top: 20px;
}
/* ======================== */
.full-contact-info {
    padding: 30px 0;
    background-color: #34a431;
}
.info-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-info {
    display: flex;
    margin-bottom: 15px;
}
.contact-info .fa {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}
.contact-info  h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 12px;
    color: #fff;
    margin-bottom: 5px;
}
.contact-info  a {
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    color: #fff;
    text-decoration: none;
}
.contact-info p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
/* ========================= */
.footer {
    width: 100%;
    padding: 30px 0;
}
.rights {
    font-size: 12px;
    font-weight: 700;
    line-height: 11px;
    color: #2e2e2e;
}
.logo-2 {
    width: 50%;
}
.confidentiality {
    font-size: 12px;
    font-weight: 700;
    line-height: 11px;
    color: #2e2e2e;
}
.contact-link {
    margin: 0 5px;
}
.contact-link .fa-facebook {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #4267b2;
}
.contact-link .fa-youtube-play {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #ff0000;
}
.contact-link .fa-instagram {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #a336c9;
}
/* ! */
span {
    display: inline-block;
}
/* ! */
@media screen and (min-width: 1280px) {
    .intro-inner {
        justify-content: center;
    }
}
/* ========================================== */
@media screen and (max-width: 1200px) {
    .big-sticker {
        width: 50%;
    }
    .intro-inner {
        display: flex;
    }
    .calculator input[type="text"] {
        width: 300px;
    }
    .number {
        width: 300px;
    }
    .view p {
        font-size: 12px;
        font-weight: 800;
    }
    .calculator-price {
        margin-bottom: 20px;
    }
    .form-control {
        height: 75px;
    }
    .form-control.number {
        font-size: 20px;
    }
    .form-check-label {
        font-size: 12px;
    }
    .form-control.number {
        height: 50px;
    }
}
/* ====================================================== */
/* ! */
/* ! */
.block-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.lol h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.osnova-nakleek {
    display: flex;
}
.mini-block {
    display: flex;
}
.mm {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
/* ! */
/* ! */
@media screen and (max-width: 1024px) {
    .calculator input[type="text"] {
        width: 300px;
    }
    .number {
        width: 300px;
    }
    .navbar-brand img {
        width: 75%;
    }
    .intro-title .intro-title-span {
        font-size: 60px;
        line-height: 105px;
    }
    .big-sticker {
        width: 50%;
    }
    .view {
        margin-bottom: 20px;
    }
    .view p {
        font-size: 10px;
    }
    .intro-btn {
        margin-right: 5px;
    }
    .form-control {
        height: 50px;
    }
    .lol.lg {
        width: 30%;
    }
}
/* ====================================================== */
@media screen and (max-width: 992px) {
    .contacts {
        display: flex;
    }
    .navbar-brand {
        text-align: left;
    }
    .header-btn {
        width: 150px;
        padding: 8px 0;
        border-radius: 10px;
    }
    .navbar-brand img {
        width: 50%;
    }
    .intro-title .intro-title-span {
        font-size: 65px;
        line-height: 65px;
    }
    .big-sticker {
        width: 50%;
    }
    .sticker-type img {
        width: 45px;
        height: 45px;
    }
    .cards .card strong {
        font-size: 14px;
    }
    .lol {
        width: 70%;
    }
    .form-check.form-check-inline .form-check-input {
        margin-right: 10px;
    }
    .form-check-label {
        font-size: 12px;
    }
    .calculator input[type="text"] {
        width: 225px;
    }
    .number {
        width: 225px;
    }
    .form-check-label img {
        margin-right: 20px;
    }
    .clients .col-xx .box img {
        width: 50%;
    }
}
/* ==================================Media=720px=================================== */
@media screen and (max-width: 768px) {
    .navbar-brand {
        text-align: right;
    }
    .contacts {
        display: flex;
    }
    .header-btn {
        display: none;
    }
    .intro-inner {
        padding: 50px 0;
        display: block;
        text-align: center;
    }
    .views {
        justify-content: center;
    }
    .view {
        display: flex;
    }
    .intro-btn {
        width: 200px;
        padding: 14px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 700;
    }
    .services-title {
        font-size: 30px;
        line-height: 1.5em;
    }
    .big-sticker {
        width: 75%;
    }
    .sticker-type img {
        width: 45px;
        height: 45px;
    }
    .form-check-label img {
        width: 30px;
    }
    .form-check.form-check-inline .form-check-input {
        margin-right: 10px;
    }
    .form-check-label img {
        margin-right: 10px;
    }
    .footer {
        text-align: center;
    }
    .full-contacts {
        margin-top: 10px;
    }
    .logo-2 {
        margin-bottom: 10px;
    }
    .rights {
        margin-bottom: 5px;
    }
    .confidentiality {
        margin-bottom: 5px;
    }
    .layout-content {
        margin-bottom: 20px;
        text-align: center;
    }
    .type-format {
        display: inline-block;
    }
    .Payment-and-delivery {
        padding: 30px 0;
    }
    .calculator input[type="text"] {
        width: 150px;
    }
    .number {
        width: 150px;
    }
    .calculator-btn {
        margin-top: 30px;
    }
    .form-control {
        height: 50px;
    }
    .intro-btn {
        margin-bottom: 5px;
    }
    .calculator-btn {
        text-align: center;
    }
    .mini-block {
        flex-wrap: wrap;
    }
    .form-check.form-check-inline .form-check-input {
        margin-right: 5px;
    }
    .form-check-label {
        font-size: 10px;
    }
    .col-xx {
        width: 25%;
    }
    .layouts-title {
        font-size: 35px;
    }
    .example-title {
        font-size: 35px;
    }
    .payment-types .col-xx {
        width: 50%;
    }
}
/* ==================================Media=540px=================================== */
@media screen and (max-width: 576px) {
    .intro-inner {
        display: block;
    }
    .views {
        justify-content: space-around;
    }
    .view {
        display: block;
    }
    .view img {
        margin-bottom: 10px;
    }
    .intro-btn {
        margin-bottom: 20px;
    }
    .contacts {
        display: none;
    }
    .contacts-btn {
        display: none;
    }
    .intro-block-btn {
        max-width: 200px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 auto;
    }
    .services-title {
        font-size: 25px;
        line-height: 1.5em;
    }
    .clients .col-xx .box img {
        width: 25%;
    }
    /* .calculator input[type="text"] {
        width: 200px;
    } */
/* ========================================= */
    .intro-inner {
        display: block;
        text-align: center;
        padding: 50px 0;
    }
    .intro-title span {
        font-size: 55px;
    }
    /* ====================================== */
    .col-xx {
        width: 50%;
    }
    /* ==================================== */
    .services {
        padding: 30px 0;
    }
    .example-sticker {
        padding: 30px 0;
    }
    .Payment-and-delivery {
        padding: 50px;
    }
    .block-input {
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .height-sticker {
        margin: 5px 0;
    }
    .form-check.form-check-inline .form-check-input {
        margin-right: 10px;
    }
    .form-check-label img {
        margin-right: 25px;
    }
    .footer {
        text-align: center;
    }
    .full-contacts {
        margin-top: 10px;
    }
    .logo-2 {
        margin-bottom: 10px;
    }
    .rights {
        margin-bottom: 5px;
    }
    .confidentiality {
        margin-bottom: 5px;
    }
    .delivery-type {
        margin-bottom: 30px;
    }
    .delivery-type img {
        width: 25%;
    }
    .payment-types .col-xx {
        width: 33.33333%;
    }
    .div_mm::after {
      top: 15px;
    }
}
/* ==================================Media=460px=================================== */
@media screen and (max-width: 460px) {
    .example-title {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.2em;
    }
    .block-2 {
        flex-wrap: wrap;
    }
    .lol {
        width: 100%;
    }
    .lol.lg {
        width: 100%;
        margin-top: 20px;
    }
    .mm {
        flex-wrap: wrap;
    }
    .osnova-nakleek {
        display: block;
    }
    .intro-inner {
        padding: 20px 0;
    }
    .intro-title .intro-title-span {
        font-size: 50px;
        font-weight: 800;
        line-height: 50px;
    }
    .intro-title .intro-title-span-2 {
        margin-bottom: 20px;
    }
    .services-title {
        font-size: 20px;
        line-height: 1.5rem;
    }
    .sticker-title h3 {
        font-size: 20px;
        line-height: 1rem;
    }
    .forms-title h3 {
        font-size: 20px;
        line-height: 1.5rem;
    }
    .sticker-type img {
        width: 30px;
        height: 30px;
    }
    .footer {
        text-align: center;
    }
    .full-contacts {
        margin-top: 10px;
    }
    .logo-two {
        width: 100%;
    }
    .logo-2 {
        width: 50px;
        margin-bottom: 10px;
    }
    .rights {
        margin-bottom: 5px;
    }
    .confidentiality {
        margin-bottom: 5px;
    }
    .navbar .intro-btn.active {
        display: none;
    }
    .intro-title span {
        font-size: 50px;
    }
    .col-xx {
        width: 50%;
    }
    .clients .col-xx .box img {
        width: 50%;
    }
    .form-check {
        display: flex;
    }
    .block-input {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .height-sticker {
        margin: 5px 0;
    }
    .calculator-btn {
        margin-top: 10px;
        text-align: center;
    }
    .payment-inner-left .pickup-info li {
        font-size: 12px;
    }
    .calculator input[type="text"] {
        width: 300px;
    }
    .number {
        width: 300px;
    }
    .delivery-type img {
        width: 50%;
    }
    .payment-types {
        margin-top: 20px;
    }
    .payment-types .col-xx {
        width: 50%;
    }
    .div_mm::after {
      top: 15px;
    }
}




/* ==================================Media=320px=================================== */
@media screen and (max-width: 320px) {
    .example-title {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.2em;
    }
    .block-2 {
        flex-wrap: wrap;
    }
    .lol {
        width: 100%;
    }
    .lol.lg {
        width: 100%;
        margin-top: 20px;
    }
    .mm {
        flex-wrap: wrap;
    }
    .osnova-nakleek {
        display: block;
    }
    .intro-inner {
        padding: 20px 0;
    }
    .intro-title .intro-title-span {
        font-size: 50px;
        font-weight: 800;
        line-height: 50px;
    }
    .intro-title .intro-title-span-2 {
        margin-bottom: 20px;
    }
    .services-title {
        font-size: 20px;
        line-height: 1.5rem;
    }
    .sticker-title h3 {
        font-size: 20px;
        line-height: 1rem;
    }
    .forms-title h3 {
        font-size: 20px;
        line-height: 1.5rem;
    }
    .sticker-type img {
        width: 30px;
        height: 30px;
    }
    .footer {
        text-align: center;
    }
    .full-contacts {
        margin-top: 10px;
    }
    .logo-2 {
        margin-bottom: 10px;
    }
    .rights {
        margin-bottom: 5px;
    }
    .confidentiality {
        margin-bottom: 5px;
    }
    .navbar .intro-btn.active {
        display: none;
    }
    .intro-title span {
        font-size: 50px;
    }
    .col-xx {
        width: 50%;
    }
    .form-check {
        display: flex;
    }
    .block-input {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .height-sticker {
        margin: 5px 0;
    }
    .calculator-btn {
        margin-top: 10px;
        text-align: center;
    }
    .payment-inner-left .pickup-info li {
        font-size: 12px;
    }
    .calculator input[type="text"] {
        width: 300px;
    }
    .number {
        width: 300px;
    }
    .delivery-type img {
        width: 50%;
    }
    .payment-types .col-xx {
        width: 100%;
    }
    .div_mm::after {
      top: 15px;
    }
}
