.clearfix::after {
    display: block;
    content: "";
    clear:both;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}


@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url(../fonts/PlayfairDisplay-Bold.ttf);
}
@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../fonts/Roboto-MediumItalic.ttf);
}

@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.otf);
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Regular.eot');
    src: url('../fonts/subset-Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Regular.woff') format('woff'),
        url('../fonts/subset-Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.x-site, body, html {
    position: relative;
    height: 100%;
}
/* ====  Header START  ===== */
div.x-site {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    background-color: #DECACC;
}

header {
    display: flex;
    width: 100%;
    min-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /* height: 130px; */
    position: relative;
    z-index: 99999;
    align-items: center;
    background-color: #E28EA5;
}

div.header_center {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 10px 14px;
}
div.header-left {
    display: flex;
    float: left;
    align-items: center;
}
div.header-right {
    display: flex;
    float: right;
    align-items: center;
}

a.logo-lent {
    display: block;
    width: 65px;
    text-decoration: none;
}
a.logo-lent img {
    display: block;
    width: 100%;
    height: 12px;
    margin-bottom: 5px;
}
a.logo-lent .lg-text {
    display: block;
    width: 100%;
    font-size: 7px;
    letter-spacing: 2px;
    color: #fff;
    font-family: Arial,sans-serif;
}

a.logo-thy {
    display: flex;
    width: auto;
    align-items: center;
    text-decoration: none;
}
a.logo-thy img {
    display: block;
    float: right;
    width: 125px;
    height: 27px;
}
a.logo-thy .lg-text {
    display: block;
    width: auto;
    float: left;
    letter-spacing: .025em;
    font-size: .71875em;
    color: #fff;
    padding-left: 10px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: italic;
}


/* ======== MAIN part START ----===== */
main {
    display: block;
    margin: 0 auto;
    width: 100%;
}
div.main-page {
    display: block;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 100px);
    padding: 15px 0;
    margin-bottom: 40px;
    background-image: url("../img/articles-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div.test-page {
    display: flex;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 15px 0;
    background-image: url("../img/articles-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
}

div.main_center {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    
}
/* div.mncntBG {
    background-image: url("../img/mapBG.png");
    background-repeat: no-repeat;
    background-size: cover;
} */

img.image-center {
    display: block;
    position: absolute;
    width: 303px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    max-width: 100%;
    max-height: 100%;
}

div.main-left {
    display: flex;
    flex-wrap: wrap;
    float: left;
    position: relative;
    width: 50%;
    /* height: 100vh; */
    margin: 0px 0px 0px 0px;
    /* opacity: 0.8;
    background-color: #ffc3d2; */
    align-items: center;
    justify-content: center;
}
div.main-left::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    background-color: #ffc3d2;
}
div.main-right {
    display: block;
    float: right;
    flex-wrap: wrap;
    /* flex-direction: column; */
    width: 50%;
    /* height: 100vh; */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 2;
    align-items: flex-start;
    justify-content: center;
}

div.item-row {
    display: flex;
    width: 100%;
    justify-content: center;
}
div.main-item  {
    display: block;
    height: auto;
    width: auto;
    max-width: 300px;
    position: relative;
    z-index: 3;
}

div.item-first {
    width: 22.5em;
    padding: .5em .125em;
    margin: 0 0 0 65px;
}
div.item-second {
    width: 16.75em;
    text-align: right;
    padding: .6875em .5em;
    margin: 0 110px 0 0;
}

div.item-third {
    width: 15.875em;
    padding: 1.5em .5em;
    margin: 0 0 0 124px;
}

div.item-first div.lmap, div.item-third div.lmap {
    justify-content: flex-start;
}


.main-item-text {
    display: flex;
    width: 100%;
    padding: 9px;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #E28EA5;
    justify-content: center;
}


.head-first span {
    display: block;
    float: left;
    margin: -2px 6px 0px -30px;
    font-size: 53px;
    font-family: Roboto-Regular;
    /* top: -3.125em; */
}
.head-first h1 {
    display: flex;
    float: right;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    letter-spacing: -0.5px;
    align-items: center;
    justify-content: center;
}

.head-second span {
    display: block;
    float: left;
    margin-left: -.1875em;
    font-size: 4em;
    position: relative;
    top: -.125em;
    margin-right: 6px;
}
.head-second h2 {
    display: block;
    float: right;
    text-align: right;
    font-size: 22px;
    color: #fff;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
}

.head-third span {
    display: block;
    float: left;
    margin: -10px 0 0 -35px;
    font-size: 4em;
    top: -.125em;
}
.head-third h2 {
    display: block;
    float: right;
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -.17em;
    margin-left: .5em;
}

.text-second {
    display: block;
    width: 100%;
    line-height: 1.3;
    color: #941a4b;
    font-size: 13px;
    font-style: italic;
    font-family: 'Montserrat';
    font-weight: normal;
    text-align: left;
    margin-top: 15px;
    padding: 0 10px 0 15px;
}

div.lmap {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 15px;
}
a.link-map {
    display: flex;
    float: right;
    /* min-width: 114px; */
    padding: 7px 15px;
    height: auto;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #E28EA5;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: .0625em;
    line-height: 1.4;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    font-style: italic;
    transition: background-color .3s ease;
}
a.link-map:hover {
    background-color: rgba(101,1,53,.41);
}
a.link-map img {
    margin: 0 5px;
}

div.item-first a.link-map img {
    transform: rotate(-90deg);
}
div.item-second a.link-map img {
    transform: rotate(90deg);
}

div.item-third a.link-map img {
    transform: rotate(0deg);
}

.share, .share_slct {
    display: block;
    position: fixed;
    width: 120px;
    bottom: 60px;
    right: 25px;
    color: #fff;
    z-index: 10;
}

.sh_cntr {
    margin: 0 auto;
    right: auto;
    left: calc(50% - 100px);
}

.share .social {
    position: absolute;
    display: flex;
    float: left;
    right: 25px;
    bottom: 2px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    color: #fff;
    z-index: 4;
}

.top_share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    width: auto;
    top: 65px;
    left: calc(50% - 9px);
    right: auto;
    bottom: auto;
    color: #fff;
    z-index: 10;
}
.top_share .social {
    position: absolute;
    display: flex;
    float: none;
    right: auto;
    top: 25px;
    /* opacity: 0;
    visibility: hidden; */
    transition: opacity .3s ease;
    color: #fff;
    z-index: 4;
}


.share_slct .social {
    opacity: 1;
    visibility: visible;
}
.share .social a {
    display: block;
    float: left;
    width: 15px;
    height: 17px;
    margin:0 8px 0 8px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
a.wk {
    background-image: url("../img/wk.svg");
}
a.tg {
    background-image: url("../img/telegramWhiteNew.svg");
}
a.fb {
    background-image: url("../img/fb.svg");
}
a.tw {
    background-image: url("../img/twitterWhite2.svg");
}
a.ok {
    background-image: url("../img/ok.svg");
}


.heart {
    display: block;
    float: right;
    width: 14px;
    height: 14px;
    border: 0;
    outline: none;
}

/* ========= FOOTER PART START =---------------=========== */
footer {
    display: flex;
    position: absolute;
    width: 100%;
    min-height: 30px;
    padding: 0px 10px;
    /* top: 100%; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

div.footer_center {
    display: block;
    width: 100%;
    margin: 0 auto;
}
div.copyright {
    display: flex;
    height: 100%;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1.12px;
    text-align: left;
    opacity: 1;
    padding: 10px 0;
    /* white-space: wrap; */
    text-align: center;
    color: #5b0024;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: bold;
}

/* ---ARTICLES PAGE START---- */
div.page-articles {
    display: flex;
    background-image: url("../img/articles-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-bottom: 50px;
    z-index: 4;    
}
div.page-articles_test {
    display: flex;
    align-items: center;
    background-image: url("../img/bg_articles_test.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: calc(100vh -  60px);
	height: 100%;
    z-index: 4;
}
div.page-articles_in {
    display: flex;
    background-image: url(../img/articles-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 2.70vw);
    margin-bottom: 2.2vw;
    z-index: 4;    
}

.article-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 28.125em;
    height: 100%;
    bottom: 1.25em;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    opacity: .6;
    max-width: 100%;
    max-height: 100%;
}
a.close-back {
    
    font-size: .875em;
    color: #fff;
    background-color: #E28EA5;
    position: absolute;
    padding: .6875em .875em .75em;
    right: 0;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
    z-index: 7;

}
a.close-back:hover {
    background-color: rgba(101,1,53,.6);
}
a.close-back img {
    margin-right: 5px;
}

div.atcl-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 10px 0px 30px 0px;
    /* align-items: center; */
    justify-content: center;
    z-index: 4;
}
div.artcl-item {
    display: block;
    float: left;
    width: 550px;
    margin: 0px 15px 25px 15px;
}
/* div.artcl-item:nth-child(2n) {
    margin: 0px 0px 20px 0px;
} */
h2.artcl-head {
    display: inline-block;
    padding: 10px;
    background-color: #E28EA5;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
    font-weight: bold;
    font-family: 'Montserrat';
}

div.artcl-content {
    padding-top: .75em;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 1.375em;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #941a4b;
    font-size: 14px;
    font-style: italic;
}
div.arcl-link {
    display: block;
    width: 100%;
    margin-top: 10px;
}
a.arcl-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E28EA5;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: .0625em;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    font-style: italic;
    /* width: 136px; */
    height: 36px;
    padding: 15px;
    /* padding: 1em 2.875em; */
    margin-top: 15px;
    margin-left: 15px;
    opacity: 1;
    position: relative;
    transition: transform .3s ease-in;
    top: 0;
}
a.arcl-link-btn:hover {
    background-color: rgba(101,1,53,.6);
    transform: translateY(7px);
}
a.arcl-link-btn img {
    margin: 4px 5px 5px 5px;
    transform: rotate(-90deg);
}

/* ---ARTICLES PAGE FINISH---- */


/* ---TEST PAGE START---- */
div.test-container {
    display: block;
    width: 100%;
    max-width: 325px;
    margin: 20px auto;
}
div.test-container h1 {
    display: block;
    width: 100%;
    margin: 0px auto 20px auto;
    font-family: Roboto-Regular;
    font-style: italic;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
}

div.result-text {
    width: 100%;
    text-align: center;
    font-family: Roboto-Regular;
    font-style: italic;
    font-size: 1.0625em;
    color: #fff;
    margin: 0px auto 15px auto;
}
form.test-form {
    display: block;
    width: 100%;
}
div.test-questn {
    width: 100%;
    padding: 15px;
    margin: 5px 0 15px 0;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    letter-spacing: .011em;
    line-height: 1.3;
    color: #fff;
    background-color: #E28EA5;
}
div.tst-input-row {
    text-align: center;
    width: 100%;
    padding: 3px 0;
}
div.tst-input-row label {
    display: flex;
    text-align: left;
    position: relative;
    /* padding-left: 2.1875em;
margin-bottom: .875em; */
    margin-left: 7px;
    cursor: pointer;
    font-family: Roboto-Regular;
    font-weight: 500;
    color: #941a4b;
    font-size: 14px;
    font-style: italic;
    align-items: center;
    justify-content: center;
}
div.tst-input-row input {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 5px solid #E28EA5;
    margin: 0px 8px 0px 0px;
    outline: none;
    background-color: #E28EA5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .10s ease-in-out,background-position .10s ease-in-out,border-color .10s ease-in-out,box-shadow .10s ease-in-out;
}

div.tst-input-row input:checked[type=radio] {
    background-color: #fff;
}

button.test-btn {
    display: block;
    margin: 25px auto 10px auto;
    background-color: #E28EA5;
    color: #fff;
    font-family: Roboto-Regular;
    font-weight: 500;
    letter-spacing: .0625em;
    font-size: .9375em;
    text-transform: uppercase;
    padding: 8px 20px;
    /* float: left; */
    font-style: italic;
    transition: background-color .3s ease;
    border: none;
    outline: none;
}
button.test-btn img {
    transform: rotate(-90deg);
    margin: 0px 0px 3px 1px;
}

button.test-btn:hover {
    background-color: rgba(101,1,53,.6);
    cursor: pointer;
}



div.reslt-link {
    display: flex;
    justify-content: center;
    width: 100%;
}
div.reslt-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    margin: 0px 10px;
    text-decoration: none;
    background-color: #E28EA5;
    color: #fff;
    font-family: Roboto-Regular;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    /* float: left; */
    font-style: italic;
    text-align: center;
    transition: background-color .3s ease;
}
div.reslt-link a:hover {
    background-color: rgba(101,1,53,.41);
}

/* ---TEST PAGE FINISH---- */


/* ---MAP PAGE START---- */
div.map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 80px);
    /* background-image: url("../img/mapBG.png");
    background-repeat: no-repeat;
    background-size: cover; */
}
div#map_canvas {
    height: 100%;
}

/* ---MAP PAGE FINISH---- */


/* ---ARTICLE_IN PAGE START---- */
div.atcl_in-container {
    display: block;
    width: 100%;
    padding: 20px;
    z-index: 2;
}
div.page-articles_in {
    display: flex;
    background-image: url(../img/articles-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 50px);
    margin-bottom: 60px;
    z-index: 4;
}


h1.artcl_in-head {
    display: block;
    width: 100%;
    padding: 0.73vw;
    /* background-color: rgba(101,1,53,.51); */
    font-size: 28px;
    color: #fff;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
    /* font-style: italic; */
}

div.artcl_in-content {
    display: block;
    width: 100%;
    margin: 1.09vw auto;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #941a4b;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

div.share-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
img.artcl-image {
    display: block;
    float: none;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 10px auto 10px auto;
}

div.artcl-text {
    display: block;
    width: 100%;
    margin: 0 auto 15px auto;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    text-align: justify;
}
div.artcl-text p {
    margin-bottom: 12px;
}

div.arctl-test {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 3vw;
    margin-bottom: 1vw;
    border: 1px solid #000;
}

div.arctl-test:last-child {
    height: 250px;
}
div.arctl-test div.map {
    min-height: auto;
}

div.artcl_in {
    overflow: auto;
}
footer.artcl-footer {
    position: fixed;
    bottom: 0;
}

div.start-test {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
	margin: 0 auto;
    /* position: absolute; */
}
div.start-test-next {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 96%;
    max-width: 480px;
    margin: 0 auto;
    /* position: absolute; */
}

div.test-info {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #E28EA5;
    border-top-right-radius: 0.6vw;
    border-bottom-left-radius: 0.6vw;
}

div.tstinf-head {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 2em;
    font-weight: bold;
    line-height: 0.5em;
    padding: 5px;
}

div.tstinf-txt, .tstinf-res{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px;
}

div.start_inputs {
    display: flex;
    justify-content: center;
}
div.start-input-row {
    text-align: center;
    width: auto;
    padding: 10px 0;
    margin: 8px;
}
div.start-input-row label {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    /* padding-left: 2.1875em;
    margin-bottom: .875em; */
    margin-left: 7px;
    cursor: pointer;
    font-family: OpenSans-Regular;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #941a4b;
    font-size: 1.1875em;
    cursor: pointer;
    /* font-style: italic; */
}
div.start-input-row input {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid #E28EA5;
    margin: 0px 8px 0px 0px;
    outline: none;
    background-color: #E28EA5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .10s ease-in-out,background-position .10s ease-in-out,border-color .10s ease-in-out,box-shadow .10s ease-in-out;
}

div.start-input-row input:checked[type=radio] {
    background-color: #fff;
}


div.start-test-result {
    display: none; /* ---- Result part display: flex; ----*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 96%;
    max-width: 480px;
}

div.start-test-result h1 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #7f2549;
    font-size: 33px;
    margin-bottom: 15px;
    text-align: center;
}
div.start-test-links {
    display: flex;
    justify-content: center;
    width: 100%;
}
div.start-test-links>a.start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    max-width: 140px;
    margin: 10px;
    padding: 10px;
    font-family: PlayfairDisplay-Regular;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
}

a.repeat-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-style: normal;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    color: #7f2549;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}
a.repeat-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    padding: 5px;
    background-color: #E28EA5;
    border-radius: 50%;
}
a.repeat-btn img {
    display: block;
    width: 15px;
    height: 15px;
}


div.str-title {
	width: 100%;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #7f2549;
    font-size: 1.375em;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 3vw;
}

a.start-btn {
    display: flex;
    font-size: 1.1875em;
    font-family: 'Montserrat';
    background: #E28EA5;
    padding: 12px 12px;
    transition: all .3s ease;
    color: #fff;
    font-weight: bold;
    line-height: 0.5em;
    letter-spacing: .025em;
    text-decoration: none;
    border-bottom-left-radius: .5em;
    border-top-right-radius: .5em;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
a.start-btn:hover {
    background-color: rgba(101,1,53,.6);
    transform: translateY(7px);
}

a.btn_left {
    display: flex;
    font-size: 13px;
    font-family: 'Montserrat';
    background: #E28EA5;
    height: auto;
    padding: 12px;
    margin: 10px;
    transition: all .3s ease;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .025em;
    text-decoration: none;
    text-align: center;
    border-bottom-left-radius: .5em;
    border-top-right-radius: .5em;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
a.btn_left:hover {
    background-color: rgba(101,1,53,.6);
    transform: translateY(7px);
}

div.article_in_map>h2 {
    width: 100%;
    padding: 10px;
    margin: 15px auto 0px auto;
    font-family: Roboto-MediumItalic;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    font-size: 15px;
    line-height: 15px;
} 
/* ---ARTICLE_IN PAGE FINISH---- */

/* ---ARTICLE_TEST PAGE START---- */
div.page-articles_test_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* max-width: 67.34vw; */
}
div.pg_artcl_test_bottom {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 50px;
    padding: 10px;
    z-index: 5;
}
div.pb_bottom_left {
    display: flex;
    float: left;
    position: relative;
    max-width: 125px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	bottom: -18px;
    z-index: 5;
}
div.pb_bottom_right {
    display: flex;
    float: right;
    position: relative;
    max-width: 145px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
div.icon_question img {
    width: 100%;
    max-width: 100%;
}
div.icon_question {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    width: 20px;
    margin-bottom: 10px;
    animation: iconmove 2.5s infinite;
}
@keyframes iconmove {
    0% {
        margin-bottom: 0.5vw;
    }
    50% {
        margin-bottom: 1vw;
    }
    100% {
        margin-bottom: 0.5vw;
    }
}

div.bottom_text {
    text-align: center;
    color: #7f2549;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-transform: none;
    padding: 0.5vw 0;
    animation: animation-text 10s infinite;
}
@keyframes animation-text {0%{color:#7f2549;}95%{color:#7f2549;}97%{color: #DECACC;}98%{color:#DECACC;}to{color:#7f2549;}}

a.bottom_link {
    font-family: PlayfairDisplay-Regular;
    background: #b15e7f;
    padding: 7px;
    margin-top: 8px;
    text-decoration: none;
    transition: background-color .3s ease;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: .025em;
    border-bottom-left-radius: .5em;
    border-top-right-radius: .5em;
    position: relative;
    z-index: 3;
}
a.bottom_link:hover {
    background-color: #ce8c72;
}


div.girl-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0;
    /* left: 13.75em; */
    width: 200px;
    height: 300px;
    margin-top: 0;
    /* top: 2.19vw; */
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    -webkit-filter: drop-shadow(0 0 15px rgba(240,130,155,.8));
    filter: drop-shadow(0 0 15px rgba(240,130,155,.8));
}
div.girl-image img {
    display: block;
    width: 100%;
    height: 100%;
}

div.girl_line {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;

}


div.line1 img, div.line2 img, div.line3 img, div.line4 img, div.line5 img   {
    width: 100%;
    height: 100%;
}

div.line1 {
    position: absolute;
    width: 12.999vw;
    height: 10.05vw;
    left: 36.3vw;
    top: 8vw;
}
div.line2 {
    position: absolute;
    width: 11.999vw;
    height: 8.8vw;
    left: 38.3vw;
    bottom: 11vw;
}
div.line3 {
    position: absolute;
    width: 7.6vw;
    height: 3.1vw;
    right: 37vw;
    top: 7.5vw;
}
div.line4 {
    position: absolute;
    width: 10.6vw;
    height: 6.5vw;
    right: 34.8vw;
    top: 13vw;
}
div.line5 {
    position: absolute;
    width: 11.6vw;
    height: 11.6vw;
    right: 36.3vw;
    bottom: 14vw;
}


div.girl_links {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
}

div.link_item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    /* min-width: 260px; */
    height: auto;
    padding: 10px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    font-weight: 400;
    border-bottom-left-radius: 0.87vw;
    border-top-right-radius: 0.87vw;
    text-align: center;
    /* z-index: 999; */
}

div.link_item h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    line-height: 1.3;
    letter-spacing: .0175em;
    min-width: 100%;
    max-width: 100%;
    min-height: 50px;
    margin: 0 auto;
    text-align: center;
    background: #E28EA5;
    padding: 10px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    height: auto;
    cursor: pointer;
    transition: all .3s ease;
    /* z-index: 4; */
}

div.link_item h2::before {
    position: absolute;
    border-bottom-left-radius: .625em;
    border-top-right-radius: .625em;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;

    background: #fe96b0;
    left: .375em;
    top: .8125em;
}

div.link_item h2::after {
    position: absolute;
    border-bottom-left-radius: .625em;
    border-top-right-radius: .625em;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;

    background: #ffbea5;
    left: -.3125em;
    top: .4375em;
}


div.lnkitem_body {
    display: none;
    position: absolute;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    /* min-width: 14.64vw; */
    background: #E28EA5;
    border-bottom-left-radius: .8vw;
    border-top-right-radius: .8vw;
    padding: 10px;
    left: 0;
    top: -15px;
    text-align: center;
    /* z-index: 9; */
}
div.lnkitem_body::before {
    position: absolute;
    border-bottom-left-radius: .625em;
    border-top-right-radius: .625em;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    
    background: #fe96b0;
    left: .375em;
    top: .8125em;
}
div.lnkitem_body::after {
    position: absolute;
    border-bottom-left-radius: .625em;
    border-top-right-radius: .625em;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;

    background: #ffbea5;
    left: -.3125em;
    top: .4375em;
}

div.link_item:hover >h2 {
    display: none;
    /* z-index: 0; */
}

div.link_item:hover div.lnkitem_body {
    display: block;
    /* z-index: 9; */
}

/* .add_block {
    display: block !important;
}

.add_none {
    display: none !important;
} */

span.cls_btn {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e28ea5;
    right: -10px;
    top: -10px;
    background-image: url("../img/cls_btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
}

div.item_text{
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
    overflow-y: hidden;
}

a.item_read {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    text-decoration: underline;
    margin: 0.5vw auto 0.5vw auto;
    z-index: 999;
}

/* div.lnitem_1 {
    left: auto;
    top: auto;
}
div.lnitem_2 {
    left: 23.4vw;
    top: 28.9vw;
}
div.lnitem_3 {
    right: 20.6vw;
    top: 5.5vw;
}
div.lnitem_4 {
    right: 18.4vw;
    top: 16.5vw;
}
div.lnitem_5 {
    right: 21vw;
    bottom: 11.5vw;
}
div.lnitem_1, div.lnitem_2, div.lnitem_3, div.lnitem_4, div.lnitem_5 {
    right: auto;
    bottom: auto;
} */
   

/* SLIDER------- */
div.manshet_specl {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 800px;
    margin: 0px auto 30px auto;
    overflow: hidden;
}
/* div.manshet_specl .swiper-container {
    overflow-y: visible;
} */


div.manshet_specl  .gallery-top{
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
}
div.manshet_specl  .gallery-thumbs{
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto;
    overflow: visible;
    z-index: 9999;
}

div.manshet_specl .gallery-thumbs .swiper-slide {
    display: flex;
    width: auto;
    /* max-width: 260px; */
    height: auto;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    overflow: visible;
}


div.wrapper_btn .swiper-button-next, div.wrapper_btn .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    top: calc(50% - 20px);
    opacity: 1;
}
div.wrapper_btn .swiper-button-next {
    background-image: url("../img/arrows_mobile.svg");
    right: 20px;
}
div.wrapper_btn .swiper-button-prev {
    background-image: url("../img/arrows_mobile.svg");
    left: 20px;
    transform: rotate(180deg);
}
/* SLIDER------- */

div.view_simptom {
    position: relative;
    top: auto;
    height: auto;
    background: transparent;
    width: 100%;
    max-width: 300px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    /* font-style: italic; */
    line-height: 18px;
    color: #951749;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* ---ARTICLE_TEST PAGE FINISH---- */






