@import "../images/stylesheet.css";
html {
  --ratio: 18;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  /*@include mobile {
    font-size: 7.5vw;
  }

  @media (max-width: 1366px) {
    font-size: remm(22px);
  }*/
  height: 100lvh;
  min-height: 100lvh;
}
.popup-open , .js-submit-call-new{
  opacity: 0;
  pointer-events: none;
}
.second_1_text{
  text-align: justify;
}
.nsd_text{
  margin-right: 1.75rem;
  text-align: justify;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  html {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  html {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
  html {
    font-size: 0.9166666667rem;
  }
}

body {
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  body {
    background: url("../images/header-bg.jpg") fixed center no-repeat;
    background-size: cover;
    max-width: 80rem;
  }
}
@media all and (max-width: 1023px) {
   body {
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    min-height: 100lvh;
  }
  body:before {
    content: "";
    position: fixed;
    display: block;
    background: #cccccc url("../images/header-bg_mobile.jpg") no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    min-height: 100%;
    z-index: -1;
  }
}
body .blur {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100lvh;
  min-height: 100lvh;
  z-index: -1;
  transition: 0.5s linear;
}
body .blur._active {
  backdrop-filter: blur(10px);
}

* {
  box-sizing: border-box;
}

.flex {
  display: flex;
  position: relative;
}
.flex_1 {
  flex: 1;
}
.flex_top {
  align-items: flex-start;
}
.flex_bottom {
  align-items: flex-end;
}
.flex_center {
  align-items: center;
}
.flex_space-between {
  justify-content: space-between;
}
.flex_space-around {
  justify-content: space-around;
}
.flex_start {
  justify-content: flex-start;
}
.flex_end {
  justify-content: flex-end;
}
.flex_justify-center {
  justify-content: center;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_direction_column {
  flex-direction: column;
}
.flex_direction_column_reverse {
  flex-direction: column-reverse;
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 1023px) {
  .flex_m_1 {
    flex: 1;
  }
  .flex_m_top {
    align-items: flex-start;
  }
  .flex_m_bottom {
    align-items: flex-end;
  }
  .flex_m_center {
    align-items: center;
  }
  .flex_m_space-between {
    justify-content: space-between;
  }
  .flex_m_space-around {
    justify-content: space-around;
  }
  .flex_m_start {
    justify-content: flex-start;
  }
  .flex_m_end {
    justify-content: flex-end;
  }
  .flex_m_justify-center {
    justify-content: center;
  }
  .flex_m_wrap {
    flex-wrap: wrap;
  }
  .flex_m_direction_column {
    flex-direction: column;
  }
  .flex_m_direction_column_reverse {
    flex-direction: column-reverse;
  }
  .flex_m_direction_row_reverse {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1024px) {
  .flex_d_1 {
    flex: 1;
  }
  .flex_d_top {
    align-items: flex-start;
  }
  .flex_d_bottom {
    align-items: flex-end;
  }
  .flex_d_center {
    align-items: center;
  }
  .flex_d_space-between {
    justify-content: space-between;
  }
  .flex_d_space-around {
    justify-content: space-around;
  }
  .flex_d_start {
    justify-content: flex-start;
  }
  .flex_d_end {
    justify-content: flex-end;
  }
  .flex_d_justify-center {
    justify-content: center;
  }
  .flex_d_wrap {
    flex-wrap: wrap;
  }
  .flex_d_direction_column {
    flex-direction: column;
  }
  .flex_d_direction_column_reverse {
    flex-direction: column-reverse;
  }
  .flex_d_direction_row_reverse {
    flex-direction: row-reverse;
  }
}

.flex_mid_direction_column {
  align-items: center;
}
.flex_mid_direction_column .bg-text {
  margin-left: 4rem;
}

@media all and (max-width: 640px) {
  .flex_mid_direction_column {
    flex-direction: column;
    align-items: start;
  }
  .flex_mid_direction_column .bg-text {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) {
  ._mob {
    display: none !important;
  }
}

@media all and (max-width: 1023px) {
  ._nomob {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  ._mobXS {
    display: none !important;
  }
}
@media all and (max-width: 1023px) {
  ._mobXS {
    display: none !important;
  }
}
@media all and (max-width: 390px) {
  ._mobXS {
    display: block !important;
  }
}

.wrapper {
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  .wrapper {
    width: 71.7916666667rem;
  }
}
@media all and (max-width: 1023px) {
  .wrapper {
    width: 95%;
  }
}
.header-content__bordered__second{
  text-align: right;
  margin-top: -70px;
}
.bold{
  font-weight: bold;
}
.color_ndk{
  text-transform:uppercase;
  font-size: 22px;
  font-weight: bold;
}
.button {
  font-weight: 500;
  font-size: 0.9166666667rem;
  color: #fff;
  background: #df4f55;
  border-radius: 4.1666666667rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.2s ease-in-out;
  padding: 0.2083333333rem 0.7916666667rem;
}
@media (min-width: 1024px) and (max-width:1199px ) {

  .achievements{
    margin-top: -50px;
  }

}
@media all and (max-width: 1024px) {
  .button {
    padding: 0.2083333333rem 0.7916666667rem;
  }
}
@media all and (max-width: 1023px) {
  .button {
    padding: 0.4166666667rem 0.7916666667rem;
  }
}
.button:hover {
  transform: scale(0.95);
}

.tg {
  background: url("../images/tg.png") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
@media all and (min-width: 1024px) {
  .tg {
    margin: 0 2.3333333333rem;
  }
}
@media all and (max-width: 1023px) {
  .tg {
    margin: 0 0.8333333333rem;
  }
}

.header {
  padding-top: 4.1666666667rem;
}
@media all and (min-width: 1024px) {
  .header {
    height: 43.6666666667rem;
  }
}
.header .header-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  .header .header-menu {
    width: 80rem;
  }
}
@media all and (max-width: 1023px) {
  .header .header-menu {
    width: 100%;
  }
}
.header .header-fixed {
  background: #ddd9d9;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  .header .header-fixed {
    width: 80rem;
  }
}
@media all and (max-width: 1023px) {
  .header .header-fixed {
    width: 100%;
  }
}
.header .header-fixed .header-top {
  padding: 0.625rem 0;
}
@media all and (max-width: 1023px) {
  .header .header-fixed .header-top {
    justify-content: space-between;
  }
}
.header a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
a.persona {
  color: blue!important;
  text-decoration: underline;
}
@media all and (max-width: 1023px) {
  .header a {
    font-size: 0.5rem;
  }
}
@media all and (min-width: 1024px) {
  .header .logo {
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    width: 24.5833333333rem;
    height: 4.3333333333rem;
    margin-right: 9.1666666667rem;
  }
}
@media all and (min-width: 1024px) and (min-width: 1024px) {
  .display{
    margin-top: -2px;
  }
  .header .logo span {
    font-size: 0.5416666667rem;
    position: absolute;
    left: 4.1666666667rem;
    top: 4.1666666667rem;
  }
}
@media all and (max-width: 1023px) {
  .header .logo span {
    font-size: 0.3rem;
    left: 1.5rem;
    position: absolute;
    font-weight: 600;
    top: 2rem;
    width: 6rem;
  }
}
@media all and (max-width: 1023px) and (max-width: 420px) {
  .header-content__bordered__second {
      margin-top: 20px;
    font-size: 15px;
  }
  .display{
    display: none;
  }
  .color_ndk{
    font-size: 18px;
  }
  .header .logo span {
    left: 2rem;
    top:2.2rem;
  }
}
@media all and (max-width: 1023px) and (max-width: 400px) {

  .header .logo span {
    left: 1.9rem;
    top: 2rem;
  }
}
@media all and (max-width: 1023px) and (max-width: 380px) {
  .header .logo span {
    left: 1.9rem;
    top: 2rem;
  }
}
@media all and (max-width: 1023px) and (max-width: 360px) {
  .header .logo span {
    left: 1.15rem;
    top: 1.6rem;
  }
}
@media all and (max-width: 1023px) and (max-width: 340px) {
  .header .logo span {
    left: 0.95rem;
    top: 1.5rem;
  }
}
@media all and (max-width: 1023px) and (max-width: 320px) {
  .header .logo span {
    left: 0.8rem;
    top: 1.4rem;
  }
}
@media all and (max-width: 1023px) {
  .header .logo {
    background: url("../images/logo_mobile.png") no-repeat;
    background-size: contain;
    width: 38%;
    height: 2rem;
    margin-right: 0.8333333333rem;
  }
}
@media all and (min-width: 1024px) {
  .header .tel {
    margin-right: 1.6666666667rem;
  }
}
.header .menu-button {
  background: url("../images/menu.webp") no-repeat;
  background-size: contain;
  width: 1.5416666667rem;
  height: 1.5416666667rem;
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .header .menu-button {
    margin-left: 2.3333333333rem;
  }
}
@media all and (max-width: 1023px) {
  .header .menu-button {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.8333333333rem;
  }
}
@media all and (max-width: 1023px) {
  .header .popup-open {
    background: url("../images/tel.png") no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
  }
  .menu_size a{
    font-size: 1.25rem!important;
    padding: 1rem 0;
  }
}
.header .menu {
  padding: 0.6666666667rem 0;
  width: 100%;
  background: rgba(226, 226, 226, 0.7);
  cursor: pointer;
}
@media all and (max-width: 1020px) {
  .header .menu {
    position: absolute;
    width: 33%;
    right: 0;
    background: rgba(226, 226, 226, 0.9);
  }
}
@media all and (max-width: 640px) {
  .header .menu {
    position: absolute;
    width: 50%;
    right: 0;
    background: rgba(226, 226, 226, 0.9);
  }
}
@media all and (max-width: 480px) {
  .header .menu {
    position: relative;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .header .menu:not(._active) {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .header .menu:not(._active) {
    display: none;
  }
}
.header .menu > * {
  font-size: 0.8333333333rem;
  font-weight: 500;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .header .menu .menu-item {
    margin: 0.625rem 0;
    font-size: 1.25rem;
    user-select: none;
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .header .header-content {
    padding: 5.25rem 0 0 4.1666666667rem;
  }
}
@media all and (max-width: 1023px) {
  .header .header-content {
    padding: 1rem;
  }
}
.header .header-content .header-content__title,.second-title {
  font-weight: 500;
  line-height: 1;
}
.second-title{
  font-size: 2.3333333333rem;
  text-align: right;
  padding-bottom: 100px;
}
@media all and (min-width: 1024px) {
  .header .header-content .header-content__title {
    font-size: 3.3333333333rem;
  }
}
@media all and (max-width: 1023px) {
  .second_1_text{
    margin: 1.5rem 0.5rem 1.5rem 0.5rem;
  }
  .header .header-content .header-content__title {
    font-size: 2.3rem;
  }
}
.header .header-content .header-content__desc {
  font-weight: 500;
}
@media all and (min-width: 1024px) {
  .header .header-content .header-content__desc {
    font-size: 1.25rem;
    margin: 1.25rem 0 3.3333333333rem 0;
  }
}
@media all and (max-width: 1023px) {
  .header .header-content .header-content__desc {
    font-size: 0.8333333333rem;
    margin: 1.25rem 0 2.0833333333rem 0;
  }
}
.header .header-content .header-content__bordered {
  font-weight: 500;
  border: 2px solid #df4f55;
  border-radius: 0.8333333333rem;
}
@media all and (min-width: 1024px) {
  .header .header-content .header-content__bordered {
    font-size: 1.25rem;
    width: 20.0416666667rem;
    padding: 1.8333333333rem 1.6666666667rem 1.5rem 2.25rem;
  }
}
@media all and (max-width: 1023px) {
  .header .header-content .header-content__bordered {
    font-size: 0.8333333333rem;
    width: 14.5833333333rem;
    padding: 1.6666666667rem;
  }
}
.header .header-content .header-content__bordered .button {
  text-align: center;
  width: 12.5rem;
  padding: 1.5rem;
}
@media all and (min-width: 1024px) {
  .header .header-content .header-content__bordered .button {
    margin-top: 0.6666666667rem;
  }
}
@media all and (max-width: 1023px) {
  .header .header-content .header-content__bordered .button {
    margin-top: 1.25rem;
  }
}

@media all and (min-width: 1024px) {
  .second-block {
    width: 80rem;
    padding: 2.3333333333rem 4.1666666667rem 1rem 4.1666666667rem ;
  }
}
@media all and (max-width: 1023px) {
  .second-block {
    padding: 1rem;
  }
}
.second-block .second-block__title {
  font-weight: 500;
  margin-top: 1.33rem;
}
@media all and (min-width: 1024px) {
  .second-block .second-block__title {
    margin-top: 1.33rem;
    font-size: 2.5rem;
    margin-bottom: 2.0833333333rem;
  }
}
@media all and (max-width: 1023px) {
  .second-block .second-block__title {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .second-block .top-list {
    width: 36.6666666667rem;
    margin: 0 2.625rem 0 0;
  }
}
@media all and (max-width: 1023px) {
  .second-block .top-list {
    padding-left: 1.25rem;
    width: 16.6666666667rem;
    margin-bottom: 2.0833333333rem;
  }
}
.second-block .top-list li {
  font-weight: 500;
  position: relative;
  list-style: none;
  margin-top: 0.625rem;
}
@media all and (min-width: 1024px) {
  .second-block .top-list li {
    font-size: 1rem;
  }
}
@media all and (max-width: 1023px) {
  .second-block .top-list li {
    font-size: 0.6666666667rem;
  }
}
.second-block .top-list li:before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.2083333333rem;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
}
.second-block .bg-text {
  background: #eae8e8;
  border-radius: 0.625rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.9166666667rem;
  text-align: justify;
  height: fit-content;
}
@media all and (min-width: 1024px) {
  .second-block .bg-text {
    padding: 1.375rem 2.5833333333rem;
  }
}
@media all and (max-width: 1023px) {
  .second-block .bg-text {
    padding: 1rem;
    text-align: center;
  }
}
.second-block .second-block-info {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  background: #edd6d9;
}
@media all and (min-width: 1024px) {
  .second-block .second-block-info {
    border-radius: 0 0 0.8333333333rem 0.8333333333rem;
    width: 71.7916666667rem;
    height: 33rem;
    margin-top: 4.1666666667rem;
  }
}
@media all and (max-width: 1023px) {
  .second-block .second-block-info {
    border-radius: 0.625rem;
    width: 100%;
    display: flex;
    margin-top: 4.1666666667rem;
    overflow: hidden;
  }
}
@media all and (min-width: 1024px) {
  .second-block .second-block-info .second-block-info-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 1023px) {
  .second-block .second-block-info .second-block-info-menu {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    width: 5rem;
  }
}
.second-block .second-block-info .second-block-info-menu .second-block-info-menu__item {
  background: #bfaaae;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .second-block .second-block-info .second-block-info-menu .second-block-info-menu__item {
    padding: 1.3333333333rem 0 0 2.1666666667rem;
    height: 4.4166666667rem;
    font-size: 0.9166666667rem;
  }
}
@media all and (max-width: 1023px) {
  .second-block .second-block-info .second-block-info-menu .second-block-info-menu__item {
    padding: 1rem;
    display: flex;
    align-items: center;
    font-size: 0.5833333333rem;
  }
}
.second-block .second-block-info .second-block-info-menu .second-block-info-menu__item._active {
  background: #edd6d9;
}
.second-block .second-block-info .second-block-info-menu .second-block-info-menu__item:not(._active) {
  -webkit-box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2) inset;
}
@media all and (min-width: 1024px) {
  .second-block .second-block-info .second-block-info-content {
    padding: 2.0833333333rem;
  }
}
@media all and (max-width: 1023px) {
  .second-block .second-block-info .second-block-info-content {
    padding: 1rem;
    flex: 1;
  }
}
.second-block .second-block-info .second-block-info-content .second-block-info-content__item:not(._active) {
  display: none;
}
.second-block .second-block-info .second-block-info-content .second-block-info-content__item img {
  height: 24rem;
}
@media all and (max-width: 1023px) {
  .second-block .second-block-info .second-block-info-content .second-block-info-content__item img {
    height: 12rem;
  }
}
@media all and (max-width: 800px) {
  .second-block .second-block-info .second-block-info-content .second-block-info-content__item img {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .second-block .second-block-info .second-block-info-content ul {
    margin: 0 2.0833333333rem 0 0;
  }
}
@media all and (max-width: 1023px) {
  .second-block .second-block-info .second-block-info-content ul {
    padding-left: 0.8333333333rem;
  }
}
@media all and (min-width: 1024px) {
  .second-block .second-block-info .second-block-info-content ul li {
    font-size: 0.9166666667rem;
    margin-bottom: 0.625rem;
  }
}
@media all and (max-width: 1023px) {
  .second-block .second-block-info .second-block-info-content ul li {
    font-size: 0.6666666667rem;
    margin-bottom: 0.625rem;
  }
}

@media all and (min-width: 1024px) {
  .third-block {
    width: 80rem;
    padding: 1.3333333333rem 4.1666666667rem;
    height: 42rem;
  }
}
@media all and (max-width: 1023px) {
  .third-block {
    width: 100%;
    padding: 1rem;
  }
}
.third-block .third-block__title {
  font-weight: 500;
  margin-top: 1.33rem;
}
@media all and (min-width: 1024px) {
  .third-block .third-block__title {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1023px) {
  .third-block .third-block__title {
    font-size: 1.5rem;
  }
}
.third-block .third-block-info {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  align-items: stretch;
}
@media all and (max-width: 1023px) {
  .third-block .third-block-info {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 440px) {
  .third-block .third-block-info {
    flex-direction: column;
  }
}
.third-block .third-block-info .third-block-info__item {
  background: #eae8e8;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 1024px) {
  .third-block .third-block-info .third-block-info__item {
    width: 22.6666666667rem;
    height: 12rem;
    border-radius: 0.8333333333rem;
    padding: 1.5rem 2.1666666667rem;
  }
}

@media all and (max-width: 1023px) {
  .third-block .third-block-info .third-block-info__item {
    width: 15rem;
    border-radius: 0.625rem;
    padding: 1rem;
    margin-bottom: 0.8333333333rem;
  }
}
@media all and (max-width: 900px) {
  .third-block .third-block-info .third-block-info__item {
    width: 13rem;
  }
}
@media all and (max-width: 820px) {
  .third-block .third-block-info .third-block-info__item {
    width: 10rem;
  }
}
@media all and (max-width: 440px) {
  .third-block .third-block-info .third-block-info__item {
    width: 100%;
  }
}
.third-block .third-block-info .third-block-info__item .title {
  font-weight: 500;
}
@media all and (min-width: 1024px) {
  .third-block .third-block-info .third-block-info__item .title {
    font-size: 1.25rem;
    height: 3rem;
  }
}
@media all and (max-width: 1023px) {
  .third-block .third-block-info .third-block-info__item .title {
    font-size: 0.75rem;
    margin-bottom: 0.6666666667rem;
    height: 1rem;
  }
}
@media all and (max-width: 820px) {
  .third-block .third-block-info .third-block-info__item .title {
    height: 1.5rem;
  }
}
@media all and (max-width: 440px) {
  .third-block .third-block-info .third-block-info__item .title {
    width: 100%;
  }
}
.third-block .third-block-info .third-block-info__item .desc {
  margin: 0 0 1.25rem 0;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .third-block .third-block-info .third-block-info__item .desc {
    font-size: 0.9166666667rem;
    height: 3.5rem;
  }
}
@media all and (max-width: 1023px) {
  .third-block .third-block-info .third-block-info__item .desc {
    font-size: 0.6666666667rem;
    height: 2.3rem;
  }
  .third-block .third-block-info .third-block-info__item .desc br {
    display: none;
  }
}
@media all and (max-width: 820px) {
  .third-block .third-block-info .third-block-info__item .desc {
    height: 4rem;
  }
}
@media all and (max-width: 440px) {
  .third-block .third-block-info .third-block-info__item .desc {
    height: 2rem;
  }
}
.third-block .third-block-info .third-block-info__item .desc div {
  margin-top: auto;
}
.third-block .third-block-info .third-block-info__item .price {
  color: #df4f55;
  font-weight: 500;
  text-align: right;
}
@media all and (min-width: 1024px) {
  .third-block .third-block-info .third-block-info__item .price {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 1023px) {
  .third-block .third-block-info .third-block-info__item .price {
    font-size: 0.6666666667rem;
  }
}
@media all and (min-width: 1024px) {
  .third-block .calculate {
    margin-top: 3.625rem;
  }
}
@media all and (max-width: 1023px) {
  .third-block .calculate {
    margin-top: 1rem;
  }
}

.third-block .calculate .form {
  width: 23.9583333333rem;
  height: 32.7083333333rem;
  border: 5px solid #df4f55;
  border-radius: 0.8333333333rem;
  padding: 1.5rem;
  background: #fff;
}
@media all and (max-width: 1023px) {
  .third-block .calculate .form {
    display: flex !important;
    flex-direction: column;
    grid-gap: 0;
    padding: 1.5rem;
  }
}
.third-block .calculate .form .form-title {
  font-size: 1.25rem;
  color: #df4f55;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.third-block .calculate .form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
}
.third-block .calculate .form .form-item .form-item__desc {
  margin-right: 1.25rem;
  font-size: 0.8333333333rem;
  font-weight: 500;
  flex: 1;
}
@media all and (max-width: 1023px) {
  .third-block .calculate .form .form-item .form-item__desc {
    font-size: 0.6666666667rem;
  }
}
@media all and (max-width: 380px) {
  .third-block .calculate .form .form-item .form-item__desc {
    margin-right: 0.5rem;
    width: 1rem;
  }
}
.third-block .calculate .form .form-item .form-item-select, .third-block .calculate .form .form-item .form-item-input {
  padding: 0.4166666667rem 0.7916666667rem;
  background: #eae8e8;
  border-radius: 4.1666666667rem;
  min-width: 9.3333333333rem;
  width: 50%;
  cursor: pointer;
  position: relative;
  border: none;
  outline: none;
  font-size: 0.8333333333rem;
  color: #3d3d3d;
}
@media all and (max-width: 1023px) {
  .third-block .calculate .form .form-item .form-item-select, .third-block .calculate .form .form-item .form-item-input {
    font-size: 0.6666666667rem;
  }
}
.third-block .calculate .form .form-item .form-item-select .form-item-select__current, .third-block .calculate .form .form-item .form-item-input .form-item-select__current {
  font-size: 0.8333333333rem;
  color: #3d3d3d;
  font-style: italic;
  position: relative;
  z-index: 1;
}
.third-block .calculate .form .form-item .form-item-select .form-item-select-list, .third-block .calculate .form .form-item .form-item-input .form-item-select-list {
  display: none;
  width: 100%;
  padding: 2.1666666667rem 0.7916666667rem 0.6666666667rem 0.7916666667rem;
  grid-auto-columns: 1fr;
  position: absolute;
  left: 0;
  top: 0;
  background: #eae8e8;
  border-radius: 0.8333333333rem;
  grid-gap: 0.625rem;
}
.third-block .calculate .form .form-item .form-item-select .form-item-select-list._active, .third-block .calculate .form .form-item .form-item-input .form-item-select-list._active {
  display: grid;
}
.third-block .calculate .form .form-item .form-item-select .form-item-select-list .form-item-select-list__item, .third-block .calculate .form .form-item .form-item-input .form-item-select-list .form-item-select-list__item {
  font-size: 0.8333333333rem;
  color: #3d3d3d;
  cursor: pointer;
  font-style: italic;
}
.third-block .calculate .form .form-submit {
  font-size: 1.25rem;
  color: #df4f55;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
  margin-top: 1.6666666667rem;
}
@media all and (min-width: 1024px) {
  .third-block .calculate .form .form-submit {
    margin: 0;
  }
}
@media all and (max-width: 1023px) {
  .third-block .calculate .form .form-submit {
    margin-top: 1rem;
  }
}

.third-block .calculate .form .form-submit:hover {
  text-decoration: none;
}
.third-block .calculate .form-completed {
  width: 23.9583333333rem;
  height: 32.7083333333rem;
  border-radius: 0.8333333333rem;
  background: #fff;
  overflow: hidden;
}
.third-block .calculate .form-completed .form-completed-header {
  height: 6.6666666667rem;
  background: #df4f55;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
.third-block .calculate .form-completed .form-completed-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #df4f55;
  gap: 1rem;
  height: 5.5rem;
}
.third-block .calculate .form-completed .form-completed-info.reach-result {
  flex-direction: column;
  gap: 0;
}
.third-block .calculate .form-completed .form-completed-info .form-completed-info__text {
  font-size: 1.25rem;
}
.third-block .calculate .form-completed .form-completed-info .form-completed-info__price {
  font-size: 2.0833333333rem;
}
.third-block .calculate .form-completed .form-completed-info .form-completed-info__price.custom {
  font-size: 1.5rem;
}
@media all and (max-width: 360px) {
  .third-block .calculate .form-completed .form-completed-info .form-completed-info__price.custom {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1023px) {
  .third-block .calculate .form-completed .form-completed-info {
    flex-direction: column;
    height: 12.5rem;
  }
}
.third-block .calculate .form-completed .form-completed-bottom {
  padding: 1.35rem 3.3333333333rem;
  background: #df4f55;
  color: #fff;
  font-size: 0.9166666667rem;
  height: 16.5416666667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.third-block .calculate .form-completed .form-completed-bottom.small-bottom {
  padding: 0.85rem 3.3333333333rem;
  font-size: 0.75rem;
}
.third-block .calculate .form-completed .form-completed-bottom .form-completed-bottom__text {
  font-style: italic;
}
.third-block .calculate .form-completed .form-completed-bottom .form-completed-bottom__desc {
  font-weight: 500;
  margin-top: 0.5rem;
}
@media all and (max-width: 1023px) {
  .third-block .calculate .form-completed .form-completed-bottom .form-completed-bottom__desc {
    margin-top: 3.5416666667rem;
  }
}
@media all and (max-width: 580px) {
  .third-block .calculate .form-completed .form-completed-bottom .form-completed-bottom__desc {
    margin-top: 2rem;
  }
}
.third-block .calculate .form-completed .form-completed-bottom .call-button {
  border: 3px solid #fff;
  border-radius: 4.1666666667rem;
  padding: 0.2916666667rem 0.7083333333rem;
  color: #fff;
  font-size: 0.8333333333rem;
  font-weight: 500;
  display: inline-flex;
  margin-top: 0.3rem;
  align-self: center;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media all and (max-width: 1023px) {
  .third-block .calculate .form-completed .form-completed-bottom .call-button {
    margin-top: 3.3333333333rem;
  }
}
.third-block .calculate .form-completed .form-completed-bottom .call-button:hover {
  background: #fff;
  color: #df4f55;
}
@media all and (max-width: 580px) {
  .third-block .calculate .form-completed .form-completed-bottom .call-button {
    margin-top: 1rem;
  }
}

.about-block {
  padding: 4.1666666667rem 0;
  }
@media all and (max-width: 1023px) {
  .about-block {
    margin-top: .1rem;
  }
}
.about-block .about-block__title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 1023px) {
  .about-block .about-block__title {
    text-align: left;
    font-size: 1.5rem;
  }
}
.about-block .about-block__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.8333333333rem;
}
@media all and (max-width: 1023px) {
  .about-block .about-block__subtitle {
    text-align: left;
  }
}
.about-block .about-block__text {
  font-size: 0.9166666667rem;
  margin-top: 0.4166666667rem;
}
@media all and (max-width: 1023px) {
  .about-block .about-block__text {
    text-align: left;
  }
}

.achievements {
  margin-top: .9rem;
  background: #df4f55;
  opacity: .85;
}
@media all and (min-width: 1024px) {
  .achievements {
    margin-top: -90px;
    padding: 0 0 1rem 0;
  }
}
@media all and (max-width: 1023px) {
  .achievements {
    padding: 1rem 0;
  }
}
.achievements .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1023px) {
  .achievements .wrapper {
    flex-wrap: wrap;
  }
}
.achievements .achievements-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .achievements .achievements-item {
    margin: 1rem;
  }
  .display{
    display: none;
  }
}
.achievements .achievements-item .achievements-item__title {
  font-size: 2.5rem;
  font-weight: 500;
}
.achievements .achievements-item .achievements-item__text {
  font-size: 0.9166666667rem;
  font-weight: 500;
  text-align: center;
}

.slider-block {
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  .slider-block {
    padding: 0.1666666667rem 0 2.0833333333rem 0;
  }
}
@media all and (max-width: 1023px) {
  .slider-block {
    padding: .1rem;
  }
}
.slider-block .slick-track {
  display: flex !important;
}
.slider-block .slider-title, .news-title {
  font-weight: 500;
  margin-bottom: 2.0833333333rem;
  margin-top: 2.33rem;
}
@media all and (min-width: 1024px) {
  .slider-block .slider-title, .news-title {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1023px) {
  .slider-block .slider-title, .news-title {
    font-size: 1.5rem;
  }
}
.slider-block .slider-item {
  background: #eae8e8;
  border-radius: 0.8333333333rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0.5416666667rem;
  font-size: 0.9166666667rem;
  height: inherit;
}
@media all and (min-width: 1024px) {
  .slider-block .slider-item {
    padding: 2.2083333333rem 1.2916666667rem 1.2916666667rem 1.2916666667rem;
  }
}
@media all and (max-width: 1023px) {
  .slider-block .slider-item {
    margin-right: 2rem;
    padding: 1rem;
  }
  .slider-block .slider-item:not(.slick-active) {
    opacity: 0.5;
  }
}
.slider-block .slider-item .slider-item__title {
  font-weight: 600;
}
.slider-block .slider-item .slider-item__desc {
  font-style: italic;
}

.slider-block .slider-item .slider-item__text {
  margin-top: 0.625rem;
}
.slider-block .slick-list {
  padding-bottom: 2.0833333333rem;
}
@media all and (min-width: 1024px) {
  .slider-block .slick-list {
    width: 68.5rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) {
  .slider-block .slick-list {
    width: 90%;
    overflow: visible !important;
    margin: 0;
  }
}
.slider-block .slider-wrapper {
  position: relative;
}
.slider-block .slider-arrow {
  box-shadow: none;
  border: none;
  outline: none;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  width: 0.9583333333rem;
  height: 1.5833333333rem;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media all and (max-width: 1023px) {
  .slider-block .slider-arrow {
    display: none !important;
  }
}
.slider-block .slider-arrow:hover {
  transform: scale(1.1);
}
.slider-block .slider-arrow:before {
  content: "";
}
.slider-block .slider-arrow.slider-arrow_prev {
  left: 0;
}
.slider-block .slider-arrow.slider-arrow_next {
  transform: scaleX(-1);
  right: 0;
}

footer {
  background: #ddd9d9;
  padding: 2.0833333333rem 0;
  opacity: 0.8;
}
footer .footer-content {
  display: flex;
  align-items: flex-start;
  margin-top: 1.25rem;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {
  footer .footer-content > div:not(:last-child) {
    margin-right: 8.3333333333rem;
  }
}
@media all and (max-width: 1023px) {
  .popup_a a{
    color: blue;
  }
  footer .footer-content > div {
    font-size: 0.6rem;
    margin-right: 2.0833333333rem;
  }
}
footer .footer-title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media all and (min-width: 1024px) {
  footer .footer-text {
    font-size: 0.9166666667rem;
  }
}
@media all and (max-width: 1023px) {
  footer .footer-text {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 1024px) {
  footer .tg {
    margin-left: 10rem;
  }
}
@media all and (max-width: 1023px) {
  footer .tg {
    margin: 0 0 1rem 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media all and (max-width: 1023px) {
  footer .button {
    background: url("../images/tel.png") no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.popup-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.popup-wrapper .popup-body {
  background: #ddd9d9;
  border-radius: 0.8333333333rem;
  padding: 1.25rem;
  position: relative;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
@media all and (min-width: 1024px) {
  .popup-wrapper .popup-body {
    width: 33.3333333333rem;
  }
}
@media all and (max-width: 1023px) {
  .popup-wrapper .popup-body {
    width: 95%;
  }
}

.popup-wrapper .popup-body .popup-close {
  background: url("../images/popup-close.png") no-repeat;
  background-size: contain;
  width: 4.1666666667rem;
  height: 4.1666666667rem;
  position: absolute;
  right: -3.3333333333rem;
  top: -3.3333333333rem;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}
.popup-wrapper .popup-body .popup-close:hover {
  transform: scale(0.8);
}
@media all and (max-width: 1023px) {
  .popup-wrapper .popup-body .popup-close {
    right: -1.3rem;
  }
}
.popup-wrapper .popup-body form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.popup-wrapper .popup-body form input[type=text], .popup-wrapper .popup-body form textarea {
  width: 100%;
  border: 3px solid #e0e1e2;
  border-radius: 0.8333333333rem;
  font-size: 1.3333333333rem;
  padding: 0.625rem 0.8333333333rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  margin-bottom: 0.8333333333rem;
  resize: none;
}
@media all and (max-width: 1023px) {
  .popup-wrapper .popup-body form input[type=text], .popup-wrapper .popup-body form textarea {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 340px) {
  .popup-wrapper .popup-body form input[type=text], .popup-wrapper .popup-body form textarea {
    font-size: 0.7rem;
  }
}
.popup-wrapper .popup-body form textarea {
  height: 12.5rem;
}
.popup-wrapper .popup-body form .button {
  outline: none;
  border: none;
  padding: 0.8333333333rem 1.0416666667rem;
}

/*  попап для вопроса*/
.action-image{
  cursor: pointer;
  display: none;
  position: fixed;
  height: 5rem;
  width: 5rem;
  right: 12rem;
  top: 8rem;
}
.pop-action{
  font-size: 2.5rem;
  font-weight: bold;
  color: #df4f55;
}
.popup-wrapper-action{
  display: flex;
}
.popup-wrapper-action {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.popup-wrapper-action .popup-body {
  background: #ddd9d9;
  border-radius: 0.8333333333rem;
  padding: 1.25rem;
  position: relative;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.popup-body{
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  .popup-wrapper-action .popup-body {
    width: 33.3333333333rem;
  }
}
  @media all and (max-width: 1023px) {
    .popup-wrapper-action .popup-body {
      width: 95%;
    }

    .action-image {
      right: 5rem;
    }
  }
  @media all and (max-width: 500px) {
    .action-image {
      right: 0rem;
      top: 4rem;
    }
    .header-content__bordered__second{
      margin-top: 15px;
    }
  }
  .popup-wrapper-action .popup-body .popup-close-action {
    background: url("../images/popup-close.png") no-repeat;
    background-size: contain;
    width: 4.1666666667rem;
    height: 4.1666666667rem;
    position: absolute;
    right: -3.3333333333rem;
    top: -3.3333333333rem;
    cursor: pointer;
    transition: 0.2s ease-in-out all;
  }

  .popup-wrapper-action .popup-body .popup-close-action:hover {
    transform: scale(0.8);
  }

  @media all and (max-width: 1023px) {
    .popup-wrapper-action .popup-body .popup-close-action {
      right: -1.3rem;
    }
  }
  .popup-wrapper-action .popup-body form {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .popup-wrapper-action .popup-body form input[type=text], .popup-wrapper .popup-body form textarea {
    width: 100%;
    border: 3px solid #e0e1e2;
    border-radius: 0.8333333333rem;
    font-size: 1.3333333333rem;
    padding: 0.625rem 0.8333333333rem;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    margin-bottom: 0.8333333333rem;
    resize: none;
  }

  @media all and (max-width: 1023px) {
    .popup-wrapper-action .popup-body form input[type=text], .popup-wrapper .popup-body form textarea {
      font-size: 0.9rem;
    }
  }
  @media all and (max-width: 500px) {
    .popup-wrapper-action .popup-body form input[type=text], .popup-wrapper .popup-body form textarea {
      font-size: 0.7rem;
    }
  }

.popup-wrapper-action .popup-body form textarea {
  height: 12.5rem;
}
.popup-wrapper-action .popup-body form .button {
  outline: none;
  border: none;
  padding: 0.8333333333rem 1.0416666667rem;
}
.text-container {
  opacity: 0.9;
  padding: 1.375rem 2.5833333333rem;
  background: #eae8e8;
  border-radius: 0.625rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: justify;
  height: fit-content;
}
@media all and (max-width: 1023px) {
  .text-container {
    padding: 1.5rem;
  }
}

.policy {
  margin-top: 6rem;
  margin-bottom: 5rem;
  padding: 4rem;
}
.policy .inner-list {
  padding-left: 3rem;
}
@media all and (max-width: 1023px) {
  .policy .inner-list {
    padding-left: 2rem;
  }
}
@media all and (max-width: 1023px) {
  .policy {
    text-align: left;
    padding: 1.7rem;
    font-size: 0.7rem;
    width: 98%;
    margin: 2rem auto;
  }
}

@media all and (max-width: 1023px) {
  li.li-bullet-0:before {
    margin-left: -13pt !important;
    min-width: 13pt !important;
  }
}
.news-content-item h3, .news-content-item p{
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 0.9166666667rem;
}
.news-content-item a{
  padding: 10px 0;
}
.news{
  margin-bottom: 50px;
}
.details{
  margin-left: auto;
}
.create_shot{
  padding: 10px 0!important;
}
.news-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-content-item{
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 3px solid #df4f55;
  border-radius: 0.8333333333rem;
  margin: 7px;
  padding: 20px;
  box-sizing: border-box;
  width: 31%;
}
.button_news{
  cursor: pointer;
}
.full-news{
  display: none;
}

@media all and (max-width: 1023px) {
  .news-content-item{
    width: 45%;
  }
}
@media all and (max-width: 756px) {
  .news-content-item {
    width: 87%;
    margin: auto;
  }
}
.second_2_test{
  padding: 0 1.5rem 3rem 1.5rem;
  text-align: justify;
}
.footer-content a{
  color: blue!important;
}

/*# sourceMappingURL=style.css.map */
