@import url(lvDefault.css?v=2);

/*@import url(lvTestOnline.css);*/

:root {
    --bg-body-color: #fbfbfb;

    --def-text-color: #262626;
    --def-text2-color: #434343;
    --def-text-primary: #cfaa5e;
    --def-text-orange: #f07d00;
    --def-text-white: #ffffff;
    --def-text-black: #212121;
    --def-text-red: #db0500;
    --def-text-green: #068000;
    --def-text-primary2: #354259;

    --def-text-size: 16px;
    --def-text-weight: 400;

    --def-color-grey0: #f1f1f1;
    --def-color-grey1: #e5e5e5;
    --def-color-grey2: rgb(176, 176, 176);
    --def-color-grey3: #777777;
    --def-color-grey4: #5b5b5b;
    --def-color-grey5: #363636;

    --a-color: #cfaa5e;
    --a-hover-color: #cfaa5e;

    --input-btn-bg: #cfaa5e;
    --input-btn-bg-hover: #cfaa5e;
    --input-btn-text: #212121;
    --input-btn-border-radius: 4px;
    --input-btn-textcolor-hover: #fff;
    --input-btn-weight: 600;

    --input-bg: #ffffff;
    --input-border: #cfaa5e;
    --input-border-radius: 8px;
    --input-border-color-focus: #cfaa5e;

    --def-text-header-color: #cfaa5e;
    --def-text-title-color: #696868;

    --def-border-image-color: #cfaa5e;

    --def-table-border-color: #f1f1f1;
    --def-table-bg-hover-color: #f7f7f7;
}


/* main */

body {
    background: #f6f6f6;
}

.main {
    width: 1700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.main1000 {
    width: 1000px !important;
}
.main800 {
    width: 800px !important;
}


/* header */


header {
    text-align: center;
    position: relative;
    height: 100px;
    padding: 20px 10px;
    background: #141414;
    display: flex;
}

header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo img {
    width: 230px;
}



/** NAVIGATION **/

/* nav menu top */

nav#menu {
    display: flex;
    justify-content: center;
    gap: 10px;
}

nav#menu a {
    padding: 8px 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

nav#menu a:hover, nav#menu a.sel {
    color: var(--a-hover-color);
    text-decoration: underline;
}

/** CONTENT **/

section.content .main {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}



section.content.colsLeft .main {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

/* left column */

section.content aside {
    width: 18%;
}

section.content aside .naglLL {
    font-size: 16px;
    font-weight: 700;
}

/* body column */


/** FOOTER **/

footer {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 15px 15px 15px;
    gap: 5px;
    color:#f6f6f6;
    background: #141414;
}

footer div {
    font-size: 12px;
    color: #ffffff !important;
}

footer div a {
    color: #ffffff !important;
}



#duzastopka {
    background: #141414;
    padding: 40px 0;
    margin-top: 50px;
}

#duzastopka .main {
    display: flex;
    align-items: center;
}

#adresst {
    display: flex;
    width:80%;
    align-items: center;
    gap: 65px;
}

#adresst img {
}

#txt1, #txt2 {
    line-height: 150%;
    font-size: 16px;
    color:#f6f6f6;
}

#txt1 a, #txt2 a {
    color:#f6f6f6;
}

#zostan_agentem {
    white-space: nowrap;
}

#boxyTop .main {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 0px 10px;
}

#boxyTop .main .boxgl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    width: 25%;
    color:#141414;
    font-weight: 500;
    font-size: 18px;
    padding: 30px 10px;
    box-shadow: 0px 0px 30px 0px rgba(207, 170, 94, 0.44);
}

#boxyTop .main .boxgl img {
    width: 125px;
}

#boxyTop .main .boxgl h2 {
    color:#cfaa5e;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 20px 0;
}

#boxyBottom .main {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 0px 10px;
}

#boxyBottom .main .boxgl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    width: 400px;
    color:#141414;
    font-weight: 500;
    font-size: 18px;
    padding: 30px 10px;
    box-shadow: 0px 0px 30px 0px rgba(207, 170, 94, 0.44);
}

#boxyBottom .main .boxgl h2 {
    color:#fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 140%;
}

.form-group div .options  {
    display: flex !important;
    flex-wrap: wrap;
}


.lvBox2  {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    width: 25%;
    color:#141414;
    font-weight: 500;
    font-size: 18px;
    padding: 30px 10px 10px 10px;
    margin: 0 20px 0 20px;
    box-shadow: 0px 0px 30px 0px rgba(207, 170, 94, 0.44);
}

.lvBoxP h2 {
    color: #cfaa5e;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 140%;
}

.lvBox2 img  {
    border-radius: 16px;

}

.lvBoxP {
    height: 100px;
    margin-top: 5px;
}