html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
strong {
  font-size: clamp(22px, 4vw, 24px);
  font-family: "Roboto";
  text-align: center;
}

img {
  max-width: 100%;
}

.a {
  color: #2A30C5;
}

.photo {
  text-transform: uppercase;
  font-size: 18px;
  color: #2A30C5;
}
.photo:hover {
  color: red;
  text-decoration: none;
  font-size: 17px;
}

.conteiner {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 15px;
}

.main-section {
  background: #D6D6C9;
  overflow: hidden;
  padding: 0 10px;
}

.section-1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-1__img {
  border-radius: 50%;
}
.section-1__text {
  font-size: clamp(28px, 6vw, 40px);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
}

.nav-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.nav-section__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-section__menu-text {
  font-size: 22px;
  text-align: center;
  font-family: "Inter";
  margin-top: 20px;
  margin-right: 30px;
}

.menu__link {
  color: #000;
  text-decoration: underline;
  transition-duration: 1.5s;
}

.menu__link:hover {
  text-decoration: none;
  color: #2A30C5;
}

.line {
  border-top: 1px solid #000;
  margin: 10px 0;
}

.conteiner__center {
  display: flex;
  justify-content: space-around;
}

.conteiner__center-right_name {
  font-size: 38px;
  margin-top: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
}
.conteiner__center-right_experience {
  font-size: 36px;
  margin-bottom: 80px;
  margin-left: 35px;
  margin-top: 70px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
}
.conteiner__center-right_phone {
  font-size: 36px;
  color: #575353;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  margin-left: 50px;
  margin-bottom: 50px;
}

.link {
  text-decoration: none;
}
.link__icon {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 80px;
}
.link__text {
  vertical-align: middle;
  font-size: 32px;
  color: #000;
  transition-duration: 2s;
}
.link__text:hover {
  color: #2A30C5;
  text-decoration: underline;
}

.invitation {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.invitation-items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
  align-items: center;
}
.invitation-items__text {
  font-size: clamp(22px, 4vw, 25px);
}
.invitation-items__img {
  border-radius: 20px;
}

.opinion {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.opinion-block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
  align-items: center;
}
.opinion-block__text {
  font-size: clamp(22px, 4vw, 25px);
}
.opinion-block__img {
  border-radius: 20px;
}

.part-1__article {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}
.part-1__text {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-top: 20px;
  align-items: center;
}
.part-1__text_text {
  font-size: clamp(22px, 4vw, 25px);
}
.part-1__text_photo {
  width: 220px;
  height: 260px;
}

.part-2__article {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.part-2-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
}
.part-2-text__text {
  font-size: clamp(22px, 4vw, 25px);
}
.part-2-text__right {
  display: flex;
  justify-content: space-around;
}
.part-2-text__right_photo {
  width: 260px;
  height: 160px;
}
.part-2-text__right_circle {
  display: inline-flex;
  margin-left: 20px;
}
.part-2-text__right_circle-1 {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: linear-gradient(172.01deg, rgba(243, 108, 11, 0.402) 12.47%, rgba(153, 94, 51, 0.582) 39.2%, rgba(78, 82, 202, 0.6) 61.1%, rgba(140, 143, 209, 0.6) 83%, rgba(217, 217, 217, 0.6) 100.06%);
  transform: rotate(25deg);
  margin-top: 55px;
  z-index: 1;
}
.part-2-text__right_circle-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: linear-gradient(328.11deg, rgba(243, 108, 11, 0.469) 19.23%, rgba(153, 94, 51, 0.679) 41.15%, rgba(78, 82, 202, 0.7) 59.1%, rgba(140, 143, 209, 0.7) 77.05%, rgba(217, 217, 217, 0.7) 91.04%);
  transform: rotate(180deg);
  margin-left: -140px;
}
.part-2-text__right_circle-2-subtract {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #D9D9D9;
}

.part-3__article {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}
.part-3__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part-3__text_text {
  font-size: clamp(22px, 4vw, 25px);
  padding-top: 15px;
  padding-left: 20px;
}

.part-3__text-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-3__text-left_photo {
  height: 180px;
  width: 250px;
  margin-top: 30px;
  margin-right: 50px;
}
.part-3__text-left_circle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: linear-gradient(328.11deg, rgba(243, 108, 11, 0.5025) 19.23%, rgba(153, 94, 51, 0.7275) 41.15%, rgba(78, 82, 202, 0.75) 59.1%, rgba(140, 143, 209, 0.75) 77.05%, rgba(217, 217, 217, 0.75) 91.04%);
  transform: rotate(45deg);
}

.part-4__article {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.part-4-text {
  display: flex;
  justify-content: space-around;
}
.part-4-text__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.part-4-text__left_video {
  width: 450px;
  height: 280px;
}
.part-4-text__left_photo {
  width: 240px;
  height: 160px;
}
.part-4-text__left_photo-1 {
  width: 240px;
  height: 160px;
}
.part-4-text__text {
  font-size: clamp(22px, 4vw, 25px);
  padding-top: 15px;
  padding-left: 20px;
}

.part-5__article {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.part-5-text {
  display: flex;
  flex-direction: column;
}
.part-5-text__left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
}
.part-5-text__left_video {
  width: 450px;
  height: 280px;
}
.part-5-text__text {
  font-size: clamp(22px, 4vw, 25px);
  padding-top: 30px;
}

.nylon-items {
  padding-left: 20px;
}

.nylon-text {
  font-weight: bold;
}

.text {
  font-size: 24px;
  font-weight: bold;
}

.acetal {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.acetal-block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
  align-items: center;
}
.acetal-block__text {
  font-size: clamp(22px, 4vw, 25px);
}
.acetal-block__img {
  border-radius: 20px;
}

.part-6-article {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.part-6-block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
  align-items: center;
}
.part-6-block__text {
  font-size: clamp(22px, 4vw, 25px);
}
.part-6-block__img {
  border-radius: 20px;
}

.price {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.text {
  font-size: clamp(22px, 5vw, 25px);
}

.footer__line {
  height: 3px;
  background-color: #000;
  margin-top: 50px;
  margin-bottom: 35px;
}
.footer__number {
  font-size: 32px;
  color: #575353;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  margin-bottom: 25px;
  text-align: center;
}
.footer__name {
  font-size: 38px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  margin-bottom: 25px;
  text-align: center;
}
.footer__text {
  font-size: clamp(22px, 4vw, 25px);
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.meeting {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.meeting-block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
  align-items: center;
}
.meeting-block__text {
  font-size: clamp(22px, 4vw, 25px);
}
.meeting-block__img {
  border-radius: 20px;
}

.footer-link {
  text-decoration: none;
  margin-left: 390px;
}
.footer-link__icon {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 40px;
}
.footer-link__text {
  vertical-align: middle;
  font-size: 32px;
  color: #000;
  transition-duration: 2s;
}
.footer-link__text.small {
  font-size: clamp(20px, 3vw, 24px);
}
.footer-link__text:hover {
  color: #2A30C5;
  text-decoration: underline;
}

.btn {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #B0C4DE;
  font-size: 40px;
  border: none;
  border-radius: 20px;
  padding: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 2s;
  outline: 2px solid #B0C4DE;
  outline-offset: 6px;
}

.btn-link {
  text-decoration: none;
  color: #000;
}

.btn:hover {
  box-shadow: 0 0 5px 5px grey;
}

.site {
  font-size: clamp(18px, 3vw, 24px);
  text-align: center;
  margin-bottom: 20px;
}

.map {
  margin-bottom: 200px;
}

iframe {
  display: block;
  margin: 0 auto;
  width: clamp(290px, 99%, 900px);
}

.count {
  margin-left: 1150px;
  margin-top: -180px;
}

.count-yandex {
  display: none;
}

@media (max-width: 1199px) {
  .conteiner {
    width: 990px;
  }
  .section-1__text {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .menu {
    grid-template-columns: auto auto auto;
    line-height: 28px;
  }
  .conteiner__center-left_photo {
    width: 550px;
    height: 400px;
  }
  .conteiner__center-right_name {
    font-size: 26px;
    margin-top: 40px;
    padding-left: 31px;
    text-align: center;
  }
  .conteiner__center-right_experience {
    font-size: 26px;
    margin-left: 70px;
  }
  .conteiner__center-right_phone {
    font-size: 26px;
    margin-left: 80px;
  }
  .link {
    margin-left: 40px;
  }
  .link__text {
    font-size: 26px;
  }
  .part-1__text_photo {
    width: 200px;
    height: 260px;
    margin-top: 60px;
  }
  .part-2-text__right {
    flex-direction: column;
  }
  .part-2-text__right_circle {
    margin-left: 50px;
  }
  .part-2-text__right_circle-1 {
    width: 150px;
    height: 150px;
  }
  .part-2-text__right_circle-2 {
    width: 130px;
    height: 130px;
  }
  .part-2-text__right_circle-2-subtract {
    width: 85px;
    height: 85px;
  }
  .part-3__text-left_circle {
    width: 150px;
    height: 150px;
    transform: rotate(0deg);
  }
  .part-3__text-left_photo {
    margin-right: 10px;
    width: 160px;
    height: 115px;
  }
  .part-4-text__text {
    padding-top: 30px;
  }
  .part-4-text__left {
    justify-content: space-around;
  }
  .footer-link {
    margin-left: 280px;
  }
}
@media (max-width: 1035px) {
  .conteiner {
    width: 900px;
  }
  .conteiner__center-left_photo {
    width: 500px;
    height: 350px;
    margin-top: 30px;
  }
  .conteiner__center-right_name {
    font-size: 23px;
    margin-top: 30px;
    padding: 0;
  }
  .conteiner__center-right_experience {
    font-size: 23px;
    margin: 65px 15px 65px 0px;
    text-align: center;
  }
  .conteiner__center-right_phone {
    font-size: 24px;
    margin-left: 0px;
    margin-bottom: 55px;
    text-align: center;
  }
  .link__icon {
    margin-left: 0px;
  }
  .link__text {
    margin-left: 0px;
    font-size: 23px;
  }
  .part-3__text_photo {
    margin-top: 160px;
  }
  .part-3__text_circle {
    width: 150px;
    height: 150px;
    margin-top: 130px;
  }
  .part-5-text__left_video {
    width: 400px;
    height: 250px;
  }
  .footer__text {
    padding-left: 0px;
  }
  .footer__number {
    font-size: 30px;
    padding-left: 0;
  }
  .footer__name {
    font-size: 34px;
    padding-left: 0;
  }
  .footer-link {
    margin-left: 200px;
  }
  .footer-link__text {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .conteiner {
    width: 800px;
  }
  .section-1__text {
    margin-bottom: 0;
  }
  .conteiner__center-right_name {
    font-size: 22px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .conteiner__center-right_experience {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 40px;
    text-align: center;
  }
  .conteiner__center-right_phone {
    font-size: 22px;
    margin-left: 25px;
    margin-bottom: 35px;
  }
  .link__text {
    font-size: 22px;
  }
  .link__icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .part-1__text_photo {
    margin-top: 180px;
    width: 180px;
    height: 200px;
  }
  .part-2-text__right {
    height: 500px;
  }
  .part-3__text-left {
    justify-content: space-around;
    height: 400px;
  }
  .part-5-text__left_video {
    width: 380px;
    height: 250px;
  }
  .footer__number {
    font-size: 30px;
  }
  .footer__name {
    font-size: 34px;
  }
  .footer-link {
    margin-left: 200px;
  }
  .small {
    margin-left: -170px;
  }
  iframe {
    max-width: 800px;
  }
}
@media (max-width: 810px) {
  .conteiner {
    width: 680px;
  }
  .menu__items {
    font-size: 18px;
  }
  .conteiner__center-left_photo {
    width: 400px;
    height: 300px;
    margin-top: 40px;
  }
  .conteiner__center-right_name {
    font-size: 23px;
    margin-top: 60px;
  }
  .conteiner__center-right_experience {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 25px;
  }
  .conteiner__center-right_phone {
    margin-left: 23px;
    font-size: 20px;
  }
  .link {
    margin-left: 20px;
  }
  .part-1__text_photo {
    width: 140px;
    height: 150px;
    margin-top: 190px;
  }
  .part-4-text {
    display: grid;
    grid-template-columns: 1fr;
  }
  .part-4-text__left_video {
    margin-bottom: 20px;
  }
  .part-5-text__left {
    flex-direction: column;
  }
  .footer-link {
    margin-left: 150px;
  }
}
@media (max-width: 750px) {
  .conteiner {
    width: 630px;
  }
  .section-1__img {
    width: 125px;
    height: 125px;
  }
  .conteiner__center-left_photo {
    width: 350px;
    height: 240px;
    margin-top: 30px;
  }
  .conteiner__center-right_name {
    font-size: 20px;
    margin-top: 30px;
  }
  .conteiner__center-right_experience {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 35px;
    margin-top: 35px;
    margin-left: 0;
  }
  .conteiner__center-right_phone {
    font-size: 24px;
    padding-left: 15px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 14px;
  }
  .link {
    padding-left: 0;
  }
  .link__icon {
    margin-right: 3px;
  }
  .invitation-items {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .opinion-block {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .part-1__text_photo {
    width: 120px;
    height: 150px;
    margin-top: 120px;
  }
  .part-1__text_text {
    margin: 0;
  }
  .part-2-text__circle_1 {
    width: 110px;
    height: 110px;
  }
  .part-2-text__circle_2 {
    width: 100px;
    height: 100px;
  }
  .part-2-text__circle_2_2-subtract {
    width: 55px;
    height: 55px;
  }
  .part-2-text__text {
    padding-right: 0;
  }
  .part-2-text__photo {
    width: 200px;
    height: 120px;
  }
  .acetal-block {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .part-6-block {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .footer__number {
    font-size: 27px;
  }
  .footer__name {
    font-size: 28px;
  }
  .meeting-block {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .footer-link {
    margin-left: 130px;
  }
  .footer-link__text {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .conteiner {
    width: 440px;
  }
  .section-1 {
    flex-direction: column;
  }
  .section-1__text {
    margin-top: 30px;
    text-align: center;
  }
  .section-1__img {
    width: 100px;
    height: 100px;
  }
  .menu {
    grid-template-columns: auto;
  }
  .menu__items {
    font-size: 22px;
  }
  .conteiner__center {
    flex-direction: column;
  }
  .conteiner__center-left_photo {
    width: 450px;
    margin: 0;
  }
  .conteiner__center-right_name {
    font-size: 26px;
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
  .conteiner__center-right_experience {
    font-size: 24px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .conteiner__center-right_phone {
    padding: 0;
  }
  .link {
    margin-left: 90px;
  }
  .link__text {
    font-size: 24px;
    margin: 0;
  }
  .part-1__article {
    margin-top: 0;
  }
  .part-1__text {
    display: initial;
  }
  .part-1__text_photo {
    display: block;
    margin-top: 20px;
    margin: 0 auto;
  }
  .part-1__text_text {
    margin-top: 15px;
  }
  .part-2-text {
    margin-top: 0;
    position: relative;
  }
  .part-2-text__text {
    margin-top: 150px;
  }
  .part-2-text__right {
    display: initial;
    height: 0;
  }
  .part-2-text__right_photo {
    position: absolute;
    width: 220px;
    height: 160px;
    top: 20px;
    left: 0;
  }
  .part-2-text__right_circle {
    position: absolute;
    top: 0px;
    left: 300px;
  }
  .part-2-text__right_circle-1 {
    width: 90px;
    height: 90px;
  }
  .part-2-text__right_circle-2 {
    display: none;
  }
  .part-3__text {
    display: grid;
    grid-template-columns: 1fr;
  }
  .part-3__text_text {
    padding-left: 0;
  }
  .part-3__text-left_photo {
    margin: 0;
  }
  .part-4-text__left_video {
    width: 400px;
    height: 250px;
  }
  .part-4-text__text {
    padding-left: 0;
  }
  .footer__number {
    font-size: 24px;
  }
  .footer__name {
    font-size: 26px;
  }
  .footer-link {
    margin-left: 10px;
  }
}
@media (max-width: 460px) {
  .conteiner {
    width: 100%;
  }
  .section-1__text {
    margin-left: 0px;
  }
  .conteiner__center-left_photo {
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    height: 230px;
  }
  .conteiner__center-right_name {
    padding-left: 0;
  }
  .conteiner__center-right_experience {
    font-size: 26px;
    padding-left: 0;
  }
  .conteiner__center-right_phone {
    padding-left: 0;
  }
  .invitation {
    margin-top: 0;
  }
  .opinion {
    margin-top: 0;
  }
  .link {
    margin-left: 60px;
    padding-left: 0;
  }
  .link__text {
    font-size: 24px;
  }
  .part-1__text_photo {
    width: 100px;
    height: 100px;
  }
  .part-2__line {
    width: 90px;
    margin: 0 auto;
  }
  .part-2-text__text {
    margin-top: 150px;
  }
  .part-2-text__right_photo {
    width: 180px;
    height: 120px;
  }
  .part-2-text__right_circle {
    left: 190px;
  }
  .part-2-text__right_circle-1 {
    width: 70px;
    height: 70px;
    margin-top: 45px;
  }
  .part-3__article {
    text-align: center;
    padding-left: 0;
  }
  .part-3__line {
    margin: 0 auto;
    width: 120px;
  }
  .part-3__text {
    flex-wrap: wrap;
  }
  .part-3__text-left {
    justify-content: start;
    height: 280px;
  }
  .part-4__article {
    margin-top: 0px;
  }
  .part-4__line {
    margin-bottom: 0;
  }
  .part-4-text__left_video {
    width: 340px;
    height: 210px;
  }
  .part-4-text__left_photo {
    width: 140px;
    height: 90px;
  }
  .part-4-text__left_photo-1 {
    width: 140px;
    height: 90px;
    left: 200px;
  }
  .part-5__article {
    margin-top: 0px;
  }
  .part-5-text__left_video {
    width: 340px;
    height: 210px;
  }
  .footer__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 357px) {
  .part-4-text__left_video {
    width: 280px;
    height: 170px;
  }
  .part-5-text__left_video {
    width: 280px;
    height: 170px;
    margin-top: 15px;
  }
  .link {
    margin: 0;
  }
  .footer-link__icon {
    margin: 0;
  }
  .footer-link__text {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */