.ident_page {
  margin-left: 36px;
}
@media screen and (max-width: 720px) {
  .ident_page {
    margin-left: 0px;
  }
}
.ident_page h2 {
  font-family: 'Mont';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .ident_page h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.ident_page h3 {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 16px;
}
.ident_page ul {
  list-style-type: none;
  margin-bottom: 24px;
}
.ident_page ul li {
  position: relative;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  padding-left: 25px;
}
.ident_page ul li + li {
  margin-top: 8px;
}
.ident_page ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,%3Csvg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M5 10L0 5L5 0L5 10Z" fill="white"/%3E%3Cpath d="M10 5L5 10L5 0L10 5Z" fill="black"/%3E%3Cpath d="M5.00293 2.83015L7.17355 5.00077L5.00293 7.17139V2.83015Z" fill="white"/%3E%3Cpath d="M2.83203 4.99979L5.00265 2.82917V7.17041L2.83203 4.99979Z" fill="black"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 520px) {
  .ident_page .develop_block ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
}
.ident_page .develop_block ul {
  list-style-type: none;
  margin-bottom: 24px;
}
.ident_page .develop_block ul li {
  position: relative;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 0;
  padding-left: 11px;
}
.ident_page .develop_block ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-image: url('data:image/svg+xml,%3Csvg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.00293 0.830145L5.17355 3.00077L3.00293 5.17139L3.00293 0.830145Z" fill="%23979797"/%3E%3Cpath d="M0.832031 2.99991L3.00265 0.829291L3.00265 5.17053L0.832031 2.99991Z" fill="%23979797"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
}
.ident_page .heading {
  font-family: 'Mont';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .ident_page .heading {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .heading {
    font-size: 36px;
    line-height: 42px;
  }
}
.ident_page .main_img {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
@media screen and (max-width: 1690px) {
  .ident_page .main_img {
    padding-top: 69.5%;
  }
}
@media screen and (max-width: 1281px) {
  .ident_page .main_img {
    padding-top: 55%;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .main_img {
    padding-top: 69%;
  }
}
.ident_page .main_img .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ident_page .subject_block {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1441px) {
  .ident_page .subject_block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .ident_page .subject_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .subject_block {
    flex-direction: column;
    padding: 30px 0;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .subject_block {
    padding: 25px 0;
  }
  .ident_page .subject_block h2 {
    margin-bottom: 12px;
  }
}
.ident_page .subject_block .left p {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #979797;
}
.ident_page .subject_block .left p b,
.ident_page .subject_block .left p strong {
  color: #000000;
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
.ident_page .subject_block .right {
  width: auto;
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}
@media screen and (max-width: 991px) {
  .ident_page .subject_block .right {
    padding-top: 60px;
  }
  .ident_page .subject_block .right .main_btn {
    width: 210px;
  }
}
.ident_page .subject_block .right .main_btn + .main_btn {
  margin-top: 24px;
}
.ident_page .subject_block .use_packet {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .ident_page .subject_block .use_packet {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ident_page .subject_block .use_packet span {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #979797;
}
.ident_page .subject_block .use_packet span {
  margin-right: 16px;
}
@media screen and (max-width: 520px) {
  .ident_page .subject_block .use_packet span {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.ident_page .subject_block .use_packet button {
  background: none;
  border: none;
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
}
.ident_page .cost_block {
  padding-bottom: 35px;
}
@media screen and (max-width: 720px) {
  .ident_page .cost_block {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .cost_block {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .ident_page .cost_block h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ident_page .cost_block .field {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: -15px;
  counter-reset: count;
}
.ident_page .cost_block .field .packet {
  border: 2px solid #000000;
  background: #FFFFFF;
  padding: 32px;
  padding-right: 28px;
  padding-top: 80px;
  width: calc(33.333% - 30px);
  margin: 15px;
  min-height: 330px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1441px) {
  .ident_page .cost_block .field .packet {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .ident_page .cost_block .field .packet {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 720px) {
  .ident_page .cost_block .field .packet:hover .help {
    transform: translateY(0);
  }
  .ident_page .cost_block .field .packet:hover::before {
    opacity: 1;
    color: #000000;
  }
}
.ident_page .cost_block .field .packet:active .help {
  transform: translateY(0);
}
.ident_page .cost_block .field .packet:active::before {
  opacity: 1;
  color: #000000;
}
.ident_page .cost_block .field .packet .help {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.ident_page .cost_block .field .packet .help span {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ident_page .cost_block .field .packet::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 32px;
  left: 32px;
  font-family: 'Mont';
  font-size: 48px;
  line-height: 48px;
  opacity: 0.8;
  color: #FFFFFF;
  -webkit-text-stroke: 0.5px #000000;
  z-index: 1;
  transition: opacity 0.3s, color 0.3s;
}
@media screen and (max-width: 720px) {
  .ident_page .cost_block .field .packet::before {
    font-size: 30px;
    line-height: 30px;
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .cost_block .field .packet::before {
    font-size: 48px;
    line-height: 48px;
    left: 32px;
    top: 28px;
  }
}
.ident_page .cost_block .field .packet p {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.ident_page .cost_block .field .packet .term {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #979797;
  z-index: 1;
  transition: color 0.3s;
}
.ident_page .cost_block .field .packet h2 {
  transition: color 0.3s;
  position: relative;
  z-index: 1;
}
.ident_page .cost_block .field .packet .bot {
  margin-top: auto;
  z-index: 1;
}
.ident_page .cost_block .field .packet .bot .cost span:first-child {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-right: 24px;
  transition: color 0.3s;
}
.ident_page .cost_block .field .packet .bot .cost span:last-child {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #979797;
  transition: color 0.3s;
}
@media screen and (max-width: 720px) {
  .ident_page .cost_block .field .packet {
    width: calc(50% - 30px);
    padding: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .cost_block .field .packet {
    width: calc(100% - 30px);
    padding: 32px;
    padding-right: 20px;
    padding-top: 80px;
    margin: 12px 15px;
  }
}
.ident_page .develop_block {
  padding: 50px 0;
}
@media screen and (max-width: 1441px) {
  .ident_page .develop_block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .develop_block {
    padding: 30px 0;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .develop_block h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ident_page .develop_block p,
.ident_page .develop_block strong,
.ident_page .develop_block li,
.ident_page .develop_block b {
  color: #979797;
  position: relative;
}
.ident_page .develop_block p {
  margin-bottom: 0;
}
.ident_page .develop_block strong,
.ident_page .develop_block b {
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 520px) {
  .ident_page .develop_block strong,
  .ident_page .develop_block b {
    margin-bottom: 0;
  }
}
.ident_page .develop_block p + strong {
  margin-top: 16px;
}
.ident_page .develop_block p + b {
  margin-top: 16px;
}
.ident_page .develop_block .graph {
  margin-top: 32px;
}
@media screen and (max-width: 520px) {
  .ident_page .develop_block .graph {
    margin-top: 20px;
  }
}
.ident_page .develop_block .graph p {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.ident_page .develop_block .graph p + p {
  margin-top: 8px;
}
.ident_page .packeage_block {
  position: relative;
  padding: 50px 0;
  counter-reset: countP;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block {
    padding: 30px 0;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block {
    padding-top: 54px;
  }
}
.ident_page .packeage_block .packeage {
  position: relative;
  border-top: 2px solid #979797;
  border-bottom: none;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding-top: 107px;
  padding-bottom: 40px;
  transition: border 0.3s, padding 0.3s;
}
.ident_page .packeage_block .packeage:last-child{
  border-bottom: 2px solid #979797;
}
.ident_page .packeage_block .packeage .comeback {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: calc(100% + -22px);
  max-width: 170px;
  border: none;
  background: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding-right: 50px;
  display: none;
}
.ident_page .packeage_block .packeage .comeback span {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.ident_page .packeage_block .packeage .comeback svg {
  position: absolute;
  transform: rotate(90deg);
  right: 0;
  top: -10px;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .comeback {
    left: calc(100% + -40px);
  }
}
@media screen and (max-width: 1281px) {
  .ident_page .packeage_block .packeage .comeback {
    left: calc(100% + -60px);
  }
}
@media screen and (max-width: 991px) {
  .ident_page .packeage_block .packeage .comeback {
    left: calc(100% + -70px);
  }
}
.ident_page .packeage_block .packeage + .packeage.active {
  border-top: 2px solid #000000;
}
.ident_page .packeage_block .packeage.active + .packeage {
  border-top:none;
}
.ident_page .packeage_block .packeage.active {
  border: 2px solid #000000;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage.active {
    border-left: 2px solid transparent ;
    border-right: 2px solid transparent ;
    padding-left: 0;
    padding-right: 0;
  }
}
.ident_page .packeage_block .packeage.active .comeback {
  display: block;
}
.ident_page .packeage_block .packeage.active::before {
  right: 40px;
  color: #000000;
  opacity: 1;
  -webkit-text-stroke: transparent;
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage.active::before {
    right: 32px;
  }
}
.ident_page .packeage_block .packeage.active .packet {
  left: 40px;
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage.active .packet {
    left: 0px;
  }
}
.ident_page .packeage_block .packeage.active .stiky {
  display: none;
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage.active .name {
    margin-right: 15px;
  }
  .ident_page .packeage_block .packeage.active .stiky {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    padding-top: 96px;
    background: #FFFFFF;
    border-top: 2px solid #000000;
    z-index: 10;
  }
  .ident_page .packeage_block .packeage.active .stiky.end {
    top: auto;
    bottom: 0;
  }
  .ident_page .packeage_block .packeage.active .stiky.fixed {
    position: fixed;
    top: 81px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .ident_page .packeage_block .packeage.active .stiky.fixed .packet {
    left: 22px;
    top: 36px;
  }
  .ident_page .packeage_block .packeage.active .stiky.fixed .count {
    right: 54px;
    top: 22px;
  }
  .ident_page .packeage_block .packeage.active .stiky.fixed .comeback {
    left: calc(100% + -116px);
  }
  .ident_page .packeage_block .packeage.active .stiky .count {
    position: absolute;
    line-height: 52px;
    right: 32px;
    top: 23px;
    font-family: Mont;
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    color: #000000;
  }
  .ident_page .packeage_block .packeage.active .stiky .comeback {
    left: calc(100% + -94px);
    padding-right: 8px;
  }
}

.ident_page .packeage_block .packeage::before {
  counter-increment: countP;
  content: counter(countP, decimal-leading-zero);
  position: absolute;
  top: 32px;
  right: 0;
  font-family: 'Mont';
  font-weight: 800;
  font-size: 72px;
  line-height: 75px;
  opacity: 0.8;
  color: #FFFFFF;
  -webkit-text-stroke: 0.5px #000000;
  transition: right 0.3s, color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage::before {
    top: 25px;
    font-weight: 800;
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage::before {
    top: 10px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage::before {
    font-size: 52px;
    line-height: 52px;
    top: 24px;
  }
}
.ident_page .packeage_block .packeage .packet {
  position: absolute;
  left: 0;
  top: 32px;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  -webkit-text-stroke: 0.75px #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .packet {
    top: 25px;
    font-weight: 800;
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage .packet {
    top: 10px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage .packet {
    font-size: 36px;
    line-height: 36px;
    top: 38px;
  }
}
.ident_page .packeage_block .packeage .name {
  font-weight: 800;
  font-size: 52px;
  line-height: 42px;
  margin-bottom: 32px;
  padding-left: 50px;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .name {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage .name {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage .name {
    font-size: 44px;
    line-height: 42px;
    padding-left: 0;
    margin-bottom: 50px;
    min-height: 80px;
  }
}
@media screen and (max-width: 330px) {
  .ident_page .packeage_block .packeage .name {
    font-size: 40px;
    line-height: 42px;
    padding-left: 0;
    margin-bottom: 50px;
    min-height: 80px;
  }
}
.ident_page .packeage_block .packeage .field {
  display: flex;
  justify-content: space-between;
  min-height: 520px;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .field {
    min-height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .ident_page .packeage_block .packeage .field {
    flex-direction: column;
  }
}
@media screen and (max-width: 721px) {
  .ident_page .packeage_block .packeage .field {
    flex-direction: row;
  }
}
@media screen and (max-width: 521px) {
  .ident_page .packeage_block .packeage .field {
    flex-direction: column;
  }
}
.ident_page .packeage_block .packeage .field .block .name {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  padding-left: 0;
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage .field .block .name {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage .field .block .name {
    font-size: 24px;
    line-height: 32px;
    min-height: auto;
  }
}
@media screen and (max-width: 521px) {
  .ident_page .packeage_block .packeage .field .block + .block {
    margin-top: 20px;
  }
  .ident_page .packeage_block .packeage .field .block + .block.bot {
    margin-top: 20px;
  }
}
.ident_page .packeage_block .packeage .field .left,
.ident_page .packeage_block .packeage .field .right {
  display: flex;
  flex-direction: column;
  min-width: 50%;
}
.ident_page .packeage_block .packeage .field .left .block.bot,
.ident_page .packeage_block .packeage .field .right .block.bot {
  margin-top: auto;
}
@media screen and (max-width: 521px) {
  .ident_page .packeage_block .packeage .field .left .block.bot,
  .ident_page .packeage_block .packeage .field .right .block.bot {
    margin-top: 20px;
  }
}
.ident_page .packeage_block .packeage .field .left ul.figure,
.ident_page .packeage_block .packeage .field .right ul.figure {
  padding-left: 25px;
}
.ident_page .packeage_block .packeage .field .left ul.figure li,
.ident_page .packeage_block .packeage .field .right ul.figure li {
  max-width: 380px;
}
.ident_page .packeage_block .packeage .field .left ul.figure li + li,
.ident_page .packeage_block .packeage .field .right ul.figure li + li {
  margin-top: 4px;
}
.ident_page .packeage_block .packeage .field .right {
  padding-left: 7%;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .field .right {
    padding-left: 3.5%;
  }
}
@media screen and (max-width: 992px) {
  .ident_page .packeage_block .packeage .field .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage .field .right {
    padding-left: 2%;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage .field .right {
    padding-left: 0;
    padding-top: 10px;
  }
}
.ident_page .packeage_block .packeage .price {
  padding-top: 30px;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .price {
    padding-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage .price {
    padding-top: 10px;
  }
}
.ident_page .packeage_block .packeage .price span:first-child {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  margin-right: 24px;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .price span:first-child {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage .price span:first-child {
    font-size: 30px;
    line-height: 40px;
  }
}
.ident_page .packeage_block .packeage .price span:last-child {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #979797;
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage .price span:last-child {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage .price span:last-child {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage .price {
    padding-top: 0;
  }
  .ident_page .packeage_block .packeage .price span:first-child {
    font-size: 36px;
    line-height: 42px;
    display: block;
    margin-bottom: 4px;
  }
  .ident_page .packeage_block .packeage .price span:last-child {
    font-size: 36px;
    line-height: 42px;
    display: block;
  }
}
@media screen and (max-width: 1441px) {
  .ident_page .packeage_block .packeage {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  .ident_page .packeage_block .packeage {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .ident_page .packeage_block .packeage {
    padding-top: 96px;
    padding-bottom: 48px;
  }
}
.pdf_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
  z-index: 99999;
  padding: 108px 0;
}
@media screen and (max-width: 1181px) {
  .pdf_wrapper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 540px) {
  .pdf_wrapper {
    padding: 40px 0;
  }
}
.pdf_wrapper.show {
  opacity: 1;
}
.pdf_wrapper.block {
  display: block;
}
.pdf_wrapper .container {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1181px) {
  .pdf_wrapper .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 540px) {
  .pdf_wrapper .container {
    padding: 0 20px;
  }
}
.pdf_wrapper .closeBtn {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: -55px;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #FFFFFF !important;
}
.pdf_wrapper .closeBtn svg path {
  fill: #000000;
  transition: fill 0.3s;
}
@media screen and (min-width: 710px) {
  .pdf_wrapper .closeBtn:hover svg path {
    fill: #FFFFFF;
  }
}
.pdf_wrapper .closeBtn:active svg path {
  fill: #FFFFFF;
}
@media screen and (max-width: 1580px) {
  .pdf_wrapper .closeBtn {
    right: 20px;
  }
}
@media screen and (max-width: 1181px) {
  .pdf_wrapper .closeBtn {
    right: 10px;
    top: -21px;
  }
}
.pdf_wrapper .field {
  display: flex;
  justify-content: center;
  position: relative;
}
.pdf_wrapper .field #pdf {
  width: 100%;
  height: auto;
}
.pdf_wrapper .decription {
  width: 100%;
  text-align: center;
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding-top: 66px;
}
.pdf_wrapper .slider_container {
  margin: 0 -20px;
  padding: 0 20px;
  overflow: hidden;
}
.pdf_wrapper .swiper_pdf {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.pdf_wrapper .swiper_pdf .swiper-slide {
  position: relative;
  cursor: pointer;
  padding-top: 23%;
  width: auto;
}
@media screen and (max-width: 1181px) {
  .pdf_wrapper .swiper_pdf .swiper-slide {
    padding-top: 30%;
  }
}
@media screen and (max-width: 761px) {
  .pdf_wrapper .swiper_pdf .swiper-slide {
    padding-top: 80%;
  }
}
.pdf_wrapper .swiper_pdf .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
.pdf_wrapper .swiper_pdf .swiper-button-next,
.pdf_wrapper .swiper_pdf .swiper-button-prev {
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  margin-top: -11px;
  cursor: pointer;
  overflow: hidden;
}
.pdf_wrapper .swiper_pdf .swiper-button-next svg,
.pdf_wrapper .swiper_pdf .swiper-button-prev svg {
  z-index: 1;
}
.pdf_wrapper .swiper_pdf .swiper-button-next svg path,
.pdf_wrapper .swiper_pdf .swiper-button-prev svg path {
  transition: fill 0.3s;
}
.pdf_wrapper .swiper_pdf .swiper-button-next::before,
.pdf_wrapper .swiper_pdf .swiper-button-prev::before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  background: #000000;
  transform: translateX(-100%);
  transition: transform 0.3s;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.pdf_wrapper .swiper_pdf .swiper-button-next::after,
.pdf_wrapper .swiper_pdf .swiper-button-prev::after {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  background: #000000;
  transform: translateX(100%);
  transition: transform 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 760px) {
  .pdf_wrapper .swiper_pdf .swiper-button-next:hover svg path,
  .pdf_wrapper .swiper_pdf .swiper-button-prev:hover svg path {
    fill: #FFFFFF;
  }
  .pdf_wrapper .swiper_pdf .swiper-button-next:hover::before,
  .pdf_wrapper .swiper_pdf .swiper-button-prev:hover::before {
    transform: translateX(0%);
  }
  .pdf_wrapper .swiper_pdf .swiper-button-next:hover::after,
  .pdf_wrapper .swiper_pdf .swiper-button-prev:hover::after {
    transform: translateX(0%);
  }
}
.pdf_wrapper .swiper_pdf .swiper-button-next:active svg path,
.pdf_wrapper .swiper_pdf .swiper-button-prev:active svg path {
  fill: #FFFFFF;
}
.pdf_wrapper .swiper_pdf .swiper-button-next:active::before,
.pdf_wrapper .swiper_pdf .swiper-button-prev:active::before {
  transform: translateX(0%);
}
.pdf_wrapper .swiper_pdf .swiper-button-next:active::after,
.pdf_wrapper .swiper_pdf .swiper-button-prev:active::after {
  transform: translateX(0%);
}
.pdf_wrapper .swiper_pdf .swiper-button-next {
  right: -20px;
}
.pdf_wrapper .swiper_pdf .swiper-button-prev {
  left: -20px;
}
.pdf_wrapper #pdf_loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 100px;
}
.pdf_wrapper #pdf_loading.hide {
  display: none;
}
.pdf_wrapper .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.pdf_wrapper .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.pdf_wrapper .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.pdf_wrapper .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.pdf_wrapper .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.uncelectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.popup_block.consultationPopup {
  width: 77.5%;
  background: #F9F9F9;
}
.popup_block.consultationPopup[data-pos="right"] {
  background: #F9F9F9;
}
.popup_block.consultationPopup[data-pos="bottom"] {
  background: #F9F9F9;
}
@media screen and (max-width: 991px) {
  .popup_block.consultationPopup {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .popup_block.consultationPopup.right .popupWrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup.right .popupWrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .popup_block.consultationPopup.right .popupWrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .popup_block.consultationPopup .popupWrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup .popupWrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .popup_block.consultationPopup .popupWrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .popup_block.consultationPopup .close {
    right: 20px;
    top: 10px;
  }
}
.popup_block.consultationPopup .cosultation {
  z-index: 1;
}
.popup_block.consultationPopup .cosultation .h2.middle {
  position: relative;
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup .cosultation .h2.middle {
    padding-right: 45px;
  }
}
@media screen and (max-width: 540px) {
  .popup_block.consultationPopup .cosultation .h2.middle {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.popup_block.consultationPopup .logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  padding-top: 32%;
}
.popup_block.consultationPopup .logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popup_block.consultationPopup #consultationForm {
  padding-top: 4.5%;
}
@media screen and (max-width: 1441px) {
  .popup_block.consultationPopup #consultationForm {
    padding-top: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .popup_block.consultationPopup #consultationForm {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .popup_block.consultationPopup #consultationForm {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.popup_block.consultationPopup #consultationForm .orderFormContent {
  margin-bottom: 0;
}
.popup_block.consultationPopup #consultationForm .flexable {
  display: flex;
}
.popup_block.consultationPopup #consultationForm .customPadd {
  padding-top: 54px;
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup #consultationForm .customPadd {
    padding-top: 0;
  }
}
.popup_block.consultationPopup #consultationForm .bot {
  display: flex;
  align-items: flex-end;
}
.popup_block.consultationPopup #consultationForm .formControll {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
}
.popup_block.consultationPopup #consultationForm .formControll.loading {
  pointer-events: auto!important;
}
.popup_block.consultationPopup #consultationForm .formControll.loading .main_btn.no_bg.with_hover.submit.black {
  opacity: 1!important;
}
.popup_block.consultationPopup #consultationForm .formControll .graphic {
  position: absolute;
  margin-left: calc(41% + 78px);
  padding: 16px 32px;
  background: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .popup_block.consultationPopup #consultationForm .formControll .graphic {
    margin-left: calc(20% + 185px);
  }
}
@media screen and (max-width: 860px) {
  .popup_block.consultationPopup #consultationForm .formControll .graphic {
    margin-left: calc(2% + 185px);
  }
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup #consultationForm .formControll .graphic {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 540px) {
  .popup_block.consultationPopup #consultationForm .formControll .graphic {
    display: none;
  }
}
.popup_block.consultationPopup #consultationForm .formControll .graphic h6 {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #000000;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup #consultationForm .formControll .graphic h6 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }
}
.popup_block.consultationPopup #consultationForm .formControll .graphic p {
  margin-bottom: 0;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup #consultationForm .formControll .graphic p {
    font-size: 11px;
    line-height: 11px;
  }
}
.popup_block.consultationPopup #consultationForm .formControll .graphic p + p {
  margin-top: 8px;
}
@media screen and (max-width: 760px) {
  .popup_block.consultationPopup #consultationForm .formControll .graphic p + p {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .popup_block.consultationPopup #consultationForm .formControll {
    justify-content: space-between;
    height: auto;
  }
  .popup_block.consultationPopup #consultationForm .formControll:not(.clone) {
    display: flex!important;
  }
  .popup_block.consultationPopup #consultationForm .formControll::after {
    background: none;
    top: auto;
  }
}
@media screen and (max-width: 440px) {
  .popup_block.consultationPopup #consultationForm .formControll::after {
    height: 93px !important;
  }
}
.popup_block.consultationPopup #consultationForm .lastBlock {
  margin-bottom: 0;
  padding-top: 4.5%;
}
@media screen and (max-width: 1441px) {
  .popup_block.consultationPopup #consultationForm .lastBlock {
    padding-top: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .popup_block.consultationPopup #consultationForm .lastBlock {
    padding-bottom: 102px;
  }
}
.popup_block.thanksPopup {
  width: 77.5%;
  background: #F9F9F9;
}
@media screen and (max-width: 991px) {
  .popup_block.thanksPopup {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .popup_block.thanksPopup .close {
    right: 20px;
    top: 10px;
  }
}
.popup_block.thanksPopup .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33%;
  padding-top: 37%;
}
.popup_block.thanksPopup .logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popup_block.thanksPopup .popupWrap {
  display: flex;
  align-items: center;
}
.popup_block.thanksPopup .popupWrap .cosultation .h2.middle {
  max-width: 518px;
  font-weight: 800;
  font-size: 54px;
  line-height: 64px;
}
@media screen and (max-width: 540px) {
  .popup_block.thanksPopup .popupWrap .cosultation .h2.middle {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.popup_block.thanksPopup .popupWrap .cosultation .op {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 24px;
}
.popup_block.thanksPopup .popupWrap .cosultation .hraph {
  margin-bottom: 50px;
}
.popup_block.thanksPopup .popupWrap .cosultation .hraph h5 {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
.popup_block.thanksPopup .popupWrap .cosultation .hraph p {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.popup_block.thanksPopup .popupWrap .cosultation .hraph p + p {
  margin-top: 8px;
}
.pagination {
  margin-top: -28px;
}
.portfolio_detail {
  margin-left: 36px;
}
@media screen and (max-width: 720px) {
  .portfolio_detail {
    margin-left: 0;
  }
}
.portfolio_detail h1 {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1441px) {
  .portfolio_detail h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.portfolio_detail h2 {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 15px;
}
@media screen and (max-width: 540px) {
  .portfolio_detail h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.portfolio_detail h3 {
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 540px) {
  .portfolio_detail h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.portfolio_detail .main_img {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
@media screen and (max-width: 1690px) {
  .portfolio_detail .main_img {
    padding-top: 69.5%;
  }
}
.portfolio_detail .main_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.portfolio_detail .subject_block {
  padding-top: 50px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1441px) {
  .portfolio_detail .subject_block {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .portfolio_detail .subject_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .subject_block {
    padding-top: 26px;
  }
}
.portfolio_detail .subject_block .left {
  width: 66%;
  min-width: 300px;
  max-width: 688px;
}
@media screen and (max-width: 991px) {
  .portfolio_detail .subject_block .left {
    width: 100%;
  }
}
.portfolio_detail .subject_block .left .table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1441px) {
  .portfolio_detail .subject_block .left .table {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .subject_block .left .table {
    margin-bottom: 30px;
  }
}
.portfolio_detail .subject_block .left .table div {
  height: 48px;
  display: flex;
  align-items: center;
  border: 0.5px solid #979797;
  margin: -0.5px;
}
.portfolio_detail .subject_block .left .table div:nth-child(odd) {
  width: 70%;
  justify-content: flex-start;
  padding-left: 31px;
  padding-right: 31px;
}
@media screen and (max-width: 1441px) {
  .portfolio_detail .subject_block .left .table div:nth-child(odd) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .subject_block .left .table div:nth-child(odd) {
    min-width: 50%;
    width: auto;
    border-right: none;
    padding-right: 5px;
  }
}
.portfolio_detail .subject_block .left table {
  /*width: 30%;
  justify-content: flex-end;
  padding-right: 31px;
  padding-left: 31px;*/
  border-collapse: collapse;
  border: 1px solid #979797;

  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
}

.portfolio_detail .subject_block .left table {
  width: 100%!important;
}

.portfolio_detail .subject_block .left table td {
  height: 48px;
  align-items: center;
}

.portfolio_detail .subject_block .left table td:first-child {
  padding-left: 31px;
  padding-right: 31px;
  width: 70%;
}

.portfolio_detail .subject_block .left table td:last-child {
  padding-left: 31px;
  padding-right: 31px;
  text-align: end;
}



@media screen and (max-width: 1441px) {
  .portfolio_detail .subject_block .left .table div:nth-child(even) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .subject_block .left .table div:nth-child(even) {
    min-width: 50%;
    width: auto;
    border-left: none;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.portfolio_detail .subject_block .left div span {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
}
.portfolio_detail .subject_block .left p {
  margin-bottom: 0;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #979797;
}
.portfolio_detail .subject_block .left  p + p {
  margin-top: 8px;
}
.portfolio_detail .subject_block .right {
  margin-left: 20px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .portfolio_detail .subject_block .right {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .subject_block .right {
    padding-top: 62px;
  }
}
.portfolio_detail .images_content {
  padding-top: 50px;
  padding-bottom: 26px;
}
@media screen and (max-width: 1441px) {
  .portfolio_detail .images_content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .portfolio_detail .images_content {
    padding-bottom: 0;
  }
  .portfolio_detail .images_content + .images_content {
    padding-top: 0;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .images_content {
    padding-top: 21px;
  }
}
.portfolio_detail .images_content .field {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.portfolio_detail .images_content .field.reverse {
  flex-direction: row-reverse;
}
.portfolio_detail .images_content .field .big {
  width: calc(67% - 34px);
  margin: 0 17px;
}
@media screen and (max-width: 991px) {
  .portfolio_detail .images_content .field .big {
    width: calc(100% - 34px);
    margin: 10px 17px;
  }
}
.portfolio_detail .images_content .field .big .wrap {
  position: relative;
  width: 100%;
  padding-top: 68.5%;
}
@media screen and (max-width: 991px) {
  .portfolio_detail .images_content .field .big .wrap {
    padding-top: 65.5%;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .images_content .field .big .wrap {
    padding-top: 69.7%;
  }
}
.portfolio_detail .images_content .field .big .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.portfolio_detail .images_content .field .small {
  width: calc(33% - 34px);
  margin: 0 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .portfolio_detail .images_content .field .small {
    width: calc(100% - 34px);
  }
}
.portfolio_detail .images_content .field .small .wrap {
  position: relative;
  width: 100%;
  padding-top: 70.5%;
}
@media screen and (max-width: 991px) {
  .portfolio_detail .images_content .field .small .wrap {
    padding-top: 65.5%;
    margin: 10px 0px;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .images_content .field .small .wrap {
    padding-top: 69.7%;
  }
}
.portfolio_detail .images_content .field .small .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.portfolio_detail .pagination {
  margin-top: 80px;
}
@media screen and (max-width: 1441px) {
  .portfolio_detail .pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .pagination {
    margin-top: 65px;
  }
}
.portfolio_detail .text_field {
  padding-top: 90px;
}
@media screen and (max-width: 1441px) {
  .portfolio_detail .text_field {
    padding-top: 60px;
  }
}
@media screen and (max-width: 540px) {
  .portfolio_detail .text_field {
    padding-top: 75px;
  }
}
.portfolio_detail .text_field .field {
  margin-bottom: 10px;
  max-height: 130px;
  transition: max-height 1s;
  -webkit-line-clamp: 4;
  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .portfolio_detail .text_field .field {
    max-height: 235px;
  }
}
.portfolio_detail .text_field .field h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 540px) {
  .portfolio_detail .text_field .field h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.portfolio_detail .text_field .field p {
  font-family: 'Mont';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 25px;
}
.portfolio_detail .text_field .field ul {
  list-style-type: none;
}
.portfolio_detail .text_field .field ul li {
  position: relative;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 0;
  padding-left: 11px;
}
.portfolio_detail .text_field .field ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-image: url('data:image/svg+xml,%3Csvg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.00293 0.830145L5.17355 3.00077L3.00293 5.17139L3.00293 0.830145Z" fill="%23979797"/%3E%3Cpath d="M0.832031 2.99991L3.00265 0.829291L3.00265 5.17053L0.832031 2.99991Z" fill="%23979797"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
}
.portfolio_detail .text_field .field ul li + li {
  margin-top: 20px;
}
.portfolio_detail .text_field .toggle_text {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
.portfolio_detail .text_field .toggle_text svg {
  margin-left: 4px;
  transition: transform 0.3s;
}
.portfolio_detail .text_field .toggle_text .less {
  display: none;
}
.portfolio_detail .text_field .toggle_text .more {
  display: block;
}
.portfolio_detail .text_field .toggle_text.show svg {
  transform: rotate(180deg);
}
.portfolio_detail .text_field .toggle_text.show .less {
  display: block;
}
.portfolio_detail .text_field .toggle_text.show .more {
  display: none;
}
.portfolio_detail .text_field .toggle_text span {
  font-family: 'Mont';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
}
.navigation .accordionsWrap{
  overflow-y: auto;
}


h2.u4{
  font-size: 26px;
  margin-bottom: 18px;
}
h2.middle.u4{
  font-size: 24px;
  line-height: 34px;
}
h3.u5{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px
}
.order_block .done h3.u5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 11px
}
.newsBlock .mainNews h3.u5 {
  text-decoration: none !important
}
.newsBlock .mainNews .newsItem .content h3.u5 {
  font-size: 48px;
  line-height: 58px;
  max-height: 174px;
  max-width: 625px
}
.newsItem h3.u5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  margin-bottom: 20px;
  max-height: 66px;
  overflow: hidden
}
.newsItem:hover h3.u5 {
  text-decoration: underline
}
.serviceItem h3.u5 {
  line-height: 28px;
  margin-bottom: 20px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1px
}
.listsDataItem h3.u5 {
  font-family: Mont;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 23px;
  letter-spacing: 1.2px;
  text-transform: uppercase
}
.newsBlock.v2 .mainNews .newsItem .content h3.u5 {
  font-size: 34px;
  line-height: 42px;
  max-width: 400px;
  margin-bottom: 11px
}
.newsBlock.v2 .dopNews .newsItem h3.u5 {
  color: #000;
  padding-right: 5%;
  line-height: 32px;
  margin-bottom: 15px
}
.newsBlock.v2 .dopNews.double .newsItem h3.u5 {
  font-size: 18px;
  line-height: 28px;
  min-height: 56px;
  height: auto;
  max-height: 140px;
  margin-bottom: 11px
}
.article h3.u5 {
  font-size: 14px
}
.newsItem.v2 h3.u5 {
  font-size: 18px;
  line-height: 28px;
  min-height: 56px;
  height: auto;
  max-height: 140px;
  margin-bottom: 11px;
  color: #000
}
.contactsPopup h3.u5 {
  font-size: 48px;
  line-height: 61px;
  margin-bottom: 1px
}
.contactsPopup h3.u5 {
  color: #000
}
.newsBlock .mainNews .newsItem .content h3.u5 {
  height: auto
}
.mainPage .newsItem h3.u5 {
  font-size: 24px;
  line-height: 34px;
  max-height: 102px
}
.sOptItem h3.u5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 9px;
  max-width: 240px
}
.newsWrap.cssGrid .newsItem h3.u5 {
  color: #000;
  padding-right: 5%;
  line-height: 32px;
  margin-bottom: 11px
}
.newsWrap.cssGrid .newsItem:nth-child(5n+2) h3.u5,
.newsWrap.cssGrid .newsItem:nth-child(5n+3) h3.u5 {
  font-size: 34px;
  line-height: 42px;
  max-width: 400px;
  margin-bottom: 11px;
  height: auto;
  max-height: 174px
}
.newsWrap.cssGrid .newsItem:nth-child(5n+4) h3.u5,
.newsWrap.cssGrid .newsItem:nth-child(5n+5) h3.u5 {
  font-size: 18px;
  line-height: 28px;
  min-height: 56px;
  height: auto;
  max-height: 140px;
  margin-bottom: 11px
}
.modal_register_text h3.u5 {
  font-family: Mont;
  font-size: 12px;
  color: #000;
  text-transform: none;
  line-height: 1;
  margin: 0
}
.serviceItem .text h3.u5 {
  line-height: initial
}
.serviceItem h3.u5 {
  line-height: initial;
  padding-bottom: 3px
}
.quickResultsItem h3.u5 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
  max-height: 36px;
  overflow: hidden;
  color: #000
}
@media screen and (max-width:1440px) {
  .newsItem h3.u5,
  .newsWrap.cssGrid .newsItem h3.u5 {
    font-size: 21px;
    line-height: 27px;
    height: 54px
  }
  .newsBlock.v2 .dopNews.double .newsItem h3.u5 {
    font-size: 16px;
    line-height: 24px;
    max-height: 84px
  }
  .newsWrap.cssGrid .newsItem:nth-child(5n+4) h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+5) h3.u5 {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px
  }
  .serviceItem h3.u5 {
    font-size: 16px;
    height: 46px
  }
  .newsBlock.v2 .newsItem h3.u5 {
    height: auto;
    max-height: 126px
  }
  .mainPage .newsItem h3.u5 {
    font-size: 21px;
    max-height: 83px;
    height: auto;
    line-height: initial
  }
}
@media screen and (max-width:1280px) {
  .newsItem h3.u5 {
    font-size: 18px;
    line-height: 27px;
    height: auto;
    max-height: 64px
  }
  .newsBlock.v2 .mainNews .newsItem .content h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+2) h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+3) h3.u5 {
    font-size: 30px;
    line-height: 34px
  }
  .newsBlock .mainNews .newsItem .content h3.u5 {
    font-size: 34px;
    line-height: 36px
  }
  .newsItem h3.u5,
  .newsWrap.cssGrid .newsItem h3.u5 {
    font-size: 18px;
    max-height: 81px
  }
}
@media screen and (max-width:1180px) {
  .mainPage .newsItem h3.u5 {
    max-height: 57px
  }
}
@media screen and (max-width:991px) {
  .newsItem h3.u5 {
    font-size: 14px;
    line-height: 22px
  }
  .newsBlock.v2 .dopNews .newsItem h3.u5,
  .newsItem h3.u5,
  .newsWrap.cssGrid .newsItem h3.u5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px
  }
  .newsBlock.v2 .mainNews .newsItem .content h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+2) h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+3) h3.u5 {
    font-size: 24px;
    line-height: 28px
  }
  .newsBlock.v2 .dopNews .newsItem h3.u5,
  .newsItem h3.u5,
  .newsWrap.cssGrid .newsItem h3.u5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px
  }
  .moreArticlesSlider .newsItem.v2 h3.u5 {
    font-size: 16px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 6px
  }
  .contactsPopup h3.u5 {
    font-size: 38px;
    line-height: 49px;
    margin-bottom: 5px
  }
  .listsDataItem h3.u5 {
    margin-bottom: 18px
  }
}
@media screen and (max-width:640px) {
  .newsBlock.v2 .mainNews .newsItem .content h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+2) h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+3) h3.u5 {
    font-size: 32px;
    line-height: 36px
  }
  .newsBlock.v2 .dopNews .newsItem h3.u5 {
    font-size: 22px;
    line-height: 28px
  }
  .newsBlock.v2 .dopNews .newsItem h3.u5 {
    padding: 0
  }
  .newsBlock.v2 .dopNews .newsItem h3.u5,
  .newsItem h3.u5 {
    max-height: 84px;
    display: block;
    height: auto;
    margin-bottom: 13px
  }
  .newsBlock.v2 .dopNews.double .newsItem h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(4) h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5) h3.u5 {
    font-size: 18px;
    line-height: 26px;
    min-height: initial;
    height: auto;
    max-height: 78px;
    margin-bottom: 15px
  }
  .serviceItem h3.u5 {
    min-height: 34px;
    font-size: 18px;
    line-height: 28px;
    height: auto;
    margin-bottom: 12px
  }
  .newsBlock.v2 .dopNews .newsItem h3.u5,
  .newsItem h3.u5,
  .newsWrap.cssGrid .newsItem h3.u5 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0;
    margin-bottom: 15px
  }
  .newsWrap.cssGrid .newsItem:nth-child(5n+3) .content h3.u5 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0;
    margin-bottom: 15px;
    max-width: initial
  }

}
@media screen and (max-width:480px) {
  .newsBlock.v2 .mainNews .newsItem .content h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+2) h3.u5,
  .newsWrap.cssGrid .newsItem:nth-child(5n+3) h3.u5 {
    font-size: 25px;
    line-height: 29px
  }
}
@media screen and (max-width:768px) {
  .sOptItem h3.u5 br {
    display: none
  }

  .sOptItem h3.u5 {
    max-width: initial
  }
}
.newsWrap.cssGrid .newsItem:nth-child(5n+2) h3.u5, .newsWrap.cssGrid .newsItem:nth-child(5n+3) h3.u5 {
  color: #fff;
}
.h2.u4,
h2.u4 {
  font-size: 26px;
  margin-bottom: 18px
}

.h2.u4.middle,
h2.u4.middle {
  font-size: 24px;
  line-height: 34px
}
.writeSupervisor h2.u4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 7px
}
.pageTitle h2.u4 {
  margin-bottom: 3px
}
.article h2.u4 {
  font-size: 16px
}
.moreArticles .pageTitle h2.u4 {
  font-size: 34px;
  line-height: 42px
}
.order_status_title h2.u4 {
  margin: 0;
  font-family: Mont;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: left
}
@media screen and (max-width:1440px) {
  .writeSupervisor h2.u4 {
    font-size: 20px;
    line-height: 24px
  }
}
@media screen and (max-width:991px) {
  .moreArticles .pageTitle h2.u4 {
    font-size: 30px;
    line-height: 34px
  }
  .writeSupervisor h2.u4 {
    margin-bottom: 10px
  }
}

.serviceItem .text{
  max-height: 100%!important;
  overflow: visible!important;
}
@media screen and (max-width: 991px){
  .serviceItem .text{
    max-height: 100%;
    overflow: visible;
  }
}
@media screen and (max-width: 640px){
  .serviceItem .text{
    max-height: 100%;
    overflow: visible;
  }
}

.text p {
  color: #9d9d9d;
  font-family: Mont;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400
}
.about .text p {
  font-size: 16px;
  line-height: 24px
}
.order_block .done .text p {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.servicesSlide .text p {
  opacity: .7;
  color: #fff;
  font-size: 16px;
  line-height: 24px
}
.newsBlock .mainNews .newsItem .content .text p {
  font-size: 14px;
  line-height: 21px;
  max-height: 63px;
  max-width: 450px
}
.newsItem .text p {
  color: #fff;
  opacity: .5;
  font-family: Mont;
  font-size: 14px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden
}
.writeSupervisor .text p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 24px;
  min-height: 54px
}
.serviceItem .text p {
  color: #000;
  opacity: .5;
  font-size: 14px;
  line-height: 26px;
  max-height: 78px;
  overflow: hidden
}
.serviceContent .text p {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .7)
}
.newsBlock.v2 .mainNews .newsItem .content .text p {
  max-width: 383px
}
.newsBlock.v2 .dopNews .newsItem .text p {
  font-size: 14px;
  line-height: 22px;
  padding-right: 10%;
  max-height: 88px
}
.newsBlock.v2 .dopNews.double .newsItem:first-child .text p {
  margin-bottom: 21px
}
.articleTitle .text p {
  font-size: 24px;
  line-height: 32px
}
.moreArticles .newsItem.v2 .text p {
  line-height: 26px
}
.newsItem.v2 .text p {
  line-height: 22px
}
.contactsPopup .text p {
  font-size: 18px;
  line-height: 24px;
  color: #9d9d9d
}
.content404 .text p {
  max-width: 351px
}
.orderPopup .text p {
  color: #000
}
.infoOrder .text p {
  font-family: Mont;
  font-size: 14px;
  line-height: 18px;
  color: #9d9d9d
}
.orderStatus .text p {
  font-size: 12px;
  line-height: 18px;
  color: #c4c4c4
}
.orderStatus .default .text p {
  max-width: 242px;
  margin: auto
}
.statusCircle .content .bottom .text p {
  margin-bottom: 4px
}
.sOptBlock .sOptItem:nth-child(5) .text p {
  max-width: 265px
}
.sOptItem .text p {
  font-size: 14px;
  line-height: 22px;
  max-width: 241px
}
.sOptItem .text p * {
  font: inherit
}
.newsWrap.cssGrid .newsItem .text p {
  font-size: 14px;
  line-height: 22px;
  padding-right: 10%;
  max-height: 88px
}
.newsWrap.cssGrid .newsItem .text p * {
  font: inherit
}
.newsWrap.cssGrid .newsItem:nth-child(5n+2) .text p,
.newsWrap.cssGrid .newsItem:nth-child(5n+3) .text p {
  max-width: 383px
}
.newsWrap.cssGrid .newsItem:nth-child(5n+4) .text p,
.newsWrap.cssGrid .newsItem:nth-child(5n+5) .text p {
  margin-bottom: 21px;
  padding-right: 40px
}
.registration_form .text p {
  color: #000
}
.quickResultsItem .text p {
  max-height: 55px;
  overflow: hidden
}
.orderOnlineDone .text p {
  color: #9d9d9d;
  margin-bottom: 18px
}
.formControll .infoOrder .text p {
  max-width: initial
}
.orderPopup .orderOnlineDone .text p {
  max-width: 518px
}
@media screen and (max-width:1440px) {
  .newsBlock.v2 .dopNews.double .newsItem:first-child .text p,
  .newsWrap.cssGrid .newsItem:nth-child(5n+4) .text p {
    margin-bottom: 15px
  }
  .articleTitle .text p {
    font-size: 18px;
    line-height: 28px
  }
  .newsBlock.v2 .dopNews.double .newsItem:first-child .text p,
  .newsWrap.cssGrid .newsItem:nth-child(5n+4) .text p {
    margin-bottom: 15px
  }

}
@media screen and (max-width:1280px) {
  .newsBlock.v2 .dopNews.double .newsItem:first-child .text p {
    margin-bottom: 10px
  }
  .sOptItem .text p {
    max-width: initial
  }
}
@media screen and (max-width:991px) {
  .articleTitle .text p {
    font-size: 22px;
    line-height: 30px
  }
  .servicesSlide .text p {
    font-size: 16px;
    line-height: 22px
  }
  .contactsPopup .text p {
    font-size: 16px;
    line-height: 22px
  }
  .infoOrder .text p {
    margin-bottom: 14px
  }
  .orderPopup .text p {
    max-width: 75%
  }
  .whyWeBlock .content .leftColumn .text p {
    width: 100%;
    margin-bottom: 0
  }
  .newsWrap.cssGrid .newsItem:nth-child(5n+5) .text p {
    margin-bottom: 0
  }
  .serviceItem .text p {
    font-family: Mont;
    font-size: 14px !important;
    line-height: 22px !important;
    max-height: 68px
  }

}
@media screen and (max-width:640px) {
  .newsBlock.v2 .mainNews .newsItem .content .text p {
    font-size: 14px;
    line-height: 22px
  }
  .serviceItem .text p {
    font-size: 14px;
    line-height: 22px
  }
  .newsWrap.cssGrid .newsItem .text p {
    padding-right: 0
  }
  .newsWrap.cssGrid .newsItem .text p {
    color: #000
  }
  .newsWrap.cssGrid .newsItem:nth-child(5n+3) .content .text p {
    max-width: initial
  }
  .newsWrap.cssGrid .newsItem:nth-child(5n+2) .text p {
    color: #fff
  }

}
@media screen and (max-width:540px) {
  .orderPopup .text p {
    max-width: initial
  }
  .whyWeBlock .content .leftColumn .text p {
    max-width: initial
  }
}
@media screen and (max-width:768px) {
  .sOptBlock .topBlock .text p {
    margin-bottom: 20px
  }
}
.serviceItem .text p {
  max-height: 100%;
  overflow: visible;
}
.servicesSlide .text {
  opacity: 1!important;
}
.newsItem .text  {
  opacity: 1!important;
}

.serviceItem .text {
  opacity: 1!important;
}
blockquote .name span{
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 21px;
  font-family: Mont;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 991px){
  blockquote .name span {
    font-size: 16px;
    line-height: 20px;
  }
}
.whyWeBlock .text.description p{
  font-size: 18px;
  line-height: 24px;
  color: #000;
  opacity: .7;
  max-width: 235px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px){
  .whyWeBlock .text.description p{
    max-width: initial;
  }
  .whyWeBlock .content .leftColumn .text p{
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px){
  .whyWeBlock .content .leftColumn .text {
    max-width: initial;
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #d70505; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9999999; /* Add a z-index if needed */
  right: 3%; /* Center the snackbar */
  top: 5%; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
}

footer.darkBlock .writeSupervisor .text p{
  color:#FFFFFF;
}

