/* @font-face {
    font-family: "TT-regular";
    src: url("../../fonts/TT Commons Regular.otf");
}

@font-face {
    font-family: "TT-medium";
  src: url("../../fonts/TT Commons Medium.otf");
} */


@font-face {
    font-family: "TT-regular";
    src: url("../fonts/TTCommons-Regular.woff") format('woff');
}

@font-face {
    font-family: "TT-medium";
  src: url("../fonts/TTCommons-Medium.woff") format('woff');
}

@font-face {
    font-family: "TT-bold";
  src: url("../fonts/TTCommons-Bold.woff") format('woff');
}



/* added styles */
.breadcrums.main__text{
    padding: 10px !important;

}

.breadcrums.main__text a{
    color: #00CC99;
    line-height: 140%;

}

.breadcrums.main__text p{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
    padding-bottom: 15px;
}

ul, ol{
    margin: 0;
}

.main__apps h3{
    font-size: 22px !important;
	margin-top: 5px;
}
.main__apps a{
    font-size: 18px;
    font-weight: 400 !important;
}


footer .footer__content--download {
    padding: 10px 20px;
    background-color: #00CC99;
    color: #fff;
}

.footer__content--download i{
    font-size: 18px;
}

h1{
	font-size: 1em !important;
	margin: 0 !important;
}

.pagecontent{
	border-top: none !important;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 0%) !important;
}

.pagecontent p{
	height: auto !important;
}

.category__content--text p{
	margin-bottom: 10px;
	max-height: 88px;
    height: 88px;
    overflow: hidden;
}

.bxl-telegram:before, .bxl-instagram:before{
	color: white;
}

.mobbanner{
	display: none;
}

    .deskbanner{
	display: block;
}



@media (max-width: 680px) {
    .deskbanner{
	display: none;
}
	.mobbanner{
	display: block;
}
}

/* Default styles */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}

::-moz-selection {
    background-color: #00CC99;
    color: #fff;
}

::selection {
    background-color: #00CC99;
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #00CC99;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

::-webkit-scrollbar-thumb:active {
    background-color: #fff;
}

/* Blocks */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    background-color: #F5F5F5;
}



/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "TT-regular";
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

.font__size--regular {
    font-size: 20px;
}

.font__size--medium {
    font-size: 20px;
}

.font__size--bold {
    font-size: 20px;
}

.text__color--dark {
    color: #313131;
}

.text__color--black {
    color: #000;
}

.text__color--white {
    color: #fff;
}

.text__color--grey {
    color: #807F7F;
}

.font__weight--bold {
    font-weight: bold;
}

.text__align--center {
    text-align: center;
}

.text__align--left {
    text-align: left;
}

.text__align--right {
    text-align: right;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}

.col-4 {
    width: 40%;
}

.col-5 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 70%;
}

.col-8 {
    width: 80%;
}

.col-9 {
    width: 90%;
}

.col-10 {
    width: 100%;
}

.img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hover__effect--nav {
    position: relative;
    overflow: hidden;
}

.hover__effect--nav::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #00CC99;
    transition: all 0.5s;
}

.hover__effect--nav:hover::after {
    width: 100%;
    left: auto;
    right: 0;
}

.display__md--block {
    display: none;
}

@media (max-width: 576px) {
    .display__md--block {
        display: block;
    }
}

header {
    overflow: hidden;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
/*     border-bottom: 1px solid #E1E1E1; */
    position: relative;
}

.header__content--bars {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: auto;
    display: none;
}

@media (max-width: 680px) {
    .header__content--bars {
        display: block;
    }
}

.header__content--bars .bars {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.header__content--bars .bars span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #00CC99;
}

.header__content--bars .bars span:nth-child(2) {
    width: 25px;
}

.header__content--logos {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 30px;
}

@media (max-width: 890px) {
    .header__content--logos .logo__text {
        display: none;
    }
}

.header__content--links ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.header__content--links ul li {
    font-size: 22px;
    padding: 10px 20px;
}

.header__content--links ul li.active {
    background-color: #fff;
}

.header__content--links ul li.active a {
    color: #00CC99;
}

.header__content--shape-1 {
    position: absolute;
    top: -16%;
    left: 31%;
    z-index: -1;
}

@media (max-width: 680px) {
    .header__content--shape-1 {
        display: none;
    }
}

.header__content--shape-2 {
    position: absolute;
    top: 40%;
    right: 8%;
    z-index: -1;
}

@media (max-width: 680px) {
    .header__content--shape-2 {
        right: 3%;
		top: 16%;
        width: 200px;
    }
}

.header__content--shape-3 {
    position: absolute;
    top: 15%;
    left: 50%;
    z-index: -1;
}
.header__content--shape-3 img{
	width: 60%;
}


@media (max-width: 890px) {
    .header__content--shape-3 {
        bottom: -90%;
    }
}



@media (max-width: 680px) {
    .header__content--shape-3 {
        left: -5%;
        bottom: -30%;
        width: 100px;
    }
}


.header__content--shape-4 {
    position: absolute;
    top: 35%;
    left: 25%;
    z-index: -1;
}

.header__content--shape-4 img{
    width: 50%;
}


@media (max-width: 680px) {
    .header__content--shape-4 {
        display: none;
    }
}

@media (max-width: 890px) {
    .header__content--logos.col-5 {
        width: 30%;
    }

    .header__content--links.col-5 {
        width: 70%;
    }
}

@media (max-width: 680px) {
    .header__content {
        justify-content: center;
        padding: 30px 0;
    }

    .header__content--links {
        display: none;
    }

    .header__content--logos {
        padding-right: 0;
    }
}

footer {
    background-color: #313131;
}

@media (max-width: 890px) {
    footer .container {
        padding: 0;
    }
}

footer .footer__content {
    display: flex;
    padding: 80px 0;
}

@media (max-width: 890px) {
    footer .footer__content {
        flex-wrap: wrap;
        gap: 20px 0;
        padding: 30px 10px;
    }
}

@media (max-width: 576px) {
    footer .footer__content {
        gap: 40px 0;
    }
}

@media (max-width: 890px) {
    footer .footer__content--item.col-3 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    footer .footer__content--item.col-3 {
        width: 100%;
    }
}

footer .footer__content--item h3 {
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 890px) {
    footer .footer__content--download {
        padding: 10px 20px;
        background-color: #00CC99;
        color: #fff;
    }
}

footer .footer__content--logo {
    width: 150px;
}

footer .footer__bottom {
    padding: 30px 0;
    border-top: 2px solid #494949;
    color: #807F7F;
    font-size: 18px;
}

@media (max-width: 890px) {
    footer .footer__bottom {
        padding: 20px 10px;
        text-align: center;
    }
}

.social__apps {
    width: 30px;
    height: 30px;
    background-color: #00cc99;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social__apps--content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.main__apps {
    padding-bottom: 30px;
}

.main__apps .category__content--item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    min-height: 100px;
    padding-left: 40px;
}

.main__apps .category__content--item a {
    color: #00CC99;
    padding: 5px 0;
    display: block;
    font-weight: bold;
}

.main__apps .category__content .social__apps {
    width: 50px;
    height: 50px;
    background-color: #00CC99;
    color: #fff;
    font-size: 26px;
}

@media (max-width: 576px) {
    .main__apps .category__content {
        gap: 10px 0;
    }
}

@media (max-width: 576px) {
    .main__apps {
        padding: 10px 0;
    }
}

.main__slider--content {
    width: 100%;

}

@media (max-width: 576px) {
    .main__slider--content {
        
    }
}

.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.5s;
    overflow: hidden;
    visibility: hidden;
}

.offcanvas .offcanvas__menu {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.offcanvas .offcanvas__menu ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.offcanvas.active {
    opacity: 1;
    visibility: visible;
}

.breadcrums {
    padding: 50px 0;
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .breadcrums {
        padding: 10px;
        font-size: 20px;
        font-weight: 500;
    }
}

.breadcrums p {
    padding-bottom: 10px;
}

.breadcrums.main__text {
    padding: 10px 0;
}

.categories {
    padding: 20px 0;
}

@media (max-width: 576px) {
    .categories {
        padding: 10px 0 30px 0;
    }
}

.category__content {
    display: flex;
	justify-content: flex-start
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
}

.category__content .col-4 {
    width: 33%;
    padding: 0 10px;
}

@media (max-width: 992px) {
    .category__content .col-4 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .category__content .col-4 {
        width: 100%;
    }
}

.category__content--item {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    transition: all 0.5s;
}

.category__content--item img {
    transition: all 0.5s;
}

.category__content--item:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.category__content--item:hover img {
    transform: scale(1.2, 1.2);
}

.category__content--text {
    border-top: 1px solid #F2F2F2;
    padding: 20px 0;
}

.category__content--text h3 {
    font-size: 18px;
    padding-bottom: 20px;
	height: 65px;
}

.category__content--text p {
    font-size: 18px;
	
	
}

.pagecontent p{
	max-height: fit-content !important;
}

.category__content--img {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .category__content--img {
        height: 280px;
    }
}

@media (max-width: 360px) {
    .category__content--img {
        height: 200px;
    }
}

.category__items {
    padding-bottom: 20px;
    font-size: 17px;
}

.category__items .category__content--img {
    text-align: center;
    height: 450px;
}

@media (max-width: 890px) {
    .category__items .category__content--img {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .category__items .category__content--img {
        height: 350px;
    }
}

.category__items .category__content--img img {
    width: 35%;
}

@media (max-width: 890px) {
    .category__items .category__content--img img {
        width: 80%;
    }

}

@media (max-width: 576px) {
    .category__items .category__content--img img {
        width: 100%;
    }
}

.category__items .category__content ul {
    padding: 10px 0;
}

.category__items .category__content ul li {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 17px;
}

.category__items .category__content ul li::before {
    content: "-";
}