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

html {
  width: 100%;
  height: 100%;
}

html * {
  max-height: 999999px;
}

body {
  font-family: Open Sans;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #566272;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

body * {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

input {
  outline: none;
}

.container {
  width: 100%;
  
}
.container_wrap {
  margin-top: 55px;
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_item {
  width: 50%;
  padding: 0px 12px;
}
h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 15px;
}
h1 span {
  color: #4B73CD;
}
p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  align-items: center;
  letter-spacing: 0.02em;
  color: #161616;
  margin-bottom: 12px;
}
a {
  color: #4B73CD;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.contact_item {
  width: 50%;
}
.contact_item span, .contact_item strong {
  display: block;
}
.contact_item span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #4B73CD;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact_item strong {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #161616;
  text-decoration: none;
}
.contact_item strong a {
  
}
.contact_item strong a:hover {
  text-decoration: underline;
}
.contact_item p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #161616;
}
.contact_item:first-child {
  padding-right: 12px;
}
@media screen and (max-width: 820px) {
  .container_item {
    width: 100%
  }
  .container_item img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .container_wrap {
    margin-top: 0px;
  }
  h1 {
    text-align: center;
  }
}