.became_section .contacts_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 960px) {
  .service_block .service_title {
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .service_block .service_title {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .service_block .service_title {
    font-size: 150%;
    line-height: 19px;
  }
}

@media screen and (min-width: 1200px) {
  .members_section, .became_section:before, .became_section:after {
    padding-top: 120px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .members_section, .became_section:before, .became_section:after {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .members_section, .became_section:before, .became_section:after {
    padding-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .members_section, .became_section:before, .became_section:after {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .members_section, .became_section:before, .became_section:after {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .became_section {
    margin-top: 120px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .became_section {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .became_section {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .became_section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .became_section {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 40px;
  }
}

.service_block {
  border: 1px solid #d3d3d3;
  border-radius: 20px;
}
.service_block .service_title {
  display: flex;
  align-items: center;
  font-family: "montserrat-bold", "montserratarm-bold";
  max-width: 380px;
}
.service_block .service_title img {
  display: block;
  width: auto;
}
.service_block .description_block {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .service_block {
    padding: 30px;
  }
  .service_block .service_title img {
    height: 70px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .service_block {
    padding: 20px;
  }
  .service_block .service_title img {
    height: 60px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .service_block {
    padding: 20px 15px;
  }
  .service_block .service_title img {
    height: 50px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 719px) {
  .service_block {
    padding: 30px;
  }
  .service_block .service_title img {
    height: 60px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 400px) and (max-width: 575px) {
  .service_block {
    padding: 20px;
  }
  .service_block .service_title img {
    height: 50px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 399px) {
  .service_block {
    padding: 20px 15px;
  }
  .service_block .service_title img {
    height: 40px;
    margin-right: 10px;
  }
}

.section_title + .standard_text {
  margin-top: 20px;
  max-width: 780px;
}

.services {
  padding-top: 30px;
}
.services_list {
  padding: 40px 0 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 720px) {
  .services_list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .services_list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 719px) {
  .services_list {
    padding-top: 20px;
  }
  .services_list > li {
    margin-top: 20px;
  }
}

.about_section {
  padding-top: 65px;
  padding-bottom: 20px;
}
.about_section .image_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.about_section .info_block {
  flex: 0 0 50%;
  max-width: 550px;
  padding-left: 10px;
  padding-right: 10px;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .about_section .info_block {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .about_section .info_block {
    margin-right: 8.3333333333%;
  }
}
.about_section .section_title + .section_subtitle {
  margin-top: 40px;
}
.about_section .section_title + .standard_text {
  margin-top: 20px;
}
.about_section .section_subtitle + .standard_text {
  margin-top: 30px;
}
.about_section .standard_text {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.about_section .standard_text + .section_title {
  margin-top: 80px;
}
.about_section .standard_text + .standard_text {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about_section {
    padding-top: 45px;
  }
  .about_section .image_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_section .standard_text + .section_title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about_section {
    padding-top: 20px;
  }
  .about_section .image_block,
.about_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .about_section .standard_text + .section_title {
    margin-top: 40px;
  }
}

.became_section {
  background: #f7f7f7;
}
.became_section:before, .became_section:after {
  max-height: 90px;
  display: block;
  content: "";
}
.became_section .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  align-self: center;
}
.became_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.became_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.became_section .standard_text {
  margin-top: 30px;
}
.became_section .contact_section {
  margin-top: 50px;
}
.became_section .contacts_list li {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  font-size: 160%;
  line-height: 19px;
  font-family: "montserrat-semibold", "montserratarm-semibold";
}
.became_section .contacts_list li:first-child {
  padding-top: 10px;
}
.became_section .contacts_list .contact_info {
  flex: 1;
  padding-left: 10px;
  width: 50%;
}
.became_section .contacts_list .contact_info a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #005499;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .became_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .became_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 20px;
  }
}

.members_section {
  position: relative;
  overflow: hidden;
}
.members_section .logoes_list ul {
  padding: 0;
  margin: 0 -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.members_section .logoes_list li {
  padding: 40px 25px 0;
}
.members_section .logoes_list li img {
  display: block;
  max-width: 160px;
  max-height: 55px;
}
@media screen and (max-width: 959px) {
  .members_section .logoes_list ul li {
    padding-top: 30px;
  }
}

.web .became_section .contacts_list .contact_info a, .became_section .contacts_list .contact_info .web a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .became_section .contacts_list .contact_info a, .became_section .contacts_list .contact_info .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.web .became_section .contacts_list .contact_info a:hover, .became_section .contacts_list .contact_info .web a:hover {
  opacity: 0.7;
}
.touch .became_section .contacts_list .contact_info a:active, .became_section .contacts_list .contact_info .touch a:active {
  opacity: 0.7;
}

/*# sourceMappingURL=membership.css.map */
