@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700&");
* {
  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;
}

/*--------------------*/
@media screen and (min-width: 1000px) {
  .footerpc__menu2 li {
    margin-bottom: 20px;
  }
  .footerpc__menu2 li:last-child {
    margin-bottom: 0;
  }
  .headermobile {
    display: none;
  }
  .footermobile {
    display: none;
  }
  .red__span {
    color: #f84644;
  }
  body {
    font-weight: 400;
    font-size: 16px;
    font-family: Inter;
    color: #333;
    background-color: #fff;
    line-height: 20px;
  }
  h1 {
    padding-top: 100px;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
  }
  h2 {
    font-size: 24px;
    font-weight: medium;
  }
  a.link__black {
    color: #000;
  }
  a.link__black:visited {
    color: #000;
  }
  a.link__white {
    color: #fff;
  }
  a.link__white:visited {
    color: #fff;
  }
  a.link__red {
    color: #f84644;
    font-weight: 600;
  }
  a.link__red:visited {
    color: #f84644;
    font-weight: 600;
  }
  .headerpc {
    max-width: 1240px;
    margin: 0px auto;
    padding: 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerpc__logo {
    font-weight: bold;
  }
  .headerpc__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerpc__menu li {
    margin-left: 22px;
  }
  .headerpc__menu li:first-child {
    margin-left: 0;
  }
  .headerpc__phone {
    font-weight: bold;
  }
  .wrapper {
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 100px 0px;
  }
  .container {
    max-width: 1240px;
    margin: 0px auto;
  }
  .doc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .doc__column {
    margin-right: 140px;
  }
  .doc__title {
    margin-top: -100px;
  }
  .doc__label {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .doc__imagemobile {
    display: none;
  }
  .list__el {
    margin-bottom: 30px;
  }
  .list__el:last-child {
    margin-bottom: 0;
  }
  .list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list__image {
    margin-right: 25px;
  }
  .image__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .image__el {
    margin-right: 20px;
  }
  .image__el img:nth-child(2) {
    margin-top: 20px;
  }
  .image__el:last-child {
    margin-right: 0;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__title {
    margin-bottom: 40px;
  }
  .services__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services__card {
    width: 610px;
    margin-right: 20px;
    background: #f3f3f3;
    margin-bottom: 100px;
  }
  .services__card:last-child {
    margin-right: 0;
  }
  .card1__element {
    padding: 25px;
  }
  .card1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .card1__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .card1__time {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }
  .card1__list li {
    margin-bottom: 20px;
  }
  .card1__list li:last-child {
    margin-bottom: 0;
  }
  .card1__button {
    color: #fff;
    margin-top: 28px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 231px;
    padding: 22px 47.5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f84644;
    font-weight: 700;
  }
  .footerpc {
    max-width: 1240px;
    margin: 0px auto;
    padding: 40px 0px;
  }
  .footerpc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
  }
  .footerpc__logo {
    font-weight: bold;
  }
  .footerpc__contacts {
    text-align: right;
  }
  .footerpc__menu li {
    margin-bottom: 20px;
  }
  .footerpc__menu li:last-child {
    margin-bottom: 0;
  }
  .footerpc__phone {
    font-weight: bold;
  }
  .line {
    height: 1px;
    background-color: #f0f0f0;
  }
}

@media screen and (max-width: 999px) {
  .headerpc {
    display: none;
  }
  .footerpc {
    display: none;
  }
  body {
    font-size: 16px;
    font-family: Inter;
    background-color: #fff;
    color: #333;
    line-height: 20px;
  }
  h1 {
    padding-top: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
  }
  h2 {
    font-size: 20px;
    font-weight: medium;
  }
  a.link__black {
    color: #000;
  }
  a.link__black:visited {
    color: #000;
  }
  a.link__white {
    color: #fff;
  }
  a.link__white:visited {
    color: #fff;
  }
  a.link__red {
    color: #f84644;
    font-weight: 600;
  }
  a.link__red:visited {
    color: #f84644;
    font-weight: 600;
  }
  .red__span {
    color: #f84644;
  }
  .headermobile {
    max-width: 1240px;
    padding: 20px 25px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headermobile__logo {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .headermobile__nav {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
  }
  .headermobile__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headermobile__menu li {
    margin-left: 34px;
  }
  .headermobile__menu li:first-child {
    margin-left: 0px;
  }
  .headermobile__phone {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
  }
  #menu__toggle:checked ~ .overlay {
    display: block;
  }
  #menu__toggle:checked ~ .menu__btn > span,
  #menu__toggle:checked ~ .menu__btn > span::before,
  #menu__toggle:checked ~ .menu__btn > span::after,
  .menu__btn.animate > span,
  .menu__btn.animate > span::before,
  .menu__btn.animate > span::after {
    background-color: #333 !important;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__btn {
    position: absolute;
    top: 18.5px;
    right: 28px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
    margin-top: 12px;
  }
  .menu__box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    margin: 0;
    padding: 50px 0px 20px 0px;
    list-style: none;
    background-color: #f3f3f3;
    -webkit-box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 1;
  }
  .menu__item {
    display: block;
    padding: 17px 25px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    text-decoration: underline;
  }
  .wrapper {
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .container {
    max-width: 380px;
    margin: 0px auto;
    padding: 0px 25px;
  }
  .doc__label {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .doc__imagemobile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .doc__imagemobile__item img {
    width: 165px;
    height: 223px;
    margin-top: 20px;
  }
  .list__el {
    margin-bottom: 30px;
  }
  .list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list__image {
    margin-right: 25px;
  }
  .image {
    display: none;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__title {
    margin-bottom: 40px;
  }
  .services__card {
    width: 330px;
    margin-bottom: 20px;
    background: #f3f3f3;
  }
  .services__card:last-child {
    margin-bottom: 60px;
  }
  .card1__element {
    padding: 25px;
  }
  .card1__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .card1__time {
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .card1__list li {
    margin-bottom: 20px;
  }
  .card1__button {
    color: #fff;
    margin-top: 40px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    padding: 22px 47.5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f84644;
    font-weight: 700;
  }
  .footermobile {
    max-width: 380px;
    margin: 0px auto;
    padding: 20px 25px;
  }
  .footermobile__logo {
    font-weight: bold;
    margin-bottom: 40px;
  }
  .footermobile__nav {
    margin-bottom: 40px;
  }
  .footermobile__contacts {
    margin-bottom: 40px;
  }
  .footermobile__social {
    margin-bottom: 40px;
  }
  .footermobile__menu li {
    margin-bottom: 20px;
  }
  .footermobile__menu li:last-child {
    margin-bottom: 0;
  }
  .footermobile__phone {
    font-weight: bold;
  }
  .line {
    height: 1px;
    background-color: #f0f0f0;
  }
}

@media screen and (max-width: 999px) {
  .flex__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex__space {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .contacts__title {
    color: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
  }
  .contacts__button_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 58px;
    padding: 13px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f84644;
    color: #f84644;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }
  .contacts__button_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 58px;
    padding: 13px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f84644;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .contacts__close {
    position: absolute;
    top: 23px;
    right: 20px;
    cursor: poiner;
    font-size: 24px;
    color: #000;
    width: 10%;
  }
  .contacts__close img {
    width: 75%;
  }
  .request__title {
    color: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
  }
  .request__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 58px;
    padding: 13px 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #7c7c7c;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    background: #f3f3f3;
  }
  .request__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 58px;
    padding: 13px 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #7c7c7c;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    background: #f3f3f3;
  }
  .request__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 58px;
    padding: 13px 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f84644;
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .request__close {
    position: absolute;
    top: 23px;
    right: 20px;
    cursor: poiner;
    font-size: 24px;
    color: #000;
    width: 10%;
  }
  .request__close img {
    width: 75%;
  }
  .overlay_1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .overlay_1.active {
    display: block;
  }
  .overlay_2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .overlay_2.active {
    display: block;
  }
  #popupRequest {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 20px;
  }
  #popupContacts {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .contacts__title {
    color: #333;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
  }
  .contacts__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts__button_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 58px;
    padding: 13px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid red;
    color: #f84644;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 20px;
  }
  .contacts__button_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 58px;
    padding: 13px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f84644;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .contacts__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: poiner;
    font-size: 24px;
    color: #000;
    width: 5%;
  }
  .contacts__close img {
    width: 100%;
  }
  .request__title {
    color: #333;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
  }
  .request__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 610px;
    height: 58px;
    padding: 13px 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #7c7c7c;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    background: #f3f3f3;
  }
  .request__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 610px;
    height: 58px;
    padding: 13px 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #7c7c7c;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 80px;
    background: #f3f3f3;
  }
  .request__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 610px;
    height: 58px;
    padding: 13px 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f84644;
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .request__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: poiner;
    font-size: 24px;
    color: #000;
    width: 5%;
  }
  .request__close img {
    width: 100%;
  }
  .overlay_1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .overlay_1.active {
    display: block;
  }
  .overlay_2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .overlay_2.active {
    display: block;
  }
  #popupRequest {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 20px;
  }
  #popupContacts {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 20px;
  }
}

p.link__white {
  color: #fff;
}

a.link__gray {
  color: #181818;
}

a.link__gray:visited {
  color: #181818;
}
