body {
    font-family: "Montserrat", sans-serif !important;
    margin: 0 !important;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    background: #1e1f20;
}
html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color: #19f18d;
	opacity:0.9;
  padding-left: 100%;
}

.ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
.ticker_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.5rem;
  color: black;
}



* {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
}

img {
    max-width: initial;
}

div a {
    cursor: pointer;
    text-decoration: none;
    color:  #19f18d;
}

a:active,
a:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

button:active,
button:focus {
    outline: none;
}

button:active,
button:focus {
    outline: none;
}

button,
input {
   -webkit-appearance: none;
	-webkit-border: 1px solid #fff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 2px;
    background: #1e1f20;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color:  #19f18d;
    border-radius: 5px;
    box-shadow: none;
    border: 3px solid #282929;
}

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

.page-started {
    overflow: hidden;
}

.wrp {
    width: 1196px;
    margin-left: auto;
    margin-right: auto;
}

/* Breadcrumbs */
.breadcrumbs-wrap {
    display: flex;
    align-content: center;
    font-size: 15px;
    line-height: 150%;
    color: #c4c4c5;
    margin-top: 24px;
    gap: 5px;
}

.breadcrumbs a {
    font-size: 15px;
    line-height: 150%;
    color: #fff;
}

.section-faq {
    padding-top: 40px;
    padding-bottom: 40px;
}

.daccordion__content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 36px;
    display: none;
}

.daccordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    padding-top: 36px;
    padding-bottom: 36px;
}

.section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    margin-bottom: 54px;
    /*margin-top: 100px;*/
}

.section-srazu-iner .section-title {
    margin-bottom: 21px;
}

.daccordion {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #5a5a5a;
    /*max-width: 954px;*/
}

.intl-tel-input .flag-container {
    z-index: 3;
}

.daccordion__item {
    border-bottom: 1px solid #5a5a5a;
}

.daccordion__title span {
    display: block;
    max-width: 823px;
}

.daccordion__title .arrac img {
    transition: 0.3s;
}

.dactive__item .daccordion__title,
.daccordion__title:hover {
    color:  #19f18d;
    transition: 0.3s;
}

.dactive__item .daccordion__title .arrac img {
    transition: 0.3s;
    transform: rotate(-180deg);
}

.section-lines img {
    width: 100%;
}

.section-lines {
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 289px;
}

.footer {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logo {
    width: 245px;
    margin-right: 88px;
}

.footer-logo img {
    width: 100%;
}

.footer-menu {
    margin-left: 35px;
    margin-bottom: 25px;
}

.footer-menu a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    color: #f2f2f2;
    transition: 0.3s;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-cont {
    width: 270px;
    margin-left: 78px;
}

.footer-cont a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #f2f2f2;
}

.footer-cont a:hover,
.footer-menu a:hover {
    transition: 0.3s;
    color:  #19f18d;
}

.footer-pay img {
    margin-right: 7px;
    width: 62px;
}

.footer-pay {
    margin-right: 88px;
    display: flex;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #fff;
}

.footer-copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

.footer-bottom a {
    transition: 0.3s;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #fff;
}

.footer-bottom a:hover {
    transition: 0.3s;
    color:  #19f18d;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social a {
    margin-left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social img {
    transition: 0.3s;
}

.footer-social a:hover img {
    transition: 0.3s;
    transform: scale(1.2);
}

.apps a {
    display: block;
}

.apps {
    display: flex;
}

.apps a img {
    transition: 0.3s;
    width: 185px;
}

.apps a:hover img {
    transition: 0.3s;
    transform: scale(1.05);
}

.appstore {
    margin-right: 27px;
}

.header-wrapper .wrp {
    border-bottom: 1px solid #3f3f40;
}

.header-wrapper.head-border .wrp {
    border: unset;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-menu {
    border: 1px solid #525252;
    border-radius: 10px;
    padding: 13px;
}

.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-menu a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #fff;
    transition: 0.3s;
}

.header-phone a {
    display: block;
    margin-right: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #fff;
}

.header-phone a:hover,
.header-menu a:hover {
    transition: 0.3s;
    color:  #19f18d;
}

.header-tech {
    display: flex;
    align-items: center;
}

.header-regions {
    margin-left: 10px;
}

.header-regions,
.header-lang {
    display: flex;
    align-items: center;
}

.header-regions ul,
.header-lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-regions a,
.header-lang a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.header-regions a {
    text-transform: capitalize;
}

.header-regions a:hover,
.header-lang a:hover {
    transition: 0.3s;
    color:  #19f18d;
}

.header-regions img,
.header-lang img {
    margin-left: 7px;
}

.header-button {
    display: flex;
    gap: 10px;
}

.ustanova {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 288px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000;
    height: 46px;
    background:  #ffffff;
    border-radius: 32px;
    border: 1px solid  #ffffff;
    transition: 0.3s;
}

.ustanova:hover {
    border: 1px solid  #19f18d;
    color:  #19f18d;
    background: inherit;
    transition: 0.3s;
}

.franchize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 46px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    transition: 0.3s;
    color: #000;
    background: #fff;
    border-radius: 32px;
    border: 1px solid #fff;
}

.franchize:hover {
    border: 1px solid  #19f18d;
    color:  #19f18d;
    background: inherit;
    transition: 0.3s;
}

.section-first-home {
    padding-top: 131px;
    padding-bottom: 110px;
}

.section-first-home .wrp {
    display: flex;
    position: relative;
    align-items: center;
}

.first-home-left {
    max-width: 730px;
}

.first-desc1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 6px 13px;
    color: #fff;
    display: inline;
}

.first-desc2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #e0e0e0;
    margin-bottom: 31px;
}

h1.first-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 15px;
}

h1.first-title span {
    color:  #19f18d;
}

.first-home-image img {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 729px;
    z-index: -1;
}

.first-home-image-ram {
    background:  #19f18d;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-top: 33px;
    padding-bottom: 30px;
    padding-left: 45px;
    width: 288px;
    padding-right: 30px;
    position: absolute;
    bottom: -64px;
    right: -12px;
    box-sizing: border-box;
}

.first-home-image-ram1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 10px;
    color: #000;
}

.first-home-image-ram2 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 19px;
}

.first-home-image-ram3 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

.about-ram {
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    position: relative;
}

.about-ram-iner {
    padding-top: 129px;
    padding-bottom: 66px;
    padding-left: 52px;
    padding-right: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-ram-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-ram-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 14px;
}

.about-ram .about-ram-item-title {
    margin-top: 0;
}

.daccordion .about-ram-item-title {
    margin-top: 14px;
}

.dactive__item .about-ram-item-title {
    color:  #19f18d;
}

.about-ram-item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.about-ram-item-text {
    width: 285px;
}

.about-ram-item-dot {
    width: 30px;
    margin-right: 18px;
}

.about-ram-item-dot img {
    width: 100%;
}

.about-ram-item {
    display: flex;
    margin-bottom: 82px;
}

.about-ram-item-r {
    width: 300px;
}

.section-about {
    padding-top: 30px;
    padding-bottom: 60px;
}

.poverbank-info {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.poverbank-line {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
}

.poverbank-line img {
    width: 1000px;
}

.poverbank-item {
    max-width: 214px;
}

.section-pover {
    padding-top: 40px;
    padding-bottom: 40px;
}

.poverbank-num {
    width: 66.23px;
    height: 66.23px;
    border-radius: 20%;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000;
    background:  #19f18d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.poverbank-image {
    height: 86px;
    display: flex;
    align-items: center;
}

.poverbank-text {
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.section-ram-30m {
    padding-bottom: 60px;
    padding-top: 40px;
}

.ram-30m {
    display: flex;
    justify-content: space-between;
    padding-top: 29px;
    padding-bottom: 29px;
    align-items: center;
    padding-right: 30px;
    padding-left: 125px;
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.ram-30m-right {
    background:  #19f18d;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 64px;
    padding-left: 100px;
    padding-right: 64px;
    box-sizing: border-box;
}

.ram-30m-right-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #1e1f20;
    margin-bottom: 15px;
}

.ram-30m-left-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 22px;
}

.ram-30m-left-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.section-image-ram {
    padding-top: 96px;
    padding-bottom: 160px;
    padding-left: 122px;
    padding-right: 122px;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    justify-content: space-between;
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.section-image-text {
    width: 530px;
}

.section-image-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
}

.section-image-desc {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 22px;
    color: #fff;
}

.section-image-button a,
.section-image-buttonn {
    display: inline-block;
    padding: 14px 27.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000;
    background:  #19f18d;
    border-radius: 15px;
    border: 1px solid  #19f18d;
    transition: 0.3s;
    margin-right: 10px;
}

.section-image-button a:hover,
.section-image-buttonn:hover {
    border: 1px solid  #19f18d;
    color:  #19f18d;
    background: inherit;
    transition: 0.3s;
}

.section-image-image {
    height: 50px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-image-image img {
    width: auto;
}

.first-home-image2 img {
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 531px;
    z-index: -1;
}

.first-home-left2 {
    max-width: 770px;
}

.ustanovka-first-items {
    display: flex;
    margin-top: 60px;
}

.ustanovka-first-item {
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    margin-right: 7px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 30px;
}

.about-ram-image img {
    max-width: 600px;
}

.razdel {
    height: 100px;
}

.sect-image-text-list {
    display: flex;
    margin-top: 50px;
}

.sect-image-text-info {
    width: calc(100% - 38px);
}

.sert-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #e0e0e0;
    margin-bottom: 34px;
}

.sert-button {
    width: 310px;
    height: 64.53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #282929;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    border-radius: 20px;
}

.section-first-month {
    padding-top: 40px;
    padding-bottom: 60px;
}

.first-month-items {
    display: flex;
    justify-content: space-between;
}

.first-month-num {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color:  #19f18d;
    margin-bottom: 10px;
}

.first-month-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: ;
}

.first-month-descr {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 30px;
    color: #fff;
}

.first-month-descr.ta-r {
    text-align: right;
}

.first-month-item {
    max-width: 270px;
}

.sert-desc {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.section-image-buttonn {
    min-width: 239px;
}

.frans-left-image .section-image-ram {
    padding-bottom: 90px;
}

.frans-left-image .section-image-text {
    width: 646px;
}

.frans-left-image .section-image-desc {
    width: 530px;
}

.frans-left-image .section-image-ram {
    padding-right: 50px;
}

.section-image-image {
    margin-top: -90px;
}

.section-what {
    padding-top: 40px;
    padding-bottom: 60px;
}

.whatpwrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.what-item {
    margin-bottom: 60px;
    width: 254px;
}

.what-item-num {
    margin-bottom: 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color:  #19f18d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    width: 66.23px;
    height: 66.23px;
    background: #1e1f20;
    border: 1px solid  #19f18d;
}

.what-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    max-width: 100%;
}

.clients-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clients-item {
    width: 215px;
    margin-bottom: 103px;
}

.clients-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 36px;
}

.clients-image {
    display: flex;
    align-items: center;
    height: 72px;
    justify-content: center;
}

.section-image-desc-l2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-image-desc-l2 .sect-image-text-list {
    width: 48%;
}

.section-image-ramf {
    padding-bottom: 90px;
}

.section-srazu-iner {
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-top: 71px;
    padding-bottom: 76px;
    padding-left: 120px;
    padding-right: 120px;
}

.section-srazu-desc2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 57px;
}

.section-image-buttonn-srazu {
    text-align: center;
}

.section-srazu-card {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    z-index: 2;
    width: 224px;
    height: 240px;
    background: #282929;
    background: #282929;
    border: 1px solid #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.section-srazu-zel {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color:  #19f18d;
    margin-bottom: 6px;
}

.section-srazu-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #fff;
}

.section-srazu-cards {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.section-srazu-line {
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
}

.section-srazu-line img {
    width: 100%;
}

.section-image-buttonn,
.daccordion__title {
    cursor: pointer;
}

.partners-buttons {
    margin-top: 33px;
    display: flex;
}

.zayavka {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000;
    height: 46px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #000;
    transition: 0.3s;
    cursor: pointer;
    margin-right: 10px;
}

.zayavka1button {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.zayavka.zayavka1button:hover {
    background: inherit;
    color:  #19f18d;
    border-color:  #19f18d;
}

.zayavka:hover {
    background:  #19f18d;
}

.cacl-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}


}

.section-calc {
    padding-top: 40px;
    padding-bottom: 60px;
}

.partners-buttons .ustanova {
    width: 160px;
    margin-right: 10px;
}

.ustanova {
    cursor: pointer;
}

.partners-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding-top: 29px;
    padding-right: 30px;
    padding-bottom: 29px;
    padding-left: 120px;
}

.partners-right {
    color: #1e1f20;
    background: #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding-top: 60px;
    padding-bottom: 55px;
    padding-right: 105px;
    padding-left: 98px;
    line-height: 49px;
    width: 678px;
    box-sizing: border-box;
}

.partners-left {
    color: #fff;
}

.partners-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 17px;
}

.partners-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.partners-desc2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 66px;
    color: #fff;
}

.partners-desc3 {
    font-style: normal;
    font-weight: 700;
    margin-top: 11px;
    font-size: 16px;
    line-height: 20px;
}

.plan-table-name {
    width: 499px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.plan-table-one {
    width: 144px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
    text-align: center;
}

.plan-table-two {
    width: 133px;
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
}

.plan-table-one.price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color:  #19f18d;
}

.plan-table-two.price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color:  #19f18d;
}

.plan-table-head {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    display: flex;
    color: #fff;
}

.plan-table-row {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    color: #fff;
    border-top: 1px solid #393939;
}

.plan-table {
    border: 1px solid #606060;
    filter: drop-shadow(0 4px 50px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 40px;
}

.raschet-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.raschet-itepr {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.raschet-item-name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-right: 12px;
}

.raschet-item-name2 {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    color: #fff;
}

.raschet-item-val2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-left: 12px;
    color:  #19f18d;
}

.raschet-item-val {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}

.raschet-item-inform {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.raschet-item-inform img {
    width: 24px;
    margin-left: 12px;
}

.raschet-item-inform-window {
    position: absolute;
    background: #2d2e2f;
    border-radius: 20px;
    width: 261px;
    box-sizing: border-box;
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    left: calc(50% + 5px);
    transform: translateX(-50%);
    bottom: 49px;
    color: #fff;
    opacity: 0;
    z-index: -2;
    transition: 0.3s;
}

.raschet-item-inform-window:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/tre.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 13px;
}

.raschet-item-inform:hover .raschet-item-inform-window {
    opacity: 1;
    z-index: 2;
    transition: 0.3s;
}

.plan-table-name {
    display: flex;
    align-items: center;
}

.cacl-vhod-data {
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    margin-bottom: 58px;
    padding-top: 41px;
    padding-bottom: 50px;
}

.sr-check {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.cacl-whod-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.calc-whod-ite {
    margin-bottom: 32px;
}

.calc-vhod-wrp-ras {
    text-align: center;
}

.ras-doch {
    margin-left: auto;
    margin-right: auto;
}

.section-partners {
    padding-top: 40px;
    padding-bottom: 60px;
}

.calc-whod-ite-datas {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin-top: 15px;
    color: #fff;
}

.irs-single {
    display: none !important;
}

.irs-disabled {
    opacity: 1 !important;
}

body .irs--round .irs-line {
    background: linear-gradient(0deg, #454545, #454545), #454545;
    border-radius: 20px;
    height: 8px;
}

body .irs--round .irs-bar {
    background:  #19f18d;
    height: 8px;
    border-radius: 20px;
}

body .irs--round .irs-handle {
    background: #282929;
    border: 2px solid  #19f18d;
    width: 24px;
    height: 24px;
}

body .irs--round .irs-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #282929;
    border: 2px solid  #19f18d;
    width: 8px;
    border-radius: 20%;
    height: 8px;
}

.calc-whod-ite {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: DodgerBlue;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items div,
.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.tarifs-wrapper {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
}

.custom-select {
    position: absolute;
    padding-left: 17px;
    padding-right: 17px;
    top: 0;
    background: #282929;
    border: 1px solid #fff;
    border-radius: 20px;
    z-index: 2;
    left: 0;
    width: 100%;
}

.calc-whod-ite2 {
    width: 420px;
}

.arrov-select {
    position: absolute;
    top: 10px;
    right: 17px;
}

.custom-select-item {
    opacity: 0;
    height: 0;
    padding: 0;
}

.custom-select-item.sctiveselect {
    opacity: 1;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
}

.tarifs-wrapper {
    height: 46px;
}

.custom-select-active .custom-select-item {
    opacity: 1;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
}

.custom-select {
    display: flex;
    flex-direction: column;
}

.custom-select-item {
    order: 2;
}

.custom-select-item.sctiveselect {
    order: 1;
}

.arrov-select img {
    transition: 0.3s;
}

.custom-select-active .arrov-select img {
    transform: rotate(180deg);
    transition: 0.3s;
}

.frans-card-ca a {
    border: 1px solid #fff;
    transition: 0.3s;
    filter: drop-shadow(0 4px 50px rgba(0, 0, 0, 0.25));
    border-radius: 40px;
    width: 186px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.frans-card-ca img {
    margin-bottom: 15px;
    width: 19px;
}

.frans-card-ca:hover a {
    border: 1px solid #74f57f;
    transition: 0.3s;
}

.ustanovka-first-item-green {
    background:  #19f18d;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    width: 186px;
    margin-right: 10px;
    padding-top: 22px;
    padding-bottom: 33px;
    padding-left: 30px;
}

.ustanovka-first-item-green-t {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000;
}

.ustanovka-first-item-green-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-top: 6px;
}

.footer-menu-wrp {
    display: flex;
}

.dnd {
    display: none;
}

.header-burger {
    display: none;
}

.mobile-menu {
    display: none;
}

.raschet-item-ogo {
    display: flex;
    align-items: center;
}

.window-call-z {
    position: fixed;
    top: -400vh;
    opacity: 0;
    transition: opacity 0.3s;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100vh;
}

.window-call-z-open {
    top: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

.window-call-z-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.window-call-z-iner {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #282929;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 80px;
    width: 514px;
    padding-top: 57px;
    padding-bottom: 65px;
    padding-left: 87px;
    padding-right: 87px;
    box-sizing: border-box;
}

.window-call-z-close {
    top: 42px;
    right: 53px;
    position: absolute;
    cursor: pointer;
}

.window-call-z-iner-form-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #fff;
}

.window-form-agree {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #9d9d9d;
    margin-top: 17px;
}

.window-form-agree a {
    color: #9d9d9d;
}

.window-call-z-sub input,
.window-call-z-sub button {
    cursor: pointer;
    width: 259px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    border: 1px soli  #19f18d;
    transition: 0.3s;
    margin-top: 30px;
    background:  #19f18d;
    border-radius: 32px;
}

.window-call-z-sub input:hover,
.window-call-z-sub button:hover {
    color:  #19f18d;
    transition: 0.3s;
    background: inherit;
    border: 1px solid  #19f18d;
}

.window-call-z-input input {
    background: #282929;
    border: 1px solid #969696;
    border-radius: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 14px;
    box-sizing: border-box;
    font-size: 14px;
}

.window-call-z-input textarea {
    background: #282929;
    border: 1px solid #969696;
    border-radius: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
}

.section-image-button2 {
    display: none;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    display: none;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu-item-has-children .sub-menu {
    background: #1e1f20;
    z-index: 1000;
}

.section-lines img {
    z-index: -1;
}

.window-call-z-iner-form-dec {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}

.window-call-z-inerthank {
    text-align: center;
    display: none;
}

.window-call-z-inerthank img {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}

.window-call-z-input input,
.window-call-z-input textarea {
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.header-lang ul .current-lang {
    display: none;
}

.window-call-z-input textarea {
    margin-bottom: 14px;
    resize: none;
    height: 130px;
}

.wpcf7-response-output {
    display: none !important;
}

.window-call-z-input input.wpcf7-not-valid {
    border: 1px solid red;
}

.window-call-z-input .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -7px;
    margin-bottom: 10px;
}

.window-call-z-iner {
    max-height: 90vh;
    overflow-y: scroll;
}

.window-call-z-iner {
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 76px;
    padding-right: 76px;
    border-top: 20px solid #282929;
    border-bottom: 20px solid #282929;
}

.window-call-z-iner-form-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 23px;
}

.window-call-z-sub input,
.window-call-z-sub button {
    margin-top: 15px;
}

form .wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.window-call-z-sub {
    position: relative;
}

.submitting .window-call-z-sub input {
    opacity: 0.5;
    pointer-events: none;
}

.rane2 {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.rane1 {
    position: relative;
    z-index: 2;
}

.intl-tel-input {
    display: block !important;
    margin-bottom: 14px;
}

.rasras {
    /* visibility: hidden; */
}

.visivisi {
    visibility: visible;
}

body .iti-mobile .intl-tel-input.iti-container {
    top: 50%;
    bottom: 30px;
    width: 70%;
    max-height: 60vh;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 30px;
    position: fixed;
}

.calc-whod-itef {
    margin-bottom: 30px;
}


#example_1_inputr2 {
    display: none;
}

.window-call-z-input select {
    color: #fff;
    background: #282929;
    border: 1px solid #969696;
    border-radius: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.window-call-z-input input::placeholder {
    color: #fff;
}

.custom-select-item {
    cursor: pointer;
}

.custom-select-item:hover {
    color:  #19f18d;
}

.app {
    position: relative;
}

.app2 input,
.window-call-z-input input#intel1 {
    z-index: 2;
    background: none;
}

.window-call-z-input .app2 {
    /* position: absolute; */
    /* top: 0; */
    /* z-index: 0; */
    color: rgba(0, 0, 0, 0);
    width: 100%;
    /* height: 40px; */
    margin-top: -54px;
}

.app_second.app2 .wpcf7-not-valid-tip {
    margin-top: 0;
}

.window-call-z-input .app2 input {
    color: rgba(0, 0, 0, 0);
    margin-top: 16px;
    margin-bottom: 0px;
    /* border: none; */
}

.window-call-z-ine-form .calc-whod-itef {
    margin-bottom: 25px;
}

.window-call-z-ine-form .cacl-whod-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

.window-call-z-ine-form .calc-whod-ite-datas {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.window-call-z-iner-form-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 22px;
}

.section-image-image img {
    max-width: 485px;
}

.app {
    position: relative;
    z-index: 22;
    margin-bottom: 14px;
}

.appsqr {
    margin-right: 19px;
}

.appsqr img {
    width: 109px;
    border-radius: 10px;
}

.apps-buttons .appstore {
    margin-right: 0;
    margin-bottom: 4px;
}

.window-form-agree a {
    text-decoration: underline;
}

#example_1_input,
#example_1_inputf,
#example_1_inputr,
.quantity-num {
    margin-top: 22px;
    border-radius: 15px;
    background: none;
    border: 1px solid #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    padding: 10px;
}

.quantity-block {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-block div {
    background: none;
	border: none;
    color:  #19f18d;
    margin-left: 10px;
    cursor: pointer;
    display: none;
    margin-right: 10px;
    font-size: 44px;

}

.quantity-block div.dis {
    opacity: 0.5;
}

.body-mobile-menu-open {
    overflow-y: hidden;
}

#example_1_input,
#example_1_inputf,
#example_1_inputr,
.quantity-num {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.quantity-block .wpcf7-not-valid-tip {
    font-size: 14px;
}

.conent--blog {
    display: grid;
    /*grid-template-columns: 60% 25%;*/
    column-gap: 15%;
    margin-bottom: 90px;
    color: #fff;
}

.posts--featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.post--tag {
    margin-bottom: 8px;
    display: inline-block;
}

.post--tag,
.wp-block-tag-cloud a {
    padding: 4px 8px;
    background: transparent;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
}

.post--tag {
    background:  #19f18d;
    color: #000;
    font-family: "Noto Sans", "Montserrat", sans-serif;
}

.green {
    background:  #19f18d;
    color: #000;
}

.wp-block-tag-cloud a {
    font-size: 15px !important;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: 0.15s;
    margin-bottom: 12px;
    padding: 10px 20px;
}

.wp-block-tag-cloud a:hover {
    background:  #19f18d;
    color: #000;
    border-color:  #19f18d;
}

.post--inner {
    display: block;
    color: #fff;
}

.post h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 140%;
    margin: 0;
}

.post h3:first-letter {
    text-transform: capitalize;
}

.post--thumbnail {
    margin: 24px 0;
}

.post--thumbnail img {
    border-radius: 7px;
    /*height: 100%;
    width: 100%;*/
    object-fit: contain;
    transition: 0.3s;
}

.posts--recent .post:hover .post--thumbnail img {
    -webkit-box-shadow: -2px 2px 0 1.4px  #19f18d;
    box-shadow: -2px 2px 0 1.4px  #19f18d;
    transform: translate(3px, -3px);
}

.post--info>div .date_svg {
    margin-right: 5px;
}

.post--inner:hover .post--thumbnail img {
    -webkit-box-shadow: -2px 2px 0 1.4px  #19f18d;
    box-shadow: -2px 2px 0 1.4px  #19f18d;
    transform: translate(3px, -3px);
}

.post--info .avatar {
    width: 18px;
    height: 18px;
    border-radius: 20%;
}

.post--info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.post--info>div {
    border-right: 0.5px solid #fff;
    padding-right: 5px;
    margin-right: 11px;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.post--info>div img {
    margin-right: 8px;
}

.post--excerpt {
    margin: 0;
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 150%;
}

aside h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
    font-family: "Noto Sans", "Montserrat", sans-serif;
}

.category-title {
    font-family: "Noto Sans", "Montserrat", sans-serif;
}

.wp-block-categories {
    list-style: none;
    padding-left: 0;
    color: #fff;
}

.wp-block-categories a {
    color: #fff;
}

.wp-block-categories a:hover {
    text-decoration: underline;
}

.wp-block-categories-list li {
    border-bottom: 1px dashed #d1e7e5;
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
    font-size: 15px;
    line-height: 150%;
    padding-top: 12px;
}

.wp-block-categories-list li:last-child {
    border: none;
}

.wp-block-group:first-child {
    margin-bottom: 65px;
}

.wp-block-tag-cloud {
    margin: 0;
}

.posts--wrap h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

.posts--featured {
    margin-bottom: 90px;
}

.posts--recent .post {
    display: grid;
    grid-template-columns: 35% 60%;
    column-gap: 5%;
    margin-bottom: 48px;
}

.posts--recent .post--thumbnail img {
    object-fit: cover;
}

.posts--recent .post--thumbnail {
    margin: 0;
    margin-right: 34px;
    width: 100%;
    height: 100%;
}

.posts--recent .post--info {
    margin-top: 16px;
}

.post--left {
    height: 100%;
}

.page-numbers {
    font-size: 15px;
    color: #fff;
    width: 41px;
    height: 41px;
    border: 1px solid #fff;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.pagination {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .next,
.pagination .prev {
    width: unset;
    border-radius: 20px;
    padding: 0 25px;
    text-transform: capitalize;
}

.pagination .next svg,
.pagination .prev svg {
    margin-right: 8px;
    width: 11px;
    height: 8px;
}

.pagination .next svg {
    transform: rotate(180deg);
    margin-left: 8px;
    margin-right: 0;
}

.page-numbers:hover,
.page-numbers.current {
    background:  #19f18d;
    color: #000;
    border-color:  #19f18d;
}

.page-numbers:hover path {
    fill: #000;
}

.posts--recent {
    position: relative;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(0, 0%, 78%);
    }

    100% {
        background-color: hsl(126, 88%, 80%);
    }
}

.post--content {
    margin-bottom: 90px;
}

.single .content {
    color: #fff;
    font-size: 15px;
    line-height: 200%;
}

.single .post--info>div {
    border: unset;
}

.single .post--content h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 15px;
}

blockquote.wp-block-quote {
    background: #292a2c;
    border-radius: 8px;
    margin: 0;
    padding: 35px 25px;
    margin-bottom: 30px;
}

figure.wp-block-table {
    margin-bottom: 30px;
}

figure.wp-block-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

thead th:first-child {
    border-top-left-radius: 5px;
}

thead th:last-child {
    border-top-right-radius: 5px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

figure.wp-block-table td,
figure.wp-block-table th {
    border: none;
}

figure.wp-block-table th {
    font-size: 15px;
    line-height: 150%;
    color:  #19f18d;
    font-weight: 400;
}

figure.wp-block-table td {
    text-align: center;
}

thead tr {
    background: #fff;
    background: #303233;
}

tbody tr:nth-child(odd) {
    background: #292a2c;
}

figure.wp-block-table td:nth-child(2),
figure.wp-block-table tr:nth-child(2) {
    border-left: 1px solid #313334;
    border-right: 1px solid #313334;
}

.single .posts--wrap>p {
    margin: 0;
    margin-bottom: 30px;
}

.single .posts--wrap>ol,
.single .posts--wrap>ul {
    padding-left: 17px;
    margin-bottom: 30px;
}

.single .posts--wrap>ol li:not(:last-child),
.single .posts--wrap>ul li:not(:last-child) {
    margin-bottom: 16px;
}

.swiper {
    width: 100%;
}

.single--swiper-nav .swiper-button-next,
.single--swiper-nav .swiper-button-prev {
    position: unset;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20%;
    margin-top: unset;
    transition: 0.15s;
}

.single--swiper-nav .swiper-button-next:after,
.single--swiper-nav .swiper-button-prev:after {
    content: unset;
}

.single--swiper-nav .swiper-button-next svg,
.single--swiper-nav .swiper-button-prev svg {
    font-size: 24px;
    display: block;
    height: 15px;
    width: 10px;
}

.single--swiper-nav .swiper-button-next path,
.single--swiper-nav .swiper-button-prev path {
    transition: 0.15s;
}

.single--swiper-nav .swiper-button-next {
    margin-left: 10px;
}

.single--swiper-nav .swiper-button-next svg {
    transform: rotate(180deg);
}

.single--swiper-nav .swiper-button-next:hover,
.single--swiper-nav .swiper-button-prev:hover {
    background:  #19f18d;
    border-color:  #19f18d;
}

.single--swiper-nav .swiper-button-next:hover path,
.single--swiper-nav .swiper-button-prev:hover path {
    stroke: #000;
}

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

.single--swiper-nav {
    display: flex;
    align-items: center;
}

.single--featured-header h2 {
    margin: 0;
}

.swiper.single--swiper {
    padding-right: 3px;
    margin-top: 35px;
}

.comments-area {
    margin-top: 60px;
}

.comment-list {
    padding-left: 0;
    list-style: none;
}

.comment .img-thumbnail img {
    width: 42px;
    height: 42px;
    border-radius: 20%;
}

.comment--header {
    display: flex;
    align-items: flex-start;
}

.comment .img-thumbnail {
    margin-right: 10px;
}

.comment--info {
    display: flex;
    flex-direction: column;
}

span.date {
    font-size: 12px;
    line-height: 15px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.comment--text {
    margin: 0;
}

.comment--parent .comment--text {
    margin: 0;
    margin-top: 12px;
}

.comment--parent .comment-block {
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141;
    padding: 10px 0;
    margin: 0 16px;
    margin-top: 40px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 132.99%;
}

.comment-block a {
    color: rgb(255, 255, 255);
    opacity: 0.6;
    font-size: 14px;
    line-height: 132.99%;
}

.comment-block a:hover {
    opacity: 1;
}

.comment-block a:hover path {
    fill-opacity: 1;
}

.comment .children {
    margin: 30px 0;
    list-style: none;
}

.comment--child {
    display: flex;
}

.comment.alt .comment--text-wrap {
    background: #3a3b3c;
    border-radius: 20px;
    padding: 12px;
}

.reply-block {
    font-size: 11px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}

.reply-block a {
    font-weight: 700;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    margin-right: 10px;
}

.reply-block a:hover {
    opacity: 1;
}

.comment--parent .comment-reply-link {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.comment--parent .comment-reply-link svg {
    margin-right: 9px;
}

.comment-notes {
    display: none;
}

.comment-form label {
    display: none;
}

.comment-form input#submit {
    background:  #19f18d;
    border-radius: 20px;
    padding: 15px 33px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    width: unset;
}

.comment-form {
    display: flex;
    flex-direction: column;
}

.comment-form p {
    margin: 0;
    margin-bottom: 15px;
}

.comment-form-comment textarea {
    resize: unset;
}

.comment-form textarea,
.comment-form input {
    background: #292a2c;
    border: 1px solid #3a3b3c;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #999;
    height: 100%;
    font-family: "Montserrat", sans-serif;
}

a#cancel-comment-reply-link {
    color: rgb(255, 255, 255);
    opacity: 0.6;
    font-size: 14px;
    line-height: 132.99%;
    margin-left: 20px;
}

.blog {
    width: 100%;
}

.post--content a {
    color:  #19f18d;
}

.breadcrumbs,
.breadcrumbs a {
    font-size: 15px;
    line-height: 150%;
    text-transform: capitalize;
    color: #ffffff;
}

.breadcrumbs {
    color: #c4c4c5;
    margin-top: 22px;
    margin-bottom: 28px;
}

.single--share {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.single--share a {
    display: flex;
    position: relative;
}

.single--share-copied {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%) translateY(40px);
    display: flex;
    padding: 4px 8px;
    background:  #19f18d;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
    transition: 0.15s;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.single--share-copied.active {
    opacity: 1;
    pointer-events: unset;
    transform: translateX(-50%);
}

.single--share path,
.single--share circle {
    transition: 0.15s;
}

.single--share a:hover path {
    fill:  #19f18d;
}

.single--share .single--share-twitter:hover path {
    fill: #1e1f20;
}

.single--share-twitter:hover circle {
    fill:  #19f18d;
}

.single--share:after,
.single--share:before {
    content: "";
    display: block;
    width: 25%;
    background: #d1e7e5;
    height: 1px;
}

.single--share:before {
    margin-right: auto;
}

.single--share:after {
    margin-left: auto;
}

.window-call-z-input input#intel12 {
    background: #282929;
    border: 1px solid #969696;
    border-radius: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    margin-bottom: 14px;
    box-sizing: border-box;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 5px;
}

.window-call-z-input.app p {
    margin: 0;
}

.intl-tel-input.allow-dropdown {
    display: flex !important;
}

.intl-tel-input .flag-container {
    position: unset !important;
}

.intl-tel-input .country-list {
    width: 100%;
}

/* 29/01/2023 */

.post--content li {
    margin-bottom: 16px;
}

.wp-block-quote p {
    padding: 0;
    margin: 0;
}

.mobile {
    display: none;
}

.post--info>div {
    gap: 5px;
}

.post--info .avatar {
    margin-right: 0;
}

.app_second {
    pointer-events: none;
}

/* .app_second input {
    border: none !important;
} */

.intl-tel-input.allow-dropdown {
    /* border: 1px solid #969696; */
    border-radius: 30px;
}

.window-call-z-input input#intel12 {
    border: none;
    margin-top: 0 !important;
}

.window-call-z-input .app2 input {
    margin-top: 0;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* 02/02/2023 */
.pass_send {
    transition: 0.3s;
}

.pass_send.loading {
    pointer-events: none;
    position: relative;
}

.pass_send.loading:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
}


.error_response {
    color: #fff;
    margin-top: 20px;
}

.error_response span {
    text-transform: capitalize;
}

span.wpcf7-form-control-wrap.intl_tel-743 {
    display: none !important;
}

span.wpcf7-form-control-wrap.intl_tel-606555 input#intel1 {
    border: none;
    padding-left: 1px;
}

html {
    scrollbar-color:  #19f18d #1e1f20;
}

input#example_1_inputr {
    /* border: unset; */
    /* pointer-events: none; */
    display: block;
    margin-bottom: 6px;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
.window-call-z-input.app {
    /* margin-bottom: 40px; */
}

.window-call-z-input .app2 .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.section-first-month .section-title {
    margin-bottom: 95px;
}

.section-pover .section-title {
    margin-bottom: 20px;
}

.rental_events .section-image-desc {
    font-size: 16px;
}
/*
.quantity-block input.quantity-num {
    border: none;
    pointer-events: none;
}
*/
.blog .section-title {
    font-size: 48px;
}

.single .posts--wrap h2 {
    font-size: 30px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:not(:hover) {
    border: unset;
}

.price-section .ram-30m-left-desc {
    padding: 0 25px;
}

section#poverbank .section-title {
    margin-top: 95px;
    margin-bottom: 77px;
}

section#why .section-title {
    margin-bottom: 17px;
    margin-top: 0;
}

.window-call-z-input p {
    margin: 0;
}

.calc-whod-ite-input p {
    margin: 0;
}

.cacl-whod-title p {
    margin: 0;
}

.cacl-whod-title {
    margin-top: 24px;
}

.irs--round {
    height: 20px;
    margin-top: -20px;
}

.section-image-ram h2.section-title {
    text-align: left;
    margin-bottom: 17px;
}

.section-faq .section-title {
    margin-top: 0;
    margin-bottom: 58px;
}

.page-id-1485 .cky-consent-container {
    display: none;
}

input.quantity-num::-webkit-inner-spin-button,
input.quantity-num::-webkit-outer-spin-button {
   opacity: 1;
}

.price-input {
    display: none;
}

.eye-open {
    display: none;
}

.show-pass {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.pass-visible .eye-closed {
    display: none;
}

.pass-visible .eye-open {
    display: block;
}

.header-regions {
    position: relative;
}
.header-regions .menu {
    z-index: 10;
}
.menu-current-region {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    height: 20px;
    display: inline-block;
}


.region-notice-container {
    position: absolute;
    top: 45px;
    right: 0;
    width: 220px;
    box-sizing: border-box;
    border-radius: 6px;
}
.region-notice-container::before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background: white;
    transform: rotate(45deg);
    position: absolute;
    top: -15px;
    right: 30px;
}
.region-notice-container .region-notice-container-bar {
    background: #ffffff;
    /* border: 1px solid; */
    padding: 20px 26px;
    /* box-shadow: 0 -1px 10px 0 #acabab4d; */
    border-radius: 6px;
}
.region-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.region-notice-des * {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.region-notice-accept {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    color: rgb(0, 0, 0);
    background-color: rgb(116, 246, 128);
    border: 2px solid rgb(116, 246, 128);
    text-shadow: none;
    box-shadow: none;
}
.region-notice-accept:hover {
    background-color: rgb(131, 255, 143);
    border: 2px solid rgb(131, 255, 143);
}

.delete-block-title {
    color:  #19f18d;
}
.delete-block-description {
    white-space: pre;
    line-height: 1.5;
}
.delete-account-wrp {
    max-width: 700px;
}
.delete-block {
    margin-bottom: 60px;
}
