/*
HelveticaNeueCyrRoman
HelveticaNeueCyrMedium
HelveticaNeueCyrBold
*/
.zamer *,
.zamer *::before,
.zamer *::after {
  box-sizing: border-box;
}
.zamer {
  width: inherit;
  max-width: inherit;
  margin: 0;
  box-sizing: border-box;
}
.zamer section {
  position: relative;
  max-width: 1170px;
  margin: 0 auto 56px;
  width: 90%;
  box-sizing: border-box;
}
.zamer-line {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin-bottom: 56px;
}
.zamer .ourCompany {
  max-width: inherit;
  width: 100%;
}
.zamer img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
/*баннер вверху*/
.zamer .zamer-top {
  margin-bottom: 40px;
}
.zamer-top__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}
.zamer-top__text {
  margin-top: 32px;
}
.zamer-top__text p {
  line-height: 1.6;
  margin-bottom: 12px;
}
/*advantages*/
.kviz-zamer .kvizBlock {
  width: auto;
}

.zamer section2:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  background-color: #c7c7c7;
  bottom: 0;
  z-index: 100;
}
/*рассчитайте стоимость окна*/
.kvizBlock__text {
  display: flex;
  align-items: center;
}
.kvizBlock__text div {
  margin-right: 80px;
}
.kvizBlock h2 {
  width: 360px;
}

/*пошаговый монтаж*/

.montazh h2 {
  margin-bottom: 50px;
}
.tabss {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  width: 50%;
  position: absolute;
  right: 0;
  padding-left: 20px;
  z-index: 2;
}
.stepinst .tab {
  font-size: 14px;
  font-family: 'HelveticaNeueCyrBold';
  text-transform: uppercase;
  display: block;
  color: #000;
  background-color: #e4e4e4;
  cursor: pointer;
  padding: 8px 10px 7px;
  border-radius: 3px;
}
.stepinst .tab span {
  font-size: 14px;
  font-family: 'HelveticaNeueCyrBold';
}
.stepinst .tab:hover {
  color: #fff;
  background-color: #2076ca;
}
.stepinst .tab.active {
  color: #fff;
  background-color: #2076ca;
  cursor: default;
}
.tab-item h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.montazh .tab-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  position: relative;
}
.tab-item__img {
  border-radius: 3px;
  overflow: hidden;
}

.tab-item__text {
  position: relative;
  top: 70px;
}
.tab-item__text p {
line-height: 1.5; 
}
/*table*/
.price-pvh {
  overflow: auto;
}
.price-pvh h2 {
  margin-bottom: 46px;
}
.price-table {
  width: 100%;
  min-width: 500px;
}
.price-table,
.price-table th,
.price-table td {
  border: 1px solid #e2e2e2;
  padding: 20px;
  color: #666666;
}
.price-table tr:nth-child(even) {
  background-color: #f9f9f9;
} 
.price-table th {
  text-transform: uppercase;
  font-size: 14px;
}
.price-table th:nth-child(n+2) {
  padding-left: 20px;
  padding-right: 20px;
}
.price-table th:nth-child(1),
.price-table td:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.price-table td:nth-child(n+2) {
  text-align: center;
}
/*наши работы*/
.work-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.work-wrap a img {
  /* width: 376px;
  height: 376px; */
  object-fit: cover;
}
.ourworks h2 {
  margin-bottom: 50px;
}
/*достижения*/
.achievements {
  display: flex;
  justify-content: space-between;
  padding: 76px 0 26px;
}
.achiev-wr {
  width: 25%;
}
.achiev-wr__digital {
  font-family: 'HelveticaNeueCyrBold';
  font-size: 36px;
  margin-bottom: 42px;
  position: relative;
  background-color: transparent;
  padding-left: 22px;
}
.achiev-wr__digital:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #eff2fc;
  border-radius: 15px;
  left: 11px;
  top: -11px;
  z-index: -2;
}
.achiev-wr__digital:before {
  content: url(/assets/templates/img/achiev.png);
  position: absolute;
  left: 1px;
  top: -21px;
  z-index: -1;
}
.achiev-wr__text {
  font-size: 18px;
  line-height: 1.2;
  max-width: 200px;
}
/*замер*/
.installment .credit {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 45px 70px;
  margin: 50px 0 0;
}
/*окна пвх*/
.blockCompan img {
  max-width: inherit;
}
/*наши менеджеры*/
.managers-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 46px;
  row-gap: 46px;
}
.managers h2 {
  margin-bottom: 50px;
}
.manager {
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  background-color: #fafaff;
  padding: 36px 42px;
}
.manager__img {
  display: block;
  margin-right: 30px;
  flex-shrink: 0;
}
.manager__img img {
  border-radius: 50%;
}
.manager__name {
  font-size: 18px;
  font-family: 'HelveticaNeueCyrBold';
  margin-bottom: 6px;
}
.manager__position {
  font-size: 14px;
  margin-bottom: 10px;
}
.manager__tel {
  font-size: 14px;
  font-family: 'HelveticaNeueCyrBold';
}
/*faq*/
.faq h2 {
  margin-bottom: 50px;
}
.accordeon_item {
  border: 1px solid #e2e2e2;
  background-color: #f9f9f9;
  margin-bottom: 22px;
  position: relative;
}
.accordeon_item.active {
  background-color: #fff;
}
.accordeon_title {
  font-size: 18px;
  padding: 27px 70px 27px 36px;
  cursor: pointer;
}
.accordeon_content p {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 36px 24px;
}
.accordeon_content ul {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 36px 24px 48px;
  list-style-position: inside;
}
.accordeon_title:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: url(/assets/templates/img/faq-arrow-down.svg);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2076ca;
  position: absolute;
  top: 14px;
  right: 20px;
}
.accordeon_title_min:after {
  content: url(/assets/templates/img/faq-arrow.svg);
}
/*остались вопросы?*/
main.zamer.contacts section.haveQuestion {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .montazh .tab-item {
    grid-template-columns: 1fr 1.3fr;
  }
  .tabss {
    width: 56%;
  }
}

@media (max-width: 1100px) {
  .stepinst .tab,
  .stepinst .tab span {
    font-size: 12px;
  }
  .tab-item__text {
    top: 50px;
  }
  .tab-item__text h3 {
    font-size: 23px;
  }
}
@media (max-width: 1000px) {
  .stepinst .tab {
    font-size: 14px;
    width: 10%;
    text-align: center;
  }
  .stepinst .tab span {
    display: none;
  }
  .kvizBlock img {
    display: block;
  }
  .kvizBlock__text div {
    margin-right: 12px;
  }
 
  .kvizBlock__text {
    width: 100%;
    margin-bottom: 12px;
  }
  .kvizBlock__text h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .achievements {
    flex-wrap: wrap;
    justify-content: center;
  }
  .achiev-wr {
    width: 50%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
  .achiev-wr__text {
    display: flex;
  }
  .manager {
    flex-direction: column;
    text-align: center;
  }
  .manager__img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .manager__line {
    background-color: #dedede;
    width: 90%;
    height: 1px;
    margin: 0 auto 10px;
  }
  .price-table td {
    font-size: 14px;
  }
}

@media (max-width: 766px) {
  .zamer section {
    width: 90%;
    margin: 0 auto 24px;
  }
  .zamer-line {
    margin-bottom: 24px;
  }
  .zamer-top__text {
    margin-top: 20px;
  }
  .zamer-top__text p {
    font-size: 14px;
  }
  .montazh .tab-item {
    display: block;
  }
  .tabss {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 26px;
  }
  /* .stepinst .tab span {
    display: inline;
  } */
  .tab-item__img {
    text-align: center;
    margin-bottom: 20px;
  }
  .stepinst .tab {
    width: 10%;
  }
  .tab-item__text {
    top: 0;
  }
  .tab-item__text h3 {
    font-size: 18px;
  }
  .montazh h2,
  .managers h2,
  .price-pvh h2,
  .installment h2,
  .faq h2 {
    margin-bottom: 24px;
  }
  .installment .credit {
    margin: 0;
  }
  .achievements {
    padding: 24px 0 0;
  }
  .achiev-wr:nth-child(n+3) {
    margin-bottom: 0;
  }
  .managers-wrap {
    row-gap: 20px;
    column-gap: 20px;
  }
  section.advantages .blockAdv .iconAdv {
    min-width: 60px;
  }
}

@media (max-width: 600px) {
  .zamer-top img {
    height: 140px;
    max-width: inherit;
    object-fit: cover;
    object-position: 60% 50%; 
  }
  .zamer .zamer-top {
    margin-bottom: 24px;
  }
  .zamer-line {
    margin-bottom: 22px;
  }
  .work-wrap {
  grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  .ourworks h2 {
    margin-bottom: 24px;
  }
  .achiev-wr__text {
    max-width: 150px;
  }
  .manager {
    padding: 32px 16px;
  }
  .manager__tel {
    font-size: 14px;
    color: #666666;
    margin-left: -12px;
    margin-right: -12px;
  }
  .accordeon_title {
    padding: 15px 70px 15px 20px;
  }
  .accordeon_content p {
    padding: 0 15px 16px;
  }
  .accordeon_content ul {
  padding: 0 15px 15px 20px;
  }
  .installment .credit {
    padding: 20px;
  }
  .price-table th:nth-child(1) {
    width: 50%;
  }
}

@media (max-width: 359px) {
  .manager__tel {
    font-size: 12px;
  }
}