* {
    -webkit-appearance: none;
    margin: 0;
    text-decoration: none;
    font-family: 'Yanone Kaffeesatz';
}
:root {
    --green-main: #3f9500;
}
body {
    max-width: 1200px;
    margin: auto;
    font-size: 24px;
    color: #6a7a7a
}

#lkControlPanel{
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.66);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.66);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.66);
}

.tracking-in-contract-bck-top {
	-webkit-animation: tracking-in-contract-bck-top 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck-top 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-5 21:35:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-top
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-contract-bck-top {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px) translateY(-300px);
              transform: translateZ(400px) translateY(-300px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0) translateY(0);
              transform: translateZ(0) translateY(0);
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract-bck-top {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px) translateY(-300px);
              transform: translateZ(400px) translateY(-300px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0) translateY(0);
              transform: translateZ(0) translateY(0);
      opacity: 1;
    }
  }

.text-blur-out {
	-webkit-animation: text-blur-out 2.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-blur-out 2.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-5 22:19:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-blur-out
 * ----------------------------------------
 */
 @-webkit-keyframes text-blur-out {
    0% {
      -webkit-filter: blur(0.01);
              filter: blur(0.01);
    }
    100% {
      -webkit-filter: blur(12px) opacity(0%);
              filter: blur(12px) opacity(0%);
    }
  }
  @keyframes text-blur-out {
    0% {
      -webkit-filter: blur(0.01);
              filter: blur(0.01);
    }
    100% {
      -webkit-filter: blur(12px) opacity(0%);
              filter: blur(12px) opacity(0%);
    }
}
    
.heartbeat {
	-webkit-animation: heartbeat 5.5s ease-in-out infinite both;
	        animation: heartbeat 5.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-6 9:30:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
}
@keyframes heartbeat {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
}
  
.rotate-in-hor {
	-webkit-animation: rotate-in-hor 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-in-hor 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-6 13:37:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-hor
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-in-hor {
    0% {
      -webkit-transform: rotateX(360deg);
              transform: rotateX(360deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      opacity: 1;
    }
  }
  @keyframes rotate-in-hor {
    0% {
      -webkit-transform: rotateX(360deg);
              transform: rotateX(360deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      opacity: 1;
    }
  }
  

.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-6 21:51:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
}
}
@keyframes swing-in-top-fwd {
0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
}
}

.bounce-in-left {
	-webkit-animation: bounce-in-left 1.1s both;
	        animation: bounce-in-left 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-7 11:31:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-left {
0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
}
38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
}
55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
}
@keyframes bounce-in-left {
0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
}
38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
}
55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
}
  
.slit-in-vertical {
	-webkit-animation: slit-in-vertical 2.45s ease-out both;
	        animation: slit-in-vertical 2.45s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-7 14:15:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slit-in-vertical
 * ----------------------------------------
 */
@-webkit-keyframes slit-in-vertical {
0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
}
54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
}
}
@keyframes slit-in-vertical {
0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
}
54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
}
}
  
#modal1 {
    background: url(/img/alertwindow.png);
    position: fixed;
    top: 45%;
    left: 45%;
    height: 300px;
    width: 300px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px 12px;
    margin-top: -150px;
    margin-left: -150px;
    z-index: 100000;
}

#closemodal1 {
    display: block;
    position: absolute;
    bottom: 5px;
    justify-content: center;
    box-shadow: inset 0 0 6px;
    cursor: pointer;
}

.table_1 {
    display: table;
    border: 0px solid black;
    padding: 0px;
    width: 90%;
    margin: 25px;
}

.caption_1 {
    display: table-caption;
    border: 0px solid black;
    text-align: center
}

.cell_1 {
    display: table-cell;
    border: 0px solid black;
    vertical-align: middle;
    text-align: left;
}

.cell_1 {
    display: inline-block;
    margin: 10px;
}

.cell_2 {
    display: table-cell;
    border: 0px solid black;
    vertical-align: middle;
    text-align: left;
}

.cell_2 {
    display: inline-block;
    margin: 10px;
}

.cell_center {
    display: table-cell;
    border: 0px solid black;
    vertical-align: middle;
    text-align: center;
}

.cell_center {
    display: inline-block;
    margin: 10px;
}

.row_center {
    display: table-row;
    border: 0px solid black;
    text-align: center;
}

.row_1 {
    display: table-row;
    border: 0px solid black;
    text-align: left;
}

.row_2 {
    display: table-row;
    border: 0px solid black;
    text-align: left;
}

.table_footer {
    display: table;
    border: 0px solid black;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.caption_footer {
    display: table-caption;
    border: 0px solid black;
    text-align: center
}

.cell_footer {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.cell_footer {
    display: inline-block;
    margin: 15px;
}

.row_footer {
    display: table-row;
    border: 0px solid black
}

#imgindex {
    opacity: .6;
    transition-duration: 1s
}

#imgindex:hover {
    opacity: 1
}

.mainheader {
    display: flex;
    flex-direction: row !important;
    /* justify-content: flex-end !important; */
    justify-content: space-between !important;
    width: 100%;
    height: 50px;
    background-color: #f0eded;
    border-left: 2px solid #40a000;
    border-right: 2px solid #40a000;
    border-top: 2px solid #40a000;
    border-bottom: 2px solid #40a000;
    /* background-image: url(/img/background_menu.png); */
    color: #40a000;
    z-index: 100000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: -webkit-sticky;
    position: sticky;
    opacity: 100% !important;
    top: 0px;
}
.headerBanner{
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    width: 100%;
    /* height: 10px; */
    /* background-color: #f0eded; */
    /* border-left: 2px solid #40a000;
    border-right: 2px solid #40a000;
    border-top: 2px solid #40a000;
    border-bottom: 2px solid #40a000; */
    color: #40a000;
    z-index: 100000;
}
.openmenu {
    /* transition: all ease-in-out 1s; */
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin: 17px 1px 1px 9px;
    padding: 0px;
    z-index: 100001;
    margin-top: 9px;
}

.button{
    display:block;
    /* width:300px; */
    margin:10px;
    padding:6px; 
    border-radius:5px;
    border:1px dotted #000 !important;
    cursor:pointer; 
    height:30px;
    width:150px;
    background: #40a000 !important;
    -webkit-box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
    -moz-box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
    box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
}

#logo1 {
    display: none;
    width: 100%;
    height: 50px;
    top: 0px;
    justify-content: center;
    background-color: #40a000;
    /* border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important; */
    margin-top: 0px;
    z-index: 100000;
    position: -webkit-sticky;
    position: sticky;
}

#logo2 {
    position: relative;
    -webkit-animation: bounceLogo2 1800ms ease-out;
    -moz-animation: bounceLogo2 1800ms ease-out;
    -o-animation: bounceLogo2 1800ms ease-out;
    animation: bounceLogo2 1800ms ease-out;
}


/* вкладки  */

.container {
    width: 95%;
    padding: 0 30px;
    margin: 0 auto;
}

.tabs {
    overflow: hidden;
    border-radius: 9px;
}

.tabs__head {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs__caption {
    flex: 1;
    text-align: center;
    /* text-transform: uppercase; */
    padding: 8px 30px;
    font-size: 24px;
    height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--color);
    opacity: 0.6;
    /* background: var(--primary); */
    background: #808080;
    transition: 0.25s;
}

.tabs__caption:hover {
    opacity: 0.8;
}

.tabs__caption_active {
    opacity: 1;
    background: var(--primary);
}

.tabs__body {
    background: var(--body);
    color: #808080;
    position: relative;
    top: -2px;
    transition: 0.25s;
    border-top: 2px solid #40a000;
    border-bottom: 2px solid #40a000;
    border-left: 2px solid #40a000;
    border-right: 2px solid #40a000;
    border-radius: 0px 0px 9px 9px;
}

.tabs__content {
    display: none;
    padding: 30px;
    padding-top:5px !important;
    /* color: #808080; */
    transform: scaleY(0.8);
    opacity: 0;
    transform-origin: center top;
    -webkit-animation: showContent 0.6s forwards;
    animation: showContent 0.6s forwards;
}

.tabs__content_active {
    display: block;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    width: 93%;
    --primary: #40a000;
    --body: #fafaf8;
    --color: #fff;
    --textcolor: #808080;
    padding: 15px 0;
}

.about {
    padding: 15px 0;
    --primary: #8cff98;
    --color: #121212;
}

@-webkit-keyframes showContent {
    0% {
        transform: scaleY(0.8);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes showContent {
    0% {
        transform: scaleY(0.8);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}


/* вкладки */

@-webkit-keyframes bounceLogo2 {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        -webkit-transform: translateY(0);
        /* padding-bottom: 5px; */
    }
    30% {
        -webkit-transform: translateY(-50%);
    }
    40% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 6px; */
    }
    50% {
        -webkit-transform: translateY(-30%);
    }
    70% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 7px; */
    }
    80% {
        -webkit-transform: translateY(-15%);
    }
    90% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 8px; */
    }
    95% {
        -webkit-transform: translateY(-10%);
    }
    97% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 9px; */
    }
    99% {
        -webkit-transform: translateY(-5%);
    }
    100% {
        -webkit-transform: translateY(0);
        /* padding-bottom: 9px; */
        opacity: 1;
    }
}

#closemenu {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 108px;
    left: 230px;
    width: 75px;
    text-align: center;
    justify-content: center;
    padding: auto;
    color: white;
    background: gray;
    border-radius: 7px 7px 7px 7px;
    z-index: 200002;
}

.main {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    transition: all ease-in-out 1s;
    -webkit-overflow-scrolling: touch;
}

input::placeholder {
    text-align: center;
}

.global {
    display: flex;
    transform-style: preserve-3d;
    overflow: hidden;
}

.logo {
    width: 320px;
    position: absolute;
    margin-left: 30px;
}

a {
    color: green;
}

.findfield {
    border-radius: 10px;
    width: 80%;
    border: 1px solid green;
    background: white;
}

.findbutton {
    border: 1px solid green;
    background: white;
    border-radius: 10px;
    width: 19%;
    height: 35px;
}

.fotoramka {
    align-items: center;
    width: 95%;
    border: 1px solid green;
    margin: 10px 0;
    border-radius: 10px;
    text-align: center;
}

.well {
    align-items: center;
    width: 95%;
    border: 1px solid green;
    margin: 10px 0;
    border-radius: 10px;
    text-align: center;
}

.fotoramka-input {
    justify-content: center;
    width: 93%;
    margin: auto;
    align-items: center;
    border-radius: 5px;
    border: 2px solid green;
}

.fotoramka-input-pole {
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 80%;
    border-radius: 5px;
    border: 3px solid green;
    align-items: stretch;
}

.instruk {
    align-items: center;
    width: 95%;
    border: 1px solid green;
    margin: auto;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: left;
}

.line-left {
    border-left: 3px solid #fe840b;
    /* Параметры линии */
    margin-left: 20px;
    /* Отступ слева */
    padding-left: 10px;
    /* Расстояние от линии до текста */
    text-align: left;
    margin: auto;
    margin-top: 10px;
}

.line-left-gray {
    border-left: 3px solid gray !important;
    /* Параметры линии */
    margin-left: 20px !important;
    /* Отступ слева */
    padding-left: 10px !important;
    /* Расстояние от линии до текста */
    text-align: left !important;
    margin: auto !important;
    margin-top: 10px !important;
}

.line-left2 {
    border-left: 3px solid #fe840b;
    /* Параметры линии */
    margin-left: 20px;
    /* Отступ слева */
    padding-left: 10px;
    /* Расстояние от линии до текста */
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.line-right {
    border-right: 3px solid #fe840b;
    /* Параметры линии */
    margin-right: 20px;
    /* Отступ слева */
    padding-right: 10px;
    /* Расстояние от линии до текста */
    text-align: right;
    margin: auto;
    margin-top: 10px;
}

.catalog-title {
    width: 93%;
    border: 1px solid green;
}

.market-input {
    border: 1px solid green;
    justify-content: center;
    text-align: center;
}

.container-tarif {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
}

input {
    background: linear-gradient(to top, rgb(206, 206, 206), rgb(255, 255, 255));
    height: 30px;
    font-size: 25px;
    text-align: center;
}

input[type=file] {
    height: 33px;
    font-size: 24px;
}


/* input[type=checkbox] {
    height: 33px;
    font-size: 24px;
} */

.footer {
    display: flex;
    width: 100%;
    background: url(/img/background_menu.png);
    color: white;
    justify-content: center;
    align-content: center;
    padding: 10px 0;
    align-items: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu {
    display: flex;
    flex-direction: column;
    width: 225px;
    padding: 1px 0 0px 0;
    position: relative;
    top: 5px;
}


/* .menu-header {
    display: none;
    flex-direction: column;
    width: 225px;
    padding: 16px 0 0px 0;
    margin: 1px;
    padding: 3px;
    border: 1px solid grey;
    color: gray;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 200000;
}

.menu-menu {
    display: none;
    justify-content: center;
    margin: 1px;
    padding: 3px;
    border: 1px solid grey;
    color: gray;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
} */

.item {
    margin: 1px;
    padding: 3px;
    border: 1px solid grey;
    color: gray;
    border-radius: 25px 0 0 25px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.item:hover {
    background: silver;
    color: white;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3)
}

.item0 {
    margin: 1px;
    padding: 3px;
    border: 1px solid grey;
    color: gray;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.card {
    display: flex;
    flex-direction: column;
    border: 1px solid green;
    border-radius: 10px;
    margin: 10px;
    width: 300px;
    align-items: stretch;
}

.card {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.thanks {
    width: 90% !important;
    border: 1px solid green !important;
    border-radius: 10px !important;
    padding: 5px 10px 0 !important;
    margin-top: 10px !important;
}

.cardthanks {
    border: 1px solid green;
    border-radius: 10px;
    margin: 10px;
    width: 300px;
}

.cardthanks {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.category {
    display: flex;
    flex-direction: column;
    border: 1px solid green;
    border-radius: 10px;
    margin: 10px;
    width: 300px;
    align-items: stretch;
}

.category {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

#tariff {
    display: flex;
    flex-direction: row;
    border: 1px solid green;
    margin: 5px 0;
    border-radius: 10px;
}

.tarif {
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    background: green;
    border: 1px solid #fe840b;
    margin: 5px;
    text-align: center;
    padding: 5px 5px;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.7;
    flex-wrap: nowrap;
}


/* .radio input {
    position: absolute;
    z-index: -1;
    opacity: 100;
} */

.tarif:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 3;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
    opacity: 0;
}

.tarif:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9FD468;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s;
}


/* .radio input:checked+.tarif {
    opacity: 1;
    background: #fe840b;
    border: dashed 5px green;
    font-size: 1.5em !important;
} */


/* .radio input:focus+.tarif:before {
    box-shadow: 0 0 0 3px yellow);
} */

.usertariftop {
    margin: auto;
    background-color: red;
    color: white;
    width: 229px;
    font-size: 0.9em !important;
    border-radius: 7px 7px 7px 7px;
    border: dashed 1px;
}

.promovid {
    margin: auto;
    background-color: red;
    margin-bottom: 10px;
    color: white;
    width: 256px;
    font-size: 1.2em !important;
    padding: 4px;
    border-radius: 7px 7px 7px 7px;
    border: dashed 1px;
}

.hit {
    position: absolute;
    z-index: 5;
    display: block;
    content: "ХИТ";
    left: -22px;
    top: -9px;
    padding: 20px 0 0 0;
    width: 60px;
    font: 12px/16px 'Open Sans';
    color: #fff;
    text-align: center;
    background: #FF8F00;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* label {
    display: flex;
} */

#itemform {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}

#minus {
    background: url('zoom-out.svg') no-repeat;
    width: 70px;
    height: 70px;
    display: none;
}

#plus {
    background: url('zoom-in.svg') no-repeat;
    width: 70px;
    height: 70px;
    display: none;
}

#clock {
    background: url('right1.svg') no-repeat;
    width: 70px;
    height: 70px;
    display: none;
}

#anticlock {
    background: url('left1.svg') no-repeat;
    width: 70px;
    height: 70px;
    display: none;
}

#polkButton {
    display: none;
    cursor: pointer;
    height: 35px;
    width: 277px;
    margin: 17px 12px 1px 12px;
    margin-top: 9px;
    padding: 0px;
    border-radius: 6px 6px 6px 6px;
}

#stenaButton {
    display: flex;
    cursor: pointer;
    height: 35px;
    width: 95px;
    margin: 17px 7px 1px 5px;
    margin-top: 9px;
    /* margin-bottom: 2px; */
    padding: 0px;
    /* z-index: 200001; */
    border-radius: 6px 6px 6px 6px;
    /* background-image: url(img/stenaButton.png); */
}

.stenaButtonBounce {
    position: relative;
    -webkit-animation: bounce 1800ms ease-out;
    -moz-animation: bounce 1800ms ease-out;
    -o-animation: bounce 1800ms ease-out;
    animation: bounce 1800ms ease-out;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        -webkit-transform: translateY(0);
        /* padding-bottom: 5px; */
    }
    30% {
        -webkit-transform: translateY(-50%);
    }
    40% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 6px; */
    }
    50% {
        -webkit-transform: translateY(-30%);
    }
    70% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 7px; */
    }
    80% {
        -webkit-transform: translateY(-15%);
    }
    90% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 8px; */
    }
    95% {
        -webkit-transform: translateY(-10%);
    }
    97% {
        -webkit-transform: translateY(0%);
        /* padding-bottom: 9px; */
    }
    99% {
        -webkit-transform: translateY(-5%);
    }
    100% {
        -webkit-transform: translateY(0);
        /* padding-bottom: 9px; */
        opacity: 1;
    }
}

@keyframes spinner-line-fade-more {
    0%,
    100% {
        opacity: 0;
        /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%,
    39%,
    100% {
        opacity: 0.25;
        /* minimum opacity */
    }
    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%,
    100% {
        opacity: 0.22;
        /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-shrink {
    0%,
    25%,
    100% {
        /* minimum scale and opacity */
        transform: scale(0.5);
        opacity: 0.25;
    }
    26% {
        transform: scale(1);
        opacity: 1;
    }
}

.rub {
    font-family: arial;
    vertical-align: middle;
    border-bottom: 1px solid;
    line-height: 6px;
    display: inline-block;
    width: 0.4em;
}

#stenaAllow {
    display: none;
    padding-left: 20px;
    /* width: 33px;
    height: 33px;
    border: #070707;
    background-color: #0cac06;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    cursor: pointer; */
}

#stenaAllowLabel {
    display: none;
}

#toPayAllow {
    display: none;
    /* padding-left: 20px; */
    /* width: 33px;
    height: 33px;
    border: #070707;
    background-color: #0cac06;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    cursor: pointer; */
}

#toPayAllowLabel {
    display: none;
    /* padding-left: 20px; */
    /* width: 33px;
    height: 33px;
    border: #070707;
    background-color: #0cac06;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    cursor: pointer; */
}

#instagramAllow {
    display: none;
    padding-left: 20px;
    /* width: 33px;
    height: 33px;
    border: #070707;
    background-color: #0cac06;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    cursor: pointer; */
}

#instagramAllowLabel {
    display: none;
}

#instagramSrc {
    display: none;
}

#instagramLink {
    display: none;
}


/**************************/


/* Стилизация  checkbox */

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
    border-radius: 2px;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #3f9500;
    border-bottom: 4px solid #3f9500;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
}

input[type="checkbox"]:checked+label:after {
    opacity: 1;
}


/* Стилизация  checkbox */


/*************************/


/**********************/


/* Стилизация  radio */

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

input[type=radio] {
    display: none;
}

input[type=radio]:not(:checked)+label:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 8px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #ffffff;
    border: 1px solid #3f9500;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

input[type=radio]:checked+label:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 8px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #ffffff;
    border: 1px solid #3f9500;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.radio label:before {
    border-radius: 8px;
}

input[type=radio]:checked+label:before {
    content: "\2022";
    color: #3f9500;
    font-size: 56px;
    text-align: center;
    line-height: 22px;
}


/* Стилизация  radio */


/**********************/

#saveimage {
    display: none;
    width: 280px;
    height: 70px;
    margin-top: 5px;
}


/* #chekboxallow {
    display: none;
    width: 20px;
    height: 20px;
} */

body {
    background-color: #fafaf8;
    /* Цвет фона веб-страницы */
}

.countdown-title {
    color: #396;
    font-weight: 100;
    font-size: 40px;
    margin: 40px 0px 20px;
}

.countdown {
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 40px;
}

.countdown-number {
    padding: 10px;
    border-radius: 3px;
    background: #40a000;
    display: inline-block;
}

.countdown-time {
    padding: 15px;
    border-radius: 3px;
    background: #2c6b02;
    display: inline-block;
}

.countdown-text {
    display: block;
    padding-top: 5px;
    font-size: 20px;
}


/* .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 100;
} */


/* .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
} */


/* .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
} */


/* .custom-checkbox:checked+label::before {
    border-color: #fe840b;
    background-color: #3f9500;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
} */


/* стили при наведении курсора на checkbox */


/* .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
} */


/* стили для активного состояния чекбокса (при нажатии на него) */


/* .custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
} */


/* стили для чекбокса, находящегося в фокусе */


/* .custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */


/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */


/* .custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
} */


/* стили для чекбокса, находящегося в состоянии disabled */


/* .custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
} */

@media only screen and (max-device-width: 900px) {
    .desktop-rsya-menu {
        display: none;
    }
}

@media only screen and (max-device-width: 786px) {
    .desktop-rsya {
        display: none;
    }
}

@media only screen and (min-device-width: 785px) {
    .mobile-rsya {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .global {
        display: flex !important;
        flex-direction: column !important;
        /* width: 98vw; */
    }
    .menu {
        display: flex !important;
        flex-direction: column;
        width: 225px;
        padding: 16px 0 0px 0;
        z-index: 1 !important;
        -webkit-overflow-scrolling: touch;
    }
    .mainheader {
        display: flex;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100%;
        height: 50px;
        background-color: #f0eded;
        border-bottom: 2px solid #40a000 !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        color: #40a000;
        z-index: 100000;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
    }
    .logo {
        width: 320px;
        position: absolute;
        margin-left: 0;
    }
    #logo2{
        display:none !important;
    }
    .container-tarif {
        flex-direction: column;
        border: 2px solid green !important;
    }
    .instruk {
        align-items: center;
        width: 90% !important;
        border: 2px solid green !important;
    }
    .fotoramka {
        align-items: center;
        width: 95% !important;
        border: 2px solid green !important;
        margin: 10px 0;
        border-radius: 10px;
        text-align: center;
    }
    .well {
        align-items: center;
        width: 95% !important;
        border: 2px solid green !important;
        margin: 10px 0;
        border-radius: 10px;
        text-align: center;
    }
    .fotoramka-input {
        width: 90% !important;
        border: 2px solid green !important;
    }
    .fotoramka-input-pole {
        border-radius: 5px !important;
        border: 2px solid green !important;
        align-items: stretch !important;
    }
    .catalog-title {
        width: 93% !important;
        border: 1px solid green !important;
    }
    .market-input {
        border: 1px solid green !important;
        text-align: center !important;
        justify-content: center !important;
    }
    .line-left {
        border-left: 3px solid #fe840b !important;
        /* Параметры линии */
        margin-left: 20px !important;
        /* Отступ слева */
        margin-top: 10px !important;
        padding-left: 10px !important;
        /* Расстояние от линии до текста */
        text-align: left !important;
        margin: auto !important;
        margin-top: 15px !important;
    }
    .line-left-gray {
        border-left: 3px solid gray !important;
        /* Параметры линии */
        margin-left: 20px !important;
        /* Отступ слева */
        padding-left: 10px !important;
        /* Расстояние от линии до текста */
        text-align: left !important;
        margin: auto !important;
        margin-top: 10px !important;
    }
    .line-left2 {
        border-left: 3px solid #fe840b !important;
        /* Параметры линии */
        margin-left: 20px !important;
        /* Отступ слева */
        padding-left: 10px !important;
        /* Расстояние от линии до текста */
        text-align: center !important;
        margin: auto !important;
        margin-top: 10px !important;
    }
    .line-right {
        border-right: 3px solid #fe840b !important;
        /* Параметры линии */
        margin-right: 20px !important;
        /* Отступ слева */
        padding-right: 10px !important;
        /* Расстояние от линии до текста */
        text-align: right !important;
        margin: auto !important;
        margin-top: 10px !important;
    }
    /* Добавление ссылки к пунтку меню "МЕНЮ ФОТОРАМОК" на маленьком экране menu-header display вкл а menu-menu display выкл на большом экране - наоборот*/
    /*Включение МЕНЮ ФОТОРАМОК в header*/
    /*.menu-header{
	display:flex !important;
	flex-direction: column !important;
	width:225px !important;
	padding: 16px 0 0px 0 !important;
	margin:1px !important;
	padding:3px !important;
	border: 1px solid grey !important;
	color:gray !important;
	border-radius: 6px !important;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
	z-index:200000 !important; 
	}	*/
    /*отключение МЕНЮ ФОТОРАМОК*/
    /*.menu-menu{
	display:none !important;
	justify-content: center;
	margin:1px;
	padding:3px;
	border: 1px solid grey;
	color:gray;
	border-radius: 6px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	}	*/
    /*Отключение списка меню на маленьком экране*/
    /*.menu {
	display:none !important;
	flex-direction: column;
	width:225px;
	padding: 1px 0 0px 0;
	z-index:101000; 
	}	*/
    /* Добавление ссылки к пунтку меню "МЕНЮ ФОТОРАМОК" на маленьком экране menu-header display вкл а menu-menu display выкл на большом экране - наоборот*/
    .findfield {
        width: 70%;
    }
    .findbutton {
        width: 29%;
    }
    #modal1 {
        background: url(/img/alertwindow.png);
        position: fixed !important;
        top: 35%;
        left: 50%;
        height: 300px;
        width: 300px;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 15px 12px;
        z-index: 100000;
    }
    #closemodal1 {
        display: block;
        position: absolute;
        bottom: 5px;
        justify-content: center;
        box-shadow: inset 0 0 6px;
        cursor: pointer;
    }
    /*		.close{border: 2px solid #fe840b !important;}*/
    /* .radio input:checked+.tarif {
        opacity: 1;
        background: #fe840b;
        border: dashed 5px green !important;
    } */
    .tarif {
        border: 1px solid #fe840b !important;
    }
    .usertariftop {
        margin: auto;
        background-color: red;
        color: white;
        width: 220px;
        border-radius: 7px 7px 7px 7px;
        border: dashed 1px !important;
    }
    .promovid {
        margin: auto;
        background-color: green;
        color: white;
        width: 256px;
        font-size: 1.2em !important;
        padding: 4px;
        border-radius: 7px 7px 7px 7px;
        border: dashed 1px !important;
    }
    #itemform {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    #saveimage {
        display: none;
        width: 280px;
        height: 70px;
        border: solid 1px !important;
        margin-top: 5px;
    }
    #minus {
        background: url('zoom-out.svg') no-repeat;
        width: 70px;
        height: 70px;
        display: none;
        border: solid 1px !important;
    }
    #plus {
        background: url('zoom-in.svg') no-repeat;
        width: 70px;
        height: 70px;
        display: none;
        border: solid 1px !important;
    }
    #clock {
        background: url('right1.svg') no-repeat;
        width: 70px;
        height: 70px;
        display: none;
        border: solid 1px !important;
    }
    #anticlock {
        background: url('left1.svg') no-repeat;
        width: 70px;
        height: 70px;
        display: none;
        border: solid 1px !important;
    }
    #logo1 {
        display: flex;
        width: 100%;
        height: 50px;
        top: 0px;
        justify-content: center;
        background-color: #40a000;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        margin-top: 0px;
        z-index: 100000;
        position: -webkit-sticky;
        position: sticky;
    }
    .rub {
        font-family: arial;
        vertical-align: middle;
        border-bottom: 1px solid;
        line-height: 6px;
        display: inline-block;
        width: 0.4em;
    }
    /* вкладки  */
    .container {
        width: 95%;
        padding: 0 30px;
        margin: 0 auto;
    }
    .tabs {
        overflow: hidden;
        border-radius: 9px;
    }
    .tabs__head {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .tabs__caption {
        flex: 1;
        text-align: center;
        /* text-transform: uppercase; */
        padding: 8px 30px;
        font-size: 24px;
        height: 45px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: var(--color);
        opacity: 0.6;
        /* background: var(--primary); */
        background: #808080;
        transition: 0.25s;
    }
    .tabs__caption:hover {
        opacity: 0.8;
    }
    .tabs__caption_active {
        opacity: 1;
        background: var(--primary);
    }
    .tabs__body {
        background: var(--body);
        color: #808080;
        position: relative;
        top: -2px;
        transition: 0.25s;
        border-top: 2px solid #40a000 !important;
        border-bottom: 2px solid #40a000 !important;
        border-left: 2px solid #40a000 !important;
        border-right: 2px solid #40a000 !important;
        border-radius: 0px 0px 9px 9px;
    }
    .tabs__content {
        display: none;
        padding: 30px;
        /* color: #808080; */
        transform: scaleY(0.8);
        opacity: 0;
        transform-origin: center top;
        -webkit-animation: showContent 0.6s forwards;
        animation: showContent 0.6s forwards;
    }
    .tabs__content_active {
        display: block;
    }
    .section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
        width: 100%;
        --primary: #40a000;
        --body: #fafaf8;
        --color: #fff;
        --textcolor: #808080;
        padding: 15px 0;
    }
    .about {
        padding: 15px 0;
        --primary: #8cff98;
        --color: #121212;
    }
    @-webkit-keyframes showContent {
        0% {
            transform: scaleY(0.8);
            opacity: 0;
        }
        100% {
            transform: scaleY(1);
            opacity: 1;
        }
    }
    @keyframes showContent {
        0% {
            transform: scaleY(0.8);
            opacity: 0;
        }
        100% {
            transform: scaleY(1);
            opacity: 1;
        }
    }
    /* вкладки */
}


/*конец стилей для мобильного*/

.cta-button {
    background-color: var(--primary);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    text-align:center;
    margin-left:20px;
    line-height:1.1;
}

.cta-button:hover {
    background-color: var(--secondary);
}