

/* Start:/local/templates/lastochka/template_styles.css?178712714920081*/
@font-face {
    font-family: 'Lato';
    src: url('/css/fonts/Lato/Lato-Heavy.woff2') format('woff2'),
         url('/css/fonts/Lato/Lato-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/css/fonts/Lato/Lato-Semibold.woff2') format('woff2'),
         url('/css/fonts/Lato/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/css/fonts/Lato/Lato-Medium.woff2') format('woff2'),
         url('/css/fonts/Lato/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/css/fonts/Lato/Lato-Regular.woff2') format('woff2'),
         url('/css/fonts/Lato/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Days One';
    src: url('/css/fonts/DaysOne/DaysOne-Regular.woff2') format('woff2'),
         url('/css/fonts/DaysOne/DaysOne-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/css/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('/css/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   RESET AND VARIABLES
   ======================================== */

   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #005C32;
    --color-primary1: #00C269;
    --color-secondary: #FFD700;
    --color-green-light: #F0F5F3;
    --color-red: #C9150D;
    --color-text: #1C1C1C;
    --color-text-light: #727272;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gray: #F7F8FA;
    --color-gray-dark: #E0E0E0;
    --color-blue: #0069B5;
    --font-primary: 'Days One', sans-serif;
    --font-secondary: 'Lato', sans-serif;
    --max-width: 1200px;
    --container-padding: clamp(16px, 4vw, 40px);
    --dy: 50px;
}
@media (min-width: 768px) {
:root {
    --dy: 60px;
}
}
@media (min-width: 1200px) {
:root {
    --dy: 100px;
}
}

/* ========================================
   BASE STYLES
   ======================================== */

html {
    overflow-x: hidden;
}

body {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-text);
    overflow-x: hidden;
}

/* ========================================
   CONTAINER STYLES
   ======================================== */

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
    position: relative;
}
@media (min-width: 360px) {
.container {
    width: calc(100% - 32px);
}
}
@media (min-width: 768px) {
.container {
    width: calc(100% - 64px);
}
}
@media screen and (min-width: 1200px) {
.container {
    width: 1200px;
}
}
    
.container_documents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
}

.pd {
    padding-top: var(--dy);
    padding-bottom: var(--dy);
}
.mg {
  margin-top: var(--dy);
  margin-bottom: var(--dy);
}
.mgt {
  margin-top: var(--dy);
}
.mgb {
  margin-bottom: var(--dy);
}
.pdt {
  padding-top: var(--dy);
}
.pdb {
  padding-bottom: var(--dy);
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}

.center {
    text-align: center;
}
.block_gray {
    background-color: var(--color-gray);
    border-radius: 20px;
}

.left_arrow {
    padding-left: 44px;
    background: url(/images/left_arrow.svg) no-repeat left center;
    background-size: 24px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 320px;
    height: 59px;
    padding: 0 30px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-primary1) 180.3%);
    white-space: nowrap;
    cursor: pointer;
}
.btn.icon {
    column-gap: 12px;
}
.btn.icon > img {
    width: 25px;
    height: 19px;
}
@media (min-width: 1200px) {
.btn {
    max-width: 330px;
    height: 66px;
    font-size: 20px;
}
}
/* .btn.gold {
    color: var(--color-text);
    background-color: #EECB78;
}
.btn.white {
    color: var(--color-text);
    background-color: var(--color-white);
    border: 1px solid var(--color-primary);
} */

.sect_title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--color-primary);
    line-height: 1;
    font-family: 'Days One', sans-serif;
}
@media (min-width: 768px) {
.sect_title {
    font-size: 40px;
}
}
@media (min-width: 1200px) {
.sect_title {
    margin-bottom: 100px;
    font-size: 80px;
}
}


.sect_subtitle {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    color: var(--color-text);
    line-height: 1.3;
}
.sect_title + .sect_subtitle {
    margin-top: -10px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
.sect_subtitle {
    margin-bottom: 40px;
    font-size: 16px;
}
.sect_title + .sect_subtitle {
    margin-bottom: 40px;
}
}
@media (min-width: 1200px) {
.sect_subtitle {
    margin-bottom: 40px;
}
.sect_title + .sect_subtitle {
    margin-top: -60px;
    margin-bottom: 100px;
}
}



/* ========================================
   HEADER SECTION
   ======================================== */
.header {
    padding: 23px 0;
    position: relative;
    z-index: 100;
}
@media (min-width: 768px) {
.header {
    padding: 17px 0 18px;
}
}
@media (min-width: 1200px) {
.header {
    padding: 35px 0;
}
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.header__logo {
    flex-shrink: 0;
    display: block;
    line-height: 0;
    margin: auto 0;
}

.header__logo-img {
    display: block;
    width: 117px;
    height: 30px;
}
@media (min-width: 768px) {
.header__logo-img {
    width: 183px;
    height: 48px;
}
}
@media (min-width: 1200px) {
.header__logo-img {
    width: 227px;
    height: 60px;
}
}

.header__phone {
    color: var(--color-primary);
    font-family: 'Days One', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.header__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--color-text);
    white-space: nowrap;
}
.header__meta.c {
    flex-direction: column;
    row-gap: 4px;
}

.header__meta-icon {
    display: block;
    width: 20px;
    height: 21px;
    flex-shrink: 0;
}

.header__meta-text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-text);
}
.header__meta-text.gr {
    font-family: 'Lato', sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-text-light);
}

.header_anhor_menu {
    display: none;
}
@media (min-width: 1200px) {
.header_anhor_menu {
    display: flex;
    flex-direction: row;
    gap:20px;
}
.header_anhor_menu .item {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}
.header_anhor_menu .item:hover {
    color: var(--color-primary);
}
.header_anhor_menu .item:hover:after {
    content: "";
    position: absolute;
    bottom:-7px;
    left:calc(50% - 10px);
    width: 20px;
    height: 1.5px;
    background-color: var(--color-primary);
}
}

.header__burger {
    display: none;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

.header__burger-icon {
    display: block;
    width: 24px;
    height: 24px;
}

.header__menu {
    display: none;
}

.header__menu.open {
    display: block;
}

@media (max-width: 767px) {
    .header__content {
        align-items: flex-end;
        gap: 12px;
    }

    .header__meta--desktop:not(.c) {
        display: none;
    }
    .header__meta--desktop.c .header__meta-text {
        font-size: 12px;
    }

    .header__burger {
        display: block;
    }

    .header__phone {
        font-size: 16px;
    }

    .header__menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-white);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        z-index: 101;
    }

    .header__menu-inner {
        display: flex;
        flex-direction: column;
        gap: 8px 16px;
        padding: 20px;
    }

    .header__menu .header__meta {
        display: flex;
    }
}

@media (max-width: 1199px) {
     .prices__layout {
         flex-direction: column;
         gap: 20px;
     }
     .prices__layout_two {
           flex-direction: column-reverse;
           gap: 20px;
           padding: 0;
           margin-top: 100px;
      }
     .prices__img {
        width: auto;
        height: auto;
     }
     .prices__layout_two {
        margin-left: 120px;
     }
     .prices__center {
        margin-left: 16px;
    }

}

@media (max-width: 767px) {
     .prices__img {
        max-width: 450px;
        object-fit: contain;
     }
    .prices__layout_two {
           flex-direction: column-reverse;
           gap: 20px;
           padding: 0;
           margin-top: 60px;
       }
       .prices__layout_two {
        margin-left: 16px;
       }
}

@media (max-width: 480px) {
     .prices__img {
          max-width: 350px;
          object-fit: contain;
     }
     .prices__layout_two {
         flex-direction: column-reverse;
         gap: 16px;
         padding: 0;
         margin-top: 40px;
     }

}

@media (max-width: 359px) {
     .prices__img {
         max-width: 350px;
         object-fit: contain;
         padding-right: 20px;
     }
     
     .prices__image {
         justify-content: center;
     }
     
     .prices__layout {
         flex-direction: column;
         align-items: center;
         gap: 20px;
     }
     
     .prices__layout_two {
         flex-direction: column-reverse;
         align-items: center;
         gap: 16px;
         margin-top: 40px;
     }
     
     .prices__center {
         margin-left: 0;
     }
}

@media (max-width: 1400px) {
    .location__metro{
        display: flex;
        flex-direction: column;
    }
    .location__phone-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.footer {
    background: var(--color-primary);
    color: white;
}
.footer .container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.footer__content {
    display: flex;
    flex-direction: column;
    gap:20px;
}
@media (min-width: 768px) {
.footer__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
@media (min-width: 1200px) {
.footer .container {
    row-gap: 50px;
}
.footer__content {
    gap:20px 148px;
}
}

.footer__logo {
    width: 100%;
    text-align: left;
}
.footer_anhor_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px 30px;
    width: 100%;
}
.footer_anhor_menu .item {
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: 1.1;
    cursor: pointer;
}
.footer_anhor_menu .item:nth-child(2n-1) {
    width: calc(44% - 15px);
}
.footer_anhor_menu .item:nth-child(2n) {
    width: calc(56% - 15px);
}
.footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap:12px;
    width: 100%;
}
@media (min-width: 768px) {
.footer_anhor_menu {
    gap:12px 30px;
    width: calc(100% - 184px - 20px);
}
.footer_anhor_menu .item {
    font-size: 18px;
}
.footer__info {
    align-items: flex-start;
    width: 184px;
}
}
@media (min-width: 1200px) {
.footer__logo {
    width: 183px;
}
.footer_anhor_menu {
    gap:12px 150px;
    width: calc(100% - 363px - 300px);
}
.footer_anhor_menu .item:nth-child(2n-1) {
    width: calc(44% - 75px);
}
.footer_anhor_menu .item:nth-child(2n) {
    width: calc(56% - 75px);
}
.footer__info {
    width: 184px;
}
}


.footer__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: white;
}

.footer__subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #ffffff;
}
.footer__contact.soc {
    gap: 8px;
}
.footer__social {
    display: flex;
    gap: 10px;
}
.social-icon {
   text-decoration: none;
   outline: none;
   display: flex; 
}
.footer__phone {
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.footer_conditions {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__conditions-text {
   font-size: 14px;
   font-weight: 400;
   color: #ffffff;
   font-family: 'Lato', sans-serif;
}
.footer__conditions-text a {
   font-size: inherit;
   font-weight: inherit;
   color: inherit;
   font-family: inherit;
   text-decoration: underline;
}



@media (max-width: 480px) {
    .benefit-card__flags {
        font-size: 18px;
        gap: 5px;
    }
}
@media (max-width: 360px) {
    .benefit-card__flags {
        font-size: 16px;
        gap: 4px;
    }
}


.links_block ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.links_block ._list .item {
    width: auto;
    display: flex;
    flex-direction: row;
    padding: 12px 20px;
    background-color: rgba(0, 92, 50, 0.1);
    border-radius: 20px;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}
.links_block ._list .item>a {
    color: var(--color-primary);
    text-decoration: none;
}


.precious_stones .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.precious_stones .container>div {
    width: 100%;
}
@media (min-width: 1200px) {
.precious_stones .container {
    flex-direction: row;
    height: 542px;
}
.precious_stones .container>div {
    width: calc(50% - 10px);
}
}
.precious_stones .container img {
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
}

.precious_stones .container ._r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
@media (min-width: 1200px) {
.precious_stones .container ._r {
    height: 100%;
}
}
.precious_stones .container ._r .sect_title {
    width: 100%;
    margin-bottom: 0;
    padding: 40px 20px;
    font-size: 18px;
}
@media (min-width: 1200px) {
.precious_stones .container ._r .sect_title {
    padding: 40px;
    font-size: 30px;
}
}
.precious_stones .container ._r div:nth-child(2),
.precious_stones .container ._r div:nth-child(3) {
    width: calc(50% - 10px);
}


.define_probe_free ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.define_probe_free ._list .item {
    width: 100%;
    padding: 44px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.define_probe_free ._list .item > img {
    width: 40px;
    height: 40px;
}
.define_probe_free ._list .item ._text {
    font-size: 16px;
    line-height: 1.3;
}
@media (min-width: 768px) {
.define_probe_free ._list .item {
    width: calc(50% - 10px);
}   
}
@media (min-width: 1200px) {
.define_probe_free ._list .item {
    width: calc(33% - 10px);
}   
}


.benefits ._list .item.sect_title {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.benefits ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.benefits ._list .item {
    width: 100%;
    padding: 44px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.benefits ._list .item > img {
    width: 40px;
    height: 40px;
}
.benefits ._list .item ._text {
    font-size: 16px;
    line-height: 1.3;
}
@media (min-width: 768px) {
.benefits ._list .item {
    width: calc(50% - 10px);
}   
}

@media (min-width: 1200px) {
.benefits ._list .item.sect_title {
    width: calc(66% - 10px);
}
.benefits ._list .item {
    width: calc(33% - 10px);
}   
}


.purchase ._list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.purchase ._list .item {
    width: 100%;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.purchase ._list .item ._step {
    font-weight: 400;
    font-family: 'Days One', sans-serif;
    font-size: 40px;
    color: var(--color-primary);
    line-height: 1;
}
.purchase ._list .item .text_cont { 
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.purchase ._list .item ._title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}
.purchase ._list .item ._text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

@media (min-width: 768px) {
.purchase ._list .item {
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
}
.purchase ._list .item ._step {
    min-width: 77px;
    font-size: 50px;
    text-align: center;
}
.purchase ._list .item ._text {
    font-size: 16px;
}
}
@media (min-width: 1200px) {
.purchase ._list .item {
    padding: 24px 40px;
    column-gap: 40px;
}
.purchase ._list .item ._step {
    min-width: 124px;
    font-size: 80px;
}
.purchase ._list .item ._title {
    font-size: 30px;
}
.purchase ._list .item ._text {
    max-width: 690px;
    font-size: 18px;
}
}


.final_price ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.final_price ._list .item {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.final_price ._list .item ._top {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
}
.final_price ._list .item > img {
    width: 40px;
    height: 40px;
}
.final_price ._list .item ._title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.3;
}
.final_price ._list .item ._text {
    font-size: 16px;
    line-height: 1.3;
}
@media (min-width: 768px) {
.final_price ._list .item {
    width: calc(50% - 10px);
}   
}
@media (min-width: 1200px) {
.final_price ._list .item {
    width: calc(33% - 10px);
}   
}


.prices_silver .cont {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.prices_silver .cont .item {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

@media (min-width: 1200px) {
.prices_silver .cont {
    padding: 24px 40px;
}
}

.prices_silver .list {
    display: flex;
    flex-direction: column;
    row-gap: 14px;

    max-width: 780px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.prices_silver .list .item {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
@media screen and (min-width: 1200px) {
.prices_silver .list {
    max-width: 860px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.prices_silver .list .item {
    column-gap: 60px;
}
}
.prices_silver .list .item.th {
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
}
.prices_silver .list .item ._proba {
    width: 141px;
    min-width: 141px;
}
.prices_silver .list .item ._price {
    width: 241px;
    min-width: 241px;
}
.prices_silver .list .item ._prim {
    width: 344px;
    min-width: 344px;
}
.prices_silver ._bottom {
    max-width: 410px;
    font-size: 14px;
}
.prices_silver .list .item a {
	color:var(--color-text);
}
 
/* End */
/* /local/templates/lastochka/template_styles.css?178712714920081 */
