* {
    --border-primary: #4931a8;
    --bg-primary: #3f2a94;
    --bg-primary-hover: #38237d;
    --btn-primary: #422b95;
    --bg-primary-gradient: linear-gradient(90deg, #8d65db 0%, #a740ed 100%);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #412394;
}

a:hover {
    color: var(--bg-primary-hover);
    text-decoration: none;
}

.btn:active, .btn:focus,
.custom-input:focus,
.custom-input:active {
    outline-color: var(--border-primary) !important;
    box-shadow: 0 0 0 0.2rem var(--border-primary);
}

.btn-info-custom {
    background: var(--bg-primary)
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #412394;
}

:focus, :active {
    outline: none !important;
}

html, body {
    min-height: 100vh;
}

body {
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    max-height: 92px;
}

.custom-input option:hover {
    background: var(--bg-primary);
}

.container-wallet {
    width: 97%;
    max-width: 1360px;
    margin: 0 auto;
}

/*Success-Section Starts Here*/
.success-item {
    text-align: center;
    padding: 60px 15px 52px;
    box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    background: #ffffff;
}

.success-item .success-thumb {
    width: 80px;
    margin: 0 auto 31px;
}

.success-item .success-thumb img {
    max-width: 100%;
}

.success-item .success-content .title {
    line-height: 1.3;
    color: #412394;
    font-weight: 600;
}

@media (min-width: 576px) {
    .success-item .success-content .title {
        font-size: 60px;
        margin-bottom: 13px;
    }
}

.success-item .success-content .subtitle {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #555555;
}

.success-item .success-content.k .title {
    display: flex;
    justify-content: center;
}

.success-item .success-content.k .title::after {
    content: "k";
}

@media screen and (max-width: 575px) {
    .success-item .success-thumb {
        width: 80px;
        margin-bottom: 25px;
    }

    .success-item .title {
        margin-bottom: 8px;
    }
}

/*Success-Section Ends Here*/
/*Overview-Section Starts Here*/
.overview-contnent .content p {
    margin-bottom: 26px;
}

@media (min-width: 992px) {
    .overview-contnent .content {
        max-width: 500px;
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .overview-contnent .content {
        margin-right: 60px;
        margin-left: auto;
    }
}

.nulla-list {
    margin-bottom: 33px;
}

.nulla-list li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 12px;
}

.nulla-list li::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: #ffffff;
    top: 7px;
    left: 0;
}

.nulla-list:last-child {
    margin-bottom: -20px;
}

@media (min-width: 992px) {
    .overview-item:nth-of-type(even) .overview-contnent .content {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .overview-item:nth-of-type(even) .overview-contnent .content {
        margin-left: 60px;
        margin-right: auto;
    }
}

.mw-100 {
    max-width: 100%;
}

/*Overview-Section Ends Here*/
#navbarNav {
    /*margin-left: 10%;*/
}

.nav-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0.03em;
    padding-top: 10px;

}

.nav-item {
    /*margin-right: 15%;*/
}

.nav-link {
    color: black !important;
    font-size: 14px
}

.active .nav-link, .link:hover {
    color: #412394 !important
}

.navbar-nav {
    justify-content: start !important;

    width: 100%;
}

.navbar-nav .nav-item {
    /*margin-left: 29px!important;*/
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.margin-custom {
    width: 115px;
}

.btn-register {
    border: 2px solid var(--border-primary);
    box-sizing: border-box;
    box-shadow: 0px 0px 0px var(--border-primary);
    border-radius: 90px;
    min-width: 130px;
    height: 35px;
    line-height: 33px;
    padding: unset;

    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.btn-register:hover {
    background: var(--bg-primary-gradient);
    box-shadow: 0px 0px 0px var(--border-primary);
    border-radius: 90px;
    transition: all 2s;
}


.mb100 {
    margin-bottom: 100px
}

/*Dropdown*/
.dropdown-el, .dropdown-el-two {
    width: 100px;
    position: absolute;
    left: -40px;
    top: 14px;
    display: inline-block;
    margin-right: 1em;
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    outline: none;
    border-radius: 1em;
    z-index: 20 !important;
    transition: 0.3s all ease-in-out;
}

.dropdown-el input:focus + label, .dropdown-el-two input:focus + label {
    background: #def;
}

.dropdown-el input, .dropdown-el-two input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: 0.01;
}

.dropdown-el label, .dropdown-el-two a {
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    /*text-align: center;*/
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* identical to box height */
    letter-spacing: 0.03em;
    color: #000000;
    transition: 0.3s color ease-in-out;
}

#name-surname {
    font-style: normal;
    font-weight: bold;
}

.dropdown-el-two a:hover {
    color: #412394;
    text-decoration: none
}

.dropdown-el label:nth-child(2), .dropdown-el-two label:nth-child(2) {
    margin-top: 2em;
}

.dropdown-el input:checked + label, .dropdown-el-two input:checked + label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.dropdown-el input:checked + label:nth-child(2), .dropdown-el-two input:checked + label:nth-child(2) {
    margin-top: 0;
    position: relative;
}

.dropdown-el::after, .dropdown-el-two::after {
    content: "";
    position: absolute;
    right: 50px;
    top: 1em;
    border: 0.3em solid #000000;
    border-color: #000000 transparent transparent transparent;
    transition: .4s all ease-in-out;
}

.dropdown-el.expanded, .dropdown-el-two.expanded {
    border: 0.06em solid #000000;
    border-radius: 27px;
    padding: 0;
    max-height: 23em;
    background: white;
    margin-top: 40px;

}

.dropdown-el.expanded label:hover, .dropdown-el-two.expanded label:hover {
    color: #000000;
    z-index: 20;
    color: #412394;
}

.dropdown-el.expanded input:checked + label, .dropdown-el-two.expanded input:checked + label {
    color: #412394;
}

.dropdown-el.expanded::after, .dropdown-el-two.expanded::after {
    transform: rotate(-180deg);
    top: .55em;
}

.p-unset {
    padding: unset;
}

.slide {
    position: relative;
}

.slide img {
    width: 100%;
    height: 650px;
}

.slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: inherit;
    z-index: 15;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #524F4C 32.26%, rgba(83, 77, 74, 0.49) 62.04%, rgba(100, 91, 85, 0) 100%);
}

.content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.title {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 49px;
    letter-spacing: 0.01em;

    color: white;
    margin-top: 139px;
    margin-left: 111px;
}

.title span {
    color: #412394;
}

.description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.03em;
    margin-left: 111px;
    color: #FFFFFF;
    width: 397px;
    margin-top: 19px;
}

.register {
    width: 211px;
    height: 55px;
    background: var(--bg-primary-gradient);
    box-shadow: 0px 0px 0px var(--border-primary);
    border-radius: 170px;
    border: none;
    margin-left: 111px;
    /*margin-top: 11px;*/
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
    /* identical to box height */

    letter-spacing: 0.03em;

    color: #000000;
}

.transactions {
    display: inline-block;
}

.slick-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
    font-size: 12px;
    background: white;
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 12px !important;
    border: 2px solid white;
    border-radius: 50%;
    content: "";
    opacity: 1

}

.section-title {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 50px;
}

.systems {
    margin-top: 20px;
    justify-content: space-around;
    /*flex-wrap: nowrap;*/
}

.systems .col {
    margin: 0 auto;
    text-align: center;
    min-width: unset;
}

.system {
    display: block;
    width: 135px;
    height: 155px;
    /*width: 100%;*/
    padding-top: 20px;
    background: #FFFFFF;
    border-radius: 33px;
    text-align: center;
    margin: 10px auto;
}

.system span {
    color: black !important
}

.system span {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    /* identical to box height */
    display: block;
    text-align: center;
    letter-spacing: 0.03em;
    margin-left: 10px;
    margin-top: 10px;
    color: #000000;
}

.title-content {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}

.system2 {
    margin-top: 100px;
}

.section-description {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.03em;
    margin-top: 27px;
    color: #000000;

}

.form-mobile-none {
    display: block
}

.form-mobile-show {
    display: none
}

.section-description span {
    color: #412394
}


.title-before-footer {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.03em;
    width: 60%;
    margin: 50px auto;
    color: #000000;
}

.title-before-footer + p {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.03em;
    width: 60%;
    margin: 50px auto;
    color: #000000;
}

.mb-100 {
    margin-bottom: 100px;
}

/*footer*/
footer.web-footer {
    /*min-height: 370px;*/
    max-width: 100%;
    width: 100%;
    background: #3d1f94;
}

.menu {
    /*width: 50%;*/
    /*margin: 0 auto;*/
    display: flex;
    /*justify-content: center;*/
}

.menu a, .footer-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    /* identical to box height */

    letter-spacing: 0.03em;

    color: #FFFFFF;
    margin-left: 10px;

}

.menu a :hover {
    text-decoration: none
}

.social-medias .menu a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: white;
    line-height: 34px;
    color: #3d1f94;
    text-align: center
}

.ml-unset {
    margin-left: unset
}

/*mobile menu*/

.mobile {
    display: none
}

.menuButton {
    padding: 20px 0;
    display: block;
    z-index: 12;
}

.logo {
    text-align: left;
    line-height: 78px;
}

.mobile .btn1 {
    display: block;
    height: 7px;
    width: 50px;
    z-index: 1600;
    margin-left: 10px;
    background: #000000;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    position: fixed;
    right: 20px;
    top: 30px
}

.mobile .btn1::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 7px;
    background: #000000;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.mobile .btn1::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 50px;
    height: 7px;
    background: #000000;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}


.mobile .activeBtn {
    background: transparent;
}

.mobile .activeBtn::before {
    -webkit-transform: rotate(45deg);
    top: 0;
    background: white;

}

.mobile .activeBtn::after {
    -webkit-transform: rotate(-45deg);
    top: 0;
    background: white;

}


#overmenu {
    position: fixed;
    top: 0;
    left: -1%;
    background: rgba(0, 0, 0, 0.89);;
    width: 101%;
    margin-left: -101%;
    height: 100%;
    z-index: 10;
    opacity: 1;
}

#overmenu span {
    padding: 5px 7px;
}

#overmenu ul {
    position: relative;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#overmenu a,
#overmenu div {
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#overmenu span:hover {
    background: #fff;
    color: #2ecc71;
}

#overmenu li {
    list-style: none;
    padding: 0px;
    /*margin-bottom: 5%;*/
    /*text-align: center;*/
}


.demqClass {

    font-size: 14px;
    margin-top: 9px;
}


.mobile .open {
    left: 200px;
}

.mobile ::selection {
    background: rgba(0, 0, 0, 0.89); /* WebKit/Blink Browsers */
    color: #EC6B56;
}

.mobile ::-moz-selection {
    background: rgba(0, 0, 0, 0.89); /* Gecko Browsers */
    color: #EC6B56;
}

.mobile ::-webkit-selection {
    background: rgba(0, 0, 0, 0.89); /* IE */
    color: #EC6B56;
}

/*register popup*/


.pdfobject-container {
    height: 30rem;
    border: 1rem solid rgba(0, 0, 0, 0.1);
}

.trigger {
    /*margin: 0 0.75rem;*/
    /*padding: 0.625rem 1.25rem;*/
    /*border: none;*/
    /*border-radius: 0.25rem;*/
    /*box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);*/
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    /*font-size: 0.875rem;*/
    /*font-weight: 300;*/
}

.trigger i {
    margin-right: 0.3125rem;
}

.trigger:hover {
    /*box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.25), 0 0.625rem 0.625rem rgba(0, 0, 0, 0.22);*/
}

/*.modal {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  height: 100px;*/
/*  background-color: transparent;*/
/*  overflow: hidden;*/
/*  transition: background-color 0.25s ease;*/
/*  z-index: 2121212;*/
/*}*/
/*.modal.open {*/
/*  position: fixed;*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  background-color: rgba(0, 0, 0, 0.5);*/
/*  transition: background-color 0.25s;*/
/*}*/
/*.modal.open > .content-wrapper {*/
/*  transform: scale(1);*/
/*}*/
/*.modal .content-wrapper {*/
/*  border-radius:30px!important;*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: flex-start;*/
/*  width: 50%;*/
/*  margin: 0;*/
/*  background-color: white;*/
/*  border-radius: 0.3125rem;*/
/*  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);*/
/*  transform: scale(0);*/
/*  transition: transform 0.25s;*/
/*  transition-delay: 0.15s;*/
/*  height: 565px*/
/*}*/
/*.modal .content-wrapper .close {*/
/*  position: absolute;*/
/*  top: 0.5rem;*/
/*  right: 0.5rem;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 2.5rem;*/
/*  height: 2.5rem;*/
/*  border: none;*/
/*  background-color: transparent;*/
/*  font-size: 1.5rem;*/
/*  transition: 0.25s linear;*/
/*  z-index: 777890;*/
/*}*/
/*.modal .content-wrapper .close:before, .modal .content-wrapper .close:after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 1.25rem;*/
/*  height: 0.125rem;*/
/*  background-color: black;*/
/*}*/
/*.modal .content-wrapper .close:before {*/
/*  transform: rotate(-45deg);*/
/*}*/
/*.modal .content-wrapper .close:after {*/
/*  transform: rotate(45deg);*/
/*}*/
/*.modal .content-wrapper .close:hover {*/
/*  transform: rotate(360deg);*/
/*}*/
/*.modal .content-wrapper .close:hover:before, .modal .content-wrapper .close:hover:after {*/
/*  background-color: tomato;*/
/*}*/
/*.modal .content-wrapper .modal-header {*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  width: 100%;*/
/*  margin: 0;*/
/*  padding: 0 0 1.25rem;*/
/*}*/
/*.modal .content-wrapper .modal-header h2 {*/
/*  font-size: 1.5rem;*/
/*  font-weight: bold;*/
/*}*/
/*.modal .content-wrapper .content {*/
/*  position: relative;*/
/*  display: flex;*/
/*}*/
/*.modal .content-wrapper .content p {*/
/*  font-size: 0.875rem;*/
/*  line-height: 1.75;*/
/*}*/
/*.modal .content-wrapper .modal-footer {*/
/*  position: relative;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: flex-end;*/
/*  width: 100%;*/
/*  margin: 0;*/
/*  padding: 1.875rem 0 0;*/
/*}*/
/*.modal .content-wrapper .modal-footer .action {*/
/*  position: relative;*/
/*  margin-left: 0.625rem;*/
/*  padding: 0.625rem 1.25rem;*/
/*  border: none;*/
/*  background-color: slategray;*/
/*  border-radius: 0.25rem;*/
/*  color: white;*/
/*  font-size: 0.87rem;*/
/*  font-weight: 300;*/
/*  overflow: hidden;*/
/*  z-index: 1;*/
/*}*/
/*.modal .content-wrapper .modal-footer .action:before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 0%;*/
/*  height: 100%;*/
/*  background-color: rgba(255, 255, 255, 0.2);*/
/*  transition: width 0.25s;*/
/*  z-index: 0;*/
/*}*/
/*.modal .content-wrapper .modal-footer .action:first-child {*/
/*  background-color: #2ecc71;*/
/*}*/
/*.modal .content-wrapper .modal-footer .action:last-child {*/
/*  background-color: #e74c3c;*/
/*}*/
/*.modal .content-wrapper .modal-footer .action:hover:before {*/
/*  width: 100%;*/
/*}*/

.h100 {
    height: 100%
}

.login-part {
    background: #3d1f94;
    border-radius: 30px 0px 0 30px;
    height: 600px
}

#container {
    position: relative;
    top: calc(50% - 22px);
    text-align: center;
}

.mt100 {
    margin-top: 100px;
}


.form-title {
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.03em;
    text-align: center;
}

.custom-input {
    width: 100%;
    border-radius: 20px;
    padding-left: 10px;
    margin: 10px;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px #75AF26;
    height: 55px;
}

.custom-input::-webkit-input-placeholder { /* Edge */
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    letter-spacing: 0.03em;

    color: #8C8C8C;
}

.custom-input:-ms-input-placeholder { /* Internet Explorer */
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 55px;
    /* identical to box height */

    letter-spacing: 0.03em;

    color: #8C8C8C;
}

.custom-input::placeholder {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    letter-spacing: 0.03em;

    color: #8C8C8C;
}

.custom-button {
    width: 211px !important;
    height: 55px;

    background: linear-gradient(0deg, #E5E5E5, #E5E5E5), linear-gradient(90deg, #26AF65 0%, #75AF26 100%);
    box-shadow: 0px 0px 0px #75AF26;
    margin-top: 10px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    letter-spacing: 0.03em;
    border: none;
    color: #000000;
}

.links {

    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    letter-spacing: 0.03em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}

.links:hover {
    text-decoration: none;
    color: #000000;
}

.table td, .table th, .table thead th, .table {
    border-top: none;
    border: none;
    text-align: center;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    /*border-top: 1px solid #dee2e6;*/
}

th:not(:first-child), td:not(:first-child) {
    /*border-right: 2px solid #C4C4C4!important;*/
    border-left: 2px solid #C4C4C4 !important;
}

.justify-center {
    justify-content: center;
}

#next i {
    box-sizing: border-box;
    font-size: 30px;
    color: #C4C4C4;
    display: none;
    cursor: pointer;
}

.modal-footer {
    display: flex;
    align-items: baseline;
}

.dropdown-menu {
    background: transparent !important;
    z-index: 999999999;
    position: relative;
}

.dropdown-item:hover {
    background: var(--bg-primary)
}

.dropdown-el-two {
    width: 200px;
    padding-left: 30px;
    line-height: 36px;
    margin-top: 10px;
    font-size: 14px
}

.dropdown-el {
    margin-left: 20px;
}

:-moz-placeholder { /* Firefox 18- */
    line-height: 60px;
}

::-moz-placeholder { /* Firefox 19+ */
    line-height: 60px;
}

.custom-input::-moz-placeholder {
    line-height: 55px !important;
}

@media screen and (max-width: 1662px) {
    #navbarNav {
        margin-left: 0%;
    }

    .navbar-nav .nav-item {
        margin-left: 5px !important;
    }

}

/*.form-control{*/
/*    line-height: unset!important;*/
/*}*/
.modal-content {
    min-height: 500px;
    border-radius: 30px 30px 30px 30px;
}

.login-form {
    background: white;
    height: 600px;
}

.minwidth {
    /*min-width: 145px;*/
    white-space: nowrap
}

.navbar-expand-lg {
    /*max-width: 1360px;*/
    margin: 0 auto;
}

.button-green {
    margin: 0 auto
}

.badge-primary-custom {
    background: #F79E1B;
    padding: 8.5px

}

.badge-success-custom {
    background: #3d1f94;
    padding: 8.5px
}

.badge-info-custom {
    background: #FFFFFF;
    color: white;
    padding: 8.5px

}

.btn-telegram {
    background: green;
    color: white;
    height: 55px
}

.badge-danger-custom {
    background: #EB001B;
    padding: 8.5px
}

.success-custom {
    background: #3d1f94;

}

.about-content h4, .team-area h4, .review-area h2 {
    color: #412394;
    font-weight: bold;
    text-transform: uppercase;
    /*font-size: 15px*/
}

.team-area .section-title {
    margin-top: 80px;
}

.btn-link, .btn-link:hover, .btn-link:active {
    color: #412394;
    text-decoration: none
}


.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 35px !important;
    height: 55px !important;
    line-height: 55px !important;
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 55px !important;
    width: 100% !important
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: transparent !important;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 53px !important;
}

.fa-angle-down {
    line-height: 55px;
    text-align: center;
    padding-left: 4px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 55px !important;
    /*text-align: start!important;*/
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F0F1F2 !important;
    color: #393A3B !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: start !important
}


.select2-results__option--highlighted {
    background-color: #412394 !important;
}

.select2 {
    margin-top: 10px !important;

}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: transparent !important;
    border: none !important;
    border-left: none !important;
    background-image: unset !important;

}

.select2-container--classic .select2-selection--single {
    border: 1px solid black !important;
    border-radius: 25px !important;
    background-image: unset !important;
    background-color: white !important;
    /* background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); */
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--classic .select2-selection--single:active {
    border: 1px solid black !important;
    border-bottom: none !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid black !important;
    /* border-bottom: none!important;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;*/

}


label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb-custom {
    display: flex;
    list-style-position: inside;
    list-style: none;

}

.breadcrumb-custom li {
    margin-left: 15px;
    position: relative;
}

.breadcrumb-custom li:not(:last-child)::after {
    content: '>>';
    padding-left: 10px;
    font-weight: bold;
}


@media screen and (min-width: 576px) {
    .not-for-home .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }


    .home-title span {
        position: relative;
        overflow: hidden;
        display: block;
        line-height: 1.2;
    }

    .home-title span::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: white;
        animation: a-ltr-after 2s cubic-bezier(.77, 0, .18, 1) forwards;
        transform: translateX(-101%);
    }

    .home-title span::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: var(--bg-color);
        animation: a-ltr-before 2s cubic-bezier(.77, 0, .18, 1) forwards;
        transform: translateX(0);
    }

    .home-title span:nth-of-type(1)::before,
    .home-title span:nth-of-type(1)::after {
        animation-delay: 1s;
    }

    .home-title span:nth-of-type(2)::before,
    .home-title span:nth-of-type(2)::after {
        animation-delay: 1.5s;
    }

    @keyframes a-ltr-after {
        0% {
            transform: translateX(-100%)
        }
        100% {
            transform: translateX(101%)
        }
    }

    @keyframes a-ltr-before {
        0% {
            transform: translateX(0)
        }
        100% {
            transform: translateX(200%)
        }
    }


}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: unset !important;
}

/*.Demqlezu{*/
/*    -webkit-appearance: unset!important;*/
/*}*/
/*.Demqlezu:after{*/
/*    content:"&#709;"*/
/*}*/
.img-my {
    width: 22px;
    height: 22px;
}

.footer-app {
    padding-left: 75px;
    box-sizing: border-box;
}

.footer-app h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}

.footer-app span {
    display: block;
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.buttons a:first-child {
    margin-right: 20px;
}

.btn--market {
    position: relative;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    border: none;
    background: linear-gradient(135deg, #424f59 0, #000 100%);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .244);
    overflow: hidden;
    transition: .3s;
}


.footer-app ul li:first-child {
    padding-left: 0;
}

.footer-app ul li:first-child {
    padding-left: 0;
}

.footer-app ul li {
    position: relative;
    padding-right: 17.5px;
    padding-left: 15.5px;
}


.footer-app ul li a {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: white;
    transition: .3s;
    font-weight: bold;
}


.buttons a {
    color: white;
}

.buttons + ul {
    display: flex;
    list-style: none;
    margin-top: 45px;

}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo div {
    color: white
}

.img-my {
    width: 22px !important;
    height: 22px !important
}

.footer-about span {
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: rgba(255, 255, 255, .6);
    margin-top: 13px;
}

.bread-crumb {
    display: flex;
    list-style-position: inside;
    list-style: none;

}

.bread-crumb li {
    margin: 10px;
}

.bread-crumb li:not(:last-child):after {
    content: "»";
    font-weight: bold;
    margin-left: 10px;
}

.mobile {
    z-index: 1 !important;
}

.demqborder {
    border-radius: 39px;
    border: 1px solid;
    overflow: hidden;
}

code {
    font-size: 87.5%;
    color: #412394;
    word-break: break-word;
}

.my-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.mobile-input {
    display: none;
}

.input-group {
    align-items: baseline !important;
    flex-wrap: nowrap;
}

.w-73 {
    width: 96% !important;;
}

/*Client-Section Starts Here*/
.client-item {
    box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.client-item .top {
    padding: 70px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .client-item .top {
        padding: 52px 0 70px;
    }
}

@media (max-width: 575px) {
    .client-item .top {
        padding-bottom: 42px;
    }
}

.client-item .top blockquote {
    max-width: 830px;
    margin: 0 auto 78px;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.client-item .top blockquote::before {
    content: "";
    display: block;
    width: 47px;
    height: 41px;
    background: url(../images/client/quote-left.png) no-repeat center center;
    background-size: contain;
}

@media (min-width: 1200px) {
    .client-item .top blockquote::before {
        -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        transform: translateX(-32px);
    }
}

.client-item .top blockquote::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 47px;
    height: 41px;
    background: url(../images/client/quote-right.png) no-repeat center center;
    background-size: contain;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

@media (max-width: 767px) {
    .client-item .top blockquote {
        margin: 0 0 60px;
    }

    .client-item .top blockquote::after, .client-item .top blockquote::before {
        display: none;
    }
}

.client-item .bottom {
    max-width: 270px;
    margin: 0 auto;
}

.client-item .bottom .ratings {
    margin-bottom: 22px;
}

.client-item .bottom .ratings i {
    color: #fdb02a;
}

.client-item .bottom .author .author-thumb {
    width: 156px;
    height: 156px;
    margin: -78px auto 23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.client-item .bottom .author .author-thumb a {
    display: block;
}

.client-item .bottom .author .author-thumb img {
    width: 100%;
}

@media (max-width: 575px) {
    .client-item .bottom .author .author-thumb {
        margin-top: -50px;
        width: 100px;
        height: 100px;
    }
}

.client-item .client-pagination {
    margin-top: 55px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .client-item .client-pagination {
        margin-top: 40px;
    }
}

.client-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.client-pagination span {
    cursor: pointer;
    display: inline-block;
    width: 33px;
    height: 9px;
    background: #412394;
    margin: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.client-pagination.two {
    margin: -3px;
    margin-top: 37px;
}

@media (min-width: 576px) {
    .client-pagination.two {
        margin-top: 57px;
    }
}

/*Client-Two Starts-Here*/
.client-slider {
    margin: -15px;
    overflow: hidden;
}

.client-item-two {
    text-align: center;
    padding: 15px;
}

.client-item-two .client-content {
    background: #f8f8f8;
    overflow: hidden;
    padding: 34px 35px 95px;
}

@media screen and (max-width: 399px) {
    .client-item-two .client-content {
        padding: 34px 15px 95px;
    }
}

.client-item-two .client-content blockquote {
    margin: 0;
    font-style: italic;
    font-size: 18px;
}

.client-item-two .author {
    background: #ffffff;
    box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.05);
    padding-bottom: 37px;
}

.client-item-two .author .author-thumb {
    width: 114px;
    height: 114px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
    -webkit-transform: translateY(-57px);
    -ms-transform: translateY(-57px);
    transform: translateY(-57px);
}

.client-item-two .author .author-thumb a {
    display: block;
}

.client-item-two .author .author-thumb img {
    width: 100%;
}

.client-item-two .author h5 {
    text-transform: none;
}

.client-item-two .author .ratings {
    margin-bottom: 20px;
    margin-top: -57px;
}

.client-item-two .author .ratings i {
    color: #fdb02a;
}

/*Client-Section Ends Here*/
/*Feature-Section Starts Here*/
.mb-40-none {
    margin-bottom: -40px;
}

.feature-item {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
}

.feature-item .title {
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .feature-item .title {
        margin-bottom: 24px;
    }

    .feature-item .feature-thumb {
        margin-bottom: 30px;
    }
}

.feature-item .feature-thumb {
    margin: 0 auto 35px;
}

.feature-thumb {
    width: 82px;
    height: 82px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #412394;
}

.feature-thumb img {
    max-width: 100%;
    max-height: 100%;
}

.feature-area {
    margin-bottom: -50px;
}

@media screen and (max-width: 449px) {
    .feature-area {
        margin-bottom: -35px;
    }
}

/*Feature-Section-Two Starts Here*/
.feature-item-two {
    margin-bottom: 50px;
}

.feature-item-two .feature-content {
    width: calc(100% - 82px);
    padding-left: 30px;
    max-width: 370px;
}

.feature-item-two .feature-content .title {
    margin-bottom: 26px;
    margin-top: 0;
}

@media screen and (max-width: 449px) {
    .feature-item-two {
        margin-bottom: 35px;
    }

    .feature-item-two .feature-content {
        width: 100%;
        padding-left: 0;
    }

    .feature-item-two .feature-content .title {
        margin-bottom: 20px;
    }

    .feature-item-two .feature-thumb {
        margin-bottom: 20px;
    }
}

.feature--thumb {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(img/choose.png);
    mask-image: url(img/choose.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.feature--thumb img {
    width: 100%;
}

@media (max-width: 991px) {
    .feature--thumb {
        display: none;
    }
}

.blood {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    transform-origin: top right;
}

/*Feature-Section Ends Here*/
/*About-Section Starts Here*/
.about-content .about-para {
    margin-bottom: 28px;
}

.about-content .about-para:first-child {
    margin-top: -21px;
}

@media (min-width: 576px) {
    .about-content .about-para:first-child {
        margin-top: -31px;
    }
}

@media (max-width: 991px) {
    .about-thumb {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .about-thumb {
        padding-right: 30px;
    }
}

.about-thumb img {
    max-width: 100%;
}

/*About-Section Ends Here*/
/*Choose-Section Starts Here*/
.choose-item {
    position: relative;
}

.choose-item .left {
    position: relative;
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
}

.choose-item .left::after, .choose-item .left::before {
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: #412394;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.choose-item .left::after {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #232323;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    content: "0" counter(choose-counter);
    counter-increment: choose-counter;
}

.choose-item .left::before {
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
}

@media (min-width: 576px) {
    .choose-item {
        padding-left: 85px;
        padding-top: 0;
    }

    .choose-item .left {
        left: 0;
        position: absolute;
        top: 8px;
        content: "";
        width: 65px;
        height: 65px;
        margin-bottom: 35px;
    }

    .choose-item .left::after {
        font-size: 30px;
        line-height: 65px;
    }
}

.choose-item:nth-child(n + 10) .left::after {
    content: counter(choose-counter);
}

.choose-wrapper {
    max-width: 715px;
}

@media (min-width: 992px) {
    .choose-wrapper {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .choose-wrapper {
        padding-left: 55px;
    }
}

.choose-area {
    margin-bottom: -48px;
    counter-reset: choose-counter;
}

.choose-area .choose-item {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .choose-area {
        margin-bottom: -68px;
    }

    .choose-area .choose-item {
        margin-bottom: 60px;
    }
}

/*Choose-Section Ends Here*/
.card-body {
    position: relative;
    z-index: 0;
}

#app-wl-avia #cart-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 0;
}

main {
    margin-bottom: 100px !important;
    flex-grow: 1;
}

footer {
    flex-grow: 0;
}

@media only screen and (max-width: 1148px) {
    #app-wl-avia .wrap-wl, #app-wl-avia .wrap-searchform, #app-wl-avia .searchform {
        min-height: 303px !important;
    }
}

@media only screen and (max-width: 1148px) {
    #app-wl-avia .searchform .passengers-select {
        margin: 0px 0 5px 0;
    }

    ._notext, ._notext a, a._notext {
        text-indent: -99em;
        white-space: nowrap;
        overflow: hidden;
    }

    ._noselect {
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

/*

.an(@name, @animation, @fill-mode, @time, @delay) {
	-webkit-animation-timing-function: @animation;
	-webkit-animation-fill-mode: @fill-mode;
	-webkit-animation-duration: @time;
	-webkit-animation-delay: @delay;
	-webkit-animation-name: @name;
	animation-timing-function: @animation;
	animation-fill-mode: @fill-mode;
	animation-duration: @time;
	animation-delay: @delay;
	animation-name: @name;
} */
/* .keyframes(@name;
@arguments) {
	@-webkit-keyframes @name {
		@arguments();
	}
	@keyframes @name {
		@arguments();
	}
} */
/* .placeholderCuston(@styles) {
	&::-webkit-input-placeholder {
		@styles();
	}
	&::-moz-placeholder {
		@styles();
	}
	&:-moz-placeholder {
		@styles();
	}
	&::-ms-input-placeholder {
		@styles();
	}
} */
.w12, .w12m {
    width: 100%;
}

.w11, .w11m {
    width: 91.66666667%;
}

.w10, .w10m {
    width: 83.33333333%;
}

.w9, .w9m {
    width: 75%;
}

.w8, .w8m {
    width: 66.66666667%;
}

.w7, .w7m {
    width: 58.33333333%;
}

.w6, .w6m {
    width: 50%;
}

.w5, .w5m {
    width: 41.66666667%;
}

.w4, .w4m {
    width: 33.33333333%;
}

.w3, .w3m {
    width: 25%;
}

.w2, .w2m {
    width: 16.66666667%;
}

.w1, .w1m {
    width: 8.33333333%;
}

.w1m, .w2m, .w3m, .w4m, .w5m, .w6m, .w7m, .w8m, .w9m, .w10m, .w11m, .w12m {
    margin-left: auto;
    margin-right: auto;
}

body {
    overflow-x: hidden;
}

.title-medium {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #000000;
    display: inline-block;
    border-bottom: 4px solid #412394;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .title-medium {
        font-size: 24px;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .title-medium {
        font-size: 22px;
        line-height: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    .title-medium {
        font-size: 20px;
        line-height: 1.4em;
    }
}

.text {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .text {
        font-size: 20px;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .text {
        font-size: 18px;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .text {
        font-size: 16px;
        line-height: 1.8em;
    }
}

.slider-controls {
    margin-top: 25px;
}

.slider-controls .slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.slider-controls .slider-pagination .swiper-pagination-bullet {
    outline: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    display: block !important;
    height: 18px;
    position: relative !important;
    z-index: 12;
    border-radius: 50%;
    background: rgba(81, 176, 68, 0.3);
    margin: 3px 4px;
    opacity: 1;
    -webkit-transition: all ease 280ms;
    -o-transition: all ease 280ms;
    transition: all ease 280ms;
    cursor: pointer;
}

.slider-controls .slider-pagination .swiper-pagination-bullet:hover {
    background: #412394;
}

.slider-controls .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #412394;
}

.intro-info-block .block-container {
    margin-top: 30px;
    background: #D8DDE0;
    border-radius: 6px;
    padding: 23px 40px;
}

.intro-info-block .block-container .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1150px;
    margin: 0 auto;
}

.intro-info-block .text {
    margin-top: 25px;
}

.intro-info-block .intro-info-image {
    width: 50%;
    margin-left: 60px;
}

.intro-info-block .intro-info-image img {
    border-radius: 6px;
    height: 265px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro-info-block .intro-info-info {
    width: 50%;
}

.intro-info-block .intro-info-title {
    font-weight: bold;
    font-size: 33px;
    line-height: 160.69%;
    letter-spacing: 0.03em;
    color: #412394;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .intro-info-block .intro-info-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .intro-info-block .text {
        margin-top: 20px;
    }

    .intro-info-block .block-container {
        padding: 23px 20px;
    }

    .intro-info-block .block-container .block-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 1150px;
        margin: 0 auto;
    }

    .intro-info-block .intro-info-image {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .intro-info-block .intro-info-image img {
        border-radius: 6px;
        height: 205px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .intro-info-block .intro-info-info {
        width: 100%;
    }

    .intro-info-block .intro-info-title {
        font-weight: bold;
        font-size: 17px;
        line-height: 160.69%;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }
}

.links-block {
    margin-top: 125px;
}

.links-block .text {
    margin-top: 25px;
}

.links-block .links-slider-container {
    margin-top: 35px;
}

.links-block .item-container {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.links-block .item-container:hover .item_image img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.links-block .item-container:hover {
    text-decoration: none;
}

.links-block .item_image {
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
}

.links-block .item_image img {
    border-radius: 6px;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.links-block .item_title {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

@media screen and (min-width: 768px) {
    .links-block .swiper-wrapper {
        margin: 0 -15px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .links-block .item_image {
        height: 260px;
    }

    .links-block .item_title {
        margin-top: 27px;
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .links-block {
        margin-top: 105px;
    }

    .links-block .item_image {
        height: 200px;
    }

    .links-block .item_title {
        margin-top: 27px;
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .links-block {
        margin-top: 90px;
    }

    .links-block .item {
        padding-bottom: 25px;
    }

    .links-block .item_image {
        height: 180px;
    }

    .links-block .item_title {
        margin-top: 26px;
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 767px) and (min-width: 568px) {
    .links-block {
        margin-top: 80px;
    }

    .links-block .text {
        margin-top: 15px;
    }

    .links-block .swiper-slide {
        padding: 0 !important;
    }

    .links-block .item_image {
        height: 290px;
    }

    .links-block .item_title {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 567px) {
    .links-block {
        margin-top: 70px;
    }

    .links-block .links-slider-container {
        margin-top: 30px;
    }

    .links-block .text {
        margin-top: 15px;
    }

    .links-block .swiper-slide {
        padding: 0 !important;
    }

    .links-block .item_image {
        height: 250px;
    }

    .links-block .item_title {
        margin-top: 17px;
        font-size: 17px;
        line-height: 1.2em;
    }
}

@import url(flaticon.css);
._notext, ._notext a, a._notext {
    text-indent: -99em;
    white-space: nowrap;
    overflow: hidden;
}

._noselect {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*

.an(@name, @animation, @fill-mode, @time, @delay) {
	-webkit-animation-timing-function: @animation;
	-webkit-animation-fill-mode: @fill-mode;
	-webkit-animation-duration: @time;
	-webkit-animation-delay: @delay;
	-webkit-animation-name: @name;
	animation-timing-function: @animation;
	animation-fill-mode: @fill-mode;
	animation-duration: @time;
	animation-delay: @delay;
	animation-name: @name;
} */
/* .keyframes(@name;
@arguments) {
	@-webkit-keyframes @name {
		@arguments();
	}
	@keyframes @name {
		@arguments();
	}
} */
/* .placeholderCuston(@styles) {
	&::-webkit-input-placeholder {
		@styles();
	}
	&::-moz-placeholder {
		@styles();
	}
	&:-moz-placeholder {
		@styles();
	}
	&::-ms-input-placeholder {
		@styles();
	}
} */
.w12, .w12m {
    width: 100%;
}

.w11, .w11m {
    width: 91.66666667%;
}

.w10, .w10m {
    width: 83.33333333%;
}

.w9, .w9m {
    width: 75%;
}

.w8, .w8m {
    width: 66.66666667%;
}

.w7, .w7m {
    width: 58.33333333%;
}

.w6, .w6m {
    width: 50%;
}

.w5, .w5m {
    width: 41.66666667%;
}

.w4, .w4m {
    width: 33.33333333%;
}

.w3, .w3m {
    width: 25%;
}

.w2, .w2m {
    width: 16.66666667%;
}

.w1, .w1m {
    width: 8.33333333%;
}

.w1m, .w2m, .w3m, .w4m, .w5m, .w6m, .w7m, .w8m, .w9m, .w10m, .w11m, .w12m {
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.title-medium {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #000000;
    display: inline-block;
    border-bottom: 4px solid var(--border-primary);
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .title-medium {
        font-size: 24px;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .title-medium {
        font-size: 22px;
        line-height: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    .title-medium {
        font-size: 20px;
        line-height: 1.4em;
    }
}

.text {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .text {
        font-size: 20px;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .text {
        font-size: 18px;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .text {
        font-size: 16px;
        line-height: 1.8em;
    }
}

.slider-controls {
    margin-top: 25px;
}

.slider-controls .slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.slider-controls .slider-pagination .swiper-pagination-bullet {
    outline: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    display: block !important;
    height: 18px;
    position: relative !important;
    z-index: 12;
    border-radius: 50%;
    background: rgba(38, 175, 101, 0.3);
    margin: 3px 4px;
    opacity: 1;
    -webkit-transition: all ease 280ms;
    -o-transition: all ease 280ms;
    transition: all ease 280ms;
    cursor: pointer;
}

.slider-controls .slider-pagination .swiper-pagination-bullet:hover {
    background: #26af65;
}

.slider-controls .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #26AF65;
}

.intro-info-block .block-container {
    margin-top: 30px;
    background: #D8DDE0;
    border-radius: 6px;
    padding: 23px 40px;
}

.intro-info-block .block-container .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1150px;
    margin: 0 auto;
}

.intro-info-block .text {
    margin-top: 25px;
}

.intro-info-block .intro-info-image {
    width: 50%;
    margin-left: 60px;
}

.intro-info-block .intro-info-image img {
    border-radius: 6px;
    height: 265px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro-info-block .intro-info-info {
    width: 50%;
}

.intro-info-block .intro-info-title {
    font-weight: bold;
    font-size: 33px;
    line-height: 160.69%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .intro-info-block .intro-info-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .intro-info-block .text {
        margin-top: 20px;
    }

    .intro-info-block .block-container {
        padding: 23px 20px;
    }

    .intro-info-block .block-container .block-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 1150px;
        margin: 0 auto;
    }

    .intro-info-block .intro-info-image {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .intro-info-block .intro-info-image img {
        border-radius: 6px;
        height: 205px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .intro-info-block .intro-info-info {
        width: 100%;
    }

    .intro-info-block .intro-info-title {
        font-weight: bold;
        font-size: 17px;
        line-height: 160.69%;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }
}

.links-block-page {
    margin-top: 25px;
}

.links-block-page .text {
    margin-top: 25px;
}

.links-block-page .links-slider-container {
    margin-top: 35px;
}

.links-block-page .item-container {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.links-block-page .item-container:hover .item_image img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.links-block-page .item-container:hover {
    text-decoration: none;
}

.links-block-page .item_image {
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
}

.links-block-page .item_image img {
    border-radius: 6px;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.item_image_page img {
    height: 100%;
    max-width: 200px;;
    overflow: hidden;
    border-radius: 6px;
}

.links-block-page .item_image img {
    border-radius: 6px;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.links-block-page .item_title {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

@media screen and (min-width: 768px) {
    .links-block-page .swiper-wrapper {
        margin: 0 -15px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .links-block-page .item_image {
        height: 260px;
    }

    .links-block-page .item_title {
        margin-top: 27px;
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .links-block-page {
        margin-top: 105px;
    }

    .links-block-page .item_image {
        height: 200px;
    }

    .links-block-page .item_title {
        margin-top: 27px;
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .links-block-page {
        margin-top: 90px;
    }

    .links-block-page .item {
        padding-bottom: 25px;
    }

    .links-block-page .item_image {
        height: 180px;
    }

    .links-block-page .item_title {
        margin-top: 26px;
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 767px) and (min-width: 568px) {
    .links-block-page {
        margin-top: 80px;
    }

    .links-block-page .text {
        margin-top: 15px;
    }

    .links-block-page .swiper-slide {
        padding: 0 !important;
    }

    .links-block-page .item_image {
        height: 290px;
    }

    .links-block-page .item_title {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 567px) {
    .links-block-page {
        margin-top: 70px;
    }

    .links-block-page .links-slider-container {
        margin-top: 30px;
    }

    .links-block-page .text {
        margin-top: 15px;
    }

    .links-block-page .swiper-slide {
        padding: 0 !important;
    }

    .links-block-page .item_image {
        height: 250px;
    }

    .links-block-page .item_title {
        margin-top: 17px;
        font-size: 17px;
        line-height: 1.2em;
    }
}

.links-block {
    margin-top: 125px;
}

.links-block .text {
    margin-top: 25px;
}

.links-block .links-slider-container {
    margin-top: 35px;
}

.links-block .item-container {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.links-block .item-container:hover .item_image img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.links-block .item-container:hover {
    text-decoration: none;
}

.links-block .item_image {
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
}

.links-block .item_image img {
    border-radius: 6px;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.item_image_page img {
    height: 100%;
    max-width: 200px;;
    overflow: hidden;
    border-radius: 6px;
}

.links-block .item_image img {
    border-radius: 6px;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.links-block .item_title {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

@media screen and (min-width: 768px) {
    .links-block .swiper-wrapper {
        margin: 0 -15px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .links-block .item_image {
        height: 260px;
    }

    .links-block .item_title {
        margin-top: 27px;
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .links-block {
        margin-top: 105px;
    }

    .links-block .item_image {
        height: 200px;
    }

    .links-block .item_title {
        margin-top: 27px;
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .links-block {
        margin-top: 90px;
    }

    .links-block .item {
        padding-bottom: 25px;
    }

    .links-block .item_image {
        height: 180px;
    }

    .links-block .item_title {
        margin-top: 26px;
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 767px) and (min-width: 568px) {
    .links-block {
        margin-top: 80px;
    }

    .links-block .text {
        margin-top: 15px;
    }

    .links-block .swiper-slide {
        padding: 0 !important;
    }

    .links-block .item_image {
        height: 290px;
    }

    .links-block .item_title {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 567px) {
    .links-block {
        margin-top: 70px;
    }

    .links-block .links-slider-container {
        margin-top: 30px;
    }

    .links-block .text {
        margin-top: 15px;
    }

    .links-block .swiper-slide {
        padding: 0 !important;
    }

    .links-block .item_image {
        height: 250px;
    }

    .links-block .item_title {
        margin-top: 17px;
        font-size: 17px;
        line-height: 1.2em;
    }
}

.intro-title-block {
    position: relative;
}

.intro-title-block::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.intro-title-block .block-container {
    position: relative;
    z-index: 12;
}

.intro-title-block #breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intro-title-block #breadcrumbs ul li {
    padding: 2px 5px;
    font-size: 18px;
    color: #ffffff;
}

.intro-title-block #breadcrumbs ul li a {
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.intro-title-block #breadcrumbs ul li a::after {
    content: "/";
    margin: 0 7px;
    color: #ffffff;
}

.intro-title-block #breadcrumbs ul li a:hover {
    opacity: .7;
    text-decoration: none;
}

.intro-title-block .intro-title {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
    text-transform: capitalize;
}

@media screen and (min-width: 1199px) {
    .intro-title-block {
        padding: 235px 0 158px;
    }
}

@media screen and (max-width: 1199px) {
    .intro-title-block {
        padding: 230px 0 158px;
    }
}

@media screen and (max-width: 767px) {
    .intro-title-block {
        padding: 219px 0 138px;
    }

    .intro-title-block .intro-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 575px) {
    .intro-title-block {
        padding: 216px 0 138px;
    }

    .intro-title-block .intro-title {
        font-size: 40px;
    }
}

.info {
    position: relative;
    z-index: 12;
    margin: 0 auto 50px;
}

@media (min-width: 576px) {
    .info {
        margin-bottom: 60px;
    }
}

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

.info.center .info-title_line {
    margin-left: auto;
    margin-right: auto;
}

.info.light .info-title {
    color: #fff !important;
}

.info.light .info-title_line {
    background: #fff;
}

.info.light .info-title_line::before {
    background: #aaadab;
}

.info.light .info-text {
    color: #fff;
}

.info-text {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}

.info-text ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.info-text ul li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
}

.info-text ul li::before {
    content: ' ';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #ffffff;
    top: 7px;
    left: 0;
}

@media screen and (min-width: 767px) {
    .info-text {
        font-size: 18px;
    }
}

.info-title {
    text-transform: none;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #232323;
}

.info-title + .info-text {
    margin-top: 16px;
}

.info-title_line {
    width: 56px;
    height: 2px;
    margin-top: 16px;
    position: relative;
    display: block;
    background: #aaadab;
}

.info-title_line::before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 15px;
    background: #26AF65;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 576px) {
    .info-title {
        font-size: 40px;
    }

    .info-title_line {
        margin-top: 13px;
    }
}

.bg-main {
    background-color: #26AF65;
}

.bg-secondary {
    background-color: #3d1f94 !important;
}

.info-text-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.info-text-block .col-image img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .info-text-block {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 992px) {
    .info-text-block .col-info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .info-text-block {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.two-columns-block {
    position: relative;
}

.two-columns-block .info {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 430px;
}

.two-columns-block .col-image {
    position: static;
}

.two-columns-block .col-image .bg {
    position: absolute;
    left: 0;
    right: 50%;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.two-columns-block .col-info + .col-image .bg {
    right: 0;
    left: 50%;
}

@media screen and (min-width: 992px) {
    .two-columns-block .col-image {
        padding: 0 !important;
    }

    .two-columns-block .col-image + .info {
        padding-right: 0;
        padding-left: 60px;
    }

    .two-columns-block .info {
        padding-right: 60px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 992px) {
    .two-columns-block .col-image {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .two-columns-block .info {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.slider-bullets {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider-bullets .slider-bullet {
    display: block;
    cursor: pointer;
    width: 33px;
    height: 9px;
    background: #26AF65;
    margin: 3px;
    border-radius: 5px;
    outline: none;
    opacity: .2;
}

.slider-bullets .slider-bullet-active {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .slider-bullets {
        margin-top: 35px;
    }
}

.posts-block .post-slide {
    padding-bottom: 3px;
}

.posts-block .post-image {
    overflow: hidden;
    display: block;
    cursor: pointer;
    height: 250px;
}

.posts-block .post-image img {
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.posts-block .post-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.posts-block .post-info {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0px 0px 43px 0px rgba(122, 125, 134, 0.1);
    box-shadow: 0px 0px 43px 0px rgba(122, 125, 134, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.posts-block .post-header {
    padding: 20px 30px 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.posts-block .post-title {
    color: #232323;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    font-size: 22px;
    font-weight: 700;
}

.posts-block .post-title:hover {
    color: #26AF65;
}

.posts-block .post-add-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.posts-block .post-description {
    padding: 30px 30px 35px;
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .posts-block {
        padding-top: 30px;
    }
}

@media screen and (max-width: 567px) {
    .posts-block .post-image {
        height: 200px;
    }

    .posts-block .post-header {
        padding: 20px 20px 21px;
    }

    .posts-block .post-title {
        font-size: 18px;
    }

    .posts-block .post-add-info {
        font-size: 12px;
        padding: 10px 20px;
    }

    .posts-block .post-description {
        padding: 30px 20px 35px;
    }
}

.icon-star {
    width: 17px;
    height: 17px;
    background: no-repeat center/contain url(../img/icons/star.svg);
}

.statistics-block {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.statistics-block::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    background: #26AF65;
}

.statistics-block .item-container {
    text-align: center;
    padding: 60px 15px 52px;
    -webkit-box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    background: #ffffff;
}

.statistics-block .item-image {
    width: 80px;
    height: 75px;
    margin: 0 auto;
}

.statistics-block .item-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

.statistics-block .item-number {
    margin-top: 7px;
    line-height: 1.3;
    color: #26AF65;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 1px 1px #b7b5b5;
}

@media screen and (min-width: 576px) {
    .statistics-block .item-number {
        font-size: 60px;
        margin-bottom: 13px;
    }
}

.statistics-block .item-subtitle {
    text-transform: capitalize;
    font-weight: 600;
    color: #555555;
    font-size: 24px;
    line-height: 1.4em;
}

.statistics-block .item-info {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .statistics-block {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .statistics-block .item-subtitle {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .statistics-block {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.reviews-block {
    padding-bottom: 100px;
}

.reviews-block .reviews-slider {
    margin-top: 60px;
}

.reviews-block .review-text {
    margin: 0;
    font-style: italic;
    font-size: 18px;
    color: #555555;
    line-height: 28px;
    min-height: 270px;
    background: #f8f8f8;
    overflow: hidden;
    height: 290px;
    padding: 34px 35px 55px;
}

.reviews-block .review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-block .review-rating .icon-star {
    margin: 0 2px;
}

.reviews-block .review-info {
    padding: 50px 10px 37px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.reviews-block .review-author {
    margin-top: 10px;
    text-align: center;
}

.reviews-block .review-author_title {
    text-transform: capitalize;
    line-height: 1.3;
    color: #232323;
    font-weight: 700;
    font-size: 24px;
}

.reviews-block .review-author_subtitle {
    margin-top: 2px;
    font-size: 16px;
    color: #555;
}

@media screen and (max-width: 767px) {
    .reviews-block .review-author {
        margin-top: 10px;
        text-align: center;
    }

    .reviews-block .review-author_title {
        font-size: 20px;
    }

    .reviews-block .review-text {
        padding: 34px 35px 35px;
        min-height: 240px;
        font-size: 17px;
    }
}

.team-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.team-block .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-block .item {
    margin-bottom: 30px;
}

.team-block .item-image {
    height: 340px;
    overflow: hidden;
}

.team-block .item-image img {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-block .item-info {
    background: #3d1f94;
    text-align: center;
    padding: 18px 15px 24px;
    border-bottom: 3px solid #26AF65;
}

.team-block .item-title {
    font-weight: 700;
    display: block;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.2em;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
}

.team-block .item-title:hover {
    text-decoration: none;
}

.team-block .item-subtitle {
    margin-top: 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}

.team-block .item-container {
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.team-block .item-container:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .item-container:hover .item-title {
    color: #35d37e;
}

@media screen and (min-width: 992px) {
    .team-block {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .team-block .item-image {
        height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .team-block .item-image {
        height: 280px;
    }

    .team-block .item-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .team-block {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.partners-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.partners-block .partner-container {
    text-align: center;
    min-height: 120px;
    background: #fafafa;
    border: 5px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-block .partner-image {
    display: block;
    height: 80px;
    width: 130px;
}

.partners-block .partner-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.partners-block .partner-image:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media screen and (min-width: 992px) {
    .partners-block {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 767px) {
    .partners-block {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .partners-block .partner-image {
        width: 120px;
        height: 70px;
    }
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot@") format("embedded-opentype"),
    url("../fonts/Flaticon.woff2") format("woff2"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("Flaticon.svg") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-calendar:before {
    content: "\f100";
}

.flaticon-chat:before {
    content: "\f101";
}

.flaticon-placeholder:before {
    content: "\f102";
}

.flaticon-phone:before {
    content: "\f103";
}

.flaticon-envelope:before {
    content: "\f104";
}

.flaticon-multiply:before {
    content: "\f105";
    font-weight: 600;
    color: #232323;
}

.flaticon-hide:before {
    content: "\f106";
}

.flaticon-eye:before {
    content: "\f107";
}

.flaticon-link:before {
    content: "\f108";
}

.flaticon-plus-symbol:before {
    content: "\f109";
    font-size: 29px;
    font-weight: 700;
}

.flaticon-left-quote:before {
    content: "\f10a";
}

.flaticon-quote:before {
    content: "\f10b";
}

/*отзывы */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


/*user balance links*/
.deposit-card-link {
    color: #fff;
}

/*Dashboard cards*/
.currency-card, .dashboard-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--border-primary);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(185, 185, 185, 0.25), 0 1px 1px rgba(87, 87, 87, 0.22);
}

.currency-card {
    height: 140px;
}

.dashboard-card {
    height: 120px;
}

.card-content-title {
    color: rgba(0, 0, 0, 1);
    font-family: Roboto;
    font-weight: Medium;
    font-size: 18px;
}

.card-content-text {
    color: rgba(117, 117, 117, 1);
    font-family: Roboto;
    font-weight: Regular;
    font-size: 16px;
}

.dashboard-card-link {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 12px;
}

/* red. 18.03.2022 for food-page */
.image-block-main {
    background-image: url("/assets/images/frontend/landing/main-block.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    height: auto;
    width: 100%;
}

.padding-60 {
    justify-content: space-between;
    margin-left: 0;
}

/* featured section */
.featured-section__image img {
    margin-top: 1em;
    width: 393.71px;
    height: auto;
}

@media (max-width: 991px) {
    .padding-60 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 600px) {
    /* top content */
    .top-content div h3 {
        font-family: Montserrat;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;
    }

    .top-content div span {
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content div h4 {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .download-buttons {
        justify-content: center;
    }

    .play-store img,
    .apple-store img {
        width: 100%;
        height: auto;
        max-width: 107px;
        max-height: 40px;
        border-radius: 5px;
    }

    .web-browse {
        width: 100%;
        height: auto;
        max-width: 107px;
        max-height: 40px;
        border-radius: 3px;
        text-align: center;
        vertical-align: middle;
        padding-right: 1.3rem;
        background-color: #3d1f94;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div {
        color: white;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0em;

        text-align: center;
        vertical-align: middle;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div > i {
        display: none;
    }

    .top-image {
        margin-top: 31.32px;
        padding: 10px 0 10px 0;
        padding-left: 0;
        padding-right: 0;

        max-width: auto;
        max-height: auto;
    }

    .top-image > img {
        max-width: 215.72px;
        max-height: 273.84px;
    }

    /* featured */
    .featured-section__image img {
        width: 100%;
        height: auto;
        max-width: 136.92px;
        max-height: 273.84px;
    }

    .featured-title-m {
        display: visible;
    }

    .featured-section__content span {
        visibility: hidden;
    }

    .featured-section__content {
        padding: 0;
    }

    .about-us {
        margin-top: 51px;
    }

    .featured-section__content h2 {
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: 0.20000000298023224px;
    }

    .featured-section__content p {
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0em;

        color: #4b5d68;
        text-justify: inter-word;
    }

    .featured-section__content div a {
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;

        columns: #ffffff;
        text-align: center;
    }

    /* why choose us */
    .why-choose-us {
        margin-top: 34.5px;
    }

    .choosing-section__title h2 {
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;
        text-align: left;

        color: #252b42;
    }

    .choosing-section__title span {
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;

        color: #4b5d68;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* top content */
    .top-content div h3 {
        font-family: Montserrat;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;
    }

    .top-content div span {
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content div h4 {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .download-buttons {
        justify-content: center;
    }

    .play-store img,
    .apple-store img {
        width: 100%;
        height: auto;
        max-width: 107px;
        max-height: 40px;
        border-radius: 5px;
    }

    .web-browse {
        width: 100%;
        height: auto;
        max-width: 107px;
        max-height: 40px;
        border-radius: 3px;
        text-align: center;
        vertical-align: middle;
        padding-right: 1.3rem;
        background-color: #3d1f94;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div {
        color: white;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0em;

        text-align: center;
        vertical-align: middle;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div > i {
        display: none;
    }

    .top-image {
        margin-top: 31.32px;
        padding: 10px 0 10px 0;
        padding-left: 0;
        padding-right: 0;

        max-width: auto;
        max-height: auto;
    }

    .top-image > img {
        max-width: 215.72px;
        max-height: 273.84px;
    }

    /* featured */
    .featured-section__image img {
        width: 100%;
        height: auto;
        max-width: 136.92px;
        max-height: 273.84px;
    }

    .featured-title-m {
        display: visible;
    }

    .featured-title-m {
        display: visible;
    }

    .featured-section__content span {
        visibility: hidden;
    }

    .featured-section__content {
        padding: 0;
    }

    .about-us {
        margin-top: 51px;
    }

    .featured-section__content h2 {
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: 0.20000000298023224px;
    }

    .featured-section__content p {
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0em;

        color: #4b5d68;

        /* text-align: justify; */
        text-justify: inter-word;
    }

    .featured-section__content div a {
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;

        columns: #ffffff;
    }

    /* why choose us */
    .why-choose-us {
        margin-top: 34.5px;
    }

    .choosing-section__title h2 {
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;
        text-align: left;

        color: #252b42;
    }

    .choosing-section__title span {
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;

        color: #4b5d68;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    /* top content */
    .top-content div h3 {
        font-family: Montserrat;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;
    }

    .top-content div span {
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content div h4 {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content div span {
        font-family: Poppins, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 80px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content div h4 {
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0.20000000298023224px;
        color: #989898;

        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .top-content {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .download-buttons {
        justify-content: initial;
    }

    .play-store img,
    .apple-store img {
        width: 100%;
        height: auto;
        max-width: 107px;
        max-height: 40px;
        border-radius: 5px;
    }

    .web-browse {
        width: 100%;
        height: auto;
        max-width: 107px;
        max-height: 40px;
        border-radius: 3px;
        text-align: center;
        vertical-align: middle;
        padding-right: 1.3rem;
        background-color: #3d1f94;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div {
        color: white;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0em;

        text-align: center;
        vertical-align: middle;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div > i {
        display: none;
    }

    .top-image {
        margin-top: 31.32px;
        padding: 10px 0 10px 0;
        padding-left: 0;
        padding-right: 0;

        max-width: auto;
        max-height: auto;
    }

    .top-image > img {
        max-width: 737.29px;
        max-height: 737px;
    }

    /* featured */
    .featured-section__image img {
        width: 100%;
        height: auto;
        max-width: 393.71px;
        max-height: 600px;
    }

    .featured-title-m {
        display: none;
    }

    .featured-section__content span {
        visibility: visible;
    }

    .featured-section__content {
        padding: 7rem 0 0 0;
    }

    .about-us {
        margin-top: 51px;
    }

    .featured-section__content h2 {
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;
    }

    .featured-section__content p {
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        color: #4b5d68;

        /* text-align: justify; */
        text-justify: inter-word;
    }

    .featured-section__content div a {
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;

        columns: #ffffff;
    }

    /* why choose us */
    .why-choose-us {
        margin-top: 12.5rem;
    }

    .choosing-section__title h2 {
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;

        color: #252b42;
    }

    .choosing-section__title span {
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #4b5d68;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* top content*/
    .top-content > div {
    }

    .top-content div h3 {
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;
    }

    .top-content div span {
        font-family: Poppins;
        font-size: 58px;
        font-style: normal;
        font-weight: 700;
        line-height: 80px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content div h4 {
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0.20000000298023224px;
        color: #989898;

        margin-top: 1.2rem;
        margin-bottom: 2.2rem;
    }

    .top-content {
        margin-top: 13.25rem;
        padding-left: 0;
        padding-right: 0;
    }

    .download-buttons {
        justify-content: initial;
    }

    .play-store img,
    .apple-store img {
        width: 100%;
        height: auto;
        max-width: 11rem;
        max-height: 2.9rem;
        border-radius: 5px;
    }

    .web-browse {
        width: 100%;
        height: auto;
        max-width: 11rem;
        max-height: 2.9rem;
        border-radius: 3px;
        text-align: center;
        vertical-align: middle;
        padding-right: 1.3rem;
        background-color: #3d1f94;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div {
        color: white;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: center;
        vertical-align: middle;
        padding: 5px 5px 5px 5px;
    }

    .top-image {
        margin-top: 63px;
        padding: 10px 0 10px 0;
        padding-left: 0;
        padding-right: 0;

        max-width: auto;
        max-height: auto;
    }

    .top-image > img {
        max-width: 500px;
        max-height: 510px;
    }

    /* featured */
    .featured-section__image img {
        width: 100%;
        height: auto;
        max-width: 393.71px;
        max-height: 787.42px;
    }

    .featured-title-m {
        display: none;
    }

    .featured-section__content span {
        visibility: visible;
    }

    .featured-section__content {
        padding: 7rem 0 0 0;
    }

    .about-us {
        margin-top: 200px;
    }

    .featured-section__content h2 {
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;
    }

    .featured-section__content p {
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        color: #4b5d68;

        /* text-align: justify; */
        text-justify: inter-word;
    }

    .featured-section__content div a {
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;

        columns: #ffffff;
    }

    /* why choose us */
    .why-choose-us {
        margin-top: 12.5rem;
    }

    .choosing-section__title h2 {
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;

        color: #252b42;
    }

    .choosing-section__title span {
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #4b5d68;
    }
}

@media only screen and (min-width: 1200px) {
    /* top content */
    .top-content {
    }

    .top-content div h3 {
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;
    }

    .top-content div span {
        font-family: Poppins;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 80px;
        letter-spacing: 0.20000000298023224px;
    }

    .top-content div h4 {
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0.20000000298023224px;
        color: #989898;

        margin-top: 1.2rem;
        margin-bottom: 2.2rem;
    }

    .top-content {
        margin-top: 13.25rem;
        padding-left: 0;
        padding-right: 0;
    }

    .download-buttons {
        justify-content: initial;
    }

    .play-store img,
    .apple-store img {
        width: 100%;
        height: auto;
        max-width: 11rem;
        /* max-height: 60px; */
        max-height: 2.9rem;
        /* padding-right: 1.3rem; */
        border-radius: 5px;
    }

    .web-browse {
        width: 100%;
        height: auto;
        max-width: 11rem;
        max-height: 2.9rem;
        border-radius: 3px;
        text-align: center;
        vertical-align: middle;
        padding-right: 1.3rem;
        background-color: #3d1f94;
        padding: 5px 5px 5px 5px;
    }

    .web-browse > div {
        color: white;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: center;
        vertical-align: middle;
        padding: 5px 5px 5px 5px;
    }

    .top-image {
        margin-top: 63px;
        padding: 10px 0 10px 0;
        padding-left: 0;
        padding-right: 0;

        max-width: auto;
        max-height: auto;
    }

    .top-image > img {
        max-width: 500px;
        max-height: 808.02px;

    }

    /* featured */
    .featured-section__image img {
        margin-left: 4rem;
    }

    .featured-section__image img {
        width: 100%;
        height: auto;
        /* max-width: 379.09px;
    max-height: 778.28; */
        max-width: 393.71px;
        max-height: 787.42px;
    }

    .featured-title-m {
        display: none;
    }

    .featured-section__content span {
        display: visible;
    }

    .featured-section__content {
        padding: 7rem 0 0 0;
    }

    .about-us {
        margin-top: calc(30px + (100 - 30) * (100vw - 320px) / (1600 - 320));
    }

    .featured-section__content h2 {
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;
    }

    .featured-section__content p {
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        color: #4b5d68;

        /* text-align: justify; */
        text-justify: inter-word;
    }

    .featured-section__content div a {
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.10000000149011612px;
        columns: #ffffff;
    }

    /* why choose us */
    .why-choose-us {
        margin-top: 12.5rem;
    }

    .choosing-section__title h2 {
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 57px;
        letter-spacing: 0.20000000298023224px;

        color: #252b42;
    }

    .choosing-section__title span {
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #4b5d68;
    }
}

/*top-content*/
.play-store,
.apple-store,
.web-browse {
    cursor: pointer;
    display: inline !important;
    margin: 0.42rem;
}

.play-store {
    margin-left: 0;
}

.play-store,
.apple-store {
}

.download-buttons {
    width: 100%;
    display: flex;
    height: fit-content;
    flex-flow: wrap row;
}

/*About us*/
.btn-color-primary {
    background-color: #3d1f94;
    color: black;
}

.featured-section__content span {
    /* for laptops/desktops */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;

    color: #ff7714;
}

/* featured section */
.featured-section__image {
    margin-top: 1em;
    width: 393.71px;
    height: auto;
}

.featured-section__content span {
    /* for laptops/desktops */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;

    color: #ff7714;
}

.featured-title-m {
    text-align: center;
}

.featured-title-m span {
    /* for mobile */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;

    color: #ff7714;
}

/*why choose us*/
/* choosing section */
.choosing-section {
}

.choosing-section__title {
    width: 100%;
    text-align: center;
}

.choosing-section__title h2,
.choosing-section__title span,
.choosing-section__title hr {
    text-align: center;
}

.choosing-section__content {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-evenly;
}

.choosing-section__content > div {
    height: auto !important; /*312px*/ /*redirect 21.02*/
    width: 312px !important;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    box-shadow: 4px 4px 45px rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
}

.choosing-section__image-card {
}

.choosing-section__image-card img {
    width: 100%;
    height: auto;
    max-width: 110px;
    max-height: 110px;
    margin: 12.5% auto; /*60px 101px 42px 101px*/
}

/*redirect 21.02*/
.choosing-section__content > div p {
    width: 100%;
    height: auto;

    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
}

@media (max-width: 1600px) {
    .choosing-section__content > div p {
        font-size: calc(15px + (23 - 15) * (100vw - 320px) / (1600 - 320));
    }

    .title {
        margin-top: calc(15px + (140 - 15) * (100vw - 320px) / (1600 - 320));
        font-size: calc(16px + (30 - 16) * (100vw - 320px) / (1600 - 320));
    }

    .description {
        font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1600 - 320));
    }
}

/*/redirect 21.02*/
/*sections ends*/
.customed-hr-1 {
    border-top: 0.25rem solid #3d1f94;
    width: 70px;
    border-radius: 10px;
}


.text-color-primary {
    color: #3d1f94;
}

.btn-color-primary {
    background-color: #3d1f94;
    color: black;
}

.bg-color-primary {
    background-color: rgba(255, 255, 255, 0.6); /*redirect 21.02*/
    color: black;
}

p {
    text-justify: inter-word;
}

.text-left {
    text-align: left !important;
}

.bg-color-div {
    /* background-color: white; */
    border-color: 100%;
    bottom: 90%;
}

.footer-background {
    background-color: #333e4f;
}

.hr-footer-m {
    border: 1px solid #292d53;
    width: 100%;
}

/*class for change image opacity in section.top-start*/
@media (min-width: 768px) {
    .trans-opacity {
        animation: transition-opacity 1s ease-in 1;
    }

    @keyframes transition-opacity {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
}

@media (max-width: 991px) {
    .padding-60 {
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .white_color {
        background-color: #FFF !important;
    }
}

/*/class for change image opacity in section.top-start*/
