@font-face {
    font-family: "Nunito 400";
    src: url("../fonts/new/Nunito-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Nunito 500";
    src: url("../fonts/new/Nunito-Medium.ttf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Nunito 600";
    src: url("../fonts/new/Nunito-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Nunito 700";
    src: url("../fonts/new/Nunito-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Nunito 800";
    src: url("../fonts/new/Nunito-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Nunito 900";
    src: url("../fonts/new/Nunito-Black.ttf");
    font-style: normal;
    font-weight: 900;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    border: none;
}

body {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    padding-top: 72px;
    overflow-x: hidden;
}

/* body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #ed6b2f;
} */

header {
    width: 100vw;
    height: 72px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 99999999;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container .burger_wrapper {
    margin-right: 30px;
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
}

header .container .burger_wrapper .burger {
    display: none;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg data-name='Layer 1' id='Layer_1' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ed6b2f;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cpath class='cls-1' d='M3,9H29a2,2,0,0,0,0-4H3A2,2,0,0,0,3,9Z'/%3E%3Cpath class='cls-1' d='M29,14H3a2,2,0,0,0,0,4H29a2,2,0,0,0,0-4Z'/%3E%3Cpath class='cls-1' d='M29,23H3a2,2,0,0,0,0,4H29a2,2,0,0,0,0-4Z'/%3E%3C/svg%3E");

}

header .container .burger_menu {
    display: none;
    position: absolute;
    top: 80px;
    height: auto !important;
    padding: 20px 20px 20px 24px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.06);
}

header .container .logo {
    width: 139px;
    height: 34px;
    background-image: url("../img/new/main/logo-text.svg");
}

header .container .navigation {
    display: flex;
}

header .container .navigation,
header .container .burger_menu {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 605px;
}

header .container .navigation .nav-item,
header .container .burger_menu .nav-item {
    display: flex;
    cursor: pointer;
    color: #181b28;
    font-size: 16px;
    font-family: "Nunito 500";
    line-height: 24px;
    position: relative;
    height: 100%;
    align-items: center;
    transition: all 0.2s;
}

header .container .navigation .nav-item .arrow,
header .container .burger_menu .nav-item .arrow {
    transition: all 0.2s;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 10L12 14L7 10' stroke='%23181B28' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list,
header .container .burger_menu .nav-item .list {
    z-index: 99;
    width: max-content;
    display: none;
    position: absolute;
    top: 64px;
    left: -24px;
    padding: 20px 20px 20px 24px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.06);
}

header .container .navigation .nav-item .list div,
header .container .burger_menu .nav-item .list div {
    min-width: 174px;
}

header .container .navigation .nav-item .list div:not(:last-child),
header .container .burger_menu .nav-item .list div:not(:last-child) {
    margin-right: 24px;
}

header .container .navigation .nav-item .list .list-item-app,
header .container .burger_menu .nav-item .list .list-item-app {
    display: flex;
    align-items: center;
}

header .container .navigation .nav-item .list .list-item-app .icon,
header .container .burger_menu .nav-item .list .list-item-app .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    transition: all 0.1s;
}

header .container .navigation .nav-item .list .list-item-app .ios,
header .container .burger_menu .nav-item .list .list-item-app .ios {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.2075 1.66699C13.2463 1.66699 13.2851 1.66699 13.3261 1.66699C13.4212 2.84236 12.9726 3.72059 12.4273 4.35658C11.8924 4.98818 11.1598 5.60074 9.97488 5.5078C9.89584 4.34926 10.3452 3.53616 10.8897 2.90164C11.3947 2.3103 12.3205 1.78409 13.2075 1.66699Z' fill='%23181B28'/%3E%3Cpath d='M16.7943 13.9013C16.7943 13.913 16.7943 13.9233 16.7943 13.9342C16.4613 14.9427 15.9863 15.8071 15.4067 16.6092C14.8775 17.3374 14.2291 18.3173 13.0713 18.3173C12.0708 18.3173 11.4063 17.674 10.381 17.6565C9.29636 17.6389 8.69989 18.1944 7.70822 18.3342C7.59478 18.3342 7.48134 18.3342 7.3701 18.3342C6.6419 18.2288 6.05421 17.6521 5.62607 17.1325C4.36361 15.597 3.38804 13.6137 3.20654 11.0756C3.20654 10.8267 3.20654 10.5786 3.20654 10.3298C3.28339 8.51334 4.16601 7.03644 5.33919 6.32068C5.95834 5.94011 6.80949 5.6159 7.75725 5.76081C8.16344 5.82375 8.5784 5.9628 8.94214 6.10039C9.28684 6.23286 9.71791 6.46779 10.1263 6.45534C10.4029 6.44729 10.6781 6.30312 10.9569 6.20139C11.7737 5.90645 12.5744 5.56833 13.6297 5.72714C14.898 5.91889 15.7982 6.48242 16.3544 7.35187C15.2815 8.0347 14.4333 9.0637 14.5782 10.8209C14.707 12.4171 15.635 13.3509 16.7943 13.9013Z' fill='%23181B28'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app .chr,
header .container .burger_menu .nav-item .list .list-item-app .chr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99984 1.66699C5.40455 1.66699 1.6665 5.40504 1.6665 10.0003C1.6665 14.5956 5.40455 18.3337 9.99984 18.3337C14.5951 18.3337 18.3332 14.5956 18.3332 10.0003C18.3332 5.40504 14.5951 1.66699 9.99984 1.66699ZM3.85599 5.53078L6.39363 9.6656C6.5632 7.8243 8.11505 6.37714 9.99984 6.37714H16.6893C16.8165 6.61119 16.9293 6.85395 17.0318 7.10177H12.1645C13.0479 7.76301 13.623 8.81446 13.623 10.0003C13.623 10.6478 13.4499 11.255 13.151 11.7815C13.1485 11.7866 13.149 11.792 13.1461 11.7971L9.83212 17.6005C9.56147 17.5944 9.29481 17.5737 9.03177 17.5404L11.4406 13.3235C10.9986 13.5159 10.5118 13.6235 9.99984 13.6235C8.71034 13.6235 7.57914 12.9439 6.93711 11.9266C6.92878 11.9161 6.91888 11.9077 6.91163 11.8961L3.41724 6.20164C3.55166 5.96939 3.69838 5.74636 3.85599 5.53078ZM9.99984 7.10177C9.23109 7.10177 8.49384 7.40716 7.95025 7.95074C7.40667 8.49432 7.10129 9.23158 7.10129 10.0003C7.10129 10.7691 7.40667 11.5063 7.95025 12.0499C8.49384 12.5935 9.23109 12.8989 9.99984 12.8989C10.7686 12.8989 11.5058 12.5935 12.0494 12.0499C12.593 11.5063 12.8984 10.7691 12.8984 10.0003C12.8984 9.23158 12.593 8.49432 12.0494 7.95074C11.5058 7.40716 10.7686 7.10177 9.99984 7.10177Z' fill='%23181B28'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app .opr,
header .container .burger_menu .nav-item .list .list-item-app .opr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.25748 5.30449C6.33525 6.39199 5.73942 8.00102 5.69775 9.80449V10.1962C5.74011 12.0003 6.33525 13.6073 7.25748 14.6955C8.45261 16.2482 10.229 17.233 12.2151 17.233C13.4346 17.233 14.5762 16.86 15.5533 16.2114C14.0825 17.5323 12.1346 18.3337 9.99984 18.3337C9.8665 18.3337 9.73386 18.3309 9.604 18.3239C5.18317 18.1177 1.6665 14.4698 1.6665 10.0003C1.6665 5.39685 5.39775 1.66699 9.99984 1.66699H10.0311C12.1526 1.67533 14.0866 2.47671 15.554 3.78852C14.5762 3.14269 13.4353 2.76699 12.2137 2.76699C10.229 2.76699 8.45192 3.7531 7.25539 5.30449H7.25748ZM18.3332 10.0003C18.3332 12.4698 17.2596 14.6857 15.5533 16.2114C13.4158 17.2531 11.4248 16.5253 10.7651 16.0698C12.8644 15.6087 14.4505 13.0698 14.4505 10.0003C14.4505 6.92949 12.8651 4.39269 10.7651 3.93088C11.4241 3.47671 13.4165 2.74824 15.554 3.78852C17.2603 5.31283 18.3332 7.53158 18.3332 10.0003Z' fill='%23181B28'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app .andr,
header .container .burger_menu .nav-item .list .list-item-app .andr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.09391 1.68105C7.05094 1.68887 7.00667 1.69668 6.96891 1.72271C6.81657 1.82555 6.78271 2.03905 6.88558 2.19136L7.60433 3.26404C6.49365 3.85245 5.66553 4.83011 5.396 6.00303H14.6043C14.3348 4.83011 13.5067 3.85245 12.396 3.26404L13.1147 2.19136C13.2176 2.03905 13.1838 1.82555 13.0314 1.72271C12.8778 1.61987 12.6655 1.66413 12.5627 1.81644L11.771 2.98285C11.2215 2.78238 10.6252 2.67042 10.0002 2.67042C9.37516 2.67042 8.77881 2.78238 8.22933 2.98285L7.43766 1.81644C7.36084 1.70188 7.22152 1.65632 7.09391 1.68105ZM8.16683 4.33672C8.44287 4.33672 8.66683 4.56063 8.66683 4.83661C8.66683 5.1139 8.44287 5.3365 8.16683 5.3365C7.88949 5.3365 7.66683 5.1139 7.66683 4.83661C7.66683 4.56063 7.88949 4.33672 8.16683 4.33672ZM11.8335 4.33672C12.1108 4.33672 12.3335 4.56063 12.3335 4.83661C12.3335 5.1139 12.1108 5.3365 11.8335 5.3365C11.5575 5.3365 11.3335 5.1139 11.3335 4.83661C11.3335 4.56063 11.5575 4.33672 11.8335 4.33672ZM4.3335 6.66955C3.78141 6.66955 3.3335 7.11736 3.3335 7.66933V12.335C3.3335 12.8869 3.78141 13.3348 4.3335 13.3348C4.45068 13.3348 4.56266 13.31 4.66683 13.2723V6.73203C4.56266 6.69428 4.45068 6.66955 4.3335 6.66955ZM5.3335 6.66955V14.0013C5.3335 14.5519 5.78271 15.0011 6.3335 15.0011H13.6668C14.2176 15.0011 14.6668 14.5519 14.6668 14.0013V6.66955H5.3335ZM15.6668 6.66955C15.5496 6.66955 15.4377 6.69428 15.3335 6.73203V13.2723C15.4377 13.3087 15.5496 13.3348 15.6668 13.3348C16.2189 13.3348 16.6668 12.8869 16.6668 12.335V7.66933C16.6668 7.11736 16.2189 6.66955 15.6668 6.66955ZM6.66683 15.6676V17.0006C6.66683 17.7361 7.26449 18.3337 8.00016 18.3337C8.73584 18.3337 9.3335 17.7361 9.3335 17.0006V15.6676H6.66683ZM10.6668 15.6676V17.0006C10.6668 17.7361 11.2645 18.3337 12.0002 18.3337C12.7358 18.3337 13.3335 17.7361 13.3335 17.0006V15.6676H10.6668Z' fill='%23181B28'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app .moz,
header .container .burger_menu .nav-item .list .list-item-app .moz {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18.1676 7.42803C18.1071 7.41904 18.0477 7.4503 18.0225 7.50429L17.836 7.90385C17.7652 7.37863 17.6338 6.5333 17.4603 5.979C17.1959 5.12552 16.6359 4.57376 16.6122 4.55065C16.5693 4.50892 16.5032 4.49967 16.4497 4.52791C16.3964 4.55615 16.3687 4.61512 16.3819 4.67255L16.5269 5.30449C16.1782 4.95195 15.618 4.44593 15.0637 4.19927C14.9304 4.13639 14.795 4.07874 14.6763 4.02903C13.4721 2.99373 11.9277 2.42383 10.3251 2.42383C8.06829 2.42383 6.01146 3.51799 4.79364 5.35833C4.67905 5.26874 4.5184 5.11204 4.42632 4.88616C4.25889 4.48888 4.17408 4.04257 4.1732 4.03813C4.16419 3.99021 4.12878 3.95097 4.08091 3.93595C4.03315 3.92093 3.98058 3.93257 3.94424 3.96626C2.94064 4.89764 3.04025 6.34968 3.07769 6.67879C2.95331 6.80736 2.60178 7.18856 2.24665 7.73853C1.80566 8.42187 1.67217 9.61646 1.66676 9.66697C1.66069 9.72335 1.69233 9.77719 1.7455 9.80088C1.79889 9.82457 1.86167 9.81278 1.90178 9.77163L2.1955 9.47134C2.16348 9.58627 2.13124 9.71727 2.10146 9.86397C1.96916 10.4973 2.00785 11.4796 2.00954 11.5212C2.01206 11.582 2.05714 11.6333 2.11883 11.6454C2.18047 11.6577 2.24271 11.6274 2.2696 11.5724L2.44244 11.2182C2.56987 12.0803 3.05911 13.9147 4.93501 15.6046C6.32441 16.8572 8.25687 17.5756 10.2369 17.5757C10.2371 17.5757 10.2372 17.5757 10.2374 17.5757C12.1592 17.5757 13.9737 16.9105 15.4845 15.6522C17.271 14.1627 17.9365 12.0356 18.1801 10.5134C18.4432 8.87008 18.2892 7.59631 18.2825 7.5429C18.2752 7.48398 18.2283 7.43702 18.1676 7.42803ZM15.1174 7.47589C15.1192 7.47822 15.3046 7.71314 15.345 8.31509C15.3729 8.76558 15.2774 9.48599 15.2171 9.88016L14.8531 9.4714C14.8138 9.42729 14.7495 9.41312 14.6944 9.43676C14.6394 9.46029 14.6068 9.51587 14.614 9.57363C14.6153 9.58378 14.7393 10.6016 14.5306 11.4863C14.4318 11.902 14.2773 12.2009 14.1446 12.3981L14.1955 11.7317C14.2004 11.6678 14.1572 11.6097 14.093 11.5939C14.0287 11.578 13.9621 11.609 13.9348 11.6674C13.9287 11.6806 13.2977 12.9916 11.5698 13.5106C11.3285 13.5826 11.0744 13.6191 10.8144 13.6191C9.89337 13.6191 9.05654 13.1643 8.58217 12.8448C8.62299 12.8468 8.66359 12.8478 8.70397 12.8478C9.38348 12.8478 9.90605 12.5645 10.326 12.3368C10.4364 12.277 10.5406 12.2205 10.6409 12.1726C11.2444 11.8788 11.525 11.8542 11.7406 11.8542C11.8545 11.8542 11.9423 11.7898 11.9698 11.6863C12.0373 11.4321 11.7216 10.9791 11.3317 10.7713C11.1383 10.6696 10.9315 10.6222 10.6811 10.6222C10.2826 10.6222 9.78856 10.7438 9.08086 10.9293C8.95097 10.9628 8.82271 10.9798 8.69965 10.9798C8.26599 10.9799 7.97922 10.7768 7.81501 10.6065C7.59403 10.3773 7.46818 10.0744 7.4867 9.81611C7.49512 9.69833 7.54277 9.57791 7.83233 9.57791C8.08922 9.57791 8.37474 9.6804 8.37752 9.68136C8.3931 9.68707 8.40944 9.68987 8.42566 9.68987C8.42594 9.68987 8.42632 9.68987 8.4267 9.68987C8.50217 9.68987 8.56331 9.63069 8.56331 9.55765C8.56331 9.55051 8.56271 9.54348 8.56162 9.53666L8.52342 8.3785C8.6614 8.29336 8.99157 8.0862 9.30894 7.86291C10.0768 7.32273 10.1796 7.11616 10.0974 6.95925C9.98856 6.74559 9.70206 6.71089 9.37031 6.6707C9.18047 6.64769 8.96534 6.62162 8.77102 6.55937C8.36621 6.42917 8.09949 6.09091 8.03878 6.00777C8.02621 5.93817 7.99616 5.70367 8.11501 5.5035C8.24364 5.28471 8.68851 4.94597 8.84911 4.83385C8.89501 4.80186 8.91577 4.74575 8.90129 4.69281C8.88681 4.63992 8.84015 4.60105 8.78392 4.59518C8.77015 4.5937 8.362 4.55424 7.69528 4.76791C7.15244 4.94391 6.7314 5.22918 6.58632 5.335C6.52392 5.32316 6.41708 5.30682 6.24009 5.28915C7.27971 4.15294 8.7543 3.50615 10.3253 3.50615C11.4784 3.50615 12.5679 3.84552 13.4954 4.49078L12.5769 4.63944C12.5145 4.64955 12.4675 4.69979 12.4632 4.76082C12.4588 4.8219 12.4985 4.87786 12.5588 4.8961C12.571 4.8998 13.7942 5.27403 14.7069 5.95494C14.91 6.10878 15.0957 6.30801 15.259 6.54721C15.4113 6.86315 15.5305 7.18893 15.6149 7.51963L15.3078 7.28868C15.2533 7.24769 15.1763 7.25314 15.1277 7.30047C15.0788 7.3477 15.0747 7.42338 15.1174 7.47589Z' fill='%23181B28'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app .edge,
header .container .burger_menu .nav-item .list .list-item-app .edge {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.1153 1.66699C6.5116 1.66699 3.44599 3.82745 2.18791 7.20868C3.21484 6.07526 4.57476 5.4704 6.15495 5.4704H6.16679C8.61854 5.47421 11.2099 7.03001 12.0663 9.01159H12.0626C12.3695 9.61253 12.298 10.2326 12.1995 10.6243C12.0858 11.0693 11.9153 11.2783 11.8509 11.362L11.8161 11.4073C11.6911 11.5632 11.7105 11.7919 11.8583 11.9288C11.8848 11.9516 11.9265 11.9821 11.9834 12.0201L12.0818 12.0811C12.5631 12.3853 13.6507 12.6969 14.636 12.6969C15.3901 12.6969 16.375 12.5791 17.2997 11.6472C18.8533 10.0878 18.2544 7.9121 18.0346 7.28074C17.6594 6.21198 16.1024 2.65974 11.7332 1.82299C11.2027 1.7203 10.6572 1.66699 10.1153 1.66699ZM6.15495 6.23109C4.18445 6.23109 2.60445 7.33823 1.69499 9.35404C1.39562 12.838 3.49851 15.9638 5.99952 17.3635C6.35952 17.5651 7.5038 18.1435 9.09914 18.3337C7.68948 17.6643 6.61723 16.4965 6.1246 14.9789C5.30609 12.4573 6.33317 9.76472 8.73944 8.12165L8.74314 8.12536C9.10693 7.88575 9.55032 7.74874 10.005 7.74874C10.0581 7.74874 10.1074 7.74856 10.1605 7.75616C9.09565 6.84335 7.58782 6.23489 6.16679 6.23109H6.15495ZM7.7277 10.0991C6.67424 11.4569 6.32929 13.1422 6.84844 14.7434C7.53432 16.8581 9.53922 18.1968 11.9834 18.2044C13.8857 17.7784 15.5412 16.6635 16.9281 14.8645L16.9622 14.8192C17.0569 14.6785 17.0498 14.4918 16.9437 14.3586C16.8338 14.2293 16.652 14.184 16.4966 14.2524L16.3146 14.3364C16.2388 14.3706 16.1707 14.3928 16.0873 14.4233C16.0002 14.4537 15.9016 14.4919 15.7728 14.5451C15.284 14.7467 14.5566 14.8608 13.776 14.8608C13.1204 14.8608 12.48 14.7775 11.976 14.6253C11.2636 14.4123 9.09165 13.7541 7.95862 11.2439C7.81841 10.932 7.72391 10.5327 7.7277 10.0991Z' fill='%23181B28'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app p,
header .container .burger_menu .nav-item .list .list-item-app p {
    color: #181b28;
    font-size: 14px;
    font-family: "Nunito 400";
    line-height: 20px;
    transition: all 0.1s;
}

header .container .navigation .nav-item .list .list-item-app .shevron,
header .container .burger_menu .nav-item .list .list-item-app .shevron {
    margin-left: auto;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8 5.33301L12 9.99967L8 14.6663' stroke='%23626C8D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app:not(:last-child),
header .container .burger_menu .nav-item .list .list-item-app:not(:last-child) {
    margin-bottom: 20px;
}

header .container .navigation .nav-item .list .list-item-app:hover .ios,
header .container .burger_menu .nav-item .list .list-item-app:hover .ios {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.2075 1.66699C13.2463 1.66699 13.2851 1.66699 13.3261 1.66699C13.4212 2.84236 12.9726 3.72059 12.4273 4.35658C11.8924 4.98818 11.1598 5.60074 9.97488 5.5078C9.89584 4.34926 10.3452 3.53616 10.8897 2.90164C11.3947 2.3103 12.3205 1.78409 13.2075 1.66699Z' fill='%23ed6b2f'/%3E%3Cpath d='M16.7943 13.9013C16.7943 13.913 16.7943 13.9233 16.7943 13.9342C16.4613 14.9427 15.9863 15.8071 15.4067 16.6092C14.8775 17.3374 14.2291 18.3173 13.0713 18.3173C12.0708 18.3173 11.4063 17.674 10.381 17.6565C9.29636 17.6389 8.69989 18.1944 7.70822 18.3342C7.59478 18.3342 7.48134 18.3342 7.3701 18.3342C6.6419 18.2288 6.05421 17.6521 5.62607 17.1325C4.36361 15.597 3.38804 13.6137 3.20654 11.0756C3.20654 10.8267 3.20654 10.5786 3.20654 10.3298C3.28339 8.51334 4.16601 7.03644 5.33919 6.32068C5.95834 5.94011 6.80949 5.6159 7.75725 5.76081C8.16344 5.82375 8.5784 5.9628 8.94214 6.10039C9.28684 6.23286 9.71791 6.46779 10.1263 6.45534C10.4029 6.44729 10.6781 6.30312 10.9569 6.20139C11.7737 5.90645 12.5744 5.56833 13.6297 5.72714C14.898 5.91889 15.7982 6.48242 16.3544 7.35187C15.2815 8.0347 14.4333 9.0637 14.5782 10.8209C14.707 12.4171 15.635 13.3509 16.7943 13.9013Z' fill='%23ed6b2f'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app:hover .chr,
header .container .burger_menu .nav-item .list .list-item-app:hover .chr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99984 1.66699C5.40455 1.66699 1.6665 5.40504 1.6665 10.0003C1.6665 14.5956 5.40455 18.3337 9.99984 18.3337C14.5951 18.3337 18.3332 14.5956 18.3332 10.0003C18.3332 5.40504 14.5951 1.66699 9.99984 1.66699ZM3.85599 5.53078L6.39363 9.6656C6.5632 7.8243 8.11505 6.37714 9.99984 6.37714H16.6893C16.8165 6.61119 16.9293 6.85395 17.0318 7.10177H12.1645C13.0479 7.76301 13.623 8.81446 13.623 10.0003C13.623 10.6478 13.4499 11.255 13.151 11.7815C13.1485 11.7866 13.149 11.792 13.1461 11.7971L9.83212 17.6005C9.56147 17.5944 9.29481 17.5737 9.03177 17.5404L11.4406 13.3235C10.9986 13.5159 10.5118 13.6235 9.99984 13.6235C8.71034 13.6235 7.57914 12.9439 6.93711 11.9266C6.92878 11.9161 6.91888 11.9077 6.91163 11.8961L3.41724 6.20164C3.55166 5.96939 3.69838 5.74636 3.85599 5.53078ZM9.99984 7.10177C9.23109 7.10177 8.49384 7.40716 7.95025 7.95074C7.40667 8.49432 7.10129 9.23158 7.10129 10.0003C7.10129 10.7691 7.40667 11.5063 7.95025 12.0499C8.49384 12.5935 9.23109 12.8989 9.99984 12.8989C10.7686 12.8989 11.5058 12.5935 12.0494 12.0499C12.593 11.5063 12.8984 10.7691 12.8984 10.0003C12.8984 9.23158 12.593 8.49432 12.0494 7.95074C11.5058 7.40716 10.7686 7.10177 9.99984 7.10177Z' fill='%23ed6b2f'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app:hover .opr,
header .container .burger_menu .nav-item .list .list-item-app:hover .opr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.25748 5.30449C6.33525 6.39199 5.73942 8.00102 5.69775 9.80449V10.1962C5.74011 12.0003 6.33525 13.6073 7.25748 14.6955C8.45261 16.2482 10.229 17.233 12.2151 17.233C13.4346 17.233 14.5762 16.86 15.5533 16.2114C14.0825 17.5323 12.1346 18.3337 9.99984 18.3337C9.8665 18.3337 9.73386 18.3309 9.604 18.3239C5.18317 18.1177 1.6665 14.4698 1.6665 10.0003C1.6665 5.39685 5.39775 1.66699 9.99984 1.66699H10.0311C12.1526 1.67533 14.0866 2.47671 15.554 3.78852C14.5762 3.14269 13.4353 2.76699 12.2137 2.76699C10.229 2.76699 8.45192 3.7531 7.25539 5.30449H7.25748ZM18.3332 10.0003C18.3332 12.4698 17.2596 14.6857 15.5533 16.2114C13.4158 17.2531 11.4248 16.5253 10.7651 16.0698C12.8644 15.6087 14.4505 13.0698 14.4505 10.0003C14.4505 6.92949 12.8651 4.39269 10.7651 3.93088C11.4241 3.47671 13.4165 2.74824 15.554 3.78852C17.2603 5.31283 18.3332 7.53158 18.3332 10.0003Z' fill='%23ed6b2f'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app:hover .andr,
header .container .burger_menu .nav-item .list .list-item-app:hover .andr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.09391 1.68105C7.05094 1.68887 7.00667 1.69668 6.96891 1.72271C6.81657 1.82555 6.78271 2.03905 6.88558 2.19136L7.60433 3.26404C6.49365 3.85245 5.66553 4.83011 5.396 6.00303H14.6043C14.3348 4.83011 13.5067 3.85245 12.396 3.26404L13.1147 2.19136C13.2176 2.03905 13.1838 1.82555 13.0314 1.72271C12.8778 1.61987 12.6655 1.66413 12.5627 1.81644L11.771 2.98285C11.2215 2.78238 10.6252 2.67042 10.0002 2.67042C9.37516 2.67042 8.77881 2.78238 8.22933 2.98285L7.43766 1.81644C7.36084 1.70188 7.22152 1.65632 7.09391 1.68105ZM8.16683 4.33672C8.44287 4.33672 8.66683 4.56063 8.66683 4.83661C8.66683 5.1139 8.44287 5.3365 8.16683 5.3365C7.88949 5.3365 7.66683 5.1139 7.66683 4.83661C7.66683 4.56063 7.88949 4.33672 8.16683 4.33672ZM11.8335 4.33672C12.1108 4.33672 12.3335 4.56063 12.3335 4.83661C12.3335 5.1139 12.1108 5.3365 11.8335 5.3365C11.5575 5.3365 11.3335 5.1139 11.3335 4.83661C11.3335 4.56063 11.5575 4.33672 11.8335 4.33672ZM4.3335 6.66955C3.78141 6.66955 3.3335 7.11736 3.3335 7.66933V12.335C3.3335 12.8869 3.78141 13.3348 4.3335 13.3348C4.45068 13.3348 4.56266 13.31 4.66683 13.2723V6.73203C4.56266 6.69428 4.45068 6.66955 4.3335 6.66955ZM5.3335 6.66955V14.0013C5.3335 14.5519 5.78271 15.0011 6.3335 15.0011H13.6668C14.2176 15.0011 14.6668 14.5519 14.6668 14.0013V6.66955H5.3335ZM15.6668 6.66955C15.5496 6.66955 15.4377 6.69428 15.3335 6.73203V13.2723C15.4377 13.3087 15.5496 13.3348 15.6668 13.3348C16.2189 13.3348 16.6668 12.8869 16.6668 12.335V7.66933C16.6668 7.11736 16.2189 6.66955 15.6668 6.66955ZM6.66683 15.6676V17.0006C6.66683 17.7361 7.26449 18.3337 8.00016 18.3337C8.73584 18.3337 9.3335 17.7361 9.3335 17.0006V15.6676H6.66683ZM10.6668 15.6676V17.0006C10.6668 17.7361 11.2645 18.3337 12.0002 18.3337C12.7358 18.3337 13.3335 17.7361 13.3335 17.0006V15.6676H10.6668Z' fill='%23ed6b2f'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app:hover .moz,
header .container .burger_menu .nav-item .list .list-item-app:hover .moz {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18.1676 7.42803C18.1071 7.41904 18.0477 7.4503 18.0225 7.50429L17.836 7.90385C17.7652 7.37863 17.6338 6.5333 17.4603 5.979C17.1959 5.12552 16.6359 4.57376 16.6122 4.55065C16.5693 4.50892 16.5032 4.49967 16.4497 4.52791C16.3964 4.55615 16.3687 4.61512 16.3819 4.67255L16.5269 5.30449C16.1782 4.95195 15.618 4.44593 15.0637 4.19927C14.9304 4.13639 14.795 4.07874 14.6763 4.02903C13.4721 2.99373 11.9277 2.42383 10.3251 2.42383C8.06829 2.42383 6.01146 3.51799 4.79364 5.35833C4.67905 5.26874 4.5184 5.11204 4.42632 4.88616C4.25889 4.48888 4.17408 4.04257 4.1732 4.03813C4.16419 3.99021 4.12878 3.95097 4.08091 3.93595C4.03315 3.92093 3.98058 3.93257 3.94424 3.96626C2.94064 4.89764 3.04025 6.34968 3.07769 6.67879C2.95331 6.80736 2.60178 7.18856 2.24665 7.73853C1.80566 8.42187 1.67217 9.61646 1.66676 9.66697C1.66069 9.72335 1.69233 9.77719 1.7455 9.80088C1.79889 9.82457 1.86167 9.81278 1.90178 9.77163L2.1955 9.47134C2.16348 9.58627 2.13124 9.71727 2.10146 9.86397C1.96916 10.4973 2.00785 11.4796 2.00954 11.5212C2.01206 11.582 2.05714 11.6333 2.11883 11.6454C2.18047 11.6577 2.24271 11.6274 2.2696 11.5724L2.44244 11.2182C2.56987 12.0803 3.05911 13.9147 4.93501 15.6046C6.32441 16.8572 8.25687 17.5756 10.2369 17.5757C10.2371 17.5757 10.2372 17.5757 10.2374 17.5757C12.1592 17.5757 13.9737 16.9105 15.4845 15.6522C17.271 14.1627 17.9365 12.0356 18.1801 10.5134C18.4432 8.87008 18.2892 7.59631 18.2825 7.5429C18.2752 7.48398 18.2283 7.43702 18.1676 7.42803ZM15.1174 7.47589C15.1192 7.47822 15.3046 7.71314 15.345 8.31509C15.3729 8.76558 15.2774 9.48599 15.2171 9.88016L14.8531 9.4714C14.8138 9.42729 14.7495 9.41312 14.6944 9.43676C14.6394 9.46029 14.6068 9.51587 14.614 9.57363C14.6153 9.58378 14.7393 10.6016 14.5306 11.4863C14.4318 11.902 14.2773 12.2009 14.1446 12.3981L14.1955 11.7317C14.2004 11.6678 14.1572 11.6097 14.093 11.5939C14.0287 11.578 13.9621 11.609 13.9348 11.6674C13.9287 11.6806 13.2977 12.9916 11.5698 13.5106C11.3285 13.5826 11.0744 13.6191 10.8144 13.6191C9.89337 13.6191 9.05654 13.1643 8.58217 12.8448C8.62299 12.8468 8.66359 12.8478 8.70397 12.8478C9.38348 12.8478 9.90605 12.5645 10.326 12.3368C10.4364 12.277 10.5406 12.2205 10.6409 12.1726C11.2444 11.8788 11.525 11.8542 11.7406 11.8542C11.8545 11.8542 11.9423 11.7898 11.9698 11.6863C12.0373 11.4321 11.7216 10.9791 11.3317 10.7713C11.1383 10.6696 10.9315 10.6222 10.6811 10.6222C10.2826 10.6222 9.78856 10.7438 9.08086 10.9293C8.95097 10.9628 8.82271 10.9798 8.69965 10.9798C8.26599 10.9799 7.97922 10.7768 7.81501 10.6065C7.59403 10.3773 7.46818 10.0744 7.4867 9.81611C7.49512 9.69833 7.54277 9.57791 7.83233 9.57791C8.08922 9.57791 8.37474 9.6804 8.37752 9.68136C8.3931 9.68707 8.40944 9.68987 8.42566 9.68987C8.42594 9.68987 8.42632 9.68987 8.4267 9.68987C8.50217 9.68987 8.56331 9.63069 8.56331 9.55765C8.56331 9.55051 8.56271 9.54348 8.56162 9.53666L8.52342 8.3785C8.6614 8.29336 8.99157 8.0862 9.30894 7.86291C10.0768 7.32273 10.1796 7.11616 10.0974 6.95925C9.98856 6.74559 9.70206 6.71089 9.37031 6.6707C9.18047 6.64769 8.96534 6.62162 8.77102 6.55937C8.36621 6.42917 8.09949 6.09091 8.03878 6.00777C8.02621 5.93817 7.99616 5.70367 8.11501 5.5035C8.24364 5.28471 8.68851 4.94597 8.84911 4.83385C8.89501 4.80186 8.91577 4.74575 8.90129 4.69281C8.88681 4.63992 8.84015 4.60105 8.78392 4.59518C8.77015 4.5937 8.362 4.55424 7.69528 4.76791C7.15244 4.94391 6.7314 5.22918 6.58632 5.335C6.52392 5.32316 6.41708 5.30682 6.24009 5.28915C7.27971 4.15294 8.7543 3.50615 10.3253 3.50615C11.4784 3.50615 12.5679 3.84552 13.4954 4.49078L12.5769 4.63944C12.5145 4.64955 12.4675 4.69979 12.4632 4.76082C12.4588 4.8219 12.4985 4.87786 12.5588 4.8961C12.571 4.8998 13.7942 5.27403 14.7069 5.95494C14.91 6.10878 15.0957 6.30801 15.259 6.54721C15.4113 6.86315 15.5305 7.18893 15.6149 7.51963L15.3078 7.28868C15.2533 7.24769 15.1763 7.25314 15.1277 7.30047C15.0788 7.3477 15.0747 7.42338 15.1174 7.47589Z' fill='%23ed6b2f'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app:hover .edge,
header .container .burger_menu .nav-item .list .list-item-app:hover .edge {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.1153 1.66699C6.5116 1.66699 3.44599 3.82745 2.18791 7.20868C3.21484 6.07526 4.57476 5.4704 6.15495 5.4704H6.16679C8.61854 5.47421 11.2099 7.03001 12.0663 9.01159H12.0626C12.3695 9.61253 12.298 10.2326 12.1995 10.6243C12.0858 11.0693 11.9153 11.2783 11.8509 11.362L11.8161 11.4073C11.6911 11.5632 11.7105 11.7919 11.8583 11.9288C11.8848 11.9516 11.9265 11.9821 11.9834 12.0201L12.0818 12.0811C12.5631 12.3853 13.6507 12.6969 14.636 12.6969C15.3901 12.6969 16.375 12.5791 17.2997 11.6472C18.8533 10.0878 18.2544 7.9121 18.0346 7.28074C17.6594 6.21198 16.1024 2.65974 11.7332 1.82299C11.2027 1.7203 10.6572 1.66699 10.1153 1.66699ZM6.15495 6.23109C4.18445 6.23109 2.60445 7.33823 1.69499 9.35404C1.39562 12.838 3.49851 15.9638 5.99952 17.3635C6.35952 17.5651 7.5038 18.1435 9.09914 18.3337C7.68948 17.6643 6.61723 16.4965 6.1246 14.9789C5.30609 12.4573 6.33317 9.76472 8.73944 8.12165L8.74314 8.12536C9.10693 7.88575 9.55032 7.74874 10.005 7.74874C10.0581 7.74874 10.1074 7.74856 10.1605 7.75616C9.09565 6.84335 7.58782 6.23489 6.16679 6.23109H6.15495ZM7.7277 10.0991C6.67424 11.4569 6.32929 13.1422 6.84844 14.7434C7.53432 16.8581 9.53922 18.1968 11.9834 18.2044C13.8857 17.7784 15.5412 16.6635 16.9281 14.8645L16.9622 14.8192C17.0569 14.6785 17.0498 14.4918 16.9437 14.3586C16.8338 14.2293 16.652 14.184 16.4966 14.2524L16.3146 14.3364C16.2388 14.3706 16.1707 14.3928 16.0873 14.4233C16.0002 14.4537 15.9016 14.4919 15.7728 14.5451C15.284 14.7467 14.5566 14.8608 13.776 14.8608C13.1204 14.8608 12.48 14.7775 11.976 14.6253C11.2636 14.4123 9.09165 13.7541 7.95862 11.2439C7.81841 10.932 7.72391 10.5327 7.7277 10.0991Z' fill='%23ed6b2f'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item .list .list-item-app:hover p,
header .container .burger_menu .nav-item .list .list-item-app:hover p {
    color: #ed6b2f;
}

header .container .navigation .nav-item .list .list-item-app:hover .shevron,
header .container .burger_menu .nav-item .list .list-item-app:hover .shevron {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10H16M16 10L11.5 5M16 10L11.5 15' stroke='%23ED6B2F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

header .container .navigation .nav-item.h-active,
header .container .burger_menu .nav-item.h-active {
    color: #ed6b2f;
}

header .container .navigation .nav-item.h-active .arrow,
header .container .burger_menu .nav-item.h-active .arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 14L12 10L17 14' stroke='%23ED6B2F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

header .container .navigation .nav-item.h-active .list,
header .container .burger_menu .nav-item.h-active .list {
    display: flex;
}

header .container .navigation .nav-item:hover,
header .container .burger_menu .nav-item:hover {
    color: #ed6b2f;
}

header .container .navigation .nav-item:hover .arrow,
header .container .burger_menu .nav-item:hover .arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 10L12 14L7 10' stroke='%23ed6b2f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

header .container .other_block {
    display: flex;
    align-items: center;
    height: 100%;
}

header .container .other_block .login {
    margin-right: 16px;
    font-family: "Nunito 500";
    color: #181b28;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

header .container .other_block .login:hover {
    color: #ed6b2f;
}

header .container .other_block .language {
    margin-right: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    height: 100%;
}

header .container .other_block .language .flag {
    width: 20px;
    height: 14px;
    border-radius: 3px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

header .container .other_block .language .language-code {
    color: #181b28;
    font-family: "Nunito 500";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

header .container .other_block .language .arrow {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 10L12 14L7 10' stroke='%23181B28' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

header .container .other_block .language .list {
    display: none;
    z-index: 99;
    position: absolute;
    top: 64px;
    left: -25px;
    max-height: 600px;
    overflow: auto;
}

header .container .other_block .language .list .list_item {
    padding: 16px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

header .container .other_block .language .list .list_item .flag {
    display: block;
    width: 20px;
    height: 14px;
    border-radius: 3px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

header .container .other_block .language .list .list_item .lang_name {
    width: max-content;
    color: #181b28;
    font-family: "Nunito 500";
    font-size: 14px;
    line-height: 24px;
}

header .container .other_block .language .list .list_item:not(:last-child) {
    border-bottom: 1px solid #eff0f6;
}

header .container .other_block .language .list .list_item:first-child {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

header .container .other_block .language .list .list_item:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

header .container .other_block .language .list .list_item:hover {
    background-color: #8198e7;
}

header .container .other_block .language .list .list_item:hover .lang_name {
    color: #fff;
}

header .container .other_block .language .list::-webkit-scrollbar {
    width: 0;
}

header .container .other_block .language .flag.de {
    background-image: url("../img/new/countres/de.svg");
}

header .container .other_block .language .flag.en {
    background-image: url("../img/new/countres/en.svg");
}

header .container .other_block .language .flag.es {
    background-image: url("../img/new/countres/es.svg");
}

header .container .other_block .language .flag.fr {
    background-image: url("../img/new/countres/fr.svg");
}

header .container .other_block .language .flag.hi {
    background-image: url("../img/new/countres/hi.svg");
}

header .container .other_block .language .flag.it {
    background-image: url("../img/new/countres/it.svg");
}

header .container .other_block .language .flag.jp {
    background-image: url("../img/new/countres/jp.svg");
}

header .container .other_block .language .flag.nl {
    background-image: url("../img/new/countres/nl.svg");
}

header .container .other_block .language .flag.no {
    background-image: url("../img/new/countres/no.svg");
}

header .container .other_block .language .flag.pl {
    background-image: url("../img/new/countres/pl.svg");
}

header .container .other_block .language .flag.pt {
    background-image: url("../img/new/countres/pt.svg");
}

header .container .other_block .language .flag.ru {
    background-image: url("../img/new/countres/ru.svg");
}

header .container .other_block .language .flag.se {
    background-image: url("../img/new/countres/se.svg");
}

header .container .other_block .language .flag.tr {
    background-image: url("../img/new/countres/tr.svg");
}

header .container .other_block .language .flag.uk {
    background-image: url("../img/new/countres/uk.svg");
}

header .container .other_block .language .flag.zh {
    background-image: url("../img/new/countres/zh.svg");
}

header .container .other_block .get-vpn {
    display: inline-flex;
    padding: 9px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #ed6b2f;
    border: 1px solid #ed6b2f;
    color: #fff;
    font-size: 16px;
    font-family: "Nunito 500";
    line-height: 24px;
    transition: all 0.2s linear;
}

header .container .other_block .get-vpn:hover {
    background: transparent;
    color: #ed6b2f;
}

header .container .nav-item.active.language .list {
    display: block;
}

header .container .other_block .user_account {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .container .other_block .user_account .user_icon {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_556_614)'%3E%3Crect width='24' height='24' rx='12' fill='%23F7EFFF'/%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%23252E49' stroke-opacity='0.1'/%3E%3Ccircle cx='11.9987' cy='8.00065' r='2.66667' fill='%23626C8D'/%3E%3Cellipse cx='11.9987' cy='15.3327' rx='4.66667' ry='2.66667' fill='%23626C8D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_556_614'%3E%3Crect width='24' height='24' rx='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

header .container .other_block .user_account .user_email {
    color: #181B28;
    font-family: "Nunito 500";
    font-size: 16px;
    line-height: 24px;
}

header .container .nav-item.h-active.language .list {
    display: block;
}

header .container .navigation .nav-item.h-active {
    color: #ed6b2f;
}

header .container .navigation .nav-item.h-active .arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 14L12 10L17 14' stroke='%23ED6B2F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

header .container .burger_menu .nav-item.h-active .list {
    display: flex;
}


header.shadow {
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    background: #fff; */
}

@keyframes slideIn {
    0% {
        position: fixed;
        top: -200px;
    }

    100% {
        position: fixed;
        top: 0px;
    }
}

header.sticky {
    /* background: white; */
    position: fixed;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
    animation: slideIn 1s forwards;
    backdrop-filter: blur(3px);
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 832px;
    background: linear-gradient(180deg, #f0f3ec 0%, rgba(240, 243, 236, 0) 100%);
    z-index: -9;
}

.container {
    width: 1180px;
}

.reviews {
    background: #f4f7fc;
    padding-top: 100px;
    width: 100%;
    margin-bottom: 0 !important;
}

.reviews h3 {
    color: #181b28;
    text-align: center;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    margin-bottom: 64px;
}

.reviews h3 p {
    color: #ed6b2f;
    display: inline-block;
    margin-right: 10px;
}

.reviews .swiper {
    width: 100%;
    overflow: hidden;
}

.reviews .swiper .swiper-wrapper {
    display: flex;
    width: max-content;
    margin-bottom: 64px;
}

.reviews .swiper .swiper-wrapper .item {
    width: 580px;
    min-height: 360px;
    padding: 42px 32px 32px 32px;
    height: max-content;
    border-radius: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s linear;
}

.reviews .swiper .swiper-wrapper .item .photo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.reviews .swiper .swiper-wrapper .item .photo.def {
    border: 2px solid #ffffff;
}

.reviews .swiper .swiper-wrapper .item .photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* .reviews .swiper .swiper-wrapper .item .p-one {
    background-image: url("../img/new/main/rev-one.png");
}

.reviews .swiper .swiper-wrapper .item .p-two {
    background-image: url("../img/new/main/rev-two.png");
}

.reviews .swiper .swiper-wrapper .item .p-three {
    background-image: url("../img/new/main/rev-three.svg");
} */

.reviews .swiper .swiper-wrapper .item .name {
    color: #181b28;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito 500";
    line-height: 24px;
    margin-bottom: 16px;
}

.reviews .swiper .swiper-wrapper .item .text {
    color: #181b28;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.reviews .swiper .swiper-wrapper .swiper-slide-active {
    background: #d6eaff;
}

.reviews .swiper-pagination {
    height: 12px;
    display: flex;
    margin: 0 auto 100px;
    width: fit-content;
}

.reviews .swiper-pagination .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.2s linear;
    cursor: pointer;
    background-color: rgba(24, 27, 40, 0.1);
}

.reviews .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #181b28;
}

.favorite_banner {
    margin-top: 130px;
    margin-bottom: 130px;
}

.favorite_banner .container .wrap {
    padding-left: 64px;
    height: 401px;
    border-radius: 30px;
    background-color: #c9d5ff;
    background-repeat: no-repeat;
    background-position-x: right;
    background-image: url("../img/new/main/favorite-banner-bg.svg");
    display: flex;
    align-items: center;
}

.favorite_banner .container .wrap .fav_picture {
    width: 496px;
    height: 331px;
    margin-right: 28px;
    background-image: url("../img/new/main/favorite-banner-picture.svg");
}

.favorite_banner .container .wrap .content {
    z-index: 1;
}

.favorite_banner .container .wrap .content h3 {
    color: #181b28;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    margin-bottom: 32px;
    text-align: start;
}

.favorite_banner .container .wrap .content .get-vpn {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 10px;
    background: #fff;
    color: #181b28;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all 0.2s;
}

.favorite_banner .container .wrap .content .get-vpn:hover {
    background-color: #ed6b2f;
    color: #fff;
}

.favorite_banner .container .wrap .content .footer {
    width: 528px;
    display: flex;
    padding-top: 32px;
    border-top: 1px solid rgba(98, 108, 141, 0.2);
}

.favorite_banner .container .wrap .content .footer p {
    color: #181b28;
    font-size: 18px;
    font-family: "Nunito 500";
    line-height: 32px;
    margin-right: 16px;
}

.favorite_banner .container .wrap .content .footer .brands {
    display: flex;
}

.favorite_banner .container .wrap .content .footer .brands .item {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.favorite_banner .container .wrap .content .footer .brands .item:not(:last-child) {
    margin-right: 16px;
}

.favorite_banner .container .wrap .content .footer .brands .apple {
    background-image: url("../img/new/main/apple.svg");
}

.favorite_banner .container .wrap .content .footer .brands .finder {
    background-image: url("../img/new/main/finder.svg");
}

.favorite_banner .container .wrap .content .footer .brands .android {
    background-image: url("../img/new/main/android-robot.svg");
}

.favorite_banner .container .wrap .content .footer .brands .windows {
    background-image: url("../img/new/main/windows.svg");
}

.favorite_banner .container .wrap .content .footer .brands .chrome {
    background-image: url("../img/new/main/chrome.svg");
}

.favorite_banner .container .wrap .content .footer .brands .firefox {
    background-image: url("../img/new/main/firefox.svg");
}

.favorite_banner .container .wrap .content .footer .brands .edge {
    background-image: url("../img/new/main/edge-inner.svg");
}

footer {
    border-radius: 42px 42px 0px 0px;
    background: #272e47;
    padding: 84px 130px 0 130px;
    width: 100%;
}

footer .container {
    margin: 0 auto;
}

footer .container .main {
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
}

footer .container .main::after {
    display: none;
}

footer .container .main .left {
    width: 480px;
}

footer .container .main .left h3 {
    color: #fff;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    margin-bottom: 16px;
    text-align: start;
}

footer .container .main .left p {
    color: #fff;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
}

footer .container .main .left .img {
    margin-top: 66px;
    border-radius: 200px;
    width: 411px;
    height: 411px;
    background-image: url("../img/new/main/Frame3174.png");
}

footer .container .main .right {
    width: 580px;
}

footer .container .main .right .footer-faq-item {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    padding: 16px 24px;
}

footer .container .main .right .footer-faq-item .head {
    display: flex;
    justify-content: space-between;
    transition: all 0.2s;
}

footer .container .main .right .footer-faq-item .head .title {
    color: #fff;
    font-size: 16px;
    font-family: "Nunito 500";
    line-height: 24px;
}

footer .container .main .right .footer-faq-item .head .cross {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12.0001L12 12.0001M12 12.0001L4 12.0001M12 12.0001L12 4M12 12.0001L12 20' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

footer .container .main .right .footer-faq-item .text {
    display: none;
    height: 0;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    font-family: "Nunito 500";
    line-height: 24px;
    transition: all 0.5s linear;
}

footer .container .main .right .footer-faq-item .text .item {
    margin: 10px 0;
}

footer .container .main .right .footer-faq-item .text .item:before {
    content: "—";
    margin-right: 5px;
}

footer .container .main .right .footer-faq-item:not(:last-child) {
    margin-bottom: 10px;
}

footer .container .main .right .footer-faq-item.opened .head {
    margin-bottom: 16px;
}

footer .container .main .right .footer-faq-item.opened .head .title {
    color: #ed6b2f;
}

footer .container .main .right .footer-faq-item.opened .head .cross {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.6568 17.6571L12 12.0003M12 12.0003L6.3431 6.34343M12 12.0003L17.6569 6.34338M12 12.0003L6.34314 17.6571' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

footer .container .main .right .footer-faq-item.opened .text {
    display: block;
    height: auto;
    opacity: 1;
}

footer .container .bottom {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

footer .container .bottom .left .img {
    width: 139px;
    height: 34px;
    background-image: url("../img/new/main/logo-footer.svg");
    margin-bottom: 10px;
}

footer .container .bottom .left p {
    width: 280px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-family: "Nunito 400";
    line-height: 20px;
}

footer .container .bottom .right {
    width: 580px;
    display: flex;
    justify-content: space-between;
}

footer .container .bottom .right div {
    max-width: 128px;
    display: flex;
    flex-direction: column;
}

footer .container .bottom .right div p {
    color: #fff;
    font-size: 16px;
    font-family: "Nunito 500";
    line-height: 24px;
    margin-bottom: 15px;
}

footer .container .bottom .right div a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-family: "Nunito 400";
    line-height: 20px;
    margin-bottom: 15px;
    transition: all 0.1s;
}

footer .container .bottom .right div a:hover {
    color: #ed6b2f;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(24, 27, 40, 0.5);
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.modal .box {
    display: none;
    width: 380px;
    border-radius: 20px;
    background: #fff;
    padding: 32px;
}

.modal .box .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.modal .box .head h4 {
    color: #181b28;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito 600";
    font-size: 24px;
    line-height: 32px;
    display: none;
}

.modal .box .head span {
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='15.9974' cy='16.0013' r='12.0013' stroke='%23626C8D' stroke-width='1.5'/%3E%3Cpath d='M20 12L12 20M12 12L19.9999 20' stroke='%23626C8D' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.modal .box .fields_button form label {
    display: none;
    position: relative;
}

.modal .box .fields_button form label input {
    width: 100%;
    display: flex;
    padding: 12px 12px 12px 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #e7effb;
    background: #f4f7fc;
    color: #181b28;
    font-family: "Nunito 400";
    font-size: 16px;
    line-height: 24px;
}

.modal .box .fields_button form label span {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
}

.modal .box .fields_button form label span.email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 11.9996C4 8.98262 4 7.47413 4.93726 6.53687C5.87452 5.59961 7.38301 5.59961 10.4 5.59961H13.6C16.617 5.59961 18.1255 5.59961 19.0627 6.53687C20 7.47413 20 8.98262 20 11.9996C20 15.0166 20 16.5251 19.0627 17.4624C18.1255 18.3996 16.617 18.3996 13.6 18.3996H10.4C7.38301 18.3996 5.87452 18.3996 4.93726 17.4624C4 16.5251 4 15.0166 4 11.9996Z' stroke='%23626C8D' stroke-width='1.5'/%3E%3Cpath d='M7.19922 8.80078L8.92634 10.24C10.3956 11.4645 11.1303 12.0767 11.9992 12.0767C12.8681 12.0767 13.6028 11.4645 15.0721 10.24L16.7992 8.80078' stroke='%23626C8D' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.modal .box .fields_button form label span.show {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.01991 14.6361C4.33997 13.7528 4 13.3111 4 11.9996C4 10.6881 4.33997 10.2464 5.01991 9.36307C6.37757 7.59926 8.65449 5.59961 12 5.59961C15.3455 5.59961 17.6224 7.59926 18.9801 9.36307C19.66 10.2464 20 10.6881 20 11.9996C20 13.3111 19.66 13.7528 18.9801 14.6361C17.6224 16.4 15.3455 18.3996 12 18.3996C8.65449 18.3996 6.37757 16.4 5.01991 14.6361Z' stroke='%23626C8D' stroke-width='1.5'/%3E%3Cpath d='M14.4016 11.9996C14.4016 13.3251 13.327 14.3996 12.0016 14.3996C10.6761 14.3996 9.60156 13.3251 9.60156 11.9996C9.60156 10.6741 10.6761 9.59961 12.0016 9.59961C13.327 9.59961 14.4016 10.6741 14.4016 11.9996Z' stroke='%23626C8D' stroke-width='1.5'/%3E%3C/svg%3E");
}

.modal .box .fields_button form label span.hide {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.68936 7.70456C4.52619 7.32384 4.08528 7.14747 3.70456 7.31064C3.32384 7.47381 3.14747 7.91472 3.31064 8.29544L4.68936 7.70456ZM14.8698 13.063L14.5951 12.3651L14.8698 13.063ZM9.75889 13.472C9.98479 13.1248 9.88648 12.6602 9.53929 12.4343C9.1921 12.2084 8.72752 12.3067 8.50161 12.6539L9.75889 13.472ZM7.37136 14.391C7.14546 14.7381 7.24377 15.2027 7.59096 15.4286C7.93815 15.6545 8.40273 15.5562 8.62864 15.209L7.37136 14.391ZM20.6894 8.29544C20.8525 7.91472 20.6762 7.47381 20.2954 7.31064C19.9147 7.14747 19.4738 7.32384 19.3106 7.70456L20.6894 8.29544ZM17.6 11.3031L17.0867 10.7562L17.0867 10.7562L17.6 11.3031ZM18.2697 13.0334C18.5626 13.3263 19.0374 13.3263 19.3303 13.0334C19.6232 12.7405 19.6232 12.2656 19.3303 11.9727L18.2697 13.0334ZM11.25 15.6C11.25 16.0142 11.5858 16.35 12 16.35C12.4142 16.35 12.75 16.0142 12.75 15.6H11.25ZM15.3714 15.209C15.5973 15.5562 16.0619 15.6545 16.409 15.4286C16.7562 15.2027 16.8545 14.7381 16.6286 14.391L15.3714 15.209ZM6.93033 11.8334C7.22322 11.5405 7.22322 11.0656 6.93033 10.7727C6.63744 10.4798 6.16256 10.4798 5.86967 10.7727L6.93033 11.8334ZM4.66967 11.9727C4.37678 12.2656 4.37678 12.7405 4.66967 13.0334C4.96256 13.3263 5.43744 13.3263 5.73033 13.0334L4.66967 11.9727ZM12 12.85C9.47611 12.85 7.66133 11.5946 6.4496 10.2897C5.84395 9.63743 5.3995 8.98284 5.10697 8.49139C4.96113 8.24637 4.85421 8.04388 4.78488 7.90521C4.75025 7.83594 4.72507 7.78277 4.70919 7.74839C4.70126 7.73121 4.69565 7.71874 4.69235 7.71131C4.6907 7.7076 4.68963 7.70516 4.68913 7.70402C4.68888 7.70345 4.68878 7.7032 4.68881 7.70329C4.68883 7.70334 4.68889 7.70346 4.68898 7.70368C4.68902 7.70378 4.68912 7.704 4.68914 7.70405C4.68925 7.7043 4.68936 7.70456 4 8C3.31064 8.29544 3.31077 8.29575 3.31091 8.29607C3.31097 8.29621 3.31112 8.29656 3.31124 8.29684C3.31148 8.29739 3.31175 8.29802 3.31207 8.29875C3.31269 8.30019 3.31347 8.30198 3.31439 8.3041C3.31624 8.30834 3.3187 8.31393 3.32176 8.32081C3.32789 8.33458 3.33644 8.35356 3.34745 8.37739C3.36946 8.42504 3.40132 8.49219 3.44324 8.57604C3.52704 8.74362 3.65137 8.97863 3.81803 9.25861C4.1505 9.81716 4.65605 10.5626 5.3504 11.3103C6.73867 12.8054 8.92389 14.35 12 14.35V12.85ZM14.5951 12.3651C13.8355 12.6641 12.9737 12.85 12 12.85V14.35C13.1702 14.35 14.2179 14.1255 15.1444 13.7608L14.5951 12.3651ZM8.50161 12.6539L7.37136 14.391L8.62864 15.209L9.75889 13.472L8.50161 12.6539ZM20 8C19.3106 7.70456 19.3107 7.70441 19.3108 7.70426C19.3108 7.70422 19.3108 7.70408 19.3109 7.704C19.3109 7.70384 19.311 7.70371 19.3111 7.7036C19.3111 7.70339 19.3112 7.70328 19.3112 7.70328C19.3112 7.70327 19.311 7.70367 19.3107 7.70449C19.31 7.70611 19.3085 7.70938 19.3064 7.71421C19.302 7.72389 19.2948 7.73984 19.2847 7.76161C19.2644 7.80517 19.2324 7.87188 19.1885 7.95799C19.1006 8.13036 18.9654 8.37941 18.781 8.67524C18.411 9.26905 17.8504 10.0394 17.0867 10.7562L18.1133 11.8499C18.9965 11.0209 19.6358 10.1398 20.0541 9.4685C20.2639 9.13178 20.42 8.8449 20.5247 8.63947C20.5771 8.53668 20.6169 8.45403 20.6442 8.39544C20.6578 8.36614 20.6684 8.34284 20.6759 8.32601C20.6797 8.3176 20.6827 8.31081 20.6849 8.30569C20.686 8.30313 20.687 8.301 20.6877 8.29928C20.6881 8.29843 20.6884 8.29768 20.6887 8.29704C20.6888 8.29672 20.6889 8.29642 20.6891 8.29616C20.6891 8.29602 20.6892 8.29584 20.6892 8.29578C20.6893 8.29561 20.6894 8.29544 20 8ZM17.0867 10.7562C16.4103 11.3911 15.5829 11.9762 14.5951 12.3651L15.1444 13.7608C16.3445 13.2885 17.3292 12.5859 18.1133 11.8499L17.0867 10.7562ZM17.0697 11.8334L18.2697 13.0334L19.3303 11.9727L18.1303 10.7727L17.0697 11.8334ZM11.25 13.6V15.6H12.75V13.6H11.25ZM14.2411 13.472L15.3714 15.209L16.6286 14.391L15.4984 12.6539L14.2411 13.472ZM5.86967 10.7727L4.66967 11.9727L5.73033 13.0334L6.93033 11.8334L5.86967 10.7727Z' fill='%23626C8D'/%3E%3C/svg%3E");
}

.modal .box .fields_button form p.forgot {
    display: none;
    color: #ed6b2f;
    text-align: right;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito 400";
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.modal .box .fields_button form button {
    display: none;
    margin-top: 32px;
    width: 100%;
    padding: 14px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #ed6b2f;
    color: #fff;
    font-family: "Nunito 400";
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #ed6b2f;
    transition: all 0.2s linear;
}

.modal .box .fields_button form .get-vpn:hover {
    border: 1px solid #ed6b2f;
    background-color: #fff;
    color: #ed6b2f;
}

.modal .box .sub_button {
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito 400";
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 32px;
}

.modal .box .sub_button .sign {
    display: none;
    color: #ed6b2f;
    cursor: pointer;
}

.modal .box .sub_button .login {
    display: none;
    color: #626c8d;
    justify-content: center;
}

.modal .box .sub_button .login .inner {
    cursor: pointer;
    color: #ed6b2f;
    margin-left: 5px;
}

.modal .box .sub_text {
    display: none;
    color: rgba(24, 27, 40, 0.5);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito 400";
    font-size: 14px;
    line-height: 18px;
}

.modal .sign_up {
    display: block;
}

.modal .sign_up .head .sign {
    display: block;
}

.modal .sign_up .head .login {
    display: none;
}

.modal .sign_up .head .recovery {
    display: none;
}

.modal .sign_up .fields_button form .email-label {
    display: block;
    margin-bottom: 16px;
}

.modal .sign_up .fields_button form .repeat-label {
    display: block;
    margin-bottom: 16px;
}

.modal .sign_up .fields_button form .password-label {
    display: block;
    margin-bottom: 16px;
}

.modal .sign_up .fields_button form p.forgot {
    display: none;
}

.modal .sign_up .fields_button form button.sign {
    display: flex;
}

.modal .sign_up .fields_button form button.login {
    display: none;
}

.modal .sign_up .fields_button form button.recovery {
    display: none;
}

.modal .sign_up .sub_button .sign {
    display: block;
}

.modal .sign_up .sub_button .login {
    display: none;
}

.modal .sign_up .sub_text {
    display: block;
}

.modal .login {
    display: block;
}

.modal .login .head .sign {
    display: none;
}

.modal .login .head .login {
    display: block;
}

.modal .login .head .recovery {
    display: none;
}

.modal .login .fields_button form .email-label {
    display: block;
    margin-bottom: 16px;
}

.modal .login .fields_button form .password-label {
    display: block;
    margin-bottom: 8px;
}

.modal .login .fields_button form .repeat-label {
    display: none;
}

.modal .login .fields_button form p.forgot {
    display: block;
}

.modal .login .fields_button form button.sign {
    display: none;
}

.modal .login .fields_button form button.login {
    display: flex;
}

.modal .login .fields_button form button.recovery {
    display: none;
}

.modal .login .sub_button .sign {
    display: none;
}

.modal .login .sub_button .login {
    display: flex;
}

.modal .login .sub_text {
    display: block;
}

.modal .recovery {
    display: block;
}

.modal .recovery .head .sign {
    display: none;
}

.modal .recovery .head .login {
    display: none;
}

.modal .recovery .head .recovery {
    display: block;
}

.modal .recovery .fields_button form .email-label {
    display: block;
}

.modal .recovery .fields_button form .password-label {
    display: none;
}

.modal .recovery .fields_button form .repeat-label {
    display: none;
}

.modal .recovery .fields_button form p.forgot {
    display: none;
}

.modal .recovery .fields_button form button.sign {
    display: none;
}

.modal .recovery .fields_button form button.login {
    display: none;
}

.modal .recovery .fields_button form button.recovery {
    display: flex;
}

.modal .recovery .sub_button {
    display: none;
}

.modal .recovery .sub_text {
    display: none;
}

.siiimpleToast {
    font-family: "Nunito 600";
}
