@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OrelegaOne;
  font-display: swap;
  src: url("../fonts/OrelegaOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html a:focus,
html a:hover,
html a:active {
  text-decoration: underline;
}
html .hook {
  position: absolute;
  top: -120px;
}
@media (max-width: 1000px) {
  html .hook {
    top: -75px;
  }
}
@media (max-width: 765px) {
  html .hook {
    top: -60px;
  }
}

.wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #456987;
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 25px;
  align-items: center;
  height: 100px;
}
.header__phone {
  position: relative;
  padding-left: 32.5px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 1300px) {
  .header__phone {
    font-size: calc(
        10px + 10 *
          ((100vw - 320px) / 980)
      );
  }
}
.header__phone:hover {
  text-decoration: underline 1px solid;
}
.header__phone::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
  background: url("../img/icons/headerPhone.svg") center/20px 20px no-repeat;
  left: 0px;
  top: -7.5px;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.header__title {
  font-family: "OrelegaOne";
  font-size: 40px;
  line-height: 44px;
  color: #456987;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .header__title {
    font-size: calc(
        16px + 24 *
          ((100vw - 320px) / 980)
      );
  }
}
.header__navigation {
  display: flex;
  gap: 25px;
}
.header__navigation a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 1300px) {
  .header__navigation a {
    font-size: calc(
        10px + 10 *
          ((100vw - 320px) / 980)
      );
  }
}
.header__navigation a:hover {
  text-decoration: underline 1px solid;
}
.header__media {
  display: none;
  justify-content: center;
  gap: 16px;
  margin: 8px 0 21px 0;
}
.header__media .icon-skype {
  background: url("../img/icons/headerSkype.svg") center/100% 100% no-repeat;
}
.header__media .icon-telegram {
  background: url("../img/icons/headerTelegram.svg") center/100% 100% no-repeat;
}
.header__media .icon-viber {
  background: url("../img/icons/headerViber.svg") center/100% 100% no-repeat;
}
.header__media .icon-vk {
  background: url("../img/icons/headerVK.svg") center/100% 100% no-repeat;
}
.header__media .icon-whatsapp {
  background: url("../img/icons/headerWhatsapp.svg") center/100% 100% no-repeat;
}
.header__link {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100px;
}
.header__link:hover {
  transform: scale(1.2);
  transition: 0.1s;
}
.header__link:hover:active {
  transform: scale(1.1);
  transition: 0.1s;
}
.header__toggle {
  display: none;
}
.header__burger {
  display: none;
}
.header__background {
  display: none;
}
@media (max-width: 1000px) {
  .header__wrapper {
    height: 56px;
  }
  .header__phone {
    display: block;
    width: 20px;
    padding-left: 20px;
    text-indent: -9999px;
  }
  .header__title {
    font-size: 30px;
  }
  .header__navigation {
    gap: 15px;
  }
}
@media (max-width: 765px) {
  .header {
    width: 100%;
    z-index: 4;
  }
  .header__wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 40px;
    padding: 0 18px;
  }
  .header__phone {
    flex: 0 0 30px;
  }
  .header__title {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-size: 42px;
    white-space: nowrap;
  }
}
@media (max-width: 765px) and (max-width: 1300px) {
  .header__title {
    font-size: calc(
        16px + 26 *
          ((100vw - 320px) / 980)
      );
  }
}
@media (max-width: 765px) {
  .header__media {
    display: flex;
  }
}
@media (max-width: 765px) {
  .header__toggle {
    display: block;
    width: 0;
    opacity: 0;
  }
}
@media (max-width: 765px) {
  .header__burger {
    display: block;
    position: relative;
    z-index: 3;
    flex: 0 0 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
  }
  .header__burger::before, .header__toggle:checked + .header__burger::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header__burger::before {
    background: url("../img/icons//burger.svg") 0 0/20px 20px no-repeat;
  }
  .header__toggle:checked + .header__burger::before {
    background: url("../img/icons//cross.svg") 0 0/20px 20px no-repeat;
  }
}
@media (max-width: 765px) {
  .header__menu {
    visibility: hidden;
    position: fixed;
    z-index: 2;
    top: 41px;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
  }
  .header__menu .header__navigation {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 32px 0;
  }
  .header__menu .header__navigation a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 765px) {
  .header__toggle:checked ~ .header__menu {
    visibility: visible;
    background-color: #dedede;
  }
}
@media (max-width: 765px) {
  .header__toggle:checked ~ .header__background {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 41px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.intro {
  position: relative;
  width: 100%;
  margin-top: 101px;
}
.intro__background {
  z-index: -1;
  position: absolute;
  height: 700px;
  left: 0%;
  right: 30%;
  top: 0px;
  background: #dedede;
  border-radius: 0px 0px 20px;
}
.intro__background_small {
  display: none;
}
.intro__wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
  height: 700px;
}
.intro__container {
  max-width: 1320px;
  margin: 0 auto;
}
.intro__info {
  padding-top: 186px;
  width: 650px;
}
.intro__title {
  padding-bottom: 10px;
  font-family: OrelegaOne;
  font-weight: 400;
  font-size: 60px;
}
.intro__description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 32px;
}
.intro__button {
  display: block;
  margin-top: 30px;
  padding: 16px 32px;
  background: #454887;
  border-radius: 10px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.intro__button:hover, .intro__button:focus {
  background-color: #343665;
}
.intro__button:active {
  background-color: #343665;
  transform: scale(0.98);
}
.intro__photo {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  max-height: 630px;
  max-width: 823px;
  width: 43vw;
  height: 33vw;
  border-radius: 0 0 0 20px;
  border-bottom: 3px solid;
  border-left: 1px solid;
  border-color: #456987;
}
@media (max-width: 1500px) {
  .intro__background {
    min-height: 38vw;
    max-height: 700px;
  }
  .intro__background_big {
    display: none;
  }
  .intro__background_small {
    display: block;
    height: 100%;
  }
  .intro__wrapper {
    min-height: 38vw;
    height: auto;
  }
  .intro__info {
    width: calc(54vw - 90px);
    padding: 130px 0;
  }
  .intro__title {
    font-size: 36px;
  }
  .intro__description {
    font-size: 24px;
  }
  .intro__button {
    margin-top: 20px;
    padding: 16px 32px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .intro {
    margin-top: 57px;
  }
  .intro__wrapper {
    padding: 0 32px;
  }
  .intro__info {
    width: calc(54vw - 64px);
    padding: 80px 0;
  }
  .intro__title {
    padding-bottom: 5px;
    font-size: 28px;
  }
  .intro__description {
    font-size: 16px;
  }
  .intro__button {
    margin-top: 10px;
    padding: 12px 28px;
    font-size: 16px;
  }
}
@media (max-width: 765px) {
  .intro {
    margin-top: 41px;
  }
  .intro__background {
    right: 5%;
  }
  .intro__wrapper {
    padding: 0 16px;
  }
  .intro__info {
    width: calc(54vw - 32px);
    padding: 50px 0;
  }
  .intro__title {
    font-size: 24px;
  }
  .intro__description {
    font-size: 14px;
  }
  .intro__button {
    margin-top: 16px;
    font-size: 14px;
  }
  .intro__photo {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    max-height: 630px;
    max-width: 823px;
    width: 46vw;
    height: 34vw;
    border-radius: 0 0 0 20px;
  }
}
@media (max-width: 500px) {
  .intro__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 0 16px;
  }
  .intro__background {
    right: 16px;
  }
  .intro__info {
    max-width: 400px;
    width: 100%;
    padding: 16px 32px 20px 0;
    align-self: center;
  }
  .intro__button {
    margin: 16px auto 0 auto;
  }
  .intro__photo {
    position: static;
    width: 95vw;
    height: auto;
  }
}

.features {
  width: 100%;
  margin: 32px auto;
}
.features__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.features__item {
  padding: 20px 40px;
  border: solid #456987;
  border-width: 1px 3px 3px 1px;
  text-align: center;
  width: auto;
}
.features__title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
}
.features__title span {
  display: block;
  width: 100%;
  font-family: OrelegaOne;
  font-weight: 400;
  font-size: 32px;
}
@media (max-width: 1500px) {
  .features {
    padding: 0 32px;
  }
  .features__item {
    padding: 15px 30px;
  }
  .features__title {
    font-size: 20px;
  }
  .features__title span {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .features__item {
    padding: 10px 20px;
  }
  .features__title {
    font-size: 12px;
  }
  .features__title span {
    font-size: 20px;
  }
}
@media (max-width: 765px) {
  .features {
    margin: 16px auto;
    padding: 0 16px;
  }
  .features__list {
    gap: 5px;
  }
  .features__item {
    padding: 10px 20px;
  }
  .features__title {
    font-size: 14px;
  }
  .features__title span {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .features__list {
    flex-direction: column;
    gap: 7px;
  }
  .features__item {
    padding: 5px 20px;
  }
  .features__title {
    font-size: 12px;
  }
  .features__title span {
    font-size: 15px;
  }
}

.work {
  position: relative;
  margin-top: 100px;
}
.work__title {
  font-family: OrelegaOne;
  font-weight: 400;
  font-size: 40px;
}
.work .tab {
  position: relative;
  min-height: 590px;
  width: 100%;
  margin-top: 50px;
}
.work .tab__background {
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 30%;
  right: 0%;
  background: #dedede;
  border: 1px solid;
  border-width: 1px 0 0 0;
  border-color: #dedede;
  border-radius: 20px 0px 0px 20px;
}
.work .tab__container {
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
}
.work .tab__switch {
  display: none;
}
.work .tab__wrapper {
  display: flex;
  height: 590px;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  font-family: Montserrat;
}
.work .tab__wrapper .tab__item, .work .tab__wrapper input {
  display: none;
}
.work .tab__wrapper .tab__item {
  order: 1;
}
.work .tab__wrapper input:checked + label {
  background: #456987;
  color: #ffffff;
}
.work .tab__wrapper input:hover + label {
  background: #80a2be;
  color: #000000;
}
.work .tab__wrapper input:checked:hover + label {
  background: #456987;
  color: #ffffff;
}
.work .tab__wrapper input:checked + label + .tab__item {
  display: block;
}
.work .tab__label {
  z-index: 1;
  user-select: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  width: 450px;
  height: 89px;
  padding: 10px 15px;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  border-width: 0 3px 1px 1px;
  border-style: solid;
  border-color: #456987;
  cursor: pointer;
}
.work .tab__label_start {
  border-width: 1px 3px 1px 1px;
}
.work .tab__label_end {
  border-width: 0px 3px 3px 1px;
  border-radius: 0px 0px 20px 0px;
}
.work .tab__item {
  position: absolute;
  top: 50px;
  left: 610px;
  max-width: 1320px;
}
.work .tab__item .worklist {
  width: 600px;
  max-height: 590px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.work .tab__item .worklist__icon {
  width: 100px;
  margin: 0 75px 20px 75px;
}
.work .tab__item .worklist__el {
  overflow: hidden;
  max-height: 200px;
  width: 250px;
  margin: 25px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .work {
    margin-top: 90px;
  }
  .work__title {
    max-width: 1440px;
    padding: 0 60px;
    font-size: 32px;
  }
  .work .tab {
    min-height: auto;
    margin-top: 32px;
  }
  .work .tab__background {
    height: 456px;
  }
  .work .tab__container {
    max-width: 1440px;
    padding: 0 60px;
  }
  .work .tab__wrapper {
    height: 456px;
  }
  .work .tab__label {
    width: 400px;
    height: 74px;
    font-size: 20px;
  }
  .work .tab__item {
    top: 32px;
    left: 460px;
  }
  .work .tab__item .worklist {
    width: 50vw;
    max-height: 456px;
  }
  .work .tab__item .worklist__icon {
    margin: 0 60px 20px 60px;
  }
  .work .tab__item .worklist__el {
    width: 220px;
    margin: 16px;
    font-size: 16px;
  }
}
@media (max-width: 1050px) {
  .work {
    margin-top: 70px;
  }
  .work__title {
    padding-left: 32px;
  }
  .work .tab {
    margin-top: 24px;
  }
  .work .tab__background {
    height: 400px;
  }
  .work .tab__container {
    padding: 0;
  }
  .work .tab__wrapper {
    height: 400px;
  }
  .work .tab__label {
    width: 280px;
    height: 52px;
    font-size: 16px;
    margin-left: 32px;
  }
  .work .tab__item {
    top: 32px;
    left: 40vw;
  }
  .work .tab__item .worklist {
    width: 450px;
    max-height: 400px;
  }
  .work .tab__item .worklist__icon {
    width: 60px;
    margin: 0 60px 16px 60px;
  }
  .work .tab__item .worklist__el {
    width: 180px;
    font-size: 14px;
  }
}
@media (max-width: 765px) {
  .work {
    margin-top: 32px;
  }
  .work__title {
    padding-left: 16px;
    font-size: 24px;
  }
  .work .tab {
    margin-top: 16px;
  }
  .work .tab__background {
    height: 400px;
    left: 16px;
  }
  .work .tab__switch {
    z-index: 3;
    display: block;
    position: absolute;
    width: 400px;
    height: 52px;
    margin-left: 16px;
    opacity: 0;
  }
  .work .tab__wrapper {
    width: 100%;
    height: 400px;
    flex-direction: column;
  }
  .work .tab__wrapper input:checked + label {
    display: block;
    order: -1;
    border-width: 1px 3px 3px 1px;
    border-radius: 0px 0px 20px 20px;
    background: #ffffff;
    color: #000000;
  }
  .work .tab__wrapper input:checked + label::after {
    content: url("../img/icons/arrow.svg");
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-left: 10px;
  }
  .work .tab__wrapper input:hover + label {
    background: #ffffff;
    color: #000000;
  }
  .work .tab__wrapper input:checked:hover + label {
    background: #456987;
    color: #ffffff;
  }
  .work .tab__wrapper input:checked:hover + label::after {
    content: url("../img/icons/arrowWhite.svg");
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-left: 10px;
  }
  .work .tab__wrapper input:checked + label + .tab__item {
    display: block;
  }
  .work .tab__wrapper input:checked + .active {
    display: block;
    border-width: 1px 3px 1px 1px;
    border-radius: 0;
  }
  .work .tab__wrapper input:checked + .active::after {
    content: "";
    display: none;
  }
  .work .tab__label {
    display: none;
    z-index: 0;
    width: 400px;
    height: 52px;
    margin-left: 16px;
    padding: 16px 40px;
    background: #ffffff;
    border-width: 0px 3px 1px 1px;
    border-radius: 0;
  }
  .work .tab__item {
    z-index: 1;
    position: absolute;
    top: 52px;
    left: 16px;
    padding-top: 16px;
    background-color: #dedede;
  }
  .work .tab__item .worklist {
    width: calc(100vw - 32px);
    max-width: 464px;
    margin-left: calc((100vw - 464px - 16px) / 2);
  }
  .work .tab__item .worklist__el {
    width: 200px;
    font-size: 14px;
  }
  .work .tab .active {
    display: block;
    z-index: 2;
  }
}
@media (max-width: 500px) {
  .work__title {
    font-size: 20px;
    padding: 0 16px;
  }
  .work .tab__switch {
    width: calc(100vw - 32px);
    height: 37px;
  }
  .work .tab__label {
    font-size: 14px;
    width: calc(100vw - 32px);
    height: 37px;
    padding: 10px 40px;
  }
  .work .tab__item {
    top: 37px;
    border-radius: 0px 0px 0px 20px;
  }
  .work .tab__item .worklist {
    width: calc(100vw - 32px);
    margin: 0 auto;
  }
  .work .tab__item .worklist__icon {
    margin: 0 20px 10px 20px;
  }
  .work .tab__item .worklist__el {
    max-height: 145px;
    width: 100px;
    font-size: 12px;
  }
}

.example {
  position: relative;
  margin-top: 100px;
  padding-bottom: 110px;
  overflow: hidden;
  width: 100%;
}
.example__title {
  font-family: OrelegaOne;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 50px;
}
.example__container {
  max-width: 1320px;
  height: auto;
  justify-content: space-between;
  overflow: hidden;
}
.example__background {
  position: absolute;
  top: 130px;
  z-index: -13;
  width: 100vw;
  height: 100%;
  background-color: #dedede;
}
.example__item {
  font-family: Montserrat;
}
.example__item_title {
  min-height: 100px;
  padding: 20px;
  background: #456987;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.example__item_text {
  display: block;
  min-height: 250px;
  padding: 20px 20px 40px;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  font-weight: 400;
  font-size: 20px;
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: #456987;
  border-radius: 0px 0px 20px 20px;
}
.example .swiper-pagination {
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 40px;
  margin: 0 auto 40px auto;
}
.example .swiper-pagination-bullet {
  background-color: #456987;
  width: 10px;
  height: 10px;
}
.example .swiper-pagination-bullet:hover, .example .swiper-pagination-bullet:focus {
  outline: #456987 1px solid;
}
@media (max-width: 1500px) {
  .example {
    margin-top: 60px;
    padding-bottom: 75px;
  }
  .example__title {
    max-width: 1440px;
    font-size: 32px;
    margin: 0 auto;
    padding: 0 60px 32px 60px;
  }
  .example__container {
    max-width: 1320px;
    margin: 0 auto;
  }
}
@media (max-width: 1500px) and (max-width: 1440px) {
  .example__container {
    margin: 0 60px;
  }
}
@media (max-width: 1500px) {
  .example__item_title {
    padding: 10px 20px;
    min-height: 75px;
    font-size: 20px;
  }
  .example__item_text {
    min-height: 200px;
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .example .swiper-pagination {
    margin: 0 auto 21px auto;
  }
}
@media (max-width: 1500px) {
  .example .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1000px) {
  .example {
    padding-bottom: 56px;
  }
  .example__title {
    padding: 0 32px 24px 32px;
    font-size: 24px;
  }
  .example__container {
    margin: 0;
    padding: 0 75px;
  }
  .example__item_title {
    min-height: 60px;
    font-size: 16px;
  }
  .example__item_text {
    min-height: 160px;
    font-size: 14px;
  }
  .example .swiper-pagination {
    gap: 20px;
    margin: 0 auto 16px auto;
  }
  .example .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 765px) {
  .example {
    margin-top: 32px;
    padding-bottom: 40px;
  }
  .example__title {
    padding: 0 16px 16px 16px;
    font-size: 20px;
  }
  .example__container {
    padding: 0 16px;
  }
  .example__item_title {
    min-height: 60px;
    padding: 8px;
    font-size: 14px;
  }
  .example__item_text {
    min-height: 160px;
    padding: 8px;
    font-size: 12px;
  }
  .example .swiper-pagination {
    margin: 0 auto 6px auto;
  }
}

.feedback {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.feedback__background {
  position: absolute;
  z-index: -2;
  top: 90px;
  left: 0%;
  right: 30%;
  height: 700px;
  border-radius: 0px 20px 20px 0px;
  background-color: #dedede;
}
.feedback__title {
  font-family: OrelegaOne;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 50px;
}
.feedback__container {
  display: flex;
  flex-direction: row;
  height: 700px;
  gap: 60px;
}
.feedback__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
.feedback__photo {
  width: 450px;
  height: 630px;
  border-radius: 0px 0px 0px 20px;
}
.feedback span {
  z-index: 1;
  position: absolute;
  font-size: 24px;
  color: #c3096c;
}
.feedback__name_span {
  top: 90px;
  left: 90px;
}
.feedback__phone_span {
  top: 180px;
  left: 300px;
}
.feedback__name, .feedback__phone {
  margin-bottom: 20px;
}
.feedback__name:focus + span, .feedback__phone:focus + span {
  display: none;
}
.feedback__name:valid + span, .feedback__phone:valid + span {
  display: none;
}
.feedback__name, .feedback__phone, .feedback__comment {
  width: 100%;
  padding: 20px 32px;
  background: #ffffff;
  border: solid #456987;
  border-width: 1px 3px 3px 1px;
  border-radius: 20px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.feedback__name:focus, .feedback__phone:focus, .feedback__comment:focus {
  border-color: #80a2be;
}
.feedback__name::placeholder, .feedback__phone::placeholder, .feedback__comment::placeholder {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 24px;
  color: rgb(191, 191, 191);
}
.feedback input._error {
  border-color: #c3096c;
}
.feedback__comment {
  margin-bottom: 8px;
  height: 276px;
  resize: none;
}
.feedback__data {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
}
.feedback__button {
  display: block;
  margin: 0 auto;
  padding: 16px 32px;
  background-color: #454887;
  border-radius: 10px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.feedback__button:hover, .feedback__button:focus {
  background-color: #343665;
}
.feedback__button:active {
  transform: scale(0.98);
  background-color: #343665;
}
@media (max-width: 1500px) {
  .feedback {
    margin-top: 60px;
  }
  .feedback__background {
    top: 64px;
    right: 25%;
    height: 500px;
  }
  .feedback__title {
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto 32px auto;
    font-size: 32px;
  }
  .feedback__container {
    height: 500px;
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
  }
  .feedback__wrapper {
    padding: 48px 0;
  }
  .feedback__photo {
    width: 324px;
    height: 453px;
  }
  .feedback span {
    font-size: 20px;
  }
  .feedback__name_span {
    top: 64px;
    left: 75px;
  }
  .feedback__phone_span {
    top: 139px;
    left: 250px;
  }
  .feedback__name, .feedback__phone {
    margin-bottom: 16px;
  }
  .feedback__name, .feedback__phone, .feedback__comment {
    padding: 16px 24px;
    font-size: 20px;
  }
  .feedback__name::placeholder, .feedback__phone::placeholder, .feedback__comment::placeholder {
    font-size: 20px;
  }
  .feedback__comment {
    height: 165px;
  }
  .feedback__data {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .feedback__button {
    padding: 16px 32px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .feedback__background {
    top: 56px;
    left: 0%;
    right: 4.3%;
    height: 434px;
  }
  .feedback__title {
    font-size: 24px;
    margin: 0 32px 32px 32px;
    padding: 0;
  }
  .feedback__container {
    height: 434px;
    gap: 0;
    margin: 0 75px;
    padding: 0;
  }
  .feedback__wrapper {
    padding: 33px 0;
  }
  .feedback__photo {
    display: none;
  }
  .feedback span {
    font-size: 16px;
  }
  .feedback__name_span {
    top: 50px;
    left: 65px;
  }
  .feedback__phone_span {
    top: 120px;
    left: 205px;
  }
  .feedback__name, .feedback__phone, .feedback__comment {
    font-size: 16px;
  }
  .feedback__name::placeholder, .feedback__phone::placeholder, .feedback__comment::placeholder {
    font-size: 16px;
  }
  .feedback__comment {
    height: 150px;
  }
  .feedback__data {
    font-size: 10px;
  }
  .feedback__button {
    padding: 14px 32px;
    font-size: 16px;
  }
}
@media (max-width: 765px) {
  .feedback {
    margin-top: 24px;
  }
  .feedback__background {
    top: 44px;
    height: 370px;
    width: 100%;
    border-radius: 0;
  }
  .feedback__title {
    font-size: 20px;
    margin: 0 16px 24px 16px;
  }
  .feedback__container {
    height: 370px;
    gap: 0;
    margin: 0 16px;
  }
  .feedback__wrapper {
    padding: 14px 0;
  }
  .feedback span {
    font-size: 14px;
  }
  .feedback__name_span {
    top: 26px;
    left: 52px;
  }
  .feedback__phone_span {
    top: 77px;
    left: 173px;
  }
  .feedback__name, .feedback__phone {
    margin-bottom: 10px;
  }
  .feedback__name, .feedback__phone, .feedback__comment {
    padding: 10px 16px;
    font-size: 14px;
  }
  .feedback__name::placeholder, .feedback__phone::placeholder, .feedback__comment::placeholder {
    font-size: 14px;
  }
  .feedback__data {
    margin-bottom: 10px;
  }
  .feedback__button {
    font-size: 14px;
  }
}

.map {
  display: block;
  position: relative;
  margin-top: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}
.map__img {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: url("../img/map.jpg") 100% 100%/cover no-repeat;
}
.map__wrapper {
  padding: 50px 0;
}
.map__container {
  background-color: #ffffff;
  width: 709px;
  padding: 50px;
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: #456987;
}
.map__title {
  font-family: OrelegaOne;
  font-weight: 400;
  font-size: 40px;
}
.map .list li {
  position: relative;
}
.map .list li::before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.map .list li:nth-child(1):before {
  content: "";
  background: url("../img/icons/infoMarker.svg") center/100% 100% no-repeat;
}
.map .list li:nth-child(2):before {
  content: "";
  background: url("../img/icons/infoPhone.svg") center/100% 100% no-repeat;
}
.map .list li:nth-child(3):before {
  content: "";
  background: url("../img/icons/infoMail.svg") center/100% 100% no-repeat;
}
.map .list__element {
  position: relative;
  display: block;
  margin: 25px 0;
  padding-left: 46px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 24px;
  background-color: #ffffff;
}
.map .list__element:hover {
  text-decoration: underline 1px solid;
  color: #454887;
  cursor: pointer;
}
.map .list__element, .map .list__element:visited {
  color: #000000;
}
@media (max-width: 1500px) {
  .map {
    margin-top: 64px;
  }
  .map__wrapper {
    max-width: 1440px;
    padding: 50px 60px;
    margin: 0 auto;
  }
  .map__container {
    width: 654px;
  }
  .map__title {
    font-size: 32px;
  }
  .map .list li::before {
    content: "";
    width: 24px;
    height: 24px;
  }
  .map .list__element {
    margin: 20px 0;
    padding-left: 44px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .map__wrapper {
    padding: 32px;
    margin: 0;
  }
  .map__container {
    width: 584px;
    padding: 30px;
  }
  .map__title {
    font-size: 24px;
  }
  .map .list__element {
    padding-left: 34px;
    font-size: 16px;
    margin: 16px 0;
  }
}
@media (max-width: 765px) {
  .map {
    margin-top: 24px;
  }
  .map__wrapper {
    padding: 24px;
  }
  .map__container {
    width: auto;
    padding: 24px;
  }
  .map__title {
    font-size: 20px;
  }
  .map .list li::before {
    content: "";
    width: 18px;
    height: 18px;
  }
  .map .list__element {
    margin: 10px 0;
    padding-left: 24px;
    font-size: 14px;
  }
}

.footer {
  background-color: #456987;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 250px;
  color: #ffffff;
}
.footer__media {
  display: flex;
  gap: 30px;
}
.footer__media .icon-skype {
  background: url("../img/icons/socialSkype.svg") center/100% 100% no-repeat;
}
.footer__media .icon-telegram {
  background: url("../img/icons/socialTelegram.svg") center/100% 100% no-repeat;
}
.footer__media .icon-viber {
  background: url("../img/icons/socialViber.svg") center/100% 100% no-repeat;
}
.footer__media .icon-vk {
  background: url("../img/icons/socialVK.svg") center/100% 100% no-repeat;
}
.footer__media .icon-whatsapp {
  background: url("../img/icons/socialWhatsapp.svg") center/100% 100% no-repeat;
}
.footer__link {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.footer__link:hover, .footer__link:focus {
  transform: scale(1.2);
  transition: 0.1s;
}
.footer__link:hover:active {
  transform: scale(1.1);
  transition: 0.1s;
}
.footer__info {
  width: 350px;
  text-align: right;
}
.footer__info_name {
  font-family: OrelegaOne;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 20px;
}
.footer__info_doc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .footer__container {
    max-width: 1440px;
    height: 186px;
    padding: 0 60px;
    margin: 0 auto;
  }
  .footer__link {
    width: 48px;
    height: 48px;
  }
  .footer__info_name {
    font-size: 32px;
  }
  .footer__info_doc {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .footer__container {
    height: auto;
    padding: 32px;
    flex-direction: column;
    gap: 16px;
  }
  .footer__info {
    width: auto;
    text-align: center;
  }
  .footer__info_name {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .footer__info_doc {
    font-size: 16px;
  }
}
@media (max-width: 765px) {
  .footer__container {
    padding: 32px 16px 24px 16px;
  }
  .footer__media {
    gap: 16px;
  }
  .footer__link {
    width: 24px;
    height: 24px;
  }
  .footer__info_name {
    font-size: 20px;
  }
  .footer__info_doc {
    font-size: 14px;
  }
}