@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-Regular.eot");
  src: local("TT Norms Regular"), local("TTNorms-Regular"), url("./fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/TTNorms-Regular.woff") format("woff"), url("./fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-Bold.eot");
  src: local("TT Norms Bold"), local("TTNorms-Bold"), url("./fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/TTNorms-Bold.woff") format("woff"), url("./fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "TT Norms";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.3s ease 0s;
}
body.lock {
  overflow: hidden;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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-weight: inherit;
  font-size: inherit;
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px;
}

.link {
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  transition: all 0.3s ease 0s;
  position: relative;
}
.link:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #007DEA;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.link:hover:before {
  width: 100%;
  left: 0;
}
.link:hover {
  color: #007DEA;
}

.button {
  display: inline-block;
  padding: 10px 40px;
  background-color: #007DEA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
  position: relative;
  transition: all 0.3s ease 0s;
}
.button span {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.button--big {
  padding: 15px 50px;
}
.button--big span {
  font-size: 30px;
}
@media (max-width: 565px) {
  .button--big span {
    font-size: 25px;
  }
}
@media (max-width: 565px) {
  .button--big {
    padding: 15px 30px;
  }
}
.button:before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #53D0F7;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.button:hover {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.button:hover:before {
  width: 100%;
  left: 0;
}

.title {
  margin: 0px 0px 50px 0px;
  display: flex;
  font-size: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .title {
    margin: 0px 0px 30px 0px;
    font-size: 35px;
  }
}
@media (max-width: 565px) {
  .title {
    font-size: 30px;
  }
}
.title__black {
  padding: 0px 3px 0px 0px;
  color: #000;
  background-color: #fff;
}
.title__blue {
  padding: 0px 0px 0px 3px;
  flex: 1 1 auto;
  color: #53D0F7;
  background-color: rgba(83, 209, 247, 0.1);
}

.title__blue_2 {
  padding: 0px 0px 0px 3px;
  min-height: 10%;
  color: #53D0F7;
  background-color: rgba(83, 209, 247, 0.1);
}

.text {
  font-size: 24px;
}
@media (max-width: 565px) {
  .text {
    font-size: 20px;
  }
}

.header {
  background-color: transparent;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  .header {
    background-color: #fff;
  }
}
.header.scroll {
  padding: 5px 0;
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__burger {
  display: none;
}
@media (max-width: 768px) {
  .header__burger {
    display: block;
    width: 30px;
    height: 18px;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .header__burger span {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger span:first-child {
    top: 0;
  }
  .header__burger span:last-child {
    top: auto;
    bottom: 0;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__burger.active span:first-child {
    transform: rotate(-45deg);
    top: 8px;
  }
  .header__burger.active span:last-child {
    transform: rotate(45deg);
    bottom: 8px;
  }
}
.header__logo {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
}
.header__logo img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    height: 100%;
    max-height: 320px;
    padding: 80px 0px 30px 0px;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-120%);
    background-color: #E5E5E5;
    transition: transform 0.3s ease 0s;
    z-index: 2;
    overflow: auto;
  }
  .header__nav.active {
    transform: translateY(0%);
  }
}
.header__list {
  display: flex;
  align-items: center;
}
.header__list li {
  margin-left: 90px;
}
.header__list li:last-child {
  margin: 0px 0px 0px 60px;
}
@media (max-width: 991px) {
  .header__list li {
    margin: 0px 0px 0px 30px;
  }
}
@media (max-width: 768px) {
  .header__list {
    display: block;
    text-align: center;
  }
  .header__list li {
    margin: 0px 0px 20px 0px;
  }
  .header__list li:last-child {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .header__link {
    font-size: 25px;
  }
}
.header__overlay {
  display: none;
}

.header__nav.active ~ .header__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  background-color: rgba(17, 17, 17, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.main {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 768px) {
  .main {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 565px) {
  .main {
    margin: 0px 0px 50px 0px;
  }
}
.main__body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .main__body {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .main__body {
    flex-direction: column;
  }
}
.main__content {
  flex: 0 0 535px;
  margin: 150px 20px 0px 0px;
}
@media (max-width: 991px) {
  .main__content {
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .main__content {
    margin: 90px 0px 0px 0px;
  }
}
.main__title {
  margin: 0px 0px 35px 0px;
  font-size: 30px;
}
.main__title span {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main__title span {
    font-size: 40px;
  }
}
@media (max-width: 565px) {
  .main__title {
    margin: 0px 0px 20px 0px;
  }
}
.main__subtitle {
  margin: 0px 0px 10px 0px;
  font-size: 30px;
  font-style: italic;
  color: #007DEA;
}
.main__text {
  margin: 0px 0px 25px 0px;
}
.main__image {
  margin: 0px 50px 0px 0px;
}
.main__image img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .main__image {
    flex: 0 1 auto;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .main__image {
    order: -1;
  }
}
@media (max-width: 768px) {
  .main__image {
    display: none;
  }
}

.promo {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 768px) {
  .promo {
    margin: 0px 0px 20px 0px;
  }
}
.promo__body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.promo__item {
  flex: 0 0 25%;
  text-align: center;
  padding: 0 20px 40px;
}
@media (max-width: 991px) {
  .promo__item {
    flex: 0 0 50%;
  }
}
@media (max-width: 565px) {
  .promo__item {
    flex: 0 1 100%;
    padding: 0 20px 30px;
  }
}
.promo__icon {
  margin-bottom: 25px;
}
@media (max-width: 565px) {
  .promo__icon {
    margin: 0px 0px 10px 0px;
  }
}

.advantages {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 768px) {
  .advantages {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 565px) {
  .advantages {
    margin: 0px 0px 20px 0px;
  }
}
.advantages__body {
  margin: 0px -10px;
  display: flex;
  flex-wrap: wrap;
}
.advantages__column {
  flex: 0 1 50%;
  display: flex;
  padding: 0px 10px 60px;
}
@media (max-width: 768px) {
  .advantages__column {
    flex: 0 1 100%;
    padding: 0px 10px 30px;
  }
}
.advantages__icon {
  width: 55px;
  height: 55px;
  margin: 0px 35px 0px 0px;
}
@media (max-width: 768px) {
  .advantages__icon {
    margin: 0px 20px 0px 0px;
  }
}
.advantages__text {
  flex: 0 1 360px;
}

.our-center {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 768px) {
  .our-center {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 565px) {
  .our-center {
    margin: 0px 0px 50px 0px;
  }
}

.item-our-center__row {
  padding: 45px 0;
  border-top: 1px solid #BBBABE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-our-center__row:last-child {
  padding: 45px 0 0;
}
@media (max-width: 991px) {
  .item-our-center__row {
    flex-direction: column;
  }
  .item-our-center__row:last-child .item-our-center__image {
    order: -1;
  }
}
@media (min-width: 991px) {
  .item-our-center__image {
    margin: 0px 30px 0px 0px;
  }
}
.item-our-center__image img {
  max-width: 100%;
}
@media (min-width: 991px) {
  .item-our-center__image_1 {
    margin: 0px 0px 0px 30px;
  }
}
@media (max-width: 991px) {
  .item-our-center__image {
    margin: 0px 0px 30px 0px;
  }
}
.item-our-center__content {
  flex: 0 0 630px;
}
@media (max-width: 991px) {
  .item-our-center__content {
    flex: 0 0 100%;
    width: 100%;
  }
}
.item-our-center__title {
  margin: 0px 0px 60px 0px;
  font-size: 36px;
}
@media (max-width: 768px) {
  .item-our-center__title {
    margin: 0px 0px 30px 0px;
    font-size: 30px;
  }
}
@media (max-width: 565px) {
  .item-our-center__title {
    font-size: 25px;
  }
}
.item-our-center__text {
  margin: 0px 0px 45px 0px;
}
.item-our-center__text:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .item-our-center__text {
    margin: 0px 0px 15px 0px;
  }
}

.services {
  margin: 0px 0px 70px 0px;
}
@media (max-width: 768px) {
  .services {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 565px) {
  .services {
    margin: 0px 0px 20px 0px;
  }
}
.services__body {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .services__body {
    flex-direction: column;
    align-items: center;
  }
}
.services__column {
  width: 100%;
  max-width: 530px;
  padding: 30px;
  margin: 0 15px 30px;
  background: #F3F3F3;
  box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .services__column {
    margin: 0px 0px 20px 0px;
    padding: 20px;
  }
}
.services__title {
  min-height: 86px;
  font-size: 36px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 768px) {
  .services__title {
    font-size: 30px;
    min-height: auto;
  }
}
@media (max-width: 565px) {
  .services__title {
    font-size: 25px;
  }
}
.services__content {
  flex: 1 1 auto;
}
.services__text {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 565px) {
  .services__text {
    margin: 0px 0px 20px 0px;
  }
}
.services__button {
  text-align: center;
}

.numbers {
  margin: 0px 0px 70px 0px;
}
@media (max-width: 768px) {
  .numbers {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 565px) {
  .numbers {
    margin: 0px 0px 20px 0px;
  }
}
.numbers__body {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 500px) {
  .numbers__body {
    display: block;
  }
}
.numbers__item {
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.numbers__count {
  margin: 0px 0px 15px 0px;
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .numbers__count {
    font-size: 40px;
  }
}
@media (max-width: 565px) {
  .numbers__count {
    margin: 0px 0px 5px 0px;
    font-size: 30px;
  }
}

.team {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 768px) {
  .team {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 565px) {
  .team {
    margin: 0px 0px 50px 0px;
  }
}
.team__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0px 0px 50px 0px;
}
.team__item:nth-child(even) .team__photo {
  margin: 0px 30px 0px 20px;
}
@media (max-width: 768px) {
  .team__item:nth-child(even) .team__photo {
    margin: 0 auto 20px;
  }
}
.team__item:nth-child(even) .team__photo:before {
  transform: rotate(10deg);
}
@media (max-width: 768px) {
  .team__item {
    flex-direction: column;
    margin: 0px 0px 30px 0px;
  }
  .team__item:nth-child(odd) > .team__photo {
    order: -1;
  }
}
.team__content {
  flex: 0 1 auto;
}
.team__name {
  font-size: 40px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  position: relative;
}
.team__name:after {
  content: "";
  width: 100%;
  max-width: 388px;
  height: 1px;
  background-color: #007DEA;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .team__name {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 33px;
  }
}
@media (max-width: 565px) {
  .team__name {
    font-size: 25px;
  }
}
.team__description {
  margin: 0px 0px 25px 0px;
}
.team__description:last-child {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
  .team__description {
    margin: 0px 0px 10px 0px;
  }
}
.team__photo {
  margin: 0px 20px 0px 30px;
  flex: 0 0 320px;
  height: 320px;
  background-color: #636363;
  box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.25);
  position: relative;
}
.team__photo:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #007DEA;
  transform: rotate(-10deg);
  position: absolute;
  top: 0px;
  left: 0px;
}
.team__photo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .team__photo {
    max-width: 320px;
    flex: 0 0 auto;
    height: auto;
    margin: 0 auto 20px;
  }
}

.certificates {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 768px) {
  .certificates {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 565px) {
  .certificates {
    margin: 0px 0px 50px 0px;
  }
}
.certificates__slider {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}
.certificates__item {
  flex: 0 0 30%;
  height: auto;
  margin: 0 40px;
  background-color: #007DEA;
}
.certificates__item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-arrow {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: 2px solid #007DEA;
  border-left: 2px solid #007DEA;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -10px;
}
.slick-arrow:hover {
  border-color: #53D0F7;
}

.slick-prev {
  transform: rotate(45deg);
  left: 10px;
  z-index: 2;
  margin-top: -6px;
}

.slick-next {
  transform: rotate(-135deg);
  right: 10px;
}

.location {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 768px) {
  .location {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 565px) {
  .location {
    margin: 0px 0px 50px 0px;
  }
}
.location__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .location__body {
    display: block;
  }
}
.location__map {
  width: 100%;
  max-width: 840px;
  height: 540px;
  background-color: #aaaaaa;
}
@media (max-width: 768px) {
  .location__map {
    height: 400px;
  }
}

.address {
  flex: 0 0 350px;
}
.address__info {
  margin: 0px 0px 40px 0px;
}
@media (min-width: 900px) {
  .address__info:last-child {
    margin: 0;
  }
}
@media (max-width: 565px) {
  .address__info {
    margin: 0px 0px 20px 0px;
  }
}
.address__title {
  margin: 0px 0px 20px 0px;
  font-weight: 700;
}
.address__text {
  font-size: 15px;
  margin: 0px 0px 10px 0px;
}
.address__phone {
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 25px;
  font-size: 15px;
  color: #000;
  background: url("./images/phone.svg") left/15px no-repeat;
}
.address__phone:hover {
  text-decoration: underline;
}

.footer {
  background-color: #f3f3f3;
}
.footer__body {
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__body {
    padding: 40px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 565px) {
  .footer__body {
    display: block;
    padding: 20px 0;
  }
}
.footer__company {
  flex: 0 0 285px;
  margin: 0px 10px 0px 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 565px) {
  .footer__company {
    margin: 0px 0px 20px 0px;
  }
}
.footer__logo {
  margin: 0px 15px 0px 0px;
}
.footer__logo img {
  width: 80px;
  height: 80px;
}
@media (max-width: 565px) {
  .footer__logo img {
    width: 50px;
    height: 50px;
  }
}
.footer__name {
  width: 180px;
  font-size: 17px;
  font-weight: 700;
}
.footer__title {
  margin: 0px 0px 20px 0px;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 565px) {
  .footer__title {
    margin: 0px 0px 10px 0px;
  }
}
.footer__contacts {
  margin: 0px 10px 0px 0px;
  flex: 0 0 205px;
}
@media (max-width: 565px) {
  .footer__contacts {
    margin: 0px 0px 20px 0px;
  }
}
.footer__phone {
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 25px;
  font-size: 17px;
  color: #000;
  background: url("./images/phone.svg") left/15px no-repeat;
}
.footer__phone:hover {
  text-decoration: underline;
}
@media (max-width: 565px) {
  .footer__phone {
    margin: 0px 0px 10px 0px;
  }
}
.footer__documents {
  flex: 0 1 480px;
}
.footer__text {
  font-size: 17px;
  color: #000;
}
.footer__text:hover {
  text-decoration: underline;
}