@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  position: relative;
  -webkit-font-smoothing: antialised;
  overflow-x: hidden;
  background: #fff;
  color: #747474;
}

a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #209E9D;
}

h2,
.h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 61px;
  color: #414141;
  margin: 0 0 20px 0;
}

h4,
.h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #20A899;
  margin-bottom: 15px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

section {
  padding: 50px 0 80px;
}

.container {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3-1 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-1-3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 66%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;

}

.burger-mob {
  display: none;
  position: relative;
  z-index: 9999;
}

.burger-mob a {
  display: block;
}

.burger-mob span {
  height: 2px;
  width: 35px;
  background: #fff;
  display: block;
  margin: 10px 10px 10px auto;
}

.sec-gray {
  background: #EFEFEF;
}

img {
  max-width: 100%;
}

/*header------------------------------------*/
header {
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  padding: 10px 0 15px;
}

.top-head {
  display: grid;
  grid-template-columns: 165px 1fr 170px;
  grid-column-gap: 30px;
  align-items: center;
}

.top-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.top-menu ul li {
  list-style-type: none;
  padding-bottom: 10px;
}

.top-menu ul li.mob_phone {
  display: none;
}

.top-menu ul li a {
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px;
}

.top-menu ul li:hover>a {
  background: #fff;
  border-radius: 8px;
  background: linear-gradient(24.59deg, #D7E3E2 1.3%, #F8FAFA 56.12%, #FFFFFF 74.09%);
  color: #2CA3A2;
}

.top-menu ul li.menu-item-has-children:hover>a {
  border-radius: 8px 8px 0 0;
}

.top-head .phones {
  justify-content: flex-end;
  align-items: start;
}

.top-head .phone a {
  color: #fff;
}

.top-head .phone p {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

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

.menu-item-has-children .sub-menu {
  position: absolute;
  top: 10px;
  z-index: 99;
  background: linear-gradient(24.59deg, #D7E3E2 1.3%, #F8FAFA 56.12%, #FFFFFF 74.09%);
  border-radius: 0 8px 8px 8px;
  padding: 20px 20px;
  box-sizing: border-box;
  display: none;
  margin-top: 0;
  top: 30px
}

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

.menu-item-has-children .sub-menu a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  white-space: nowrap;
  color: #000;
}

.banner {
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  padding: 0;
  position: relative;
}

.banner .grid-1-2 {
  align-items: end;
}

.banner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 100vw solid transparent;
}

.banner.line-gray:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #EFEFEF;
  border-right: 100vw solid transparent;
}

.banner-text {
  padding-top: 50px;
  margin-bottom: 80px;
}

.wrapper {
  background: linear-gradient(39.5deg, #FAFBFD 1.47%, #F4F5F7 101.75%);
  border-radius: 6px;
  height: 100%;
}

.wrapper hr {
  border: none;
  background: #C4C4C4;
  box-shadow: 0px 4px 40px 2px #FFFFFF, 0px -2px 8px 0.5px rgba(0, 0, 0, 0.13);
  height: 1px;
}

.tabs {
  padding: 25px 40px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tab {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}

.tab.active {
  opacity: 1;
}

.tab.active:after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  bottom: -12px;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: relative;
  padding: 0
}

/*.slider:before{
  display: block;
  content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%; 
    background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
    position: absolute;
    left: 0;
    top: -6px;
}
.slider:after{
  display: block;
  content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%; 
    background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
    position: absolute;
    right: 0;
    top: -6px;
}*/
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  cursor: pointer;
}

.sber label {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 5px;
  display: block;
  margin-top: 15px;
  color: #414141;
}

.sber input[type="text"],
.sber input[type="number"],
.sber select {
  display: block;
  width: 100%;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 17px;
  line-height: 21px;
  color: #414141;
  padding: 15px;
  outline: none;
}

.month {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  color: #424242;
}

.month span {
  width: 33.33%
}

.month span:nth-child(2) {
  text-align: center;
}

.month span:last-child {
  text-align: right;
}

form input[type="submit"] {
  width: 100%;
  border: none;
  padding: 15px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.banner-image {
  text-align: right;
}

.banner-image img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.tab_content {
  padding: 0 40px 30px;
  box-sizing: border-box;
}

.how_item {
  background: linear-gradient(231.29deg, #F4F5F7 3.32%, #FAFBFD 100%);
  box-shadow: 16px -16px 28px 2px #FBFCFE, -16px 16px 32px -6px #E3E3E3;
  border-radius: 11px;
  padding: 40px;
  min-height: 330px;
  box-sizing: border-box;
  position: relative;
}

.how_item:not(:last-child):after {
  content: '';
  display: block;
  width: 59px;
  height: 36px;
  background: url(../img/arrow.svg);
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -18px;
  z-index: 2;
}

.how_item p {
  font-size: 17px;
  line-height: 21px;
  color: #404040;
}


.take_item {
  background: linear-gradient(229.13deg, #F4F4F4 13.51%, #F3F3F3 13.52%, #EFEFEF 100%);
  box-shadow: 16px -16px 34px 3px #FAFAFA, -16px 16px 32px -6px #DCDADA;
  border-radius: 11px;
  padding: 40px;
  min-height: 300px;
  box-sizing: border-box;
}

.take_item p {
  font-size: 12px;
  line-height: 15px;
  color: #747474;
}

.icon-list {
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  color: #747474;
  margin-bottom: 10px;
}

.icon-list_item {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
}

.btn {
  padding: 10px 30px;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
}

.green-btn {
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  margin-top: 30px;
  transition: .5s;
  position: relative;
  overflow: hidden;
}

.green-btn span {
  position: relative;
  z-index: 1;
}

.green-btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: .5s;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(99.57deg, #209E9D 1.31%, #1FC48C 95.46%);
}

.green-btn:hover:after {
  opacity: 1;
}

.green-btn img {
  margin-left: 10px;
}

.savings_item {
  background: linear-gradient(231.29deg, #F4F5F7 3.32%, #FAFBFD 100%);
  box-shadow: 16px -16px 38px 2px #FBFCFE, -16px 16px 32px -6px #E3E3E3;
  border-radius: 11px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 110px;
  grid-column-gap: 30px;
}

.savings_item.new-page {
  grid-template-columns: 100%;
}

.savings_item-text p {
  font-size: 14px;
  line-height: 28px;
}

.savings_item-text a {
  display: inline-block;
  margin-top: 25px;
}

.why-us_item {
  text-align: center;
}

.why-us_item h4 {
  color: #4d4d4d;
}

.why-us_item p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #4D4D4D;
}

.ask {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #209E9D;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 5px
}

.why-us_icon {
  margin-bottom: 20px;
}

.reviews h2 {
  margin-bottom: 0px;
}

.reviews_item {
  border: 2px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 14px;
  line-height: 17px;
  color: #4D4D4D;
  position: relative;
  margin-top: 40px;
}

.reviews_item:before {
  background: url(../img/reviews.svg);
  content: "";
  display: block;
  width: 35px;
  height: 28px;
  top: -15px;
  left: 40px;
  position: absolute;
}

.reviews_item b {
  display: block;
  margin-top: 20px;
}

.reviews_item .time {
  font-size: 12px;
}

.owl-controls {
  margin-top: 30px;
}

.owl-next {
  width: 40px;
  height: 15px;
  background: url(../img/arrow-carousel.svg);
  position: absolute;
  right: 50%;
  margin-right: -80px
}

.owl-prev {
  width: 40px;
  height: 15px;
  background: url(../img/arrow-carousel.svg);
  transform: rotate(180deg);
  position: absolute;
  left: 50%;
  margin-left: -80px
}


.mission_text {
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #4D4D4D;
}

.mission_image {
  text-align: right;
}

.benefits .grid-2 {
  grid-row-gap: 20px;
}

.benefits .list {
  font-size: 17px;
  line-height: 20px;
  color: #4D4D4D;
  position: relative;
  padding-left: 60px;
}

.benefits .list:before {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../img/list.png);
  left: 0;
  top: -7px;
  background-size: cover;
}

.contact-footer {
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  padding: 110px 0 55px;
  position: relative;
}

.contact-footer:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-right: 100vw solid transparent;
}

.contact-footer.line-gray:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 50px solid #EFEFEF;
  border-right: 100vw solid transparent;
}

.contact-footer h2 {
  color: #fff;
}

.contact-footer p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.contact-footer_form {
  padding: 30px 60px;
  background: #F4F5F7;
  border-radius: 11px;
}

.contact-footer_form p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 40px;
  color: #747474;
}

.contact-footer_form input[type="text"],
.contact-footer_form input[type="tel"] {
  font-size: 17px;
  line-height: 21px;
  color: #ABABAB;
  border: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid #1FC48C;
  box-sizing: border-box;
  background: transparent;
  margin-bottom: 20px;
  outline: none;
  padding: 20px 60px;
}

.input_icon {
  position: relative;
}

.input_icon img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.contact-footer_form input[type="submit"] {
  border: none;
  display: block;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*footer------------------------------------------*/
footer {
  padding: 60px 0;
}

footer .grid-2 {
  align-items: center;
}

.foot-menu {
  margin-bottom: 30px;
}

.foot-menu ul {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;

}

.foot-menu ul li {
  list-style-type: none;
}

.foot-menu ul a {
  color: #4D4D4D;
  text-decoration: none;
}

.phones {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.phone p {
  font-size: 14px;
  line-height: 17px;
  color: #4D4D4D;
}

.phone a {
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  color: #4D4D4D;
}

.politic {
  text-align: right;
}

.politic a {
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
  font-weight: 400;
}

.big-form_content {
  background: linear-gradient(229.13deg, #F4F4F4 13.51%, #F3F3F3 13.52%, #EFEFEF 100%);
  box-shadow: 16px -16px 34px 3px #FAFAFA, -16px 16px 32px -6px #DCDADA;
  border-radius: 11px;
  padding: 60px
}

.zaim-online_text {
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.big-form_item label {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  display: block;
  color: #414141;
}

.big-form_item input[type="text"],
.big-form_item input[type="tel"],
.big-form_item select,
.big-form_item input[type="number"] {
  border: 1px solid #A1A1A1;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 54px;
  background: transparent;
  padding: 15px;
  box-sizing: border-box;
}

.big-form_item p {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */


  color: #000000;
}

.big-form_item input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.big-form_item label.btn {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  color: #FFFFFF;
}

.big-form_item.last-btn {
  grid-column-start: 2;
}

.big-form_item.last-btn input[type="submit"] {
  border: none;
  display: block;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.dop_info {
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  margin-top: 50px;
}

.dop_info i {
  font-size: 24px;
  display: block;
  margin-top: 50px;
}

.prigramm_text p {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #000000;

}

.stepen_item {
  text-align: center;
}

.stepen_item h4 {
  color: #000;
}

.stepen_item p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.stepen_item p span {
  font-weight: 300;
  display: block;
  margin-top: 15px;
}

.stepen_icon {
  margin-bottom: 20px;
}

.not_full h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.not_full h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 33px;
  line-height: 61px;
  margin-bottom: 50px;
  color: #414141;
}

.contact-section h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #000000;
}

.contact-section p {
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 20px;
  color: #000000;
}

.contact-section iframe {
  width: 100%;
  height: 400px;
}

.contact-section .map {
  display: flex
}

.contact-section .map .map-image {
  width: 100%;
  margin-right: 30px;
  background-position: center;
  background-size: cover;
}

.docs-section_item {
  position: relative;
}

.docs-section_item p {
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 20px;
  color: #000000;
}

h3,
.h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 30px;
  color: #414141;
}

.docs-section .docs-section_item:last-child:after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background: #c4c4c4;
}

.sber a {
  width: 100%;
  border: none;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}

#popup_sber,
#popup_zaim {
  position: relative;
  max-width: 450px;
  margin: auto;
  width: 100%;
}

span.text-1,
span.text-2,
span.text-3,
span.text-4,
span.text-5 {
  display: none;
}

.zaim-online_text li {
  padding: 5px;
  margin-left: 3%;
}

.razv-logo {
  color: #26a867;
  text-decoration: underline;
  font-size: 12px;
  vertical-align: middle;
}

.razv-logo:hover {
  text-decoration: none;
}

.razv-logo img {
  width: 35px;
  vertical-align: middle;
  margin-left: 10px;
}

.bread {
  padding: 20px 0;
  font-size: 14px;
  color: #20B294;
  font-weight: 400
}

.bread a {
  font-size: 14px;
  color: #20B294;
  font-weight: 400
}

.page_404 {
  display: grid;
  min-height: 50vh;
  align-items: center;
  text-align: center;
}

#zaim .month span:nth-child(2) {
  text-align: left;
}

#zaim .month span:nth-child(3) {
  text-align: center;
}

#zaim .month span:nth-child(4) {
  text-align: right;
}

#zaim .error {
  font-size: 12px;
  color: red;
  margin: 10px;
  display: none;
}

.new-page_sec-one__right .grid-2 {
  margin-top: 80px;
}

.new-page_sec-two__right .savings_item.new-page {
  text-align: center;
}

.new-page_sec-two__right .savings_item.new-page h4 {
  color: #4D4D4D;
  font-size: 18px;
  margin-top: 20px;
}

.new-page_sec-one__left .wrapper {
  background: #fff;
}

.zaim-online_text h2:first-child {
  padding: 2px 0 3px 20px;
  border-left: 7px solid #20aa97;
  margin-bottom: 30px;
}

.zaim-online_text h2 {
  position: relative;
  /*margin-bottom: 0;*/
}

.zaim-online_text h2:first-child:after {

  display: none;
}



.zaim-online_text h2:after,
.zaim-online_text h3:after {
  margin-left: 0.75rem;
  margin-left: 0.75rem;
  margin-top: 1em;
  content: '';
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  height: 0;
  border-top: 3px double #20aa97;
  display: block;
}

.zaim-online_text h1,
.zaim-online_text h2,
.zaim-online_text h3 {
  /*margin-top: 2em;
    margin-bottom: 2em;*/
  display: flex;
}

.zaim-online_text p {
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
}

.zaim-online_text ul {
  list-style: none;
  padding: 0;
}

.zaim-online_text li {
  /* font-family: "Trebuchet MS", "Lucida Sans"; */
  padding: 0px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-left: 10px solid #20ba91;
  box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 0%), 0px 0px 0px 0 rgb(0 0 0 / 0%), 0px 1px 0px 0 rgb(0 0 0 / 2%), 0px 0px 2px 0 rgb(0 0 0 / 10%);
  /* font-size: 20px; */
  /*letter-spacing: 2px;*/
  transition: 0.3s all linear;
}

.zaim-online_text ul li:nth-child(2) {
  border-color: #20ba91;
}

.zaim-online_text ul li:nth-child(3) {
  border-color: #20ba91;
}

.zaim-online_text ul li:nth-child(4) {
  border-color: #20ba91;
}

.zaim-online_text ul li:nth-child(5) {
  border-color: #20ba91;
}

.zaim-online_text ul li:hover {
  border-left: 10px solid transparent;
}

.zaim-online_text ul li:nth-child(1):hover {
  border-right: 10px solid #20ba91;
}

.zaim-online_text ul li:nth-child(2):hover {
  border-right: 10px solid #20ba91;
}

.zaim-online_text ul li:nth-child(3):hover {
  border-right: 10px solid #20ba91;
}

.zaim-online_text ul li:nth-child(4):hover {
  border-right: 10px solid #20ba91;
}

.zaim-online_text ul li:nth-child(5):hover {
  border-right: 10px solid #20ba91;
}

.reviews_item-image img {
  border-radius: 50%;
}

.reviews_item-name .name {
  margin-top: 0;
  font-size: 20px;
  line-height: 23px;
  color: #20B294;
}

.reviews_item-name .time {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #919191;
}

.reviews-page .grid-1-3 {
  align-items: center;
  margin-bottom: 40px;
}

.reviews-page .reviews_item:before {
  display: none;
}

.reviews-page .reviews_item {
  margin-top: 0;
  background: #F2F2F2;
  border: none;
  border-radius: 0;
}

.reviews-page .reviews_item>p {
  font-size: 18px;
  line-height: 150%;
  color: #414141;
}

.reviews-form .grid-2 {
  background: #F2F2F2;
  box-shadow: -15px 19px 25px #E7E4E4;
  border-radius: 10px;
  padding: 70px 80px;
}

.reviews-form input[type="text"],
.reviews-form input[type="tel"] {
  border: 1px solid #414141;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 20px;
  width: 100%;
  display: block;
  color: #A1A1A1;
}

.reviews-form textarea {
  border: 1px solid #414141;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 20px;
  width: 100%;
  display: block;
  color: #A1A1A1;
  font-family: 'Roboto', sans-serif;
}

.green_dots li {
  margin-top: 10px;
}

.green_dots li b {
  display: block;
}

.green_dots li::marker {
  color: #20A899;
}

.green_border {
  padding: 20px;
  text-align: center;
  border-radius: 11px;
  border: 2px solid #20A899;
}

.mt-40 {
  margin-top: 40px;
}

.contact_sec h4 {
  margin-top: 20px;
  font-size: 18px;
}

.about_item.font-size18 p {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.grid-2.text-center {
  margin-bottom: 40px;
}

.about_item {

  border-radius: 11px;
  border: 2px solid #20A899;
  padding: 20px;
}

#menu-item-114,
#menu-item-102,
#menu-item-69,
.menu-static {
  position: static
}

header .container {
  position: relative;
}

#menu-item-114 .sub-menu,
#menu-item-102 .sub-menu,
#menu-item-69 .sub-menu,
.menu-static .sub-menu {
  border-radius: 8px;
}

#menu-item-114 .sub-menu a,
#menu-item-102 .sub-menu a,
#menu-item-69 .sub-menu a,
.menu-static .sub-menu a {
  color: #000;
}

#menu-item-114 .sub-menu #menu-item-1306 a,
#menu-item-102 .sub-menu .menu-item:first-child a,
#menu-item-69 .sub-menu #menu-item-2562 a,
.row-two .menu-item:first-child a,
.row-contact .menu-item:first-child a {
  color: #2CA3A2;
}

.row-two:hover .sub-menu {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  left: 0;
  align-items: start;
  top: 50px;
}

#menu-item-102:hover .sub-menu {
  /* width: 80%; */
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  /* left: 0; */
  align-items: start;
  top: 65px;
  width: max-content;
}

#menu-item-69:hover .sub-menu,
.row-contact:hover .sub-menu {
  width: 40%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  right: 0;
  align-items: start;
  top: 65px;
}

#menu-item-114:hover .sub-menu,
.row-4:hover .sub-menu {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  left: 0;
  align-items: start;
  top: 65px;
}

.row-4:hover .sub-menu .sub-menu {
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 20px;
}

#menu-item-102 #menu-item-2166 {
  grid-column-start: 2;
}

.menu-item-has-children .sub-menu .sub-menu {
  position: relative;
  top: 0 !important;
  left: 0;
  padding: 0;
  background: transparent;
  margin-left: 20px;
  display: block !important;
}

.menu-item-has-children .sub-menu li:hover a {
  background: transparent;
}

.menu-item-has-children .sub-menu .sub-menu a {
  font-weight: 400;
  padding: 0;

}

.big-form_item .dohod {
  font-size: 24px;
  margin-top: 25px;
}

.big-form #result {
  margin-top: 40px;
}

.big-form #result table {
  width: 100%;
  border-collapse: collapse;
}

.big-form #result table td,
.big-form #result table th {
  padding: 5px;
  border: 1px solid;
}

#mfcf7_zl_add_file {
  background: linear-gradient(99.57deg, #1FC48C 1.31%, #209E9D 95.46%);
  text-decoration: none;
  transition: .5s;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  color: #FFFFFF;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  display: block;
  width: 100%;
}

.saving {
  margin: 30px 0;
}

.saving_item {
  display: grid;
  grid-template-columns: 50px 2fr 1fr 1fr 1fr 2fr;
  grid-gap: 20px;
  align-items: center;
  background: #F6F7F9;
  box-shadow: -4px 5px 19px rgba(72, 72, 72, 0.1);
  border-radius: 10px;
  padding: 15px 20px;
}

.saving_item .green-btn {
  margin-top: 0;
}

.saving_item small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #484848;
}

.saving_item b {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #484848;
}

.saving_item__link {
  text-align: right;
}

.saving_item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #20A899;
}

.big-form_content.bg-white {
  background: #fff;
}

.bg-white .big-form_item label {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.bg-white .big-form_item input[type="text"],
.bg-white .big-form_item input[type="tel"],
.bg-white .big-form_item select,
.bg-white .big-form_item input[type="number"] {
  height: 52px;
  border: none;
  background: #F6F7F9;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.bg-white .big-form_item input[type="submit"] {
  margin-top: 65px;
  font-family: 'Roboto', sans-serif;
}

.bg-white .result_item {
  font-weight: 700;
  color: #1FC28D;
}

.bg-white .result_item b {
  color: #484848
}

.bg-white .dohod,
.bg-white .itog,
.bg-white .procent {
  font-size: 20px;
  font-weight: 700;
  color: #1FC28D;
}

.bg-white .dohod b,
.bg-white .itog b,
.bg-white .procent b {
  color: #484848
}

.small_link {
  display: block;
  text-decoration-line: none;
  margin-top: 40px;
}

.small_link_item {
  background: #FFFFFF;
  box-shadow: -4px 5px 19px rgba(72, 72, 72, 0.1);
  border-radius: 10px;
  padding: 20px 25px;
  text-decoration: none;
}

.small_link_item b {
  font-weight: 700;
  font-size: 20px;
  line-height: 136.69%;
  color: #484848;
  display: block;
  margin-bottom: 10px;
}

.small_link_item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #484848;
}

.sbet_link {
  background-image: url(/wp-content/uploads/2022/10/money.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 80%;
}

.zaim_link {
  background-image: url(/wp-content/uploads/2022/10/hand_money.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.banner_item {
  background: #FFFFFF;
  box-shadow: -4px 5px 19px rgba(72, 72, 72, 0.1);
  border-radius: 10px;
  padding: 20px 25px;
  text-decoration: none;
  color: #484848;
  box-sizing: border-box;
}

.banner_item b {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}

.banner_item p {
  font-size: 15px;
}

.new_banner {
  padding-top: 50px;
  padding-bottom: 100px;
}

.grid-3_column a {
  display: block;
  text-decoration-line: none;
  margin-bottom: 30px;
}

.banner_item_small {
  position: relative;
  height: 125px;
}

.banner_item_small img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  width: auto;
}

.banner_item_small b {
  font-weight: 700;
  font-size: 18px;
  line-height: 136.69%;
  color: #484848;
}

.banner_item_small p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #484848;
}

.grid-3_column a.show_mob {
  display: none;
}

.saving_item_desc .grid-3 {
  margin-top: 30px;
}

.saving_item_desc .grid-3,
.saving_item_desc .grid-2 {
  margin-bottom: 30px;
}

.saving_item_desc {
  background: #F6F7F9;
  box-shadow: -4px 5px 19px rgb(72 72 72 / 10%);
  border-radius: 10px;
  padding: 15px 20px;
  color: #484848;
}

.saving_item_desc .saving_item {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.saving_item_desc-content__img {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 30px;
  align-items: center;
}

.about-stavka {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 60px;
}

.about-stavka-desc {
  padding: 15px 60px;
  font-weight: 700;
}

.about-stavka-desc-small {
  padding: 15px 60px;
}

.saving_item_desc-content {
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}

.active .saving_item_desc-content {
  max-height: 1000px;
}

.gray_btn {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #484848;
  background: #EFEFEF;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 10px;
}

.saving_item.faq-item {
  display: flex;
  justify-content: space-between;
}

.form-pereplata {
  padding: 40px 30px;
  background: #FFFFFF;
  box-shadow: -4px 5px 19px rgba(72, 72, 72, 0.1);
  border-radius: 10px;
  color: #484848;
}

.form-pereplata b {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 17px;
  line-height: 136.69%;
}

.form-pereplata .range-input {
  background: #F6F7F9;
  border-radius: 10px;
  padding: 10px 20px;
}

.form-pereplata .range-input p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.form-pereplata .range-input input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  height: 3px;
}

.form-pereplata .range-value {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 13px;

}

.form-pereplata .range-input input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1FC28D;
  cursor: pointer;
}

.form-pereplata .range-input input::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1FC28D;
  cursor: pointer;
}

.itogo-pereplata {
  margin-top: 35px;
  font-weight: 700;
  font-size: 20px;
  line-height: 136.69%;
}

.itogo-pereplata span {
  color: #1FC28D;
}


.contacts_tab .tabs {
  display: flex;
  justify-content: space-between;
}

.contacts_tab .tabs .tab {
  background: #EFEFEF;
  /* тень кнопочки */
  padding: 10px 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #484848;
  text-transform: none;
  opacity: 1;
}

.contacts_tab .tabs .tab.active {
  background: linear-gradient(91.97deg, #1FC28C 0.93%, #209E9D 99.16%);
  /* тень кнопочки */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.contacts_tab .tabs .tab.active:after {
  display: none;
}

.contact_item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 35px;
  margin-top: 30px;
}

.contact-section.contacts_tab iframe {
  height: 330px;
}

p.address:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2023/04/map.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

p.phones:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2023/04/phone.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

div.data_work:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2023/04/date.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

p.address,
p.phones,
div.data_work {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 20px;
}



#rewiews hr {
  display: block;
  height: 1px;
  border: none;
  background: rgba(31, 194, 141, 0.3);
  margin-bottom: 40px;
}

#rewiews .grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
}

#rewiews h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 15px;
  text-align: center;
  color: #484848;
}

.reviews_info {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-top: 20px;
  text-align: center;
  color: #484848;
}

#rewiews input[type=text] {
  background: #F6F7F9;
  border-radius: 10px;
  height: 52px;
  border: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px;
  color: #484848;
}

#rewiews input[type=submit] {
  text-align: center;
  border: none;
  height: 52px;
  outline: none;
  margin-top: 0;
}

.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  margin: auto;
}

.stars input {
  display: none;
}

.stars label span {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(/wp-content/uploads/2023/04/star_cheked.png);
  background-repeat: no-repeat;
  background-position: center;
}

.stars:not(:hover) input:indeterminate+label span,
.stars:not(:hover) input:checked~input+label span,
.stars input:hover~input+label span {
  background-image: url(/wp-content/uploads/2023/04/star.png);
}

.stars:not(:hover) input:focus-visible+label span {
  background-image: url(/wp-content/uploads/2023/04/star.png);
}

#rewiews .comment,
#rewiews .thank_you {
  background: #FFFFFF;
  padding: 30px;
  box-shadow: -4px 5px 19px rgba(72, 72, 72, 0.1);
  border-radius: 10px;
  max-width: 820px;
  width: 100%;
  margin: 30px auto;
  display: none;
}

#rewiews .comment p {
  margin-bottom: 25px;
}

#rewiews .thank_you {
  text-align: center;
}

.footer-bottom__razvitie-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-top: 30px;
}

.footer-bottom__razvitie-logo {
  background: #209E9D;
  padding: 0px;
  width: 35px;
  border-radius: 50%;
  height: 35px;
  line-height: 50px;
  text-align: center;
}

.footer-bottom__razvitie-text {
  font-size: 14px;
  font-weight: 400;
  width: 100px;
  margin-left: 10px;
  line-height: 16px;
}

#menu-item-114:hover .sub-menu .sub-menu {
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 20px;
}

#menu-item-114:hover .sub-menu .sub-menu a {
  color: #000 !important;
}

.why-us_item .h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #4d4d4d;
  margin-bottom: 15px;
}

.how_item .h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #20A899;
  margin-bottom: 15px;
}

.mt-50 {
  margin-top: 50px;
}

#popup-city {
  max-width: 400px;
  margin: auto;
  position: relative;
}

#popup-city ul {}

#popup-city ul li {
  margin: 5px 0;
  list-style-type: none;
}

#popup-city ul li a {
  font-size: 18px;
  text-decoration: none;
}

.select-city.init-popup {
  text-transform: none;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.select-city.init-popup svg {
  width: 15px;
  display: inline-block;
  margin-right: 10px;
}

.top-menu ul.header-mob-phone {
  margin: 0;
}

#popup_contact {
  max-width: 500px;
  position: relative;
  margin: auto;
}

#popup_contact .big-form_item label {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

#popup_contact .big-form_item p {
  margin-bottom: 15px;
}

#popup_contact .big-form_item input[type="text"],
#popup_contact .big-form_item input[type="tel"],
#popup_contact .big-form_item select,
#popup_contact .big-form_item input[type="number"] {
  height: 40px;
  background: transparent;
  padding: 10px;
}

#popup_contact .contact-footer_form input[type="submit"] {
  padding: 20px;
}

#popup_contact h2 {
  font-size: 22px;
  line-height: 26px;
}