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

img {
  vertical-align: top;
}

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

/*--------------------*/
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1000px) {
  .headerpc {
    max-width: 1240px;
    padding: 35px 0px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headerpc__logo {
    color: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .headerpc__nav {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
  }
  .headerpc__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  .headerpc__menu li {
    margin-left: 34px;
  }
  .headerpc__meni:first-child {
    margin-left: 0px;
  }
  .headerpc__phone {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
  }
  .headermobile {
    display: none;
  }
  body {
    font-weight: 400;
    font-size: 16px;
    font-family: Inter;
    color: #333;
    background-color: #F6F7F8;
    line-height: 20px;
  }
  h1 {
    padding-top: 120px;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
  }
  h2 {
    font-size: 24px;
    font-weight: medium;
  }
  a.link__black {
    color: #333;
  }
  a.link__black:visited {
    color: #333;
  }
  a.link__white {
    color: #FFF;
  }
  a.link__white:visited {
    color: #FFF;
  }
  .wrapper {
    overflow: hidden;
    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;
  }
  .thx__subtitle {
    margin-top: 40px;
  }
  .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;
  }
  .contacts__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
  }
  .contacts__title {
    color: #4B4C4C;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    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;
    gap: 10px;
    border-radius: 15px;
    background: #FFDD2D;
    margin-right: 20px;
  }
  .contacts__button:last-child {
    margin-right: 0px;
  }
  .request__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
  }
  .request__title {
    color: #4B4C4C;
    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;
    padding: 20px 314px 20px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #4B4C4C;
    margin-bottom: 15px;
  }
  .request__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 610px;
    padding: 20px 314px 20px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #4B4C4C;
    margin-bottom: 40px;
  }
  .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;
    gap: 10px;
    border-radius: 15px;
    background: #FFDD2D;
  }
  #popupRequest {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFF;
    -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;
    border-radius: 25px;
  }
  #popupContacts {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFF;
    -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;
    border-radius: 25px;
  }
  .footerpc {
    max-width: 1240px;
    padding: 35px 0px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 120px;
  }
  .footerpc_logo {
    color: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .footerpc__menu {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footerpc__menu li {
    padding-bottom: 30px;
    list-style: none;
  }
  .footerpc__menu li:last-child {
    padding-bottom: 0px;
  }
  .footerpc__contacts {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footerpc__label {
    text-align: right;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .footerpc__email {
    color: #333;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footermobile {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .headerpc {
    display: none;
  }
  .headermobile {
    padding: 13px 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: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .headermobile__label {
    display: block;
    padding: 17px 25px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
  }
  #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;
    -ms-transform: rotate(0);
    -webkit-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: #323232 !important;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #323232;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__btn {
    position: absolute;
    top: 15px;
    right: 28px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 15;
    margin-top: 12px;
  }
  .menu__box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    margin: 0;
    padding: 100px 0;
    list-style: none;
    background-color: #E2E8F0;
    -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: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    z-index: 10;
  }
  .menu__item {
    display: block;
    padding: 17px 25px;
    color: #4B4C4C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
  }
  .menu__item:hover {
    text-decoration: underline;
  }
  body {
    font-weight: 400;
    font-size: 16px;
    font-family: Inter;
    color: #333;
    background-color: #F6F7F8;
    line-height: 20px;
  }
  h1 {
    padding-top: 80px;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
  }
  h2 {
    font-size: 24px;
    font-weight: medium;
  }
  a.link__black {
    color: #333;
  }
  a.link__black:visited {
    color: #333;
  }
  a.link__white {
    color: #FFF;
  }
  a.link__white:visited {
    color: #FFF;
  }
  a.link__gray {
    color: #4B4C4C;
  }
  a.link__gray:visited {
    color: #4B4C4C;
  }
  .wrapper {
    overflow: hidden;
    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: 69px 0px;
  }
  .container {
    max-width: 380px;
    margin: 0px auto;
    padding: 0px 25px;
  }
  .thx__subtitle {
    margin-top: 40px;
  }
  .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;
  }
  .contacts {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.8%;
    margin-bottom: 40px;
  }
  .contacts__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;
    gap: 10px;
    border-radius: 15px;
    background: #FFDD2D;
    margin-bottom: 20px;
  }
  .contacts__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #000;
  }
  .request {
    width: 350px;
  }
  .request__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
  }
  .request__title {
    color: #4B4C4C;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
  }
  .request__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #4B4C4C;
    margin-bottom: 15px;
  }
  .request__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #4B4C4C;
    margin-bottom: 40px;
  }
  .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;
    gap: 10px;
    border-radius: 15px;
    background: #FFDD2D;
  }
  #popupRequest {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFF;
    -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;
    border-radius: 25px;
  }
  #popupContacts {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFF;
    -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;
    border-radius: 25px;
  }
  .footerpc {
    display: none;
  }
  .footermobile {
    max-width: 400px;
    padding: 0px 25px;
    margin: 0px auto;
  }
  .footermobile__logo {
    margin-top: 120px;
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
  }
  .footermobile__menu {
    color: #313132;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
  }
  .footermobile__menu li {
    padding-bottom: 30px;
  }
  .footermobile__menu li:last-child {
    padding-bottom: 40px;
  }
  .footermobile__social {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footermobile__label {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .footermobile__email {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
