/*FONTS*/
@font-face {
  font-family: 'Seminaria';
  src: url('../fonts/Seminaria-Normal.eot');
  src: url('../fonts/Seminaria-Normal-1.eot') format('embedded-opentype'),
    url('../fonts/Seminaria-Normal.woff2') format('woff2'),
    url('../fonts/Seminaria-Normal.woff') format('woff'),
    url('../fonts/Seminaria-Normal.ttf') format('truetype'),
    url('../fonts/Seminaria-Normal.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*Specifications*/
body {
  font-family: 'Raleway', sans-serif;
  background: #FFFFFF;
  font-weight: normal;
  color: #00000;
  font-size: 18px;
  line-height: 21px;
}

body {
  overflow-y: visible !important;
}

div,
form,
input,
p,
a,
span {
  box-sizing: border-box;
}

ul,
li,
p {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}

a:hover,
.header li:hover a,
.footer li:hover a,
.spec__info a:hover,
.footer__links a:hover {
  color: #F6A450;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none !important;
  text-decoration: none !important;
}

button:hover {
  cursor: pointer;
}

section,
footer,
header {
  overflow: hidden;
}

:focus {
  outline: none !important;
}

.body-wrap {
  overflow: hidden;
  position: relative;
}

h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #140f0b;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: 'Seminaria';
}

h2::first-letter,
.nav__logo p::first-letter {
  color: #FC6249;
}

h2::first-letter {
  font-size: 50px;
}

.bttn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #E0E9DC;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid transparent;
}

.bttn:hover {
  cursor: pointer;
  background: transparent;
  transition: all 0.5s ease;
  color: green;
  border: 2px solid green;
}

/* HEADER */
.nav__box {
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: block;
  width: max-content;
}

.nav__logo p {
  font-family: 'Seminaria';
  font-size: 38px;
  line-height: 39px;
  color: #FC6249;
  color: #140f0b;
}

nav ul li a {
  font-weight: 500;
  color: #525152;
}

nav ul {
  width: 100%;
  max-width: 585px;
  justify-content: space-between;
}

.nav__info {
  max-width: 260px;
}

.nav__text {
  font-size: 16px;
  line-height: 19px;
}

.nav__tel {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  font-feature-settings: 'pnum'on, 'lnum'on;
  color: #FC624A;
  margin: 10px 0 10px;
  display: block;
}

.nav__time {
  font-size: 16px;
  line-height: 19px;
  color: #525152;
}

.nav__time span {
  font-weight: bold;
  color: #140f0b;
}

.header__box {
  margin-top: 70px;
  justify-content: space-between;
  align-items: center;
}

.header__content {
  max-width: 640px;
  position: relative;
  top: 42px;
}

.header__flex {
  margin-top: 80px;
  width: 100%;
  max-width: 553px;
  justify-content: space-between;
}

.header__flex p {
  font-weight: 500;
  margin-top: 10px;
}

.header {
  padding: 20px 0 320px;
  position: relative;
  overflow: visible;
}

.header__fig {
  position: absolute;
  left: 0;
  bottom: -321px;
}

/* ABOUT */
.about {
  padding: 8px 0 262px;
}

.about__box {
  max-width: 929px;
  margin: 60px 66px 0 auto;
}

.about__item {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 118px;
}

.about__item:last-child {
  margin-bottom: 0;
}

.about__name {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 10px;
  font-feature-settings: 'pnum'on, 'lnum'on;

}

.about__text {
  font-size: 22px;
  line-height: 26px;
  color: #525152;
  max-width: 537px;
}

.about__block {
  width: 300px;
  flex: 1 0 auto;
  max-width: 300px;
  text-align: center;
}

.about__content {
  margin-left: 80px;
}

.about__block img {
  text-align: right;
  margin-left: auto;
  display: flex;
}

.about__item:first-child .about__block img {
  position: relative;
  left: -21px;
}

/* SPEC */
.spec {
  padding: 50px 0 95px;
  background: #E0E9DC;
  position: relative;
}

.spec__fig1,
.spec__fig2 {
  position: absolute;
}

.spec__fig1 {
  right: 0;
  top: -210px;
}

.spec__fig2 {
  left: -24px;
  bottom: -136px;
  z-index: 0;
}

.spec__box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1083px;
  margin: 40px auto 50px;
}

.spec__item {
  padding: 40px 37px 37px;
  width: 530px;
  height: 245px;
  background: #FFFFFF;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.spec__item:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: 59px;
  width: 6px;
  height: 130px;
  background: #F6A450;
}

.spec__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

.spec__list li {
  font-weight: 500;
  color: #525152;
  margin-bottom: 14px;
}

.spec__list li:last-child {
  margin-bottom: 0;
}

.spec__list li:before {
  content: "";
  display: inline-block;
  background: #FC6249;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.spec__info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.spec__info p {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
}

.spec__info .spec__last {
  margin-bottom: 0;
}

.spec__info a {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: lowercase;
  font-feature-settings: 'pnum'on, 'lnum'on;
  margin-top: 10px;
  display: block;
  color: #FC624A;
}

/* SER */
.ser {
  margin-top: 200px;
  padding-bottom: 100px;
}

.ser__box {
  width: 100%;
  max-width: 970px;
  justify-content: space-between;
  margin: 40px auto 0;
}

.ser__item {
  text-align: center;
  width: 310px;
  height: 480px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.ser__bottom {
  margin-top: auto;
}

.ser__item:nth-child(1) .ser__top {
  background: #E0E9DC;
}

.ser__item:nth-child(1) .ser__middle {
  background: #EDF7E8;
}

.ser__item:nth-child(2) .ser__middle {
  background: #FFD4A8;
}

.ser__item:nth-child(3) .ser__middle {
  background: #FFB9AA;
}

.ser__item:nth-child(2) .ser__top {
  background: #F6A450;
}

.ser__item:nth-child(3) .ser__top {
  background: #FC6249;
}

.ser__btn_2 {
  background: #F6A450;
}

.ser__btn_2:hover {
  color: #F6A450;
  border: 2px solid #F6A450;
}

.ser__btn_3 {
  background: #FC6249;
}

.ser__btn_3:hover {
  color: #FC6249;
  border: 2px solid #FC6249;
}

.ser__top {
  padding: 16px 21px;
}

.ser__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 7px;
}

.ser__text {
  font-size: 14px;
  line-height: 16px;
  max-width: 268px;
}

.ser__block {
  padding: 20px;
}

.ser__sum {
  font-size: 24px;
  line-height: 28px;
  color: #FC6249;
  margin-bottom: 5px;
  font-weight: bold;
  font-feature-settings: 'pnum'on, 'lnum'on;
}

.ser__old {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-decoration-line: line-through;
  color: #000000;
  margin-top: 20px;
  font-feature-settings: 'pnum'on, 'lnum'on;
}

.ser__middle {
  padding: 19px;
}

.ser__middle p {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}

.ser__middle p:last-child {
  margin-bottom: 0;
}

.ser__bottom {
  padding: 37px 40px 19px;
}

/* FOOTER */
.footer {
  padding: 100px 0 200px;
  overflow: visible;
}

.footer__contain {
  position: relative;
}

.footer__fig {
  position: absolute;
  left: -351px;
  bottom: -240px;
}

.footer .nav__logo {
  position: relative;
  z-index: 2;
}

.footer .nav__logo p {
  font-size: 36px;
  line-height: 36px;
}

.footer .nav__logo p::first-letter {
  font-size: 40px;
}

.footer ul li a {
  font-weight: 500;
  color: #525152;
}

.burger__list {
  position: relative;
}

.footer ul {
  width: 100%;
  max-width: 585px;
  justify-content: space-between;
  margin: 60px 0 40px;
  position: relative;
}

.footer__links a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #525152
}

.footer__box {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1087px;
  position: relative;
}

.footer__name {
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  color: #525152;
}

.footer__inf {
  max-width: 238px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #525152;
  font-feature-settings: 'pnum'on, 'lnum'on;
}

.w {
  display: none;
}

.footer__wrap {
  width: 100%;
  max-width: 645px;
  justify-content: space-between;
  position: relative;
}

/* JOB */
.job {
  padding: 100px 0;
}

.job__box {
  max-width: 1021px;
  width: 100%;
  margin: 60px auto 0;
}

.job__item {
  align-items: center;
  position: relative;
  justify-content: center;
  margin-bottom: 40px;
}

.job__item:last-child {
  margin-bottom: 0;
}

.job__item:nth-child(2n) .job__content {
  margin-left: 0;
  margin-right: 20px;
}

.job__item:nth-child(2n) {
  text-align: right;
}

.job__content {
  margin-left: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  max-width: 358px;
  position: relative;
  top: 2px;
}

.job__fig1,
.job__fig2 {
  position: absolute;
}

.job__item:nth-child(1) {
  left: -188px;
}

.job__item:nth-child(1) .job__fig1 {
  top: -66px;
  left: 226px;
}

.job__item:nth-child(1) .job__fig2 {
  right: -7px;
  top: 53px;
}

.job__item:nth-child(2) {
  right: -129px;
}

.job__item:nth-child(2) .job__fig1 {
  right: 150px;
  top: -61px;
}

.job__item:nth-child(2) .job__fig2 {
  left: 43px;
  top: 66px;
}

.job__item:nth-child(3) {
  left: -131px;
}

.job__item:nth-child(3) .job__fig1 {
  top: -32px;
  left: 181px;
}

.job__item:nth-child(3) .job__fig2 {
  right: 81px;
  top: 95px;
}

.job__item:nth-child(4) {
  right: -167px;
}

.job__item:nth-child(4) .job__fig1 {
  right: 187px;
  top: -95px;
}

.job__item:nth-child(4) .job__fig2 {
  left: 5px;
  top: 26px;
}

.job__item:nth-child(5) {
  left: -166px;
}

.job__item:nth-child(5) .job__fig1 {
  top: -88px;
  left: 145px;
}

/* CON */
#map {
  width: 100%;
  max-width: 1080px;
  height: 540px;
  margin: 60px auto 30px;
}

.con__info {
  width: 1080px;
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
}

.accordion-container {
  display: none;
}

.con {
  padding: 100px 0 150px;
}

.con__name {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 7px;
}

.con__text {
  font-size: 23.5px;
  line-height: 28px;
  color: #525152;
  margin-bottom: 15px;
}

.con__call {
  font-size: 23.5px;
  line-height: 28px;
  color: #525152;
  margin-bottom: 2px;
}

.con__tel {
  font-size: 23.5px;
  line-height: 28px;
  color: #525152;
  font-weight: 600;
  font-feature-settings: 'pnum'on, 'lnum'on;
}

.menu {
  display: none;
}

.burger {
  display: none;
}

/*POPUP*/
.box-modal__close:hover {
  transform: rotate(90deg);
}

.box-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s ease;
  z-index: 100;
  cursor: pointer;
}

.box-modal {
  position: relative;
}

.popup-call__name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

.popup-call__text {
  margin-bottom: 5px;
}

.popup-call__box {
  width: 576px;
  height: auto;
  position: absolute;
  margin-left: -288px;
  top: 50%;
  left: 50%;
  margin-top: -261px;
  background: #F9F9FC;
  box-shadow: 5px 30px 40px rgba(192, 193, 213, 0.25);
  padding: 60px 40px 40px;
}

@media screen and (max-width: 1199px) {
  .nav__box {
    flex-wrap: wrap;
  }

  .nav__info {
    margin-top: 20px;
    width: 100%;
  }

  .header__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__pic {
    margin: 40px auto 0;
  }

  .header__content {
    top: 0;
  }

  .about__box {
    margin: 60px auto 0;
  }

  .spec__box {
    align-items: center;
    justify-content: center;
  }

  .ser__item {
    margin-bottom: 40px;
  }

  .ser__item:last-child {
    margin-bottom: 0;
  }

  .ser__box {
    flex-direction: column;
    align-items: center;
  }

  .job__item:nth-child(1) .job__fig2 {
    right: -54px;
  }

  .job__item:nth-child(2) .job__fig2 {
    left: -6px;
  }

  .job__item:nth-child(3) .job__fig2 {
    right: 56px;
  }

  .job__item:nth-child(4) .job__fig2 {
    left: -50px;
  }

  .footer__wrap {
    flex-direction: column;
  }

  .footer__wrap {
    width: max-content;
    margin-left: 80px;
  }

  .footer__box {
    justify-content: flex-start;
  }

  .footer__item {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .menu .button {
    position: relative;
    display: flex;
    z-index: 1000000;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #E0E9DC;
    align-items: center;
    justify-content: center;
  }

  .menu .button span {
    width: 22px;
    position: absolute;
    top: calc(50% - 1px);
    background-color: #263238;
    height: 2px;
    transition: .3s all ease-in-out;
  }

  .menu .button span::before {
    content: '';
    width: 22px;
    position: absolute;
    top: -7px;
    background-color: #263238;
    height: 2px;
    transition: .3s all ease-in-out;
  }

  .menu .button span::after {
    content: '';
    width: 22px;
    position: absolute;
    bottom: -6.5px;
    background-color: #263238;
    height: 2px;
    transition: .3s all ease-in-out;
  }

  .menu .button.active span {
    background-color: transparent;
    width: 13px;
  }

  .menu .button.active span::before {
    content: '';
    width: 14px;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    background: #263238;
  }

  .menu .button.active {
    background: #F6A450;
  }

  .menu .button.active span::after {
    content: '';
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
    background: #263238;
    width: 14px;
  }

  /*BURGER*/

  .burger {
    position: absolute;
    flex-direction: column;
    right: -150%;
    top: 0px;
    z-index: 100000;
    display: flex;
    box-sizing: border-box;
    transition: .3s all ease-in-out;
    width: auto;
    height: 100vh;
    background: #E0E9DC;
  }

  .burger.active {
    right: 0px;
    top: 0px;
    min-width: 80%;
    padding: 90px 30px;
  }

  .burger__figg {
    position: absolute;
    right: 0;
    top: 72px;
    width: 280px;
    height: 454px;
  }

  .burger__list li a {
    display: block;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #525152;
  }

  .burger__list li a:hover {
    color: #20C99A;
  }

  .menu {
    display: flex;
    position: absolute;
    top: 45px;
    right: 38px;
  }

  .header nav ul {
    display: none !important;
  }

  .nav__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .about__item {
    flex-direction: column;
  }

  .about__content {
    margin: 40px auto 0;
  }

  .about__text {
    max-width: 100%;
  }

  .about {
    padding: 8px 0 100px;
  }

  .ser {
    margin-top: 100px;
  }

  .job__item:nth-child(1) {
    left: -75px;
  }

  .job__item:nth-child(1) .job__fig1 {
    left: 88px;
  }

  .job__item:nth-child(1) .job__fig2 {
    right: -71px;
    top: 8px;
  }

  .job__item:nth-child(2) .job__fig1 {
    right: 98px;
    top: -95px;
  }

  .job__item:nth-child(2) .job__fig2 {
    left: -36px;
    top: 18px;
  }

  .job__item:nth-child(3) {
    left: -78px;
  }

  .job__item:nth-child(3) .job__fig1 {
    top: -80px;
  }

  .job__item:nth-child(3) .job__fig2 {
    right: -54px;
  }

  .job__item:nth-child(2) {
    right: -89px;
    top: 23px;
  }

  .job__item:nth-child(4) {
    right: -62px;
    top: 35px;
  }

  .job__item:nth-child(4) .job__fig1 {
    right: 147px;
  }

  .job__item:nth-child(5) {
    left: -47px;
    top: 88px;
  }

  .job__item:nth-child(5) .job__fig1 {
    left: 21px;
  }

  .job__item:nth-child(4) .job__fig2 {
    left: -99px;
    top: -39px;
  }

  .con {
    padding: 100px 0;
  }

  .header {
    padding: 20px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .job__item {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    flex-direction: column;
    text-align: center;
    margin-bottom: 180px;
  }

  .job__fig2 {
    display: none;
  }

  .job__item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .job__content {
    margin: 20px auto 0 !important;
    text-align: center;
  }

  .job__item:nth-child(2) .job__fig1 {
    right: 57px;
  }

  .job__item:nth-child(3) .job__fig1 {
    left: 78px;
  }

  .job__item:nth-child(4) .job__fig1 {
    right: 77px;
  }

  .job__item:nth-child(5) .job__fig1 {
    left: 66px;
  }

  .job__item:after {
    content: "";
    display: block;
    background: url(../img/new1.svg) no-repeat;
    width: 43px;
    height: 115px;
    position: absolute;
    bottom: -133px;
    margin-left: -22.5px;
    left: 50%;
  }

  .job__item:nth-child(2n):after {
    content: "";
    display: block;
    background: url(../img/new2.svg) no-repeat;
    width: 43px;
    height: 115px;
    position: absolute;
    bottom: -133px;
    margin-left: -22.5px;
    left: 50%;
  }

  .job__item:last-child:after {
    display: none;
  }

  .footer ul {
    width: 100%;
    flex-wrap: wrap;
    max-width: 466px;
  }

  .footer ul li {
    margin-bottom: 10px;
    display: block;
  }

  .footer__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__wrap {
    margin-left: 0;
    margin-top: 40px;
  }

  .footer__fig {
    position: absolute;
    left: -126px;
    bottom: -194px;
    width: 149%;
  }

  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

@media screen and (max-width: 575px) {
  .menu .button {
    right: -15px;
    top: -29px;
  }

  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .header__box {
    margin-top: 41px;
  }

  .header__flex {
    margin-top: 41px;
  }

  .w {
    display: block;
  }


  .header__flex p {
    width: max-content;
  }

  .header__pic {
    width: 100%;
  }

  .header__fig {
    display: none;
  }

  h2 {
    text-align: left;
    line-height: 48px;
  }

  .header {
    padding: 20px 0 102px;
  }

  .about__block {
    width: 100%;
  }

  .about__item:first-child .about__block img {
    max-width: 200px;
    margin: 0 auto;
  }

  .about__block img {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
  }

  .about__box {
    margin: 37px auto 0;
  }

  .about__item {
    margin-bottom: 40px;
  }

  .about {
    padding: 8px 0 123px;
  }

  .spec__fig1,
  .spec__fig2 {
    display: none;
  }

  .spec {
    padding: 36px 0 76px;
  }

  .spec__item {
    flex-direction: column-reverse;
    height: auto;
    padding: 30px 28px 40px;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .spec__item:before {
    top: 27px;
  }

  .spec__content {
    margin-top: 18px;
  }

  .spec__block {
    margin: 0 auto;
  }

  .spec__box {
    margin-bottom: 17px;
  }

  .spec__info p {
    font-size: 30px;
    line-height: 35px;
    max-width: 309px;
    margin: 0 auto;
  }

  .spec__info .spec__last {
    margin-top: 38px;
  }

  .spec__info .spec__last br {
    display: none;
  }

  .spec__info .spec__last .w {
    display: block;
  }

  .spec__info a {
    font-size: 30px;
  }

  .ser {
    margin-top: 123px;
    padding-bottom: 50px;
  }

  .ser h2 {
    text-align: center;
  }

  .job {
    padding: 65px 0;
  }

  .job h2 {
    text-align: center;
  }

  .job__box {
    margin: 104px auto 0;
  }

  .job__item:nth-child(1) .job__fig1 {
    top: -63px;
    left: 66px;
  }

  .job__item {
    margin-bottom: 214px;
  }

  .job__item:nth-child(2) .job__fig1 {
    right: 41px;
    top: -61px;
  }

  .job__item:nth-child(2) .job__img {
    position: relative;
    left: -39px;
  }

  .job__item:nth-child(3) .job__fig1 {
    top: -51px;
    left: 56px;
  }

  .job__item:nth-child(3) .job__img {
    position: relative;
    left: 20px;
  }

  .job__content br {
    display: none;
  }

  .job__item:nth-child(4) .job__fig1 {
    right: 33px;
    top: -87px;
  }

  .job__item:nth-child(5) .job__fig1 {
    left: 5px;
  }

  .job__content {
    font-size: 23px;
  }

  .con {
    padding: 58px 0;
  }

  .con h2 {
    text-align: center;
  }

  #map {
    margin: 33px auto 30px;
    border: 3px solid #F6A450;
    overflow: visible;
    box-sizing: border-box;
  }

  .con__name {
    width: 80%;
  }

  .con__text br {
    display: none;
  }

  .con__text {
    margin-bottom: 24px;
  }

  .footer {
    padding: 63px 0 174px;
  }

  .footer ul {
    margin: 39px 0 12px;
    flex-direction: column;
  }

  .footer ul li {
    margin-bottom: 26px;
  }

  .footer__item {
    margin-bottom: 20px;
  }

  .accordion-container {
    display: block;
    margin-top: 18px;
    width: 100%;
  }

  .spec__content {
    display: none;
  }

  .spec__name {
    display: block;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
  }

  .set {
    width: 100%;
  }

  .set>a {
    background: url(../img/arr.svg) no-repeat 100% 17px;
  }

  .set>a:hover {
    color: #000000;
  }

  .set>a.active {
    background: url(../img/arrr.svg) no-repeat 100% 17px;
  }

  .content {
    display: none;
  }

  .popup-call__box {
    width: 320px;
    margin-left: -160px;
    padding: 60px 20px 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 350px) {
  .con__name {
    width: 100%;
  }

  .ser__item {
    width: 100%;
  }

  h1 {
    font-size: 33px;
  }

  .header__flex {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .header__item {
    width: 34%;
    margin-bottom: 10px;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}