@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNormsRegular/TTNormsRegular.woff"), url("../fonts/TTNormsRegular/TTNormsRegular.woff2"), url("../fonts/TTNormsRegular/TTNormsRegular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNormsBold/TTNormsBold.woff"), url("../fonts/TTNormsBold/TTNormsBold.woff2"), url("../fonts/TTNormsBold/TTNormsBold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

*::placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  color: #454545;
  font-size: 25px;
  min-width: 350px;
  position: relative;
  line-height: 1.18;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

input {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  resize: none;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1830px;
}

.anchor {
  position: absolute;
  top: -112px;
}

.title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 43px;
  margin-bottom: 81px;
}

.totop-wrap {
  display: none;
  position: fixed;
  z-index: 30;
  right: 50px;
  bottom: 130px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #454545;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.no-touch .totop:hover {
  background-color: #000;
}

.totop svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.mainscreen {
  position: relative;
  z-index: 1;
  padding-top: 332px;
  padding-bottom: 259px;
  background: url(../img/mainscreen-bg.webp) center/cover no-repeat;
  color: #fff;
  font-family: "TTNorms", sans-serif;
}

.mainscreen::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.mainscreen__container {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainscreen__wrap1 {
  width: 37%;
}

.mainscreen__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.mainscreen__text {
  line-height: 1.12;
}

.mainscreen__wrap2 {
  width: 58%;
}

.mainscreen__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -10px;
  margin-top: -20px;
}

.mainscreen__col {
  width: 33.333%;
  padding: 0px 10px;
  margin-top: 20px;
}

.mainscreen-item {
  position: relative;
  text-align: center;
  padding-top: 89px;
}

.mainscreen-item__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainscreen-item__text {
  font-weight: 700;
}

.aboutus {
  position: relative;
  padding-top: 44px;
  padding-bottom: 45px;
}

.aboutus__container {
  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;
}

.aboutus__wrap1 {
  max-width: 432px;
  width: 100%;
}

.aboutus__wrap2 {
  width: calc(100% - 477px);
}

.aboutus__text-wrap {
  color: #505050;
}

.aboutus__text-wrap p {
  margin-bottom: 49px;
}

.aboutus__text-wrap p:last-child {
  margin-bottom: 0;
}

.services {
  position: relative;
  padding-top: 68px;
  padding-bottom: 50px;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px -10px;
  margin-top: -95px;
}

.services__col {
  width: 20%;
  padding: 0px 10px;
  margin-top: 95px;
}

.services-item {
  position: relative;
  padding-top: 123px;
  text-align: center;
}

.services-item__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-item__title {
  font-weight: 500;
}

.contacts {
  padding-top: 15px;
  padding-bottom: 80px;
  position: relative;
}

.contacts__title {
  margin-bottom: 64px;
}

.contacts__container {
  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;
}

.contacts__wrap1 {
  width: calc(100% - 765px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__map {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contacts__wrap2 {
  max-width: 698px;
  width: 100%;
}

.contacts__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
}

.contacts__tel {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-right: 22px;
}

.contacts__tel-text {
  max-width: 240px;
  width: 100%;
  font-size: 21px;
  line-height: 0.88;
  font-family: "TTNorms", sans-serif;
}

.contacts__email {
  display: inline-block;
  font-family: "TTNorms", sans-serif;
  font-size: 28px;
  margin-bottom: 39px;
}

.contacts-item {
  margin-bottom: 13px;
}

.contacts-item:last-child {
  margin-bottom: 0;
}

.contacts-item__title {
  font-family: "TTNorms", sans-serif;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 16px;
}

.contacts-item__text1 {
  font-size: 24px;
}

.contacts-item__list {
  font-size: 19px;
}

.contacts-item__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
}

.contacts-item__list li:last-child {
  margin-bottom: 0;
}

.contacts-item__list li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #454545;
}

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.fixed {
  background-color: #454545;
  -webkit-box-shadow: 0 0 20px rgba(69, 69, 69, 0.5);
  box-shadow: 0 0 20px rgba(69, 69, 69, 0.5);
}

.header.fixed .header__wrap {
  border-bottom: 2px solid transparent;
  padding: 15px 0;
}

.header__wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding: 24px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__logo {
  max-width: 528px;
  width: 100%;
}

.header__nav {
  margin-left: auto;
  margin-right: 106px;
}

.header__menu {
  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;
}

.header__menu li {
  margin-right: 84px;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__menu li a {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration 0.3s;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .header__menu li a:hover {
  text-decoration-color: #fff;
}

.header__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 31px;
  font-weight: 700;
}

.header__tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
}

.header__tel-icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.toggle {
  display: none;
  position: relative;
  z-index: 70;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.toggle__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle.active .toggle__line {
  background-color: transparent;
}

.toggle.active .toggle__line::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.active .toggle__line::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  padding: 46px 0;
  background-color: #f3f3f3;
}

.footer__copy {
  text-align: center;
}

@media (min-width: 1000px) {
  .header__nav {
    display: block !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1600px) {
  body {
    font-size: 18px;
  }

  .anchor {
    top: -91px;
  }

  .title {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .mainscreen {
    padding-top: 241px;
    padding-bottom: 190px;
  }

  .mainscreen__title {
    font-size: 22px;
  }

  .mainscreen-item {
    padding-top: 58px;
  }

  .mainscreen-item__img {
    -webkit-transform: translateX(-50%) scale(0.7);
    -ms-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  .aboutus {
    padding: 40px 0;
  }

  .aboutus__wrap1 {
    max-width: 315px;
  }

  .aboutus__wrap2 {
    width: calc(100% - 350px);
  }

  .aboutus__text-wrap p {
    margin-bottom: 37px;
  }

  .services {
    padding: 40px 0;
  }

  .services-item {
    padding-top: 88px;
  }

  .services-item__img {
    -webkit-transform: translateX(-50%) scale(0.7);
    -ms-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  .contacts {
    padding: 40px 0;
  }

  .contacts__title {
    margin-bottom: 50px;
  }

  .contacts__wrap1 {
    width: calc(100% - 530px);
  }

  .contacts__wrap2 {
    max-width: 510px;
  }

  .contacts__tel-wrap {
    margin-bottom: 5px;
  }

  .contacts__tel {
    font-size: 22px;
    margin-right: 16px;
  }

  .contacts__tel-text {
    max-width: 180px;
    font-size: 16px;
  }

  .contacts__email {
    font-size: 21px;
    margin-bottom: 24px;
  }

  .contacts-item__title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .contacts-item__text1 {
    font-size: 17px;
  }

  .contacts-item__list li {
    padding-left: 21px;
    font-size: 16px;
  }

  .contacts-item__list li::after {
    top: 7px;
    left: 6px;
    width: 4px;
    height: 4px;
  }

  .header__wrap {
    padding: 17px 0;
  }

  .header__logo {
    max-width: 388px;
  }

  .header__nav {
    margin-right: 72px;
  }

  .header__menu li {
    margin-right: 61px;
  }

  .header__tel {
    font-size: 23px;
  }

  .header__tel-icon {
    margin-right: 8px;
  }

  .header__tel-icon svg {
    width: 24px;
    height: 24px;
  }

  .footer {
    padding: 30px 0;
  }
}

@media (max-width: 1200px) {
  .anchor {
    top: -78px;
  }

  .header__logo {
    max-width: 300px;
  }

  .header__nav {
    margin-right: 40px;
  }

  .header__menu li {
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  .body-overflow {
    overflow: hidden;
  }

  .title {
    margin-bottom: 40px;
  }

  .mainscreen {
    padding-top: 170px;
    padding-bottom: 110px;
  }

  .mainscreen__wrap1 {
    width: 100%;
    margin-bottom: 50px;
  }

  .mainscreen__wrap2 {
    width: 100%;
  }

  .mainscreen-item {
    text-align: left;
  }

  .mainscreen-item__img {
    left: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .aboutus__wrap1 {
    max-width: 370px;
    margin-bottom: 40px;
  }

  .aboutus__wrap2 {
    width: 100%;
  }

  .services__list {
    margin-top: -40px;
  }

  .services__col {
    width: 33.3333%;
    margin-top: 40px;
  }

  .contacts__title {
    margin-bottom: 40px;
  }

  .contacts__wrap1 {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 15px;
    background-color: #454545;
    display: none;
  }

  .header__menu li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
  }

  .header__menu li:last-child {
    margin-bottom: 0;
  }

  .header__menu li a {
    font-size: 28px;
  }

  .header__tel {
    font-size: 0;
    margin-left: auto;
    margin-right: 15px;
  }

  .header__tel-icon {
    margin-right: 0;
  }

  .header__tel-icon svg {
    width: 30px;
    height: 30px;
  }

  .toggle {
    display: block;
  }
}

@media (max-width: 700px) {
  .services__col {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .totop-wrap {
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .totop svg {
    width: 17px;
    height: 17px;
  }

  .mainscreen__col {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .anchor {
    top: -68px;
  }

  .header__logo {
    max-width: 215px;
  }
}