@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -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;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-input-placeholder {
  color: transparent;
}

:focus:-moz-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*--------------------*/

body {
  max-width: 100%;
  font-family: "Roboto", sans-serif;
}

.partners_container {
  max-width: 900px;
  margin: 70px auto 0 auto;
}

.title_partners_name {
  font-family: "GothamPro";
  font-size: 32px;
  text-align: start;
  font-weight: 700;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.partners_adress_container {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}

.partners_adress_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px;
}

.partners_adress_block > div > p {
  font-family: "GothamPro";
  font-weight: 400;
  text-align: start;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
}

.partners_adress_city_title {
  text-align: start;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

.partners_adress_column {
  width: 50%;
  min-width: 300px;
  max-height: 100%;
}
.partners_adress_column > h4 {
  font-family: "GothamPro";
  font-weight: 700;
  margin: 5px 0;
}
.partners_adress_column > div {
  font-family: "GothamPro";
  font-weight: 400;
  text-align: start;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
}