.header_nav2 {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.header_logo2 {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.logo_img2 {
   height: 48px;
   margin-right: 20px;
   border-right: 1px solid #ccc;
   padding-right: 20px;
   margin-bottom: 0;
}

.calcutator {
   margin: 60px 0;
}

.calc__top-title {
   font-size: 0.75em;
   margin-bottom: 12px;
   display: flex;
   flex-direction: column;
   line-height: 1.6;
   font-weight: 700;
   text-align: center;
}

.calc__title {
   font-size: 2em;
   font-weight: 700;
   margin-bottom: 24px;
   text-align: center;
}

.calc_descr {
   margin-bottom: 40px;
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   justify-content: center;
   text-align: left;
   line-height: 1.6;
}

/*--- Form ---*/

:root {
   --itc-body-bg: #fff;
   --itc-border-color: #dee2e6;
   --itc-radio-color: #0d6efd;
   --itc-disabled-opacity: 0.5;
   --itc-border-width: 1px;
   --itc-radio-size: 1rem;
   --itc-radio-gap: 0.5rem;
   --itc-radius: 0.375rem;
   --itc-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.radio-group2 {
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
   max-width: 320px;
   padding: 1.5rem;
   background: var(--itc-body-bg);
   border: var(--itc-border-width) solid var(--itc-border-color);
   border-radius: var(--itc-radius);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.radio-group__mrg {
   margin-bottom: 40px;
}

.visually-hidden {
   display: flex;
   flex-direction: column;
}

.visually-hidden span {
   font-size: 0.75em;
   margin-bottom: 6px;
}

.visually-hidden b {
   font-size: 1.2em;
   margin-bottom: 24px;
}

.calc__list {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
   grid-gap: 12px;
}

.calc__list2 {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   grid-gap: 12px;
   margin-bottom: 24px;
}

.calc__list3 {
   display: flex;
   flex-direction: column;
   grid-gap: 12px;
   margin-bottom: 24px;
}

.radio-item label {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: var(--itc-radio-gap);
   font-size: 0.875em;
   cursor: pointer;
}

.calc__img {
   overflow: hidden;
   border-radius: 8px;
   margin-bottom: 0;
}

.calc__img2 {
   overflow: hidden;
   border-radius: 8px;
}

.radio-item label span {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: var(--itc-radio-gap);
}

.label__block {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: var(--itc-radio-gap);
}

.radio-input {
   appearance: none;
   width: var(--itc-radio-size);
   height: var(--itc-radio-size);
   border: var(--itc-border-width) solid var(--itc-border-color);
   border-radius: 50%;
   background-color: var(--itc-body-bg);
   cursor: pointer;
   transition: var(--itc-transition);
}

.radio-input:checked {
   background-color: var(--itc-radio-color);
   border-color: var(--itc-radio-color);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
   background-position: center;
   background-repeat: no-repeat;
}

.radio-input:disabled {
   opacity: var(--itc-disabled-opacity);
   cursor: not-allowed;
}

.radio-input:disabled + span {
   opacity: var(--itc-disabled-opacity);
   cursor: not-allowed;
}

.radio-group__images {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
   grid-gap: 8px;
   margin: 30px 0 40px;
}

.radio-group__img {
   width: 48%;
   overflow: hidden;
   border-radius: 8px;
   box-sizing: border-box;
}

.radio-group__block2 {
   margin-bottom: 24px;
   width: 100%;
}

.radio-group__title {
   margin-bottom: 12px;
   font-size: 0.875em;
}

.label__wrap {
   width: 100%;
   overflow: hidden;
   border-radius: 8px;
}

.radio-group__input {
   background: #f2f2f2;
   border-radius: 8px;
   width: 100%;
   border: none;
   padding: 24px;
   font-size: 0.875em;
   box-sizing: border-box;
}

.label__block {
   background: #f2f2f2;
   padding: 20px;
   cursor: pointer;
   font-size: 0.875em;
   width: 100%;
}

.calc__button {
   cursor: pointer;
   background: #ffd691;
   color: #0f0f0f;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   font-weight: 600;
   position: relative;
   overflow: hidden;
}

.calc__button:hover {
   background: #009d6a;
}

.calc__politic {
   font-size: 0.75em;
   color: #b3b3b3;
   margin-top: 8px;
   line-height: 1.5;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   margin-bottom: 60px;
}

.politic__culc-link {
   color: #333;
   text-decoration: underline;
}

.footer2 {
   padding: 0 0 60px;
   position: relative;
   z-index: 5;
}

.radio-item {
   width: 24%;
}

.radio-group__block3 {
   margin-bottom: 24px;
   width: 49%;
}


@media screen and (max-width: 600px) {

   .radio-item {
      width: 48%;
      margin-bottom: 10px;
   }

   .calc__list2 {
      flex-direction: column;
   }

   .radio-group__block2 {
      margin-bottom: 0;
   }

   .calc__politic {
      margin-top: 20px;
      display: inline-block;
   }

   .radio-item label {
      font-size: 0.75em;
   }

   .radio-group__block3 {
      margin-bottom: 0;
      width: 100%;
   }

   .calc__img {
      transform: scale(90%)
   }


}