@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");* {padding: 0;margin: 0;box-sizing: border-box;border: none;outline: none;text-decoration: none;font-family: "Rubik", system-ui;list-style: none;scroll-behavior: smooth;}body {background-color: #f7f7f7;overflow-x: hidden;position: relative;font-size: 16px;}@media (max-width: 2000px) {body {font-size: 20px;}}@media (max-width: 1700px) {body {font-size: 19px;}}@media (max-width: 1500px) {body {font-size: 17px;}}@media (max-width: 1400px) {body {font-size: 16px;}}header {width: 100%;padding: 0.4em 5em;background-color: white;position: fixed;border-bottom: rgba(85, 68, 41, 0.2196078431) solid 1px;display: flex;justify-content: space-between;align-items: center;z-index: 9999;top: 0;}header .tagol {display: none;width: 50px;height: 40px;cursor: pointer;background-color: #f1f1f1;border: rgba(85, 68, 41, 0.2196078431) solid 1px;border-radius: 5px;justify-content: center;align-items: center;padding: 3px;}header .tagol svg {width: 100%;height: 100%;fill: rgb(216, 216, 216);}header .tagol:hover {background-color: #e6e6e6;}header .logo .log {width: 100px;height: 50px;-o-object-fit: cover;object-fit: cover;background-size: 45px;background-size: 100px 45px;background-repeat: no-repeat;background-position: center;}header .nav {display: flex;justify-content: right;align-items: center;gap: 25px;}header .nav a {font-weight: 300;color: #222831;font-size: 1em;transition: 0.3s ease-in-out;transition-property: color;}header .nav a:hover {color: #1fab89;}header .nav .darkIcon {width: 35px;height: 35px;border-radius: 50%;border: rgba(85, 68, 41, 0.2196078431) solid 1px;display: flex;justify-content: center;align-items: center;cursor: pointer;}header .nav .darkIcon:hover {background-color: #e6e6e6;}header .nav .seted {color: #1fab89;}header .nav .con {font-size: 1em;padding: 10px 20px;font-weight: 600;color: #fdfdfd;width: -moz-max-content;width: max-content;border-radius: 8px;position: relative;background-color: rgba(0, 0, 0, 0);}header .nav .con::after {position: absolute;top: 0;left: 0;content: "";width: 100%;height: 100%;background-image: linear-gradient(to right, #1fab89, #62d2a2);border-radius: 8px;z-index: -2;}header .nav .con::before {position: absolute;border-radius: 8px;content: "";top: 0;right: 0;bottom: 0;left: 0;background-image: linear-gradient(to right, #62d2a2, #1fab89);z-index: -1;transition: opacity 0.3s linear;opacity: 0;}header .nav .con:hover {color: #fdfdfd;}header .nav .con:hover::before {opacity: 1;}.nav-lang {display: flex;align-items: center;gap: 14px;}.langWraper {position: relative;}.langWraper .minLang {padding: 5px 10px;background-color: #f7f7f7;appearance: none;-webkit-appearance: none;-moz-appearance: none;text-align: center;font-weight: 400;user-select: none;color: #222831;font-size: 1.1em;cursor: pointer;border-radius: 7px;}.langWraper .minLang:hover {background-color: #e9e9e9;}.langWraper .minLang:active {transform: scale(0.98);}.langWraper .dropdownLang {position: absolute;min-width: 8em;display: none;z-index: 333;left: -100%;top: 100%;margin-top: 27px;box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.096);border-radius: 5px;background-color: #fdfdfd;border: rgba(85, 68, 41, 0.2196078431) solid 1px;user-select: none;padding: 10px;opacity: 0.2;transform: translateY(-10%);}.DropdownShow {display: block !important;animation: DropdownAnimate 100ms ease-in forwards;}@keyframes DropdownAnimate {from {opacity: 0.2;transform: translateY(-10%);}to {opacity: 1;transform: translateY(0%);}}.dropdownLang ul {display: flex;flex-direction: column;gap: 2px;}.dropdownLang ul li {padding: 5px 10px;border-radius: 5px;cursor: pointer;gap: 8px;width: 100%;display: flex;color: #222831;align-items: center;}.dropdownLang ul li i {width: 26px;height: 26px;}.dropdownLang ul .selected {color: #1fab89;background-color: #62d2a238;cursor: auto;}.langWraper .dropdownLang ul li:hover {background-color: #f1f1f1;}.langWraper .dropdownLang ul li:active {transform: scale(0.98);}.langWraper .dropdownLang ul .selected:hover, .langWraper .dropdownLang ul .selected:active {transform: scale(1);background-color: #62d2a238;}@media (max-width: 1000px) {header {padding: 1em 3em;}header .logo .log {width: 100px;height: 40px;background-size: 90px;}header .nav a {font-size: 1.1em;}}@media (max-width: 600px) {header .logo .log {width: 90px;height: 40px;background-size: 80px;}header .tagol {display: flex;width: 40px;height: 30px;}header .nav {position: fixed;top: 70px;left: 0;list-style: none;width: 100%;height: 100vh;z-index: 9999;background-color: #fdfdfd;padding-top: 10px;padding-bottom: 80px;display: flex;overflow: hidden;flex-wrap: wrap;transition: 0.3s ease-in-out;transition-property: height, padding;}header .nav li {width: 100%;}header .nav a {display: inline-block;font-size: 1.9em;text-align: center;height: -moz-fit-content;height: fit-content;width: 100%;}header .nav .con {font-size: 1.7em;}header .nav .cn {width: 100%;display: flex;justify-content: center;}header .nav .con {margin-right: 0;text-align: center;}header .des {height: 0;padding: 0;border-color: transparent;}}@media (max-width: 500px) {header .tagol {width: 35px;height: 25px;}}.center {display: flex;justify-content: center;}.-mar {margin-top: 0;}footer {width: 100%;height: auto;padding: 20px 100px;background-color: #222831;width: 100%;text-align: center;}footer .log {margin: 20px 0;width: 100px;height: 60px;background-size: 100px;background-repeat: no-repeat;background-position: center;}footer .iso {margin: 10px 0;width: 200px;height: 60px;background-size: 160px;}footer p {font-size: 1.4em;color: #fdfdfd;text-transform: uppercase;}footer .border {margin: 10px 0;width: 30%;height: 2px;border-radius: 5px;background-color: rgba(25, 29, 36, 0.1529411765);}footer .list p {font-size: 1.3em;color: #fdfdfd;text-transform: capitalize;}footer .list .li {width: 100%;display: flex;flex-wrap: wrap;justify-content: center;gap: 10px;padding: 10px 0;}footer .list .li a {color: #f1f1f1;font-size: 1.1em;transition: 0.3s ease-in-out;transition-property: color;}footer .list .li a:hover {color: #1fab89;}footer .quqInfo {width: 100%;display: flex;justify-content: center;gap: 2px;flex-wrap: wrap;}footer .quqInfo .inof_ {display: flex;justify-content: center;align-items: center;gap: 5px;}footer .quqInfo .inof_ .ic {width: 10%;height: 100%;display: flex;align-items: center;}footer .quqInfo .inof_ .ic svg {width: 30px;height: 30px;fill: #fdfdfd;}footer .quqInfo .inof_ .text {text-align: start;font-size: 1em;color: #fdfdfd;font-weight: 500;}footer .sm {width: 100%;padding: 10px 0;display: flex;justify-content: center;gap: 10px;}footer .sm .icon {display: flex;justify-content: center;align-items: center;width: 20px;height: 20px;cursor: pointer;transition: 0.3s ease-in-out;transition-property: background-color, transform;}footer .sm .icon svg {width: 20px;fill: #fdfdfd;}footer .sm .icon svg:hover {fill: rgb(216, 216, 216);}@media (max-width: 1000px) {footer {padding: 20px 70px;}}@media (max-width: 800px) {footer {padding: 20px 50px;}footer p {font-size: 1.2em;}footer .list p {font-size: 1.2em;}footer .list .li a {font-size: 1em;}}@media (max-width: 600px) {footer {padding: 20px;}footer p {font-size: 1.1em;}footer .list p {font-size: 1.1em;}footer .list .li a {font-size: 1em;}}@media (max-width: 480px) {footer {padding: 14px 9px;}footer p {font-size: 1.1em;}footer .list p {font-size: 1.1em;}footer .list .li a {font-size: 1em;}}.footer2 {width: 100%;padding: 20px 0;background-color: #393e46;text-align: center;}.footer2 p {font-size: 0.9em;color: rgb(216, 216, 216);}.mine {padding: 20px;}.sp {width: 100%;padding: 30px 0;}.text-sp {width: 100%;padding: 10px 0;margin-top: 30px;text-align: center;}.text-sp .t1 {font-size: 1.3em;color: #1fab89;font-weight: 500;margin-bottom: 4px;}.text-sp .t2 {font-size: 3em;color: #393e46;font-weight: 700;text-transform: uppercase;}@media (max-width: 800px) {.text-sp .t1 {font-size: 1.2em;}.text-sp .t2 {font-size: 2.7em;}}@media (max-width: 600px) {.text-sp .t1 {font-size: 1.1em;}.text-sp .t2 {font-size: 2.5em;}}