#site {
  overflow: hidden;
}

.indiv-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indiv-page .ip-first-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1148px;
  margin: 0 auto 50px;
}
.indiv-page .ifb-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: url(/img/layer.png), lightgray 50%/cover no-repeat;
}
.indiv-page .ifb-1 .ifb-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 39px 0 50px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.indiv-page .ifb-1 .ifb-item:nth-child(2) {
  padding: 20px 0 0 0;
}
.indiv-page .ifb-1 .ifb-item:nth-child(2) img {
  width: 100%;
  max-width: 272px;
  height: auto;
  max-height: 400px;
  margin: 0 auto;
}
.indiv-page .ifb-1 .ifb-item .btn-and-soc {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 50px;
}
.indiv-page .ifb-1 .ifb-item .btn-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 283px;
  height: 50px;
  background: #D7B987;
  text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.indiv-page .ifb-1 .ifb-item .btn-block a:hover {
  background: #ccaa7b;
}
.indiv-page .ifb-1 .ifb-item .soc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.indiv-page .ifb-1 .ifb-item .soc-btn a {
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.indiv-page .ifb-1 .ifb-item .soc-btn a:hover img {
  opacity: 0.8;
}
.indiv-page .ifb-1 h1 {
  text-align: left;
  color: #575656;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: none;
  margin: 0 0 31px 0;
}
.indiv-page .ifb-1 .personal-status {
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indiv-page .ifb-2 {
  background: #E8E9EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indiv-page .ifb-2 .ind-exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  gap: 20px 0;
  margin: 0;
  padding: 0;
}
.indiv-page .ifb-2 .ind-exp li {
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
}
.indiv-page .ifb-2 .ind-exp li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 20px 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #575656;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.5;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.indiv-page .ifb-2 .ind-exp li .ie-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indiv-page .tabs-block {
  display: block;
  width: 100%;
  background: #F4F4F5;
  padding: 50px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indiv-page .tabs-ind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1148px;
  margin: 0 auto 50px;
}
.indiv-page .tabs__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 2px;
}
.indiv-page .tabs__nav .tabs__btn {
  border: 0;
  padding: 11px 30px 12px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.69);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #989898;
  cursor: pointer;
}
.indiv-page .tabs__nav .tabs__btn.tabs__btn_active {
  padding: 11px 30px 9px 30px;
  border-bottom: 3px solid #D7B987;
  color: #575656;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.indiv-page .tabs__nav .tabs__btn:hover {
  outline: 0;
}
.indiv-page .tabs__content {
  padding: 39px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indiv-page .tabs__content .h2 {
  color: #575656;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 18px;
}
.indiv-page .tabs__content .education {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #DFE0E1;
  margin: 0 0 10px 0;
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indiv-page .tabs__content .education .ed-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 278px;
  background: #EEEFF0;
  padding: 23px 30px;
}
.indiv-page .tabs__content .education .ed-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 870px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F4F4F5;
  padding: 23px 30px;
}
.indiv-page .tabs__content .education .ed-2 p {
  margin: 0;
  padding: 0;
}
.indiv-page .tabs__content .education.last_education {
  margin: 0 0 89px 0;
}
.indiv-page .tabs__content .slide-video {
  height: 505px;
}
.indiv-page .tabs__content .slide-video .slick-prev {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  left: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indiv-page .tabs__content .slide-video .slick-next {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  right: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
}
.indiv-page .tabs__content .slick-list {
  overflow: visible !important;
}
.indiv-page .tabs__content .item-video {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 30px 0 0;
}
.indiv-page .tabs__content .block-text {
  width: 100%;
  height: 330px;
  overflow: hidden;
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indiv-page .tabs__content .block-text .head-text {
  color: #D7B987;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 25px 0;
}
.indiv-page .tabs__content .block-text.readon {
  overflow: visible;
  height: auto;
}
.indiv-page .tabs__content .readfull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  text-decoration: none;
  cursor: pointer;
}
.indiv-page .tabs__content .readfull .trf span {
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #575656;
}
.indiv-page .tabs__content .readfull .trf span:hover {
  border-bottom: 1px solid transparent;
}
.indiv-page .tabs__content .readfull.readon span:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indiv-page .tabs__content .revobr {
  display: block;
  width: 1002px;
  height: 322px;
}
.indiv-page .tabs__content .rew {
  width: 982px;
  height: 322px;
}
.indiv-page .tabs__content .rew .slick-prev {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  left: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indiv-page .tabs__content .rew .slick-next {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  right: 30px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
}
.indiv-page .tabs__content .rew .rew-item {
  display: block;
  height: 272px;
  background: #fff;
  margin: 0 30px 0 0;
  padding: 30px 30px 30px 30px;
}
.indiv-page .tabs__content .rew .rew-item .ri-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1002px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #E7E3DC;
  margin: 0 0 13px 0;
  padding: 0px 0px 20px 0px;
  gap: 0 60px;
}
.indiv-page .tabs__content .rew .rew-item .ri-top .client, .indiv-page .tabs__content .rew .rew-item .ri-top .date-visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #E7E3DC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 10px;
}
.indiv-page .tabs__content .rew .rew-item .ri-top .client span, .indiv-page .tabs__content .rew .rew-item .ri-top .date-visit span {
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indiv-page .tabs__content .rew .rew-item .ri-top .client span:first-child, .indiv-page .tabs__content .rew .rew-item .ri-top .date-visit span:first-child {
  font-size: 14px;
}
.indiv-page .tabs__content .rew .rew-item .ri-top .grate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  border-left: 0;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indiv-page .tabs__content .rew .rew-item .ri-top .grate .circl-num {
  width: 50px;
  height: 50px;
  background: #D3BC8D;
  color: #fff;
  border-radius: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indiv-page .tabs__content .rew .rew-item .text-rew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1002px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.indiv-page .tabs__content .certifikats-obr {
  display: block;
  width: 100%;
  height: 498px;
  max-width: 618px;
  position: relative;
}
.indiv-page .tabs__content .certifikats-obr .certifikats {
  display: block;
  width: 618px;
  height: 498px;
}
.indiv-page .tabs__content .certifikats-obr .certifikats .item-cert {
  display: block;
  width: 618px;
  height: 448px;
  background: #fff;
  margin: 0 30px 0 0;
  padding: 30px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indiv-page .tabs__content .certifikats-obr .certifikats .item-cert img {
  width: auto;
  height: 100%;
  max-height: 448px;
}
.indiv-page .tabs__content .certifikats-obr .slick-prev {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  left: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indiv-page .tabs__content .certifikats-obr .slick-next {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  right: 30px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
}
.indiv-page .tabs__content .exml-obr {
  display: block;
  width: 100%;
  position: relative;
}
.indiv-page .tabs__content .exml-obr .exml {
  display: block;
  padding: 0 0 80px 0;
}
.indiv-page .tabs__content .exml-obr .exml .slick-list {
  height: auto !important;
}
.indiv-page .tabs__content .exml-obr .exml .item-exml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 618px;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  margin: 0 30px 0 0;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 0 10px;
}
.indiv-page .tabs__content .exml-obr .exml .item-exml img {
  width: 100%;
  height: auto;
}
.indiv-page .tabs__content .exml-obr .slick-prev {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  left: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indiv-page .tabs__content .exml-obr .slick-next {
  display: block;
  position: absolute;
  outline: 0 !important;
  border: 0 !important;
  right: 0px;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 20px;
  background: url(/img/arrow.png) 0 0 no-repeat;
}
.indiv-page .tabs__content .service-overflow {
  width: 100%;
  height: 304px;
  display: block;
  overflow: hidden;
  margin: 0 0 23px 0;
}
.indiv-page .tabs__content .service-overflow.readon {
  overflow: visible;
  height: auto;
}
.indiv-page .tabs__content .service {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.indiv-page .tabs__content .service li {
  border: 1px solid #DFE0E1;
  padding: 22px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 0;
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indiv-page .tabs__content .service li .number {
  color: #91A3B0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indiv-page .tabs__content .show-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  text-decoration: none;
  cursor: pointer;
}
.indiv-page .tabs__content .show-full .trf span {
  color: #575656;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #575656;
}
.indiv-page .tabs__content .show-full .trf span:hover {
  border-bottom: 1px solid transparent;
}
.indiv-page .tabs__content .show-full.readon span:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indiv-page .tabs__pane {
  display: none;
}
.indiv-page .tabs__pane_show {
  display: block;
}

#form_order_spec {
  width: 100%;
  background: #91A3B0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px 94px 50px 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#form_order_spec h3 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  padding: 0;
}
#form_order_spec .name-autor {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 19px 0;
}
#form_order_spec label {
  position: relative;
  width: auto;
  left: 0px;
  top: 0px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 3px 0;
  text-transform: none;
  opacity: 0.5;
}
#form_order_spec .f-rowblock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 30px;
  margin: 0 0 16px 0;
}
#form_order_spec .f-rowblock input[type=text], #form_order_spec .f-rowblock input[type=email] {
  width: 100%;
  height: 50px;
  margin: 0;
}
#form_order_spec .f-rowblock .row-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#form_order_spec .f-rowblock .chebox-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 17px 0;
}
#form_order_spec .f-rowblock .chebox-block .row-chek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#form_order_spec .f-rowblock .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
#form_order_spec .f-rowblock .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
#form_order_spec .f-rowblock .submit .btn.btn-blue {
  background: #D7B987;
  border: 0;
  color: #FFF;
  text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#form_order_spec .f-rowblock .submit .btn.btn-blue:hover {
  background: #ccaa7b;
}
#form_order_spec .f-rowblock.last {
  margin: 0 0 50px 0;
}
#form_order_spec .policy-checkbox3, #form_order_spec .policy-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: left;
}
#form_order_spec .policy-checkbox3 label, #form_order_spec .policy-checkbox label {
  opacity: 1;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#form_order_spec .policy-checkbox3 label span, #form_order_spec .policy-checkbox label span {
  opacity: 0.5;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#form_order_spec .policy-checkbox3 label span a, #form_order_spec .policy-checkbox label span a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding: 0 0 1px 0;
}
#form_order_spec .policy-checkbox3 label span a:hover, #form_order_spec .policy-checkbox label span a:hover {
  border-bottom: 1px solid transparent;
}
#form_order_spec .policy-checkbox3 label:before, #form_order_spec .policy-checkbox label:before {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
}
#form_order_spec .policy-checkbox3 label:after, #form_order_spec .policy-checkbox label:after {
  width: 20px;
  height: 20px;
  background-image: url(/img/check-spec.svg);
}
#form_order_spec .policy-checkbox3 {
  margin: 0 0 20px 0;
}
#form_order_spec .custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#form_order_spec .custom-radio + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 0;
}
#form_order_spec .custom-radio + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #fff;
  cursor: pointer;
}
#form_order_spec .custom-radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: #D7B987;
}
#form_order_spec .custom-radio:not(:disabled):active + label::before {
  border-color: #D7B987;
}
#form_order_spec .custom-radio:focus:not(:checked) + label::before {
  border-color: #D7B987;
}
#form_order_spec .custom-radio:checked + label::before {
  border-width: 2px;
  border-color: #D7B987;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='10' height='10' rx='5' fill='%23D7B987'/%3e%3c/svg%3e ");
}
#form_order_spec .custom-radio:disabled + label::before {
  background-color: #e9ecef;
}

@media (max-width: 1001px) {
  .indiv-page {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .indiv-page .ip-first-b {
    gap: 10px 0;
    margin: 0 auto 40px;
    padding: 0px 20px 0px 20px;
  }
  .indiv-page .ip-first-b .ifb-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: none;
  }
  .indiv-page .ip-first-b .ifb-1 .ifb-item {
    background-color: #91A3B0;
    width: 100%;
  }
  .indiv-page .ip-first-b .ifb-1 .ifb-item h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 10px 0;
  }
  .indiv-page .ip-first-b .ifb-1 .ifb-item .personal-status {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 15px 0;
  }
  .indiv-page .ip-first-b .ifb-1 .ifb-item .btn-and-soc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .indiv-page .ip-first-b .ifb-1 .ifb-item:last-child {
    width: 100%;
    height: 200px;
    background-image: url(/img/mobile-back.png);
    background-position: center center;
    background-size: cover;
  }
  .indiv-page .ip-first-b .ifb-1 .ifb-item:last-child img {
    width: auto;
    height: 180px;
  }
  .indiv-page .ifb-2 {
    padding: 20px;
  }
  .indiv-page .ifb-2 .ind-exp {
    gap: 25px 0;
  }
  .indiv-page .ifb-2 .ind-exp li {
    gap: 0 14px;
  }
  .indiv-page .ifb-2 .ind-exp li .number {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 6px 14px 6px 0;
  }
  .indiv-page .ifb-2 .ind-exp li .ie-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .indiv-page .tabs-block {
    padding: 40px 0 0 0;
  }
  .indiv-page .tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    padding: 0px 20px 0px 20px;
  }
  .indiv-page .tabs__nav .tabs__btn {
    height: 35px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    font-size: 15px !important;

  }
  .indiv-page .tabs__nav .tabs__btn.tabs__btn_active {
    border-bottom: 2px solid #D7B987;
  }
  .indiv-page .tabs__content {
    padding: 13px 20px 0 20px;
  }
  .indiv-page .tabs__content .h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 12px 0;
    font-size: 17px !important;
  }
  .indiv-page .tabs__content .education {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 20px 16px 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 9px 0;
    margin: 0 0 0 0;
    border-bottom: 0px;
  }
  .indiv-page .tabs__content .education .ed-1 {
    max-width: none;
    padding: 0;
    background: none;
  }
  .indiv-page .tabs__content .education .ed-2 {
    max-width: none;
    padding: 0;
  }
  .indiv-page .tabs__content .education.last_education {
    border-bottom: 1px solid #DFE0E1;
    margin: 0 0 32px 0;
  }
  .indiv-page .tabs__content .slide-video {
    height: 179px;
  }
  .indiv-page .tabs__content .slide-video .item-video img {
    display: block;
    width: auto;
    height: 150px;
  }
  .indiv-page .tabs__content .slide-video .slick-next {
    width: 30px;
    height: 12px;
    padding: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .slide-video .slick-prev {
    width: 30px;
    height: 12px;
    padding: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .block-text {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 330px;
    margin: 0 0 10px 0;
  }
  .indiv-page .tabs__content .block-text p {
    margin: 0 0 15px 0;
  }
  .indiv-page .tabs__content .block-text .head-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 10px 0;
  }
  .indiv-page .tabs__content .readfull {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 0 4px;
  }
  .indiv-page .tabs__content .readfull .trf span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .indiv-page .tabs__content .readfull svg {
    width: 12px;
    height: 6px;
  }
  .indiv-page .tabs__content .show-full {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 0 4px;
  }
  .indiv-page .tabs__content .show-full .trf span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .indiv-page .tabs__content .show-full svg {
    width: 12px;
    height: 6px;
  }
  .indiv-page .tabs__content .revobr {
    width: 100%;
    height: auto;
  }
  .indiv-page .tabs__content .revobr .rew {
    width: 100%;
    height: auto;
    padding: 0 0 32px 0;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item {
    max-width: none;
    height: auto;
    padding: 20px;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item .ri-top {
    max-width: none;
    padding: 50px 0 10px 0;
    position: relative;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item .ri-top .grate {
    margin-left: 0;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item .ri-top .grate .circl-num {
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item .ri-top .emoc {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item .ri-top .date-visit span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item .ri-top .client span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .indiv-page .tabs__content .revobr .rew .rew-item .text-rew {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 310px;
  }
  .indiv-page .tabs__content .revobr .rew .slick-next {
    width: 30px;
    height: 12px;
    padding: 0;
    right: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .revobr .rew .slick-prev {
    width: 30px;
    height: 12px;
    padding: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .certifikats-obr {
    max-width: none;
    height: 221px;
  }
  .indiv-page .tabs__content .certifikats-obr .certifikats {
    width: 100%;
    height: 221px;
  }
  .indiv-page .tabs__content .certifikats-obr .certifikats .item-cert {
    width: 310px;
    height: 189px;
    padding: 12px 8px;
    border: 1px solid #E7E3DC;
    margin: 0 10px 0 0;
  }
  .indiv-page .tabs__content .certifikats-obr .certifikats .item-cert img {
    width: auto;
    max-width: none;
    height: 164px;
  }
  .indiv-page .tabs__content .certifikats-obr .certifikats .slick-next {
    width: 30px;
    height: 12px;
    padding: 0;
    right: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .certifikats-obr .certifikats .slick-prev {
    width: 30px;
    height: 12px;
    padding: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .exml-obr {
    width: 100%;
    height: 231px;
  }
  .indiv-page .tabs__content .exml-obr .exml {
    width: 100%;
    height: 231px;
  }
  .indiv-page .tabs__content .exml-obr .exml .item-exml {
    width: 240px;
    height: 178px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    gap: 0 5px;
    margin: 0 9px 0 0;
  }
  .indiv-page .tabs__content .exml-obr .exml .item-exml img {
    width: auto;
    height: 178px;
    max-width: none;
    margin: 0;
  }
  .indiv-page .tabs__content .exml-obr .slick-next {
    width: 30px;
    height: 12px;
    padding: 0;
    right: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .exml-obr .slick-prev {
    width: 30px;
    height: 12px;
    padding: 0;
    background: url(/img/arrow_smart.png) 0 0 no-repeat;
  }
  .indiv-page .tabs__content .service-overflow {
    height: 500px;
  }
  .indiv-page .tabs__content .service-overflow .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .indiv-page .tabs__content .service-overflow .service li {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 15px 20px;
    gap: 0;
  }
  .indiv-page .tabs__content .service-overflow .service li .number {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 4px 0;
  }
  #form_order_spec {
    padding: 15px 20px 17px 20px;
  }
  #form_order_spec h3 {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
  }
  #form_order_spec .name-autor {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .f-rowblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  #form_order_spec .f-rowblock .captcha {
    border-right: 0;
  }
  #form_order_spec .f-rowblock input[type=text]::-webkit-input-placeholder {
    color: #989898;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .f-rowblock input[type=text]::-moz-placeholder {
    color: #989898;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .f-rowblock input[type=text]:-ms-input-placeholder {
    color: #989898;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .f-rowblock input[type=text]::-ms-input-placeholder {
    color: #989898;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .f-rowblock input[type=text]::placeholder {
    color: #989898;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .f-rowblock.last {
    margin: 0 0 16px 0;
  }
  #form_order_spec label {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .custom-radio + label {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  #form_order_spec .submit .btn.btn-blue {
    margin: 0;
    width: 100%;
  }
  #form_order_spec .policy-checkbox3 label::after, #form_order_spec .policy-checkbox label::after {
    top: 50%;
    margin: -10px 0 0 0;
  }
  #form_order_spec .policy-checkbox3 label::before, #form_order_spec .policy-checkbox label::before {
    top: 50%;
    margin: -10px 0 0 0;
  }
  #form_order_spec .policy-checkbox3 label span, #form_order_spec .policy-checkbox label span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}

@media (max-width: 500px) {

.indiv-page .ifb-1 .ifb-item {
    padding:20px;
}
}