@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Regular.eot');
  src: local('PFDinDisplayPro-Regular'),
  url('../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PFDinDisplayPro-Regular.woff') format('woff'),
  url('../fonts/PFDinDisplayPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF DinDisplay Pro Bold';
  src: url('../fonts/PFDinDisplayPro-Bold.eot');
  src: local('PFDinDisplayPro-Bold'),
  url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'),
  url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corbel';
  src: url('../fonts/Corbel-Bold.eot');
  src: local('Corbel Bold'), local('Corbel-Bold'),
  url('../fonts/Corbel-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Corbel-Bold.woff') format('woff'),
  url('../fonts/Corbel-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* style general
-----------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.container {
  max-width: 1150px;
  height: 100%;
  margin: 0 auto;
}

/* style header
-----------------*/
.header {
  max-width: 1150px;
  padding: 17px calc(50% - 575px) 0;
  background-color: rgb(32, 44, 118);
  display: grid;
  grid-template-columns: 120px 1fr 260px;
  grid-template-rows: repeat(2, auto);
}

.logo {
  width: 120px;
}

.socicon {
  width: 70px;
}

.header__logo {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close, .menu__button {
  display: none;
}

.header__menu {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-top: 12px;
  transition: .3s ease all;
}

.menu {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
}

.menu__item {
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
}

.menu__item:hover {
  border-bottom-color: #fbd915;
}

.menu__link {
  color: #fff;
  font-size: 25px;
  font-family: "PF DinDisplay Pro", sans-serif;
}

.header__contacts {
  width: 100%;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.phone {
  font-family: "PF DinDisplay Pro Bold", sans-serif;
  color: #fff;
  font-size: 17px;
}

.button__call {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  font-family: "PF DinDisplay Pro", sans-serif;
  cursor: pointer;
}

.button__call:hover {
  -webkit-animation: button__call 1s ease-in-out infinite alternate;
  -moz-animation: button__call 1s ease-in-out infinite alternate;
  animation: button__call 1s ease-in-out infinite alternate;
}

@-webkit-keyframes button__call {
  from {
    text-shadow: 0 0 10px #ffffff, 0 0 20px #fff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }

  to {
    text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

/* style main
-----------------*/
.content-sidebar {
  width: 100%;
}

/* style breadcrumbs
-----------------*/
.breadcrumbs {
  max-width: 1150px;
  padding: 20px calc(50% - 575px) 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs__link {
  color: #202c76;
  text-transform: uppercase;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 23.33px;
  display: inline-flex;
}

.breadcrumbs__link:after {
  content: "/";
  display: block;
  color: #202c76;
  margin: 0 7px;
}

.breadcrumbs__link:last-child:after {
  content: none;
}

.breadcrumbs__link:hover {
  color: #fbd915;
}

/* style price
--------------*/
.price {
  max-width: 1150px;
  padding: 25px calc(50% - 575px);
}

.price__table {
  border-collapse: collapse;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-weight: bold;
}

tr.table-title td {
  background-color: #202c76;
  height: 105px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  border: 2px solid #fff;
}

.price__table .table__col-1 {
  background-color: #fbd915;
  color: #000;
  text-align: center;
  font-size: 16px;
  padding: 15px 10px;
  border: 2px solid #fff;
}

.price__table td {
  padding: 0 10px;
  border: 2px solid #fbd915;
}

/* style info
--------------------*/
.info {
  max-width: 1150px;
  padding: 30px calc(50% - 575px) 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.info__text {
  padding-bottom: 35px;
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 26.25px;
}

/* style advantages
--------------------*/
.advantages {
  max-width: 1150px;
  padding: 25px calc(50% - 575px) 35px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  background-color: rgb(32, 44, 118);
}

.advantages__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.advantages__icon {
  height: 75px;
  margin-top: 25px;
}

.advantages__text {
  color: #fff;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 21.25px;
  text-align: center;
}

/* style info contacts
--------------------*/
.info-contacts {
  max-width: 1150px;
  padding: 40px calc(50% - 575px) 20px;
  background-image: url("../img/fon.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.info-contacts__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.info-contacts__title {
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 25px;
  margin-bottom: 15px;
}

.info-contacts__phone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-contacts__span {
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 21px;
  margin-bottom: 10px;
  display: block;
}

.info-contacts__number {
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 18.75px;
  margin-bottom: 10px;
}

.info-contacts__text, .mail {
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 20.81px;
  margin-bottom: 10px;
}

.info-contacts__feedback {
  width: 635px;
}

.feedback__text {
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 26.67px;
  margin-bottom: 20px;
}

.buttons-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.buttons-form__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
}

.feedback__text {
  padding-left: 45px;
}

.buttons-form__phone, .buttons-form__feedback {
  width: 210px;
  height: 40px;
  background-color: #202c76;
  color: #fff;
  border-radius: 5px;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
}

.buttons-form__phone:hover {
  background-color: #2d39a0;
}

.buttons-form__phone {
  padding-left: 15px;
}

.buttons-form__phone::placeholder {
  color: #fff;
}

.buttons-form__feedback {
  font-size: 13px;
  font-family: "PF DinDisplay Pro", sans-serif;
}

.buttons-form__feedback {
  background-color: #fbd915;
  color: #000;
  font-size: 16px;
}

.buttons-form__feedback:hover {
  background-color: #f4d116;
}

.buttons-form__text {
  font-size: 13px;
  margin: 10px 0;
}

.сopyright {
  font-size: 19px;
  font-family: "PF DinDisplay Pro", sans-serif;
}

/* style map
---------------------*/
.map {
  width: 100%;
  padding: 25px 0;
  background-color: #202c76;
}

#map {
  width: 100%;
  height: 440px;
}

/* style preview
---------------------*/
.preview {
  max-width: 1150px;
  padding: 40px calc(50% - 575px) 120px;
  background-image: url("../img/fon-2.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.preview__title {
  font-size: 44.67px;
  color: #fff;
  margin-bottom: 70px;
  font-family: "Corbel", sans-serif;
}

.preview__title {
  text-shadow: 1px 1px 20px black, 0 0 1em rgba(0, 0, 0, 1);
}

.preview-list, .preview-list__item {
  width: 365px;
}

.preview-list__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.preview-list__img {
  margin-right: 20px;
  width: 90px;
}

.preview-list__text {
  font-size: 19.88px;
  color: #fbd915;
  text-transform: uppercase;
  font-family: "Corbel", sans-serif;
}

/* style partners
---------------------*/
.partners {
  max-width: 1290px;
  padding: 47px calc(50% - 645px);
  background-color: #fff;
}

.partners__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: "Corbel", sans-serif;
  font-size: 24.37px;
  color: #202c76;
}

.partners-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, auto);
}

.partners-list__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* style catalog
---------------------*/
.catalog {
  max-width: 1150px;
  padding: 40px calc(50% - 575px) 120px;
}

.catalog-title__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.catalog__title {
  height: 70px;
  background-color: #202c76;
  width: 50%;
  padding-left: 55px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.catalog-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 60px calc((100% - 900px) / 2);
}

.catalog-list__item {
  width: 100%;
  height: 300px;
  position: relative;
}

.catalog-list__box-img {
  width: 300px;
  height: 300px;
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  background-size: cover;
}

.catalog-list__item:last-child {
  background-image: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.catalog-list__img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.catalog-list__link {
  position: absolute;
  left: 70px;
  top: 83%;
  background-color: #202c76;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 20px 7px;
  width: 235px;
  z-index: 50;
}

.catalog-name {
  width: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.catalog-name__text {
  color: #fff;
  font-size: 15.42px;
  text-transform: uppercase;
  font-family: "Corbel", sans-serif;
}

.catalog-link {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-image: url("../img/icons/icon-5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.catalog-list__item:hover .catalog-link {
  background-image: url("../img/icons/icon-12.png");
}

.catalog-list__button {
  width: 185px;
  border-radius: 5px;
  height: 40px;
  background-color: #fbd915;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "PF DinDisplay Pro", sans-serif;
  position: absolute;
  left: 0;
  bottom: -27px;
  cursor: pointer;
}

.catalog-list__text {
  color: #333399;
  font-size: 17.83px;
  font-family: "PF DinDisplay Pro", sans-serif;
}

.catalog-list__text span {
  background-color: #ffed00;
  padding: 3px;
}

/* style service
---------------------*/
.service {
  width: 100%;
  padding-top: 40px;
  background-color: rgb(246, 245, 246);
}

.service__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 23.08px;
  color: #202c76;
  font-family: "PF DinDisplay Pro", sans-serif;
  margin-bottom: 30px;
}

.service-list {
  max-width: 1150px;
  padding: 0 calc(50% - 575px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 40px 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-list__item {
  margin: 0 auto;
}

.service-list__item, .service-list__link {
  width: 375px;
  height: 160px;
}

.service-list__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.service-list__img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: .6s ease all;
  z-index: 3;
}

.service-list__item:hover .service-list__img {
  width: 105%;
}

.service-list__title {
  width: calc(100% - 40px);
  height: 50px;
  padding: 0 20px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Corbel", sans-serif;
  font-size: 15.33px;
  background-color: #fbd915;
  color: #384a85;
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: row;

  align-items: center;
}

.service-list__item:nth-child(odd) .service-list__title {
  justify-content: flex-start;
}

.service-list__item:nth-child(even) .service-list__title {
  justify-content: flex-end;
}

.service-list__link:hover .service-list__title {
  color: #5577cf;
}

/* style content-sidebar.form
------------------------------*/
.content-sidebar.form {
  max-width: 1150px;
  padding: 0 calc(50% - 575px);
  height: calc(100vh - 141px);
  background-image: url("../img/fon-3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.form__title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 39.29px;
  font-weight: 100;
}

.form__feedback {
  padding: 65px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 0 10px;
}

.feedback__submit {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}

.box-input-textarea, .form__feedback, .box-input, .feedback__input, .feedback__select, .feedback__textarea {
  width: 100%;
}

.feedback__input, .feedback__select, .feedback__textarea {
  padding-left: 20px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 25px;
  color: #333399;
  font-size: 22.17px;
}

.feedback__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  position: relative;
  background-image: url("../img/icons/icon-11.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  font-size: 22.17px;
}

.feedback__input::placeholder, .feedback__textarea::placeholder, .feedback__select {
  color: #333399;
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 14.17px;
}

.feedback__input {
  width: calc(100% - 40px);
}

.box-input, .feedback__textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.feedback__textarea {
  height: 85px;
  width: calc(100% - 20px);
  padding: 20px 0 0 20px;
}

.feedback__submit, .form-phone__submit {
  width: 330px;
  height: 40px;
  background-color: #fbd915;
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  color: #333399;
  font-size: 20px;
}

.feedback__submit:hover, .form-phone__submit:hover {
  background-color: #c4a713;
}

.form-feedback__text {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 19.23px;
  font-family: "PF DinDisplay Pro", sans-serif;
}

.form, .form-phone__wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.form__feedback {
  width: 585px;
}

.form, .form-phone__wrap {
  display: none;
}

.close-form {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 42px;
  background-color: transparent;
  border: none;
  transform: rotate(135deg);
  cursor: pointer;
}

/* style form phone
----------------------------- */
.form-phone {
  width: 400px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-phone__title {
  text-align: center;
  font-size: 23px;
  font-family: "PF DinDisplay Pro", sans-serif;
  color: #000;
}

.form-phone__input {
  width: calc(100% - 100px);
  padding: 0 20px;
  border: 1px solid #5f5f5f;
  font-size: 16px;
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  margin: 25px 0;
  border-radius: 5px;
  height: 40px;
}

.thanks__text {
  width: 400px;
  color: #000;
  font-family: "PF DinDisplay Pro", sans-serif;
  border-radius: 5px;
  text-align: center;
  font-size: 23px;
  background-color: #fff;
  padding: 20px;
  display: none;
}

/* style @media
----------------------------- */
@media screen and (max-width: 1235px) {
  .header, .breadcrumbs, .info, .advantages, .info-contacts, .content-sidebar.form, .preview, .catalog,
  .service-list {
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .price {
    max-width: 100%;
  }

  .header {
    padding: 17px 20px 0;
  }

  .catalog-list {
    grid-gap: 60px 25px;
  }

  .catalog-list__item {
    width: 100%;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .catalog-name__text {
    font-size: 12.42px;
  }

  .catalog-list__img {
    width: 55%;
  }

  .partners-list {
    grid-template-columns: repeat(3, auto);
    grid-gap: 40px 0;
  }
}

@media screen and (max-width: 1150px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .preview, .preview__title, .preview-list {
    position: relative;
  }

  .preview__title, .preview-list {
    z-index: 2;
  }

  .preview:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.66);
  }
}

@media screen and (max-width: 1050px) {
  .header__logo {
    grid-row-end: 2;
  }

  .header__menu, .menu {
    width: 100%;
    padding: 0;
  }

  .header__menu {
    grid-column-start: 1;
  }

  .info__text {
    font-size: 21.25px;
  }

  .advantages {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 0;
  }

  .info {
    align-items: flex-end;
  }
}

@media screen and (max-width: 860px) {
  .service-list__item {
    width: calc(100% - 30px);
  }

  .service-list__item, .service-list__link {
    height: 120px;
  }

  .service-list__title {
    font-size: 12.33px;
  }
}

@media screen and (max-width: 800px) {
  .header__menu {
    margin-top: 15px;
  }

  .menu__link {
    font-size: 20px;
  }

  .advantages__icon {
    height: 45px;
  }

  .advantages__text {
    font-size: 18.25px;
  }

  .info-contacts__wrap {
    flex-direction: column;
  }

  .info-contacts__content {
    width: 100%;
    margin-bottom: 20px;
  }

  .info-contacts__feedback, .info-contacts__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feedback__text {
    padding-left: 0;
    text-align: center;
  }

  .buttons-form {
    justify-content: center;
    align-items: flex-start;
  }

  .info-contacts__text, .info-contacts__title {
    text-align: center;
  }

  .info__img {
    width: 255px;
  }

  .info__text {
    font-size: 16.25px;
  }

  tr.table-title td, .price__table .table__col-1 {
    font-size: 11px;
  }

  .form-feedback__text {
    font-size: 23.23px;
  }

  .form__title {
    font-size: 36.29px;
  }

  .feedback__submit, .form-phone__submit {
    width: 330px;
  }

  .feedback__input::placeholder, .feedback__textarea::placeholder, .feedback__select {
    font-size: 16.17px;
  }

  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-list__img {
    width: 85%;
  }

  .catalog-list__link {
    left: calc(50% - 140px);
  }

  .catalog-list__button {
    position: static;
    margin-top: 20px;
  }

  .catalog-list__text {
    text-align: center;
  }

  .preview__title {
    font-size: 29.67px;
  }

  .partners-list__logo {
    height: 60px;
  }

  .catalog-list__link {
    padding: 15px 20px 7px 40px;
  }

  .catalog-list__item:last-child {
    width: 100%;
  }

  .catalog-list__box-img {
    width: 200px;
    height: 200px;
  }

  .form-feedback__text {
    width: 80%;
  }
}

  @media screen and (max-width: 670px) {
    .catalog-list {
      grid-template-columns: repeat(1, 1fr);
    }

    .catalog-list__item {
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }

    .catalog-list__link {
      position: absolute;
      left: auto;
      top: auto;
      width: calc(100% - 250px);
      padding-left: 230px;
      z-index: -1;
      border-radius: 50px 0 0 50px;
    }

    .catalog-list {
      grid-gap: 10px 25px;
    }

    .form__feedback {
      width: 545px;
    }
  }

  @media screen and (max-width: 600px) {
    .advantages {
      grid-template-columns: repeat(2, 1fr);
    }

    .info {
      flex-direction: column;
      align-items: center;
    }

    .feedback__text {
      font-size: 19.67px;
    }

    .info-contacts__title {
      font-size: 20px;
    }

    .form__feedback {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: auto;
    }

    .box-input, .box-input-textarea {
      width: 100%;
      grid-column-start: 1;
      grid-column-end: 3;
    }

    .content-sidebar.form {
      height: auto;
    }

    .feedback__submit {
      grid-row-start: 3;
      grid-row-end: 4;
      grid-column-start: 1;
      grid-column-end: 3;
    }

    .form-feedback__text {
      font-size: 17.23px;
      padding-top: 25px;
    }

    .form__title {
      font-size: 29.29px;
    }

    .service-list {
      grid-template-columns: repeat(1, 1fr);
    }

    .service-list__item, .service-list__link {
      height: 145px;
    }

    .catalog {
      width: calc(100% - 40px);
      padding: 40px 20px 35px;
    }

    .close {
      display: block;
      position: absolute;
      top: 5px;
      right: 15px;
      color: #202c76;
      background-color: transparent;
      border: none;
      cursor: pointer;
      font-size: 31px;
      transform: rotate(135deg);
    }

    .header__menu {
      position: absolute;
      width: 200px;
      background-color: #fff;
      padding: 15px;
      top: 0;
      left: -230px;
      margin-top: 0;
      z-index: 100;
    }

    .menu {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .menu__link {
      color: #202c76;
    }

    .menu__button {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width: 30px;
      height: 30px;
      background-color: transparent;
      cursor: pointer;
    }

    .menu__line {
      width: 30px;
      height: 4px;
      background-color: #fff;
      border-radius: 5px;
    }

    .header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 17px;
    }

    .socicon {
      display: none;
    }

    .header__contacts {
      width: 140px;
    }

    .catalog__title {
      width: 100%;
      padding: 0 20px;
      text-align: center;
      justify-content: center;
    }

    .form__title {
      font-size: 29.29px;
      margin-bottom: 15px;
    }

    .breadcrumbs__link {
      font-size: 17.33px;
    }

    .feedback__input, .feedback__select, .feedback__textarea {
      height: 35px;
    }

    .feedback__submit {
      font-size: 15px;
    }

    .form__title {
      padding-top: 55px;
    }

    .partners-list {
      grid-template-columns: repeat(2, auto);
    }

    .price__table .table__col-1 {
      font-size: 7px;
      padding: 0;
    }

    tr.table-title td, .price__table td  {
      font-size: 9px;
      text-align: center;
      padding: 0;
    }

    .feedback__input {
      width: calc(100% - 20px);
    }

    .form__feedback {
      width: calc(100% - 40px);
      padding: 0 20px;
    }

    .form-phone {
      width: calc(100% - 80px);
    }

    .form-phone__submit {
      width: 100%;
    }

    .form-phone__input {
      width: calc(100% - 40px);
    }

    .form-phone__title {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 450px) {
    .feedback__submit {
      width: 100%;
    }

    .service-list__item, .service-list__link {
      height: 120px;
    }

    .logo {
      width: 80px;
    }

    .header__contacts {
      width: 120px;
    }

    .phone {
      font-size: 14px;
    }

    .button__call {
      font-size: 16px;
    }

    .preview-list, .preview-list__item {
      width: auto;
    }

    .preview-list__text {
      font-size: 15.88px;
    }

    .preview-list__img {
      width: 52px;
    }

    .preview__title {
      font-size: 19.67px;
    }

    .catalog {
      width: calc(100% - 40px);
      padding: 20px;
    }

    .buttons-form {
      flex-direction: column;
    }

    .buttons-form__wrap {
      width: 100%;
      margin-bottom: 10px;
    }

    .buttons-form__phone, .buttons-form__feedback {
      width: 100%;
    }

    .buttons-form__text {
      text-align: center;
    }

    .form-feedback__text {
      font-size: 12.23px;
    }

    .partners-list {
      grid-template-columns: repeat(1, auto);
    }

    .catalog-list__img {
      width: 35%;
    }

    .catalog-list {
      grid-gap: 15px 25px;
    }

    .catalog-list__box-img {
      width: 150px;
      height: 150px;
    }

    .catalog-list__link {
      width: calc(100% - 170px);
      padding-left: 170px;
    }
  }

  @media screen and (max-width: 350px) {
    .feedback__input, .feedback__select, .feedback__textarea {
      padding-left: 20px;
      margin-bottom: 30px;
      width: calc(100% - 20px);
    }

    .feedback__input, .feedback__select {
      width: calc(100% - 0px);
    }

    .feedback__input {
      width: calc(100% - 20px);
    }

    .catalog-list__box-img {
      width: 110px;
      height: 110px;
    }

    .catalog-list__img {
      width: 65%;
    }

    .catalog-list__link {
      width: calc(100% - 140px);
      padding-left: 120px;
    }
  }
