@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe\UI, Roboto, Helvetica\Neue, Arial, Noto\Sans, sans-serif;
  line-height: 1.6;
  color: #333; }

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

h2 {
  margin: 0;
  color: #666;
  padding-top: 90px;
  font-size: 52px;
  font-family: 'trebuchet ms', sans-serif; }

h3 {
  font-family: 'Century Gothic', Futura, 'URW Gothic L', sans-serif;
  font-size: 24px;
  font-weight: 500; }

.info-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  width: inherit; }

.section-header {
  width: 100%; }
  .section-header__caption {
    color: #333;
    font-family: 'Century Gothic', 'Futura', 'URW Gothic L', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: center;
    position: relative;
    margin: 2rem 2rem; }
    .section-header__caption:after {
      content: ' ';
      display: block;
      background: #31a283;
      height: 0.3rem;
      width: 10rem;
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase; }

@media screen and (min-width: 0px) and (max-width: 768px) {
  .menuMobile {
    display: block; }
  .headerBottom {
    /* margin-top: 2em; */
    display: none; } }

@media screen and (min-width: 768px) {
  .menuMobile {
    display: none; } }

.search {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  width: calc(33.33333% - 0px);
  justify-content: right; }
  .search * {
    flex-shrink: 0;
    max-width: 100%; }
  .search__input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    width: auto;
    font-family: OpenSans;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 0.5rem 1rem; }
    .search__input:focus {
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .search__button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 0.375rem;
    font-size: 1.6rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    border: 0px;
    padding: 0px; }
    .search__button:disabled {
      pointer-events: none;
      opacity: 0.65; }

.contacts {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  width: auto;
  justify-content: right;
  height: 45px;
  font-family: OpenSans;
  font-weight: lighter;
  font-size: 12px;
  color: #4d4d4d;
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  overflow: hidden; }
  .contacts * {
    flex-shrink: 0;
    max-width: 100%; }
  .contacts__phones {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: auto; }
    .contacts__phones * {
      flex-shrink: 0;
      max-width: 100%; }
  .contacts__phone {
    text-decoration: none;
    color: #337ab7; }
    .contacts__phone span {
      color: #666666;
      font-size: 15px;
      font-weight: normal;
      padding-left: 3px; }
  .contacts__phoneImg {
    padding-left: 4px;
    color: #999999; }
  .contacts__mail {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: auto;
    border-right: 1px solid #999999; }
    .contacts__mail * {
      flex-shrink: 0;
      max-width: 100%; }
  .contacts__mailEnv {
    width: auto;
    padding-right: 4px;
    color: #999999; }
  .contacts__mailLink {
    text-decoration: none;
    padding-right: 4px;
    color: #337ab7; }
  .contacts li:last-child {
    border-right: 0px; }

.headerTop {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; }
  .headerTop * {
    flex-shrink: 0;
    max-width: 100%; }
  .headerTop__logo {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .headerTop__groupContactsSearch {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: auto;
    justify-content: right;
    align-items: center; }
    .headerTop__groupContactsSearch * {
      flex-shrink: 0;
      max-width: 100%; }

.headerBottom {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  height: 60px;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .headerBottom * {
    flex-shrink: 0;
    max-width: 100%; }

.mainMenu {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  width: auto;
  justify-content: space-between; }
  .mainMenu * {
    flex-shrink: 0;
    max-width: 100%; }
  .mainMenu__link {
    height: inherit;
    text-decoration: none;
    color: #666666; }
  .mainMenu__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
    padding: 0.5rem 0.5rem; }
  .mainMenu__img-container {
    display: block; }
  .mainMenu__img {
    width: 4rem;
    height: 4rem; }
  .mainMenu__text {
    font-family: 'URWGothicL-Book';
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #666666; }
  .mainMenu__item {
    width: 20rem;
    height: inherit;
    display: block;
    /* flex-direction: column;
    justify-content: space-between; */
    text-align: center;
    color: #666666;
    border: #fff 0.1rem solid;
    border-radius: 0.4rem;
    /*border: red 1px solid;*/ }
    .mainMenu__item:hover {
      border: #31a283 0.1rem solid;
      border-radius: 0.4rem; }

.container {
  width: 97vw;
  margin: 0 auto;
  font-family: 'OpenSans'; }

.row-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .row-block__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .row-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .row-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .row-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .row-block__col {
        width: calc(100% - 0px); } }
  .row-block_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .row-block_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .row-block_green {
    color: #fff;
    background-color: #31a283; }

.page-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 70vw;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem; }
  .page-container_main {
    max-width: 97vw; }
  .page-container_about {
    max-width: 70vw; }
  .page-container_blog-detail {
    max-width: 75rem; }
  .page-container_licences {
    max-width: 75vw; }
  .page-container_soft, .page-container_outsourcing {
    max-width: 114rem; }
  .page-container_search {
    font-size: 1.2rem; }
    .page-container_search .ya-site-form__input {
      border-radius: 0.3rem; }
    .page-container_search .ya-site-form__input-text {
      height: 2.3rem; }

.features {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  align-content: space-between; }
  .features__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .features__col {
        width: calc(100% - 0px); } }
  .features_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .features_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .features_green {
    color: #fff;
    background-color: #31a283; }
  .features__feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 70vw; }
    .features__feature_2-cols {
      width: calc(45.83333% - 0px); }
    .features__feature_1-cols, .features__feature_3-cols {
      width: calc(31.66667% - 0px); }
    .features__feature_4-cols {
      width: calc(25% - 0px); }
  .features_1-cols {
    justify-content: center; }
  .features__img {
    margin: 0 auto; }
  .features__text {
    padding: 0 1.5rem; }
  .features__invite {
    display: block;
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
    text-align: center;
    padding: 3rem;
    margin: auto 0;
    font-size: 2rem;
    border-radius: 0.5rem; }
    .features__invite_yellow {
      background-color: #ff6600;
      border: 1px solid #ff6600; }
    .features__invite_orange {
      background-color: #ff8e43;
      border: 1px solid #ff8e43; }

.page-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .page-block__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .page-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .page-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .page-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .page-block__col {
        width: calc(100% - 0px); } }
  .page-block_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .page-block_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .page-block_green {
    color: #fff;
    background-color: #31a283; }
  .page-block__img {
    display: block;
    height: auto; }
  .page-block__text {
    width: calc(83.33333% - 0px); }

.panels {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  align-items: stretch; }
  .panels__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .panels__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .panels__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .panels__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .panels__col {
        width: calc(100% - 0px); } }
  .panels_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .panels_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .panels_green {
    color: #fff;
    background-color: #31a283; }
  .panels__panel {
    width: calc(50% - 0px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em 1em; }
    .panels__panel_green {
      color: #fff;
      background-color: #31a283; }
    .panels__panel_yellow {
      color: #fff;
      background-color: #ff6600; }
    .panels__panel_orange {
      color: #fff;
      background-color: #ff8e43; }

.single-image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  align-items: center; }
  .single-image__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .single-image__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .single-image__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .single-image__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .single-image__col {
        width: calc(100% - 0px); } }
  .single-image_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .single-image_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .single-image_green {
    color: #fff;
    background-color: #31a283; }
  .single-image__img-container {
    width: calc(54.16667% - 0px); }
    .single-image__img-container_serv {
      width: calc(100% - 0px); }
  .single-image__img {
    margin: 0 auto; }

.rich-text {
  width: 100%;
  font-size: 1.3rem; }
  .rich-text_partners {
    width: calc(50% - 0px);
    margin: 0 auto; }
  .rich-text__header {
    text-align: center; }
  .rich-text__text {
    margin-left: auto;
    margin-right: auto; }
    .rich-text__text li p {
      margin: 0 0 1rem; }
    .rich-text__text_align-left {
      margin-left: 0px; }
    .rich-text__text_mark-opt li, .rich-text__text_mark-opt-invert li {
      margin-left: 2em;
      margin-top: 0.8em;
      padding: 0.3em 3em;
      list-style: none;
      height: fit-content; }
    .rich-text__text_mark-opt li {
      background: url(/static/images/mark-opt.svg) no-repeat;
      background-size: 2em; }
    .rich-text__text_mark-opt-invert li {
      background: url(/static/images/mark-opt-invert.svg) no-repeat;
      background-size: 2em; }

.carousel-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  /*height: 60px;*/
  left: 0;
  top: -2.6rem;
  margin: 0;
  /*border: 1px solid #e6e6e6;*/
  border-bottom: none;
  padding: 0;
  margin: 0;
  background-color: #009170; }
  .carousel-menu__item {
    display: flex;
    flex: 1;
    /*background: #fff;*/
    text-transform: uppercase;
    height: 6rem;
    margin: auto;
    /* Магия! */
    word-break: break-all;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 0 1.6rem;
    text-align: center;
    position: relative;
    width: 17%;
    min-width: 16rem;
    overflow-wrap: normal;
    word-break: normal; }
    .carousel-menu__item.active, .carousel-menu__item:hover {
      background-color: #ff6600; }
      .carousel-menu__item.active::after, .carousel-menu__item:hover::after {
        border-left: 15px solid #ff6600; }
    .carousel-menu__item:first-child::before, .carousel-menu__item:last-child::after {
      border: 0; }
    .carousel-menu__item::after {
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      border-top: 3rem solid transparent;
      /* Go big on the size, and let overflow hide */
      border-bottom: 3rem solid transparent;
      position: absolute;
      top: 85%;
      margin-top: -5rem;
      margin-left: -0.1rem;
      border-left: 1.5rem solid #009170;
      left: 100%;
      z-index: 2; }
    .carousel-menu__item::before {
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      border-top: 3rem solid transparent;
      /* Go big on the size, and let overflow hide */
      border-bottom: 3rem solid transparent;
      position: absolute;
      top: 85%;
      margin-top: -5rem;
      margin-left: -0.1rem;
      margin-left: 1px;
      border-left: 1.5rem solid #fff;
      left: 0%;
      z-index: 1; }
  .carousel-menu__text {
    margin: auto;
    word-break: break-all;
    flex: 1;
    color: #fff;
    text-decoration: none;
    /*padding: 20px 0 20px 25px;*/
    background-color: inherit;
    font-family: 'URWGothicL-Book';
    font-size: 1.2rem;
    font-weight: 400; }

.carousel-item {
  position: relative;
  display: none;
  text-align: left;
  height: 40rem !important; }
  .carousel-item.active {
    display: block; }
  .carousel-item h2 {
    margin: 0;
    color: #00765b;
    /*padding: 70px 0 0 90px;*/
    font-size: 5.2rem;
    font-family: 'URWGothicL-Demi';
    text-transform: uppercase; }
  .carousel-item__bg-img {
    position: relative;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: 0 0;
    animation: 3s ease bg-opacity, 10s linear bg-img; }
  .carousel-item__caption {
    position: absolute;
    width: inherit;
    text-align: left;
    text-shadow: 0px;
    font-family: OpenSans;
    font-size: 2rem;
    color: #4d4d4d;
    text-shadow: none;
    left: 0;
    top: 300;
    padding-left: 5%;
    height: fit-content;
    /*background-image: url(../images/slider.svg);*/
    z-index: 100; }
  .carousel-item__link {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 0.375rem;
    font-size: 1.6rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 30px;
    font-family: 'URWGothicL-Demi';
    font-size: 40px;
    text-transform: uppercase;
    color: #808080;
    background-color: transparent;
    padding: 10px;
    border: 1px solid rgba(255, 102, 0, 0.6);
    border-radius: 0px; }
    .carousel-item__link:disabled {
      pointer-events: none;
      opacity: 0.65; }
    .carousel-item__link:hover {
      color: #5d5d5d;
      border: 1px solid #ff6600; }
  .carousel-item__bg-mask {
    position: absolute;
    left: 0;
    top: 300;
    height: inherit;
    width: 100%;
    background: url("/static/images/back-filter.svg");
    background-position: right center;
    background-size: cover;
    opacity: 1;
    z-index: 1; }
  .carousel-item__right-mask {
    position: absolute;
    right: 0;
    top: 300;
    height: inherit;
    width: 100%;
    background: url("/static/images/r-slider.svg");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 2; }
  .carousel-item__left-mask {
    position: absolute;
    left: 0;
    top: 300;
    height: inherit;
    width: 100%;
    background: url(/static/images/l-slider.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 3; }

@keyframes bg-opacity {
  0% {
    opacity: 0%; }
  100% {
    opacity: 100%; } }

@keyframes bg-img {
  0% {
    background-position: 0 0px; }
  100% {
    background-position: 0 100%; } }

@media (max-width: 768px) {
  #myCarousel .carousel-items {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 768px) {
  #myCarousel {
    display: none; } }

.carousel__indicators {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  top: -30px;
  margin: 0px;
  padding: 0px;
  height: 2em;
  z-index: 200; }
  .carousel__indicators * {
    flex-shrink: 0;
    max-width: 100%; }
  .carousel__indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b3b3b3;
    border: 1px solid #b3b3b3;
    border-radius: 10px; }
    .carousel__indicators li.active, .carousel__indicators li.active:active, .carousel__indicators li:hover {
      background-color: #ff6600;
      border: 1px solid #ff6600;
      box-shadow: none;
      -webkit-box-shadow: none; }

.promotes-container {
  padding-right: 0px;
  padding-left: 0px;
  width: calc(75% - 0px);
  margin: 0px; }

.promotes {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }
  .promotes__items {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: calc(100% - 0px);
    justify-content: space-between;
    align-items: flex-start; }
    .promotes__items * {
      flex-shrink: 0;
      max-width: 100%; }
  .promotes__item {
    width: 30%;
    padding: 1rem 1rem;
    overflow: hidden; }
    .promotes__item:hover {
      box-shadow: 0 0 8px #ddd;
      transition: box-shadow 0.2s ease-in-out; }
      .promotes__item:hover .promotes__img {
        transform: scale(1.2) rotate(2deg); }
      .promotes__item:hover .promotes__link {
        left: 10px;
        transition: left 0.6s ease-out; }
  .promotes__img-container {
    position: relative; }
  .promotes__img {
    width: 100%;
    height: 160px;
    background-size: cover;
    object-fit: cover;
    transition: all 0.8s ease-in-out; }
  .promotes__link {
    bottom: 15px;
    font-family: 'OpenSans';
    color: #fff;
    padding: 3px 8px;
    position: absolute;
    background: #26b590;
    text-transform: uppercase;
    text-decoration: none;
    left: -10px;
    transition: left 0.6s ease-out; }
  .promotes__topic h4 {
    margin: 15px 0 20px 0;
    position: relative;
    font-size: 18px; }
    .promotes__topic h4:after {
      left: 15%;
      width: 70px;
      height: 2px;
      content: ' ';
      bottom: -10px;
      margin-left: -35px;
      text-align: center;
      position: absolute;
      background: #00624f; }
    .promotes__topic h4 a {
      color: #333;
      text-decoration: none;
      cursor: pointer; }

.news-container {
  width: calc(25% - 0px);
  margin: 0px; }

.news {
  padding: 0px;
  margin: 0px;
  width: calc(22.5% - 0px); }
  .news__articles {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    width: calc(100% - 0px);
    justify-content: space-between; }
    .news__articles * {
      flex-shrink: 0;
      max-width: 100%; }
  .news__article {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    width: calc(100% - 0px);
    justify-content: left;
    align-items: flex-start; }
    .news__article * {
      flex-shrink: 0;
      max-width: 100%; }
  .news__article-link {
    text-align: left;
    color: #333;
    text-decoration: none;
    cursor: pointer; }
  .news__date {
    width: calc(25% - 0px);
    float: left;
    width: 73px;
    height: 70px;
    font-family: 'URWGothicL-Book';
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-top: 6px;
    background: url(../images/calendar.svg) no-repeat; }
    .news__date p {
      font-size: 10px;
      color: #ff6600;
      text-align: center;
      text-transform: uppercase;
      padding-top: 5px; }
  .news__text {
    width: calc(66.66667% - 0px); }
  .news__link-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: right;
    width: calc(100% - 0px);
    height: fit-content;
    margin: 0px; }
  .news__link {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px;
    color: #ff6600;
    text-decoration: none;
    border: 1px solid #ff9e5e;
    padding: 5px;
    cursor: pointer;
    width: fit-content; }
    .news__link:hover {
      color: #ff6600;
      background-color: #ffe6d5; }

.post-detail {
  margin-bottom: 2rem; }
  .post-detail__header {
    margin-top: 2rem;
    text-align: center; }
  .post-detail__title {
    font-size: 2.6rem;
    line-height: 1.5; }
  .post-detail__image {
    width: 40rem;
    height: auto;
    margin: 0 auto; }
  .post-detail__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .post-detail__abstract {
    font-size: 1.6rem; }
  .post-detail__date {
    font-size: 1.4rem; }
  .post-detail__text {
    font-size: 1.6rem;
    padding: 1rem 1rem;
    border: 1px solid #666666;
    border-radius: 0.4rem; }
  .post-detail__buttons {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .post-detail__button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 0.375rem;
    font-size: 1.6rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    padding: 1rem 1rem;
    margin-top: 2rem;
    border: 1px solid;
    border-radius: 0.4rem; }
    .post-detail__button:disabled {
      pointer-events: none;
      opacity: 0.65; }
    .post-detail__button:hover, .post-detail__button:focus {
      background-color: #212529;
      color: #fff; }

.projects {
  margin-bottom: 1rem;
  display: block; }

.project-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .project-list * {
    flex-shrink: 0;
    max-width: 100%; }
  .project-list__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 23%;
    height: 400px;
    position: static; }
    .project-list__card:nth-child(even) {
      flex-direction: column-reverse; }
  .project-list__card-description {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 50%; }
    .project-list__card-description h4 {
      text-align: center;
      padding-bottom: 5px;
      font-size: 18px;
      margin-top: 10px;
      margin-bottom: 10px;
      font-family: inherit;
      font-weight: 500;
      line-height: 1.1; }
    .project-list__card-description p {
      text-align: center;
      margin: 0 0 10px; }
    .project-list__card-description:hover,
    .project-list__card-description:active .project-list__card-description:focus {
      text-decoration: none; }
    .project-list__card-description_card-gray:hover {
      color: #333; }
    .project-list__card-description_card-grey, .project-list__card-description_card-grey2 {
      background-color: #e6e6e6;
      color: #333; }
    .project-list__card-description_card-lightgreen, .project-list__card-description_card-darkgreen {
      color: #fff; }
    .project-list__card-description_card-darkgreen {
      background-color: #006854; }
    .project-list__card-description_card-lightgreen {
      background-color: #00a182; }
    .project-list__card-description_card-grey, .project-list__card-description_card-grey2, .project-list__card-description_card-lightgreen, .project-list__card-description_card-darkgreen {
      padding: 0px 15px 0px 15px; }
    .project-list__card-description_card-grey:after {
      top: 100%;
      border-color: #e6e6e6 transparent transparent transparent; }
    .project-list__card-description_card-grey2:after {
      top: -13%;
      border-color: transparent transparent #e6e6e6 transparent; }
    .project-list__card-description_card-lightgreen:after {
      top: -13%;
      border-color: transparent transparent #00a182 transparent; }
    .project-list__card-description_card-darkgreen:after {
      top: 100%;
      border-color: #006854 transparent transparent transparent; }
  .project-list__card-photo {
    position: relative;
    height: 50%; }
    .project-list__card-photo:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -15px;
      border: 13px solid;
      z-index: 111; }
  .project-list__card-img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.project-list__card:nth-child(1) > .project-list__card-photo:before {
  top: 0px;
  border-color: #e6e6e6 transparent transparent transparent; }

.project-list__card:nth-child(2) > .project-list__card-photo:before {
  bottom: 0%;
  border-color: transparent transparent #00a182 transparent; }

.project-list__card:nth-child(3) > .project-list__card-photo:before {
  top: 0%;
  border-color: #006854 transparent transparent transparent; }

.project-list__card:nth-child(4) > .project-list__card-photo:before {
  bottom: 0%;
  border-color: transparent transparent #e6e6e6 transparent; }

.project-list__card:nth-child(1):hover > .project-list__card-photo:before {
  border-color: #ff9955 transparent transparent transparent; }

.project-list__card:nth-child(2):hover > .project-list__card-photo:before {
  border-color: transparent transparent #ff9955 transparent; }

.project-list__card:nth-child(3):hover > .project-list__card-photo:before {
  border-color: #ff9955 transparent transparent transparent; }

.project-list__card:nth-child(4):hover > .project-list__card-photo:before {
  border-color: transparent transparent #ff9955 transparent; }

.info-block_why-we {
  width: 100%;
  align-items: stretch; }

.why-we__text {
  background: #00765b;
  width: 60%;
  flex: 7;
  padding: 0 1.5rem; }
  .why-we__text h3 {
    margin: 1.5rem 0 2rem 0;
    position: relative;
    font-size: 2.4rem;
    font-weight: 400;
    color: #fff; }
    .why-we__text h3:after {
      left: 50%;
      width: 7rem;
      height: 0.3rem;
      content: ' ';
      bottom: -1rem;
      margin-left: -3.5rem;
      text-align: center;
      position: absolute;
      background: #31a283; }
  .why-we__text ul {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-family: 'OpenSans';
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 100; }
    .why-we__text ul li {
      display: inline-block;
      line-height: 2.2rem;
      color: #fff;
      padding: 0 1rem 0rem 2rem;
      list-style-image: url(../images/mark.svg); }

.why-we__photo {
  width: 40%;
  flex: 5;
  background-image: url(../images/programmer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100%; }

.container {
  width: 97vw;
  margin: 0 auto;
  font-family: 'OpenSans'; }

.row-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .row-block__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .row-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .row-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .row-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .row-block__col {
        width: calc(100% - 0px); } }
  .row-block_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .row-block_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .row-block_green {
    color: #fff;
    background-color: #31a283; }

.page-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 70vw;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem; }
  .page-container_main {
    max-width: 97vw; }
  .page-container_about {
    max-width: 70vw; }
  .page-container_blog-detail {
    max-width: 75rem; }
  .page-container_licences {
    max-width: 75vw; }
  .page-container_soft, .page-container_outsourcing {
    max-width: 114rem; }
  .page-container_search {
    font-size: 1.2rem; }
    .page-container_search .ya-site-form__input {
      border-radius: 0.3rem; }
    .page-container_search .ya-site-form__input-text {
      height: 2.3rem; }

.features {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  align-content: space-between; }
  .features__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .features__col {
        width: calc(100% - 0px); } }
  .features_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .features_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .features_green {
    color: #fff;
    background-color: #31a283; }
  .features__feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 70vw; }
    .features__feature_2-cols {
      width: calc(45.83333% - 0px); }
    .features__feature_1-cols, .features__feature_3-cols {
      width: calc(31.66667% - 0px); }
    .features__feature_4-cols {
      width: calc(25% - 0px); }
  .features_1-cols {
    justify-content: center; }
  .features__img {
    margin: 0 auto; }
  .features__text {
    padding: 0 1.5rem; }
  .features__invite {
    display: block;
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
    text-align: center;
    padding: 3rem;
    margin: auto 0;
    font-size: 2rem;
    border-radius: 0.5rem; }
    .features__invite_yellow {
      background-color: #ff6600;
      border: 1px solid #ff6600; }
    .features__invite_orange {
      background-color: #ff8e43;
      border: 1px solid #ff8e43; }

.page-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .page-block__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .page-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .page-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .page-block__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .page-block__col {
        width: calc(100% - 0px); } }
  .page-block_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .page-block_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .page-block_green {
    color: #fff;
    background-color: #31a283; }
  .page-block__img {
    display: block;
    height: auto; }
  .page-block__text {
    width: calc(83.33333% - 0px); }

.panels {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  align-items: stretch; }
  .panels__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .panels__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .panels__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .panels__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .panels__col {
        width: calc(100% - 0px); } }
  .panels_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .panels_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .panels_green {
    color: #fff;
    background-color: #31a283; }
  .panels__panel {
    width: calc(50% - 0px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em 1em; }
    .panels__panel_green {
      color: #fff;
      background-color: #31a283; }
    .panels__panel_yellow {
      color: #fff;
      background-color: #ff6600; }
    .panels__panel_orange {
      color: #fff;
      background-color: #ff8e43; }

.single-image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  align-items: center; }
  .single-image__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .single-image__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .single-image__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .single-image__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .single-image__col {
        width: calc(100% - 0px); } }
  .single-image_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .single-image_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .single-image_green {
    color: #fff;
    background-color: #31a283; }
  .single-image__img-container {
    width: calc(54.16667% - 0px); }
    .single-image__img-container_serv {
      width: calc(100% - 0px); }
  .single-image__img {
    margin: 0 auto; }

.about-container {
  max-width: 1140px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.licences-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }
  .licences-container__header {
    text-align: center; }

.contacts-container {
  margin-bottom: 1rem; }

.contacts-list {
  margin-bottom: 10px;
  padding-left: 10px; }
  .contacts-list__link {
    color: #337ab7;
    text-decoration: none; }

.contact-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 10px; }
  .contact-info__block p, .contact-info__address p, .contact-info__phones p, .contact-info__worktime p, .contact-info__description p {
    margin: 0 0 10px; }
  .contact-info__map {
    width: calc(75% - 0px); }

.callback-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.6rem; }
  @media screen and (min-width: 992px) {
    .callback-container {
      width: 970px; } }
  @media screen and (min-width: 768px) {
    .callback-container {
      width: 750px; } }

.callback-form > p > label,
.callback-form > p > input {
  display: block; }

.callback-form__btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin: 0.375rem;
  font-size: 1.6rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #212529; }
  .callback-form__btn:disabled {
    pointer-events: none;
    opacity: 0.65; }

.outsrc-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 70vw;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem; }

.complex-contract {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  align-items: stretch; }
  .complex-contract__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .complex-contract__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .complex-contract__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .complex-contract__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .complex-contract__col {
        width: calc(100% - 0px); } }
  .complex-contract_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .complex-contract_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .complex-contract_green {
    color: #fff;
    background-color: #31a283; }
  .complex-contract__panel {
    width: calc(50% - 0px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em 1em; }
    .complex-contract__panel_green {
      color: #fff;
      background-color: #31a283; }
    .complex-contract__panel_yellow {
      color: #fff;
      background-color: #ff6600; }
    .complex-contract__panel_orange {
      color: #fff;
      background-color: #ff8e43; }

.contract-features {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  align-content: space-between; }
  .contract-features__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .contract-features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .contract-features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .contract-features__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .contract-features__col {
        width: calc(100% - 0px); } }
  .contract-features_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .contract-features_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .contract-features_green {
    color: #fff;
    background-color: #31a283; }
  .contract-features__feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 70vw; }
    .contract-features__feature_2-cols {
      width: calc(45.83333% - 0px); }
    .contract-features__feature_1-cols, .contract-features__feature_3-cols {
      width: calc(31.66667% - 0px); }
    .contract-features__feature_4-cols {
      width: calc(25% - 0px); }
  .contract-features_1-cols {
    justify-content: center; }
  .contract-features__img {
    margin: 0 auto; }
  .contract-features__text {
    padding: 0 1.5rem; }
  .contract-features__invite {
    display: block;
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
    text-align: center;
    padding: 3rem;
    margin: auto 0;
    font-size: 2rem;
    border-radius: 0.5rem; }
    .contract-features__invite_yellow {
      background-color: #ff6600;
      border: 1px solid #ff6600; }
    .contract-features__invite_orange {
      background-color: #ff8e43;
      border: 1px solid #ff8e43; }

.page-container_ts {
  width: 70vw; }

.features_ts {
  margin-top: 1rem; }

.features_1c {
  flex-wrap: wrap; }

.features__feature_1c {
  width: calc(33.33333% - 0px); }

.theft-protection__plus {
  width: calc(100% - 0px);
  height: 30px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px; }

.theft-protection__img {
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.theft-protection__left, .theft-protection__right {
  width: calc(48.33333% - 0px);
  margin-top: 0px;
  margin-bottom: 0px; }
  .theft-protection__left p, .theft-protection__right p {
    margin-top: 0px; }

.theft-protection__left {
  justify-content: right; }

.theft-protection__right {
  justify-content: left; }

.theft-protection__wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  width: calc(100% - 0px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .theft-protection__wrapper__col {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
    @media screen and (min-width: 960px) {
      .theft-protection__wrapper__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 960px) {
      .theft-protection__wrapper__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 780px) {
      .theft-protection__wrapper__col {
        width: calc(50% - 0px); } }
    @media screen and (max-width: 560px) {
      .theft-protection__wrapper__col {
        width: calc(100% - 0px); } }
  .theft-protection__wrapper_gray {
    padding: 1.5rem 1.5rem;
    color: #000;
    background-color: #e6e6e6; }
    .theft-protection__wrapper_gray p {
      padding-left: 2em;
      padding-right: 2em; }
  .theft-protection__wrapper_green {
    color: #fff;
    background-color: #31a283; }

.page-block__image_traktir {
  width: calc(25% - 0px);
  padding: 2em; }

.page-block__img_traktir {
  width: 100%; }

.page-block__text_traktir {
  width: calc(66.66667% - 0px); }

.panels__panel_kassy-left {
  justify-content: right;
  margin-left: auto;
  margin-right: 0px; }

.panels__panel_kassy-right {
  margin-left: 0px;
  margin-right: auto; }

.panels__img {
  margin-left: auto; }

.page-block {
  position: relative; }
  .page-block_soft {
    margin-top: 30px;
    align-items: flex-start; }
  .page-block__text_fire-guard h3:after {
    content: ' ';
    display: block;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top: 30px solid #31a283;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 50%; }
  .page-block__text_soft {
    width: calc(62.5% - 0px); }
    .page-block__text_soft p {
      margin: 0; }
  .page-block__image_soft {
    width: calc(33.33333% - 0px);
    align-items: center; }
  .page-block__img_soft {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto; }

.single-image_soft {
  margin-top: 3rem; }

.single-image__img_soft {
  width: 100%; }

.paralax-container {
  margin-top: 0rem; }

.parallax-counter-v4 {
  z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(../images/fon.jpg) 50% 0 fixed; }

.parallax-counter-v4::after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5); }

.descript {
  font-size: 14px;
  font-weight: bold; }

.parallax-window {
  min-height: 400px;
  width: 100%;
  background: transparent;
  display: table; }

.parallax-window > ul {
  /*display: flex;*/
  display: table-row; }

.parallax-window > ul > li {
  /*flex: 1;
list-style: none;
justify-content: center;*/
  display: table-cell;
  list-style: none;
  vertical-align: middle;
  height: 200%;
  padding: 50px 0; }

.attainment {
  text-align: center;
  color: #fff; }

.attainment > .circle {
  border: 2px solid #fff;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  line-height: 80px;
  font-size: 30px;
  margin: 0 auto; }

.attainment > .descript {
  margin-top: 10px; }

.page-container_serv {
  max-width: 1353px;
  margin: 2rem auto; }

.single-image_serv {
  margin: 1rem auto; }

.single-image__img-container_serv {
  width: calc(100% - 0px); }

.single-image__img_serv {
  width: 100%; }

.row-block_warranty {
  justify-content: center;
  width: calc(100% - 0px);
  padding: 1.2em;
  margin: 2em 0; }

.features_warranty {
  flex-wrap: nowrap; }

.page-container_distrib {
  width: 70vw; }

.page-container_develop {
  width: 70vw; }

.page-block_develop {
  background-color: #e6e6e6;
  font-size: 2.1rem;
  font-weight: 200; }

.page-container_expert {
  width: 90vw; }

.page-block_expert {
  background-color: #e6e6e6; }

.page-block__text_expert {
  width: calc(66.66667% - 0px);
  font-size: 2.1rem;
  font-weight: 200; }

.page-block__addon {
  width: calc(16.66667% - 0px);
  font-size: 3em;
  color: #ff6600; }

.footer {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #004d46;
  color: #fff;
  font-size: 1.3rem; }
  .footer * {
    flex-shrink: 0;
    max-width: 100%; }
  .footer p {
    font-family: 'URWGothicL-Book';
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0 0 1rem 2rem; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer__item {
    height: inherit; }
    @media screen and (max-width: 960px) {
      .footer__item {
        width: calc(23.33333% - 0px); } }
    @media screen and (min-width: 960px) {
      .footer__item {
        width: calc(23.33333% - 0px); } }
  .footer__item-title {
    height: 3.5rem;
    font-family: 'URWGothicL-Book';
    font-size: 2.4rem; }
    .footer__item-title:after {
      content: ' ';
      display: block;
      background: #31a283;
      height: 0.3rem;
      width: 10rem;
      margin: 1rem auto;
      text-align: center;
      text-transform: uppercase; }

.my-map li {
  list-style-image: url(../images/mayak.svg); }

.footer-contacts {
  list-style-type: none;
  color: #fff;
  padding: 0 0 10px 20px; }
  .footer-contacts span {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding-left: 3px; }

.footer-menu > li {
  /*border-bottom: 1px dotted rgba(119,255,49,230);*/
  list-style-type: none;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #008b70; }

.footer-menu > li:last-child {
  border-bottom: none; }
