@charset "UTF-8";
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "OR", sans-serif;
  margin: 0 auto;
  line-height: 1.375em; }

.hidden {
  display: none; }

a {
  text-decoration: none;
  outline: none;
  color: #111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button {
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0 !important;
  cursor: pointer; }
  button:active, button:focus {
    border: none; }

input {
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0; }

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

div, span, form, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.container {
  width:100%;
  height: 100%;
  position: relative;
  padding:0 100px;
  margin: 0 auto; }
@media (max-width: 1399px) {
.container {
	padding: 0 72px; }
}
@media (max-width: 1259px) {
.container {
	padding: 0 44px; }
}
@media (max-width: 759px) {
.container {
	padding: 0 28px; }
}
@media (max-width: 559px) {
.container {
	padding: 0 40px; }
}
.box {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative; }

.img {
  width: 100%; }

.imgs {
  min-height: 100% !important;
  min-width: 100% !important;
  width: auto !important;
  max-width: none !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

ul {
  padding-left: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content {
  /*overflow-x: hidden;*/ }
/*Call Center Block*/

.call-centerNew {
    max-width: 1600px;
    padding: 34px 20px;
    margin: 40px 40px;
    font-size: 18px;
    color: #2B1B35;
    background: #F1F6FF;
    font-family: var(--font-family-rg);
}
.call-centerNew__img {
    display: none;
}
.call-centerNew__content__tel, .call-centerNew__content__tel a {
    color: #2B1B35;
}
.call-centerNew__content__tel {
    font-size: 24px;
    font-family: var(--font-family-b);
}

.call-centerNew__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
}

/*Tablet width 560px*/

@media (min-width: 560px) {
    .call-centerNew {
        font-size: 24px;
    }
    .call-centerNew__content {
        max-width: 520px;
        margin: 0 auto;
    }
    .call-centerNew__content__tel {
        font-size: 40px;
    }
}
/*Tablet width 768px*/
@media (min-width: 768px) {
    .call-centerNew__content {
        max-width: 700px;
        margin: 0 auto;
    }
}
/*Desktop width*/

@media (min-width: 1270px) {
    .call-centerNew {
        margin: 100px 65px;
        padding: 0;
        display: flex;
        align-items: center;
        max-height: 250px;
    }
    .call-centerNew__content {
        flex-direction: row;
        text-align: left;
    }
    .call-centerNew__img {
        display: inline-block;
    }
    .call-centerNew__content__tel {
        margin-top: 10px;
    }
    .call-centerNew__img img {
        position: relative;
        top: -23px;
    }
}

/*Call-centerSmall Block*/

.call-centerSmall__button {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.35px;
    background: #0049BC;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #0049BC;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    font-family: var(--font-family-b);
}
.call-centerSmall__button:hover {
    color: #0049bc;
    background: #fff;
    border: solid 1px #e1e1e1;
    font-family: var(--font-family-b);
}

/*callCenter--inner*/
.callcenterInner {
    margin-top: 50px;
    position: relative;
    height: auto !important;
    padding: 14px 0 20px;
    background: #F1F6FF;
    text-align: center;
}
.callcenterInner .image-container {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -138px;
    height: 218px;
}

.callcenterInner .image-pad {
    height: 167px;
}

.callcenterInner .phone-number, .callcenterInner .phone-number a {
    color: #2B1B35!important;
}
.callcenterInner .phone-number {
    display: block;
    margin-top: 30px!important;
    margin-bottom: 22px!important;
    font-size: 24px!important;
    font-family: var(--font-family-b)!important;
}

.callcenterInner .description {
    max-width: 220px;
    margin: 0 auto;
    padding: 0 4px;
    font-size: 16px!important;
    color: #2B1B35!important;
    font-family: var(--font-family-rg) !important;
}

@media (max-width: 1169px) {
    .callcenterInner .image-container {
        display: none;
    }
    .callcenterInner .image-pad {
        display: none;
    }
    .callcenterInner .description {
        max-width: 100%;
    }
}

@media (max-width: 1270px) {
    .call-centerNew {
        margin: unset;
    }
}
@media (min-width: 1300px) {
    .callcenterInner .image-container {
        left: 0;
        top: -45px;
        margin-left: 0;
        width: 100%;
    }
    .callcenterInner .image-container img {
        width: 100%;
    }
    .callcenterInner .image-pad {
        height: 13vw;
        max-height: 208px;
    }
}

.callcenterInner .call-centerSmall__button {
    max-width: 220px;
}

.callcenterInner .call-centerSmall__button {
    margin-top: 38px;
}

.callcenterInner .pgic__inner-wrapper{
    padding-top: 14px;
    padding-bottom: 20px;
}

@media (max-width: 1169px) {
    .callcenterInner .phone-number {
        margin: 6px 0!important;
    }
    .callcenterInner .call-centerSmall__button {
        margin-top: 13px;
        margin-right: auto;
        margin-left: auto;
    }
    .callcenterInner .pgic__inner-wrapper{
        width: calc(100% + 6.25% + 2px);
        left: -3.125%;
        border-radius: inherit;
        margin-left: -2px;
    }
}
.city {
  padding-top: 50px; }
  .city__wrap {
    max-width: 100%;
    height: 390px;
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-left: 7px; }
  .city__info {
    max-width: 854px;
    width: 92%;
    margin-left: 8px;
    margin-top: 33px; }
  .city__header {
    font-family: "OL", sans-serif;
    font-size: 40px;
    line-height: 1.25em;
    color: #2B1B35; }
  .city__desc {
    font-family: "OR", sans-serif;
    font-size: 18px;
    line-height: 1.375em;
    color: #2B1B35;
    margin-top: 20px; }
  .city__list {
    margin-top: 24px; }
  .city__li {
    font-family: "OR", sans-serif;
    font-size: 18px;
    line-height: 1.375em;
    color: #2B1B35; }
    .city__li_bold {
      font-family: "OSB", sans-serif; }
  .city__attention {
    margin-top: 14px;
    margin-left: 22px; }
  .city__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 44px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 30px; }
    .city__icon::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-image: url(/resources/watermap/images/city/triangle.png);
      background-size: cover;
      background-position: center;
      width: 72px;
      height: 64px;
      z-index: -1; }
  .city__big {
    font-family: "OSB", sans-serif;
    font-size: 29px;
    line-height: 0.9375em;
    color: #fff;
    margin: 0px auto 0;
    display: block; }
  .city__small {
    font-family: "OSB", sans-serif;
    font-size: 8px;
    line-height: 0.9375em;
    color: #fff;
    margin: 0px auto 0;
    position: relative;
    top: -9px; }
  .city__text {
    display: inline-block;
    vertical-align: middle;
    font-family: "OR", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    color: #2B1B35;
    margin-top: 17px; }

.pollutants {
  position: relative;
  padding-top: 62px;
  padding-bottom: 0px; }
.pollutants .container {
	max-width:1200px;
	padding:0;
}
.pollutants .headers {
	text-align:center;
}
.headers {
  font-family: "OL", sans-serif;
  font-size: 36px;
  line-height: 1.25em;
  color: #2B1B35; }
  .headers br {
    display: none; }
  .headers-big {
    font-size: 40px; }

.chart {
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
  margin-top: 34px;
  margin-bottom: 200px;
  margin-right: 125px; }
  .chart__top {
    position: relative;
    width: 569px;
    height: 569px;
    display: inline-block;
    vertical-align: top; }
  .chart__bottom {
    margin-top: 99px;
    margin-left: 97px; }
  .chart__value {
    margin-top: 28px; }
    .chart__value:nth-of-type(1) .chart__pointer {
      height: 2px;
      background-color: red; }
    .chart__value:nth-of-type(2) .chart__pointer {
      background-color: #3aaa35; }
      .chart__value:nth-of-type(2) .chart__pointer::before {
        content: '';
        background-image: url(/resources/watermap/images/pollutants/chart/value.png);
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .chart__value:nth-of-type(3) .chart__pointer {
      background-image: -webkit-gradient(linear, left top, right top, from(#3ac8c1), color-stop(34%, #51a1d0), color-stop(65%, #4977ae), to(#554267));
      background-image: -webkit-linear-gradient(left, #3ac8c1 0%, #51a1d0 34%, #4977ae 65%, #554267 100%);
      background-image: linear-gradient(to right, #3ac8c1 0%, #51a1d0 34%, #4977ae 65%, #554267 100%); }
  .chart__pointer {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    overflow: hidden;
    position: relative;
    width: 102px;
    height: 16px; }
  .chart__text {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    font-family: "OR", sans-serif;
    font-size: 12px;
    line-height: 1.25em;
    color: #2B1B35; }
  .chart__info {
    font-family: "OR", sans-serif;
    font-size: 12px;
    line-height: 1.25em;
    color: #2B1B35;
    margin-top: 30px; }
  .chart__link {
    color: #1d64bc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .chart__link:hover {
      opacity: .5; }

    .components {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px; }
    .components__item {
        width: 471px;
        height: 122px;
        background-color: white;
        border: 1px solid #dadada;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
        position: relative;
        overflow: hidden;
        margin-top: 24px;
        padding-left: 20px;
        padding-top: 20px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .components__item:hover, .components__item.components__item-hover {
        cursor: pointer;
        box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.25);
    }
    .components__item:hover .components__hidden, .components__item.components__item-hover .components__hidden {
        opacity: 1; }
    .components__item:nth-child(n+7) {
        display: none; }
    .components__icon {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        width: 55px;
        height: 55px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .components__info {
        display: inline-block;
        vertical-align: top;
        max-width: 290px;
        font-family: "OSB", sans-serif;
        font-size: 18px;
        line-height: 1.25em;
        color: #2B1B35;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 78px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .components__info_small {
        font-size: 14px;
        display: block;
        font-family: "OR", sans-serif;
        position: relative;
        top: 3px; }
    .components__hidden {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: relative;
        z-index: 10;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .components__header {
        font-family: "OSB", sans-serif;
        font-size: 18px;
        line-height: 1.25em;
        letter-spacing: -0.3px;
        color: #2B1B35;
        margin-top: -14px; }
    .components__icon2 {
        width: 26px;
        height: 26px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        margin-top: 31px; }
    .components__diagram {
        width: 205px;
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 33px;
        margin-top: 22px; }
    .components__list {
        display: inline-block;
        vertical-align: bottom;
        position: absolute;
        bottom: 0px;
        margin-left: 40px; }
    .components__li {
        font-family: "AR", sans-serif;
        font-size: 12px;
        line-height: 1.1875em;
        color: #2B1B35;
        margin-top: 10px; }
    .components__li_bold {
        font-family: "AB", sans-serif; }
    .components__all {
        font-family: "OR", sans-serif;
        font-size: 18px;
        line-height: 1.25em;
        color: #1d64bc;
        text-align: right;
        margin-left: auto;
        margin-top: 55px;
        display: block;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .components__all:hover {
        opacity: .6;
        cursor: pointer; }

.factors {
  position: relative;
  padding-top: 3px; }
  .factors .headers {
    margin-left: 5px;
    letter-spacing: -0.4px; }
  .factors__items {
    margin: 17px auto 0;
    text-align: center; }
  .factors__item {
    display: inline-block;
    vertical-align: top;
    margin: 20px 14px;
    width: 272px;
    height: 316px;
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
@media only screen and (min-width: 1399px){
.factors__item {
    width: calc(25% - 25px);
}
}
    .factors__item:hover {
        box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.25);
    }
    .factors__item:hover .factors__hidden {
      opacity: 1; }
    .factors__item:nth-child(4n+1) {
      margin-left: 0; }
    .factors__item:nth-child(4n+4) {
      margin-right: 0; }
  .factors__wrap {
    width: 100%;
    height: 244px;
    position: relative;
    overflow: hidden; }
  .factors__bottom {
    height: 72px;
    line-height: 72px;
    overflow: hidden; }
  .factors__header {
    display: inline-block;
    vertical-align: middle;
    font-family: "OSB", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    color: #2B1B35; }
  .factors__hidden {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 24px 16px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .factors__text {
    font-family: "OR", sans-serif;
    font-size: 14px;
    line-height: 1.25em;
    color: #2B1B35; }
  .factors__list {
    bottom: 13px;
    position: absolute; }
    .factors__list::before {
      content: '';
      display: block;
      width: 239px;
      height: 1px;
      background-color: #c1c1c1;
      left: 0;
      top: 0;
      margin-bottom: 10px; }
  .factors__li {
    padding-left: 15px;
    font-family: "OR", sans-serif;
    font-size: 14px;
    line-height: 1.25em;
    color: #2B1B35;
    margin-top: 5px;
    position: relative; }
    .factors__li::before {
      content: '!';
      position: absolute;
      font-family: "OEB", sans-serif;
      font-size: 14px;
      line-height: 1.25em;
      color: red;
      left: 0;
      top: 0; }

.desc {
  font-family: "OR", sans-serif;
  font-size: 18px;
  line-height: 1.25em;
  color: #2B1B35;
  margin-top: 12px;
  margin-left: 3px;
  margin-bottom: 31px;
  max-width: 882px;
  width: 88%; }

.clearing {
  position: relative;
  padding-top: 63px;
  padding-bottom: 70px; }
  .clearing .headers br {
    display: none; }
  .clearing__icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    margin-left: 7px;
    width: 72px;
    height: 72px; }
  .clearing__list {
    display: inline-block;
    vertical-align: top; }
  .clearing__li {
    font-family: "OR", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    position: relative;
    padding-left: 24px;
    margin-top: 5px; }
    .clearing__li:first-child {
      margin-top: 0; }
    .clearing__li::before {
      content: '';
      background-image: url(/resources/watermap/images/clearing/check.png);
      background-size: cover;
      background-position: center;
      position: absolute;
      width: 14px;
      height: 13px;
      left: 0;
      top: 5px; }
  .clearing__wrap {
    width: 450px;
    height: 504px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 76px;
    margin-top: 70px;
    margin-left: 78px; }
  .clearing__texts {
    display: inline-block;
    vertical-align: middle;
    margin-top: 46px;
    max-width: 515px; }
  .clearing__header {
    font-family: "OL", sans-serif;
    font-size: 30px;
    line-height: 1.25em;
    letter-spacing: -0.4px;
    color: #2B1B35; }
  .clearing__accent {
    font-family: "OR", sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: -0.4px;
    color: #1d64bc;
    margin-top: 18px;
    display: block;
  }
  .clearing__accent:hover{
      color: #2378e2;
  }
  .clearing__list2 {
    margin-top: 10px; }
  .clearing__li2 {
    font-family: "OR", sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: -0.2px;
    color: #2B1B35;
    position: relative;
    padding-left: 20px;
    margin-top: 12px; }
    .clearing__li2:first-child {
      margin-top: 0; }
    .clearing__li2::before {
      content: '•';
      position: absolute;
      font-family: "OR", sans-serif;
      font-size: 18px;
      line-height: 1.25em;
      color: #1d64bc;
      left: 0;
      top: 0; }
  .clearing__btn {
    width: 271px;
    height: 48px;
    line-height: 46px;
    background-color: #1d64bc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-family: "OSB", sans-serif;
    font-size: 24px;
    color: #fffefe;
    text-transform: uppercase;
    margin-top: 80px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .clearing__btn:hover {
      background-color: #2378e2; }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .container {
    max-width: 970px; }
  .city__wrap {
    width: 88%;
    margin: 0px auto 0; }
  .city__info {
    width: 88%;
    margin: 33px auto 0; }
  .chart {
    margin-left: 0;
    margin-right: 40px; }
    .chart__top {
      width: 455.2px;
      height: 455.2px; }
    .chart__bottom {
      margin-left: 0; }
  .components {
    margin-right: 0; }
    .components__item {
      width: 450px; }
    .components__all {
      margin-top: 50px; }
  .headers {
    margin: 0px auto 0 !important;
    display: block !important; }
  .factors {
    padding-top: 70px; }
    .factors__item {
      width: 226px;
      margin: 20px 7px; }
  .clearing__wrap {
    margin-left: 0;
    width: 405px;
    height: 453.6px;
    margin-right: 40px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .container {
    max-width: 750px; }
  .chart {
    margin: 60px auto 0;
    display: block; }
    .chart__top {
      margin: 0px auto 0;
      display: block; }
    .chart__bottom {
      width: 440px;
      margin: 0px auto 0; }
  .headers {
    margin: 0px auto 0;
    width: 88%; }
  .components {
    margin: 40px auto 0;
    display: block; }
    .components__item {
      margin: 24px auto 0;
      display: block;
      width: 471px; }
    .components__all {
      margin: 30px auto 0;
      text-align: center; }
  .factors__item {
    width: 272px;
    margin: 20px 14px !important; }
    .factors__item:hover .factors__hidden {
      display: block; }
  .factors__hidden {
    display: none;
    opacity: 1; }
  .desc {
    width: 88%;
    margin: 20px auto 0;
    margin-bottom: 30px; }
  .clearing__advantages {
    width: 89%;
    margin: 0px auto 0; }
  .clearing__wrap {
    display: block;
    margin: 50px auto 0; }
  .clearing__texts {
    display: block;
    margin: 40px auto 0; }
  .clearing__btn {
    margin: 60px auto 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%; }
  .city__wrap {
    height: 300px; }
  .city__text {
    max-width: 310px; }
  .headers {
    font-size: 28.8px; }
  .factors__items {
    max-width: 600px; }
  .factors__item {
    width: 220px;
    margin: 10px 5px !important; }
  .desc {
    font-size: 16.2px; }
  .clearing__texts {
    max-width: 450px; }
  .clearing__header {
    font-size: 28px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .city {
    padding-top: 19px; }
    .city__wrap {
      width: 282px;
      height: 183px; }
      .city__wrap .imgs {
        min-width: 0;
        min-height: 0;
        max-height: 100%;
        width: auto; }
    .city__info {
      margin-top: 34px;
      width: 290px; }
    .city__header {
      font-family: "OB", sans-serif;
      font-size: 20px;
      width: 282px;
      margin: 0px auto 0; }
    .city__desc {
      font-size: 14px;
      margin: 14px auto 0;
      line-height: 1.4375em;
      width: 282px; }
    .city__list {
      margin: 14px auto 0;
      width: 282px; }
    .city__li {
      font-size: 14px;
      line-height: 1.6875em; }
    .city__attention {
      margin: 32px auto 0;
      width: 282px;
      text-align: center; }
    .city__icon {
      padding-top: 32px;
      margin-right: 30px;
      margin-left: 12px; }
      .city__icon::before {
        width: 62px;
        height: 55px; }
    .city__big {
      font-size: 25px; }
    .city__small {
      font-size: 7px;
      top: -11px; }
    .city__text {
      margin-top: -4px;
      max-width: 200px;
      text-align: left; }
  .headers {
    font-family: "OB", sans-serif;
    font-size: 20px;
    width: 282px; }
    .headers br {
      display: block; }
  .pollutants {
    padding-top: 45px; }
  .chart {
    margin-top: 14px; }
    .chart__top {
      width: 281.655px;
      height: 281.655px; }
    .chart__bottom {
      width: 300px;
      margin: 27px auto 0;
      position: relative;
      left: 10px; }
    .chart__value {
      margin-top: 12px; }
    .chart__pointer {
      width: 95px;
      margin-right: 14px; }
    .chart__text {
      width: 165px;
      font-size: 14px; }
    .chart__info {
      margin-top: 25px; }
  .components {
    margin-top: 33px;
    width: 282px; }
    .components__item {
      width: 100%;
      height: 129px;
      margin-top: 18px; }
    .components__icon {
      width: 44px;
      height: 44px; }
    .components__info {
      font-size: 14px;
      margin-left: 62px; }
      .components__info_small {
        top: 5px; }
    .components__header {
      font-size: 14px; }
    .components__icon2 {
      margin-top: 14px; }
    .components__diagram {
      margin-top: 3px; }
    .components__list {
      margin-left: 22px;
      bottom: -9px;
      left: 0; }
    .components__li {
      display: inline;
      margin-top: -1px; }
      .components__li_bold {
        display: block; }
    .components__all {
      font-size: 14px;
      margin-top: 21px; }
  .factors {
    padding-top: 50px; }
    .factors__item {
      width: 282px;
      height: 311px; }
    .factors__wrap {
      height: 239px; }
  .desc {
    font-size: 14px;
    max-width: 283px;
    position: relative;
    letter-spacing: -0.2px;
    margin-top: 22px; }
  .clearing {
    padding-top: 45px; }
    .clearing .headers br {
      display: block; }
    .clearing__advantages {
      margin-top: 45px; }
    .clearing__icon {
      display: block;
      margin: 0px auto 0; }
    .clearing__list {
      margin: 11px auto 0;
      width: 282px;
      display: block; }
    .clearing__li {
      font-size: 14px;
      padding-left: 20px; }
      .clearing__li::before {
        width: 10px;
        height: 10px; }
    .clearing__wrap {
      width: 220px;
      height: 245px;
      margin-top: 37px; }
    .clearing__header {
      font-family: "OB", sans-serif;
      font-size: 14px;
      letter-spacing: 0; }
    .clearing__texts {
      width: 286px;
      margin-top: 26px; }
    .clearing__accent {
      font-size: 14px; }
    .clearing__list2 {
      margin-top: 14px; }
    .clearing__li2 {
      font-size: 14px; }
    .clearing__btn {
      margin-top: 40px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }
