@charset "UTF-8";



:root {--fizynet-mainColor: #5B3EFA;--fizynet-secColor: #ff5722;--fizynet-secHovColor: #c1170a;--fizynet-darkColor:rgb(0 5 35);--fizynet-textColor:rgb(148 163 184);--fizynet-boxColor: #151929;--fizynet-purpColor: #5b3efa;--fizynet-purpHovColor: #4028c1;--white: #fff;--black: #000;}.btn-purp {background-color: var(--fizynet-purpColor) !important;}.btn-purp:hover {background-color: var(--fizynet-purpHovColor) !important;}.btn-yellow {background-color: var(--fizynet-secColor) !important;}.btn-yellow:hover {background-color: var(--fizynet-secHovColor) !important;}.btn-red {background-color: rgb(232 3 49) !important;}.btn-radius {border: 1px solid var(--fizynet-darkColor);padding: 10px 25px 10px 30px;border-radius: 2rem;}.old-price {margin-bottom: -10px;font-weight: 200;margin-left: 5px;font-size: 15px !important;color: var(--fizynet-secColor);}.hover-bg-dark:hover{--tw-bg-opacity: 1 !important;background-color: rgb(14 17 35 / var(--tw-bg-opacity)) !important;}.month {display: flex;align-items: flex-end;margin-left: -14px;margin-bottom: 6px;}@media only screen and (min-width: 900px) {.xs-hidden {display: none;}}.modal-window {position: fixed;background-color: rgb(0 4 26 / 57%);top: 0;right: 0;bottom: 0;left: 0;z-index: 999;visibility: hidden;opacity: 0;pointer-events: none;transition: all 0.3s;&:target {visibility: visible;opacity: 1;pointer-events: auto;}& > div {width: 42pc;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 2em;background: var(--white);}}.modal-close {color: #aaa;line-height: 50px;font-size: 80%;position: absolute;right: 0;text-align: center;top: 0;width: 70px;text-decoration: none;&:hover {color: black;}}.modal-window {& > div {border-radius: 0.3rem;}}.modal-window div:not(:last-of-type) {margin-bottom: 15px;}small {color: lightgray;}.btn {background-color: white;padding: 1em 1.5em;border-radius: 0.5rem;text-decoration: none;i {padding-right: 0.3em;}}.modal-window input {background-color: rgb(0 5 31 / 4%);outline: none;}.modal-window ::placeholder {font-size: 0.90em;font-weight: 200;}@media only screen and (max-width: 900px) {.modal-mobil {width: 23pc !important;}}.hidden {display: none;}.sticky-button {position: fixed;background-color: #db5800;bottom: 25px;left: 25px;border-radius: 50px;z-index: 20;overflow: hidden;display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}.sticky-button svg {margin: auto;fill: #fff;width: 24px;height: 24px;margin-left: 8px;}.sticky-button a,.sticky-button label {cursor: pointer;display: flex;align-items: center;width: 40px;height: 40px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}.sticky-button label svg.close-icon {display: none;}.sticky-chat {position: fixed;bottom: 70px;left: 20px;width: 320px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;z-index: 21;opacity: 0;visibility: hidden;}.sticky-chat a {text-decoration: none;font-family: 'Roboto',sans-serif;color: #505050;}.sticky-chat svg {width: 35px;height: 35px;}.sticky-chat .chat-content {border-radius: 10px;background-color: #fff;box-shadow: 0 2px 45px 0 rgba(14 17 35 / 18%);overflow: hidden;font-family: 'Roboto',sans-serif;font-weight: 400;}.sticky-chat .chat-header {position: relative;display: flex;align-items: center;padding: 15px 20px;background-color: #da5800;overflow: hidden;}.sticky-chat .chat-header:after {content: '';display: block;position: absolute;bottom: 0;right: 0;width: 80px;height: 75px;background: rgba(0,0,0,.040);border-radius: 70px 0 5px 0;}.sticky-chat .chat-header svg {width: 35px;height: 35px;flex: 0 0 auto;fill: #fff;}.sticky-chat .chat-header .title {padding-left: 15px;font-size: 14px;font-weight: 600;font-family: 'Roboto',sans-serif;color: #fff;}.sticky-chat .chat-header .title span {font-size: 11px;font-weight: 400;display: block;line-height: 1.58em;margin: 0;color: #f4f4f4;}.sticky-chat .chat-text {display: flex;flex-wrap: wrap;margin: 30px 20px;font-size: 12px;}.sticky-chat .chat-text span {display: inline-block;margin-right: auto;padding: 10px;background-color: #f0f5fb;border-radius: 0px 15px 15px;color: #0e1123;}.sticky-chat .chat-text span:after {content: 'şimdi';display: inline-block;margin-left: 10px;font-size: 9px;color: #989b9f;}.sticky-chat .chat-text span.typing {margin: 15px 0 0 auto;padding: 10px;border-radius: 15px 0px 15px 15px;}.sticky-chat .chat-text span.typing:after {display: none;}.sticky-chat .chat-text span.typing svg {height: 13px;fill: #505050;}.sticky-chat .chat-button {display: flex;align-items: center;margin-top: 15px;padding: 12px 20px;border-radius: 10px;background-color: #fff;box-shadow: 0 2px 45px 0 rgba(14 17 35 / 18%);overflow: hidden;font-size: 12px;font-family: 'Roboto',sans-serif;font-weight: 400;}.sticky-chat .chat-button svg {width: 20px;height: 20px;fill: #505050;margin-left: auto;transform: rotate(40deg);-webkit-transform: rotate(40deg);}.chat-menu:checked+.sticky-button label {-webkit-transform: rotate(360deg);transform: rotate(360deg);}.chat-menu:checked+.sticky-button label svg.chat-icon {display: none;}.chat-menu:checked+.sticky-button label svg.close-icon {display: table-cell;}.chat-menu:checked+.sticky-button+.sticky-chat {bottom: 90px;opacity: 1;visibility: visible;}