/* montserrat-regular - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('./fonts/montserrat-v23-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/montserrat-v23-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: bold;
    font-weight: 700;
    src: local(''),
    url('./fonts/montserrat-v23-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/montserrat-v23-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-italic - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('./fonts/montserrat-v23-latin_cyrillic-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/montserrat-v23-latin_cyrillic-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Project params */

:root {
    --primary: #00BE98;
    --primary-dark: #1BA138;
    --primary-lite: #51DF7E;
    --grad1: linear-gradient( 90deg, #51DF7E 0%, #1AD6B4 100% );
    --grad2: linear-gradient( to right, #51DF7E, #1AD6B4, #34d266, #00caa6 );

    --font: "PT Sans",Roboto,"Segoe UI",sans-serif;
    --font-cap: var(--font);
    --font-mono: "PT Mono",monospace;
    --font-print: serif;
    --text: #000;
    --bg: #fff; /*#f7f8fa;*/
    --bg-pane: rgba(215, 213, 213, 0.06);
    --border: 1px solid #EBEBEB;
    /*--border: thin solid rgba(0,0,0,0.16);*/
    --shade: 0 .2em .8em rgba(0,0,0,0.3);
    --bg-hilite: rgba(0, 0, 0, 0.02);
    --text-hilite: inherit;
    --focus: rgba(0,0,0,0.1);
    --focus-danger: rgba(255,100,100,0.3);
    --hover: #007A62;
    --rad: .2;
    --gap: 1;
    --gap-rate: .5;
    --text-danger: #c00;
    --text-warning: #007A62;
    --text-success: #181;
    --text-info: #007A62;;
    --text-lite: #999;
    --text-nav: #007A62;
    --text-vis: #90b;
    --bg-danger: #fcc;
    --bg-warning: #daefeb;
    --bg-success: #cec;
    --bg-info: #13B494; /*#bef; */
    --bg-lite: #fff;
    --bg-nav: #cdf;
    --bg-vis: #ecf;
    --btn-danger: var(--text-danger);
    --btn-warning: var(--text-warning);
    --btn-success: var(--text-success);
    --btn-info: var(--text-info);
    --btn-lite: var(--text-lite);
    --bg-btn: #19d7b2;
    --text-btn: var(--bg);
    --link: var(--text-nav);
    --visited: var(--text-nav);
    --radius: calc(var(--rad)*1em);
    --gap-n: calc(var(--gap)*1em);
    --gap-s: calc(var(--gap-n)*0.5);
    --gap-xs: calc(var(--gap-n)*0.2);
    --gap-l: calc(var(--gap-n)*2);
    --gaps-n: calc(var(--gap-n)*var(--gap-rate)) var(--gap-n);
    --gaps-s: calc(var(--gap-s)*var(--gap-rate)) var(--gap-s);
    --gaps-l: calc(var(--gap-l)*var(--gap-rate)) var(--gap-l);
}

.lite{
    --bg: #fff;
}

.lite .nav>li>a{
    --bg-hilite: transparent; /*rgba(50,40,0,.05);*/
}

input[name="lookup-cat_id"][name][name] {max-width:21em;}
ul.cats ul {top:0 !important;}
@media (max-width:55em){
    ul.cats ul {left:3em !important;}
}
ul.cats li {position:static;}
ul.cats li>a {position:relative;}

/* Header and footer */
#topnav, .lay-basic, .main-all-reviews, .main-suppliers, .main-steps {
    margin: 0 auto;
    max-width: 75em;
}

#topnav>ul {
    margin: 1em;
    align-items: center;
}

#topnav li {
    padding: 0.2em 1em;
}

#topnav>ul>li:first-child, #topnav>ul>li:nth-child(5) {
    margin-right: auto;
}

#footer {
    background: linear-gradient(90deg, #51DF7E 0%, #1AD6B4 100%);
    color: #fff;
    text-align: center;
    margin-top: 2em;
}

/* Form elements */

label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150.5%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #424242;
}

input {
    background: #FFFFFF;
    border: 1px solid #1DD6B1;
    border-radius: 4px;
}

select {
    background: #FFFFFF;
    border: 1px solid #1DD6B1;
    border-radius: 4px;
}

textarea {
    box-sizing: border-box;
    width: 450px;
    height: 130px;
    background: #FFFFFF;
    /* Green/one */
    border: 1px solid #1DD6B1;
    border-radius: 4px;
}

.btn {
    border-radius: 13px;
}

.btn:not([class*="bg-"]), .btn.bg-y {
    background: linear-gradient(90deg, #51DF7E 0%, #1AD6B4 100%);
}

/* Table elements*/
.table {
    border-collapse: separate !important;
    background: #FFFFFF;
}

thead th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #202020;
    text-align: center;
}

tbody tr {
    /* body */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    /* or 27px */
    /* Text/dark grey */
    color: #202020;
}

tbody tr td {
    /* text-align: center !important; */
}

.bg-i td {
    color: #fff;
}


/* Admin elements (tables and div) */

.admin-aside div.mar {display:block;}

:not(fieldset)>:not(form)>div.mar {
    border: 0.5px solid #13B494;
    box-shadow: 0px -6px 15px rgba(19, 180, 148, 0.3), 0px 5px 13px rgba(19, 180, 148, 0.3);
    border-radius: 5px;
    display: inline-block;
}

div.pad div.roll.mar {
    border: none;
    box-shadow: none;
}

.roll>table.bord {
    border: 0.5px solid #13B494;
    /* border: var(--border); */
    /* border-width: medium; */
}

article ul.nav {
    background: #FFFFFF !important;
    /* Grey/border */
    
    border-radius: 4px;
} 

article ul.nav li {
    background: #FFFFFF;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}


article ul.nav li:first-child {
    border-left: 1px solid #E1E1E1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

article ul.nav li:last-child {
    border-right: 1px solid #E1E1E1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

li ul li  {
    border-top: none !important;
    border-bottom: none !important;
}

#ups {
    margin: 1em;
    border: none;
}
/* Text style */

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    /* font-size: 30px; */
    line-height: 52px;
    color: #0C0C0C;
}

article h1 {
    text-align: center;
}

h1.mar {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    /* identical to box height, or 172% */
    text-align: left;   
    /* Text/main */
    color: #0C0C0C;
}

/* Custom classes */

.main-steps {}
.main-steps img {max-height:30vw;}
.main-steps h3 {text-align: center; font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 30px; line-height: 50px; /* identical to box height, or 125% */ color: #000000;}
.step-number {background-image:var(--grad1);display:inline-block;min-width:1.5em;padding:.5em;border-radius:3em;text-align:center;color:#fff;font-weight:bold;font-size:120%;border:1.25em solid #F8FCF3;} /* diameter = 5em */
@media (min-width:900px) {
  .main-steps[class][class] .row>* {margin:0;}
  .main-steps .row>:nth-child(1) {padding:0 2em;}
  .main-steps .row {position:relative;}
  .main-steps article:not(:first-of-type) .row:before {content:"";position:absolute;top:0;bottom:calc(50% + 4em);left:50%;border-left:2px solid var(--primary);}
  .main-steps article:not(:last-of-type) .row:after {content:"";position:absolute;top:calc(50% + 4em);bottom:0;left:50%;border-left:2px solid var(--primary);}
  .main-steps article:nth-of-type(2n) .row>:nth-child(1) {order:2;}
  .main-steps article:nth-of-type(2n) .row>:nth-child(2) {order:3;}
  .main-steps article:nth-of-type(2n) .row>:nth-child(3) {order:1;}
  .main-steps article:nth-of-type(2n+1) .row>:nth-child(1) {order:2;}
  .main-steps article:nth-of-type(2n+1) .row>:nth-child(2) {order:1;}
  .main-steps article:nth-of-type(2n+1) .row>:nth-child(3) {order:3;}
}
@media (max-width:899px){
  .main-steps .row>:nth-child(1) {margin-bottom:-5em;margin-top:2em;}
  .main-steps .row>:nth-child(2) {margin-left:8em;min-height:5em;}
  .main-steps .row>:nth-child(2) p {margin:0;}
}

.mark {color:var(--primary);}

.main-suppliers h3 {text-align: center; font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 30px; line-height: 50px; /* identical to box height, or 125% */ color: #000000;}
.main-suppliers .col-1 {background: #FFFFFF; box-shadow: 0px 0px 30px rgba(163, 186, 226, 0.2), inset 0px -4px 0px #007A62; border-radius: 20px;}
.main-suppliers .col-1 p{font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-size: 15px; line-height: 180%; padding-top: 15px; padding-bottom: 15px; /* or 27px */ text-align: center; /* Text/main */ color: #0C0C0C;}

.main-hello {height: 530px; margin: 0em -1em 0em; /* Green/gradient */ background: linear-gradient(90deg, #51DF7E 0%, #1AD6B4 100%);}
@media (min-width:1400px) {
.main-hello p img {padding-left: 5em;}
.main-hello p {/* Subtitle */ font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-size: 18px; line-height: 40px; /* or 153% */ color: #FFFFFF; padding-top: 3em; padding-right: 2em;}
.hello-hello { /* H0 */ font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 40px; line-height: 60px; /* identical to box height, or 125% */ text-align: center; color: #FFFFFF;}
.hello-name {font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 60px; line-height: 60px; /* identical to box height, or 83% */ color: #007A62;}
.hello-discount {font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 40px; line-height: 50px; color: #007A62;}
}
@media (min-width:900px) and (max-width:1399px)  {
    .main-hello p img {padding-left: 5em; padding-left: 2em; }
    .main-hello p {/* Subtitle */ font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-size: 14px; line-height: 40px; /* or 153% */ color: #FFFFFF; padding-top: 3em; padding-right: 2em;}
    .hello-hello { /* H0 */ font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 24px; line-height: 60px; /* identical to box height, or 125% */ text-align: center; color: #FFFFFF;}
    .hello-name {font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 40px; line-height: 60px; /* identical to box height, or 83% */ color: #007A62;}
    .hello-discount {font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 24px; line-height: 50px; color: #007A62;}
}
@media (max-width:899px)  {
    .main-hello p img {display: none;}
    .main-hello p {/* Subtitle */ font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-size: 14px; line-height: 30px; /* or 153% */ color: #FFFFFF; padding-top: 1em; padding-left: 2em;}
    .hello-hello { /* H0 */ font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 20px; line-height: 30px; /* identical to box height, or 125% */ text-align: center; color: #FFFFFF;}
    .hello-name {font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 32px; line-height: 30px; /* identical to box height, or 83% */ color: #007A62;}
    .hello-discount {font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-size: 16px; line-height: 30px; color: #007A62;}
}
@media (min-width:540px) and (max-width:900px)  {
    .main-hello {height: 330px !important;}
}

.main-footer {background: #F7F8FA; margin: 4em -1em -3em;}
.main-footer h2 {display: inline-block !important}

.main-footer div {
    margin: 0 auto;
    max-width: 75em; 
}
/* HARDCODE */
#sec-538 h2 {display: none;}

#div_add_cot_own_usr_id_1 {display: none !important;}
#div_add_cot_sto_id_1 {display: none !important;}
