:root{--fnt:'Mitr';--fnt2:'Times New Roman';--main:#d2995e;--hover:#0d554d;--text:#333;--prev:#777;--red:#ed1c24;--bord:#d7d7d7;--grey:#f5f5f5;--wite:#fff;}
::-webkit-scrollbar{width:10px;}::-webkit-scrollbar-track{background-color:var(--text);}::-webkit-scrollbar-thumb{background-color:var(--main);}
.fnt{font-family:var(--fnt);}.fnt2{font-family:var(--fnt2);}.fs-7{font-size:14px;}.fs-8{font-size:12px;}.fw-5{font-weight:500;}.ls-1{letter-spacing: 1px;}.tr-5{transition:all 0.5s ease 0s;}
.cl-m{color:var(--main);}.cl-h{color:var(--hover);}.cl-t{color:var(--text);}.cl-p{color:var(--prev);}.cl-r{color:var(--red);}.cl-w{color:var(--wite);}
.br-5{border-radius:5px;}.br-15{border-radius:15px;}.br-30{border-radius:30px;}.br-50{border-radius:50%;}
body{font-family:'Open Sans','Helvetica Neue',Roboto,Arial,sans-serif;color:var(--text);}
input,select,textarea{width:100%;height:50px;padding:0;border:1px solid var(--bord);border-radius:5px;outline:none;text-indent:1rem;transition:all 0.5s ease 0s;}
input:disabled{cursor: not-allowed;}
input:focus,select:focus,textarea:focus{border:1px solid var(--main);box-shadow:0 0 15px rgb(0 0 0 / 5%);}
input[type=submit]{display:inline-block;width:auto;padding:0 50px;background-color:var(--main);border:0;font-weight:700;text-indent:0;color:var(--wite);}
input[type=submit]:hover{background-color:var(--hover);}
select{background:var(--wite) url(images/select.png) no-repeat center right 9px;appearance:none;}textarea{display:block;height:106px;padding:1rem;text-indent:0;}
h1,h2,h3,h4,h5,h6{margin-bottom:0;}ul,ol,p{margin:0;padding:0;}a{text-decoration:none;}img{display:block;max-width:100%;height:auto;}.i-obc{width:100%;height:100%;object-fit:cover;}.wow{opacity:0;}
.i-hov{overflow:hidden;}.i-hov img{transition:all 0.5s ease 0s;}.i-hov:hover img{transform:scale(1.1);}
.n-hov-l a{width:100%;background:linear-gradient(transparent calc(100% - 2px), var(--main) 2px) no-repeat top left / 0% 100%;color:var(--text);transition:all 0.5s ease 0s;}
.n-hov-l a:hover{background-size:100% 100%;color:var(--main);}
.n-hov-t a{background:linear-gradient(to right, var(--main), var(--main) 50%, var(--text) 50%) 100% / 200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;transition:all 0.5s ease 0s;}
.n-hov-t a:hover{background-position:0;}
.f-item{position:relative;margin-bottom:1.5rem;}.f-item span{display:block;margin-bottom:0.25rem;}
.f-item input.error,.f-item select.error,.f-item textarea.error{border-color:var(--red);}
.f-item label.error,.f-item label#emailregistered{position:absolute;top:100%;right:0;font-size:12px;color:var(--red);}

.main-title{margin-bottom: 3rem; font-family: var(--fnt); text-transform: uppercase; text-align: center; line-height: 1.5;}
.main-title *{display: block; line-height: 1.5; color: var(--main)!important;}
.main-button{font-weight: 700; line-height: 50px;}
.main-button a{display: inline-block; padding: 0 1.5rem; border: 2px solid var(--main); border-radius: 5px; color: var(--main); transition: all 0.5s ease 0s;}
.main-button a i{margin-left: 0.5rem; transition: all 0.125s ease 0s;}
.main-button a:hover{background-color: var(--main); color: var(--wite);}
.main-button a:hover i.fa-plus{margin-left: 1rem; transform: rotate(90deg);}
.main-button a:hover i.fa-arrow-up-right{margin-left: 1rem; transform: rotate(45deg);}
.main-author, .site-description{position: absolute; width: 1px; height: 1px; border: 0; clip: rect(0, 0, 0, 0); word-wrap: normal; overflow: hidden;}
.main-page{list-style: none; display: flex; justify-content: center; margin-bottom: 3rem;}
.main-page li+li{margin-left: 0.5rem;}
.main-page li a{display: block; width: 40px; background-color: var(--grey); text-align: center; line-height: 40px; color: var(--text); transition: all 0.5s ease 0s;}
.main-page li a:hover, .main-page li a.active{background: var(--main); color: var(--wite);}
.main-detail p{margin-bottom: 15px;}
.main-detail h2{padding: 0.75rem 0; font-size: 1.5rem;}
.main-detail h3{padding: 0.75rem 0; font-size: 1.25rem;}
.main-detail h4{padding: 0.75rem 0; font-size: 1.0rem;}
.main-detail ul, .main-detail ol{padding: 0 0 0.75rem 2rem;}
.main-detail img{display: inline-block!important;}  
.main-detail table{width: 100%!important; border-collapse: collapse; border-color: var(--bord);}
.main-detail iframe{display: block; margin: 0 auto!important;} 
.main-detail figure{padding: 0 0 1rem;}
.main-detail figure figcaption{font-size: 14px; font-style: italic;}
.main-other{margin-bottom: 3rem; font-family: var(--fnt); font-weight: 700; border-bottom: 2px solid var(--bord);}
.main-other *{position: relative; display: inline-block;}
.main-other *:before{content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background-color: var(--main);}
.main-share > div:nth-child(1){margin-right: 17px; padding: 3px 10px; border: 1px solid var(--bord); color: #777;}
.main-share > div:nth-child(1):before
.main-share > div:nth-child(1):after{content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 100%; width: 0; height: 0; border-style: solid;}
.main-share > div:nth-child(1):before{border-width: 7px 0 7px 9px; border-color: transparent transparent transparent var(--bord);}
.main-share > div:nth-child(1):after{border-width: 6px 0 6px 8px; border-color: transparent transparent transparent var(--wite);}
.main-share > div:nth-child(1) i{padding-right: 10px; border-right: 1px solid var(--bord);}
.main-share > div:nth-child(1) b{padding: 0 10px; font-size: 12px; vertical-align: text-bottom;}
.main-share #st-1 .st-btn[data-network='telegram']{display: inline-block!important;}

.footer{background-color: var(--hover); color: rgb(255 255 255 / 75%);}
.footer ul{list-style: none;}
.footer ul li a{color: rgb(255 255 255 / 75%); transition: all 0.5s ease 0s;}
.footer ul li a:hover{color: var(--main)}
.footer-title{margin-bottom: 1.5rem; font-family: var(--fnt); font-size: 20px; text-transform: uppercase; letter-spacing: 1px; color: var(--wite);}
.footer-address{background-color: var(--grey);}
.footer-address ul li{padding-left: 1.5rem; background: url(images/rhombus.png) no-repeat top 5px left / 12px; color: var(--prev)}
.footer-address ul li+li{margin-top: 0.5rem;}
.footer-address ul li:nth-child(2){padding-left: 0; background: none; color: var(--text);}
.footer-background{background: url(images/footer.jpg) no-repeat center / cover;}
.footer-map{filter: grayscale(100%); transition: all 0.5s ease 0s;}
.footer-map:hover{filter: grayscale(0%);}
.footer-map iframe{display: block!important; width: 100%!important; height: 100%!important;}
.footer-contact ul li{padding: 0.75rem 0; border-bottom: 1px solid rgb(255 255 255 / 15%);}
.footer-contact ul li:nth-child(1){padding: 0; border-bottom: none;}
.footer-contact ul li:nth-child(2){padding-top: 0;}
.footer-field ul li{width: calc(50% - 0.5rem); margin-bottom: 1rem;}
.footer-field ul li:nth-child(1){width: 100%; margin-bottom: 1.5rem;}
.footer-field ul li a{display: block; height: 100%; padding: 0.5rem; border: 1px solid rgb(255 255 255 / 15%); text-align: center;}
.footer-field ul li a:hover{background-color: rgb(255 255 255 / 75%); color: var(--hover);}
.footer-bottom{background-color: rgb(0 0 0 / 15%);}
.press-black{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 50%); opacity: 0; transition: all 0.5s ease 0s; pointer-events: none; z-index: 99991;}
.press-black-2{opacity: 1; pointer-events: auto;}
.press{bottom: 1rem; left: 1rem; width: 60px; height: 60px; cursor: pointer; z-index: 99992;}
.press:before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--main); border-radius: 50%; animation: shadow 2s infinite;}
.press-wrap{border: 10px solid var(--main);}
.press-wrap:after{position: absolute; top: 15px; left: 15px; width: 30px; background-color: var(--main); border-radius: 50%;}
.press-wrap-2:after{content: '\f00d'; font-family: 'Font Awesome 6 Pro'; text-align: center; line-height: 30px; color: var(--wite);}
.press-slick{border: 5px solid var(--wite);}
.press-popup{bottom: calc(100% + 20px); left: 0; width: 150px; background-color: var(--wite); box-shadow: 0 5px 15px rgb(0 0 0 / 15%); opacity: 0; pointer-events: none;}
.press-popup a{display: block; line-height: 30px; color: var(--text); transition: all 0.5s ease 0s;}
.press-popup a+a{margin-top: 0.5rem;}
.press-popup a:hover{color: var(--main);}
.press-popup a img{display: inline-block; width: 30px; margin-right: 0.5rem; border-radius: 50%; vertical-align: top;}
.press-popup:after{content: ''; position: absolute; bottom: -20px; left: 20px; display: block; border: 10px solid transparent; border-top-color: var(--wite);}
.press-popup-2{opacity: 1; pointer-events: auto;}

.click{right: 1rem; bottom: calc(40px + 1rem); z-index: 99992;}
.click a{position: relative; display: block; margin-bottom: 0.5rem; line-height: 40px; color: #333;}
.click a *{box-shadow: 0 0 5px rgb(0 0 0 / 15%);}
.click a i{display: block; width: 40px; background-color: var(--main); border-radius: 50%; font-size: 18px; text-align: center; line-height: 40px; color: var(--wite);}
.click a:nth-child(1) i{background-color: var(--red);}
.click a span{position: absolute; top: 1rem; right: calc(100% + 0.5rem); padding: 0 0.5rem; background-color: var(--wite); opacity: 0; pointer-events: none; text-wrap: nowrap; transition: all 0.5s ease 0s;}
.click a span:after{content: ''; position: absolute; top: 15px; right: -10px; display: block; border: 5px solid transparent; border-left-color: var(--wite);}
.click a:hover span{top: 0; opacity: 1; pointer-events: none;}

.gotop{right: 1rem; bottom: -40px; width: 40px; background-color: var(--main); box-shadow: 0 0 5px rgb(0 0 0 / 15%); color: var(--wite); opacity: 0; cursor: pointer; z-index: 99992;}
.gotop:hover{background-color: var(--hover);}
.gotop i{line-height: 40px;}
.gotop-2{bottom: 1rem; opacity: 1;}
@keyframes shadow{0%{transform:scale(1);opacity:50%;} 100%{transform:scale(1.5);opacity:0;}}