@font-fase {
  font-family: "ArialMT";
    src: url(../font/ArialMT.woff2) format("woff2"),
        url(../font/ArialMT.woff) format("woff");
    font-weight: 400;
    font-style: normal; 
}

@font-face {
  font-family: "Arial-BoldMT";
    src: url(../font/Arial-BoldMT.woff2) format("woff2"),
        url(../font/Arial-BoldMT.woff) format("woff");
    font-weight: 600;
    font-style: normal; 
}

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

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

img {
  max-width: 100%;
  height: auto;
}
body {
  padding: 0px;
  width: 100%;
  margin: 0 auto;
  font-family: "ArialMT", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
}
.page-header {
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgb(49, 54, 73);
}
.page-header__inner {
  padding: 0 15px;
}
.page-header__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  padding: 13px 0px;
  margin: 0px;
  list-style: none;
}
.page-header__link {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.page-header__img {
  margin-right: 10px;
}
.page-header__inner {
  display: block;
}

.menu {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffffff;
}
.menu__list {
  display: none;
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #3eb5f1;
}
.menu__list span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 35px;
  padding: 10px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 180px;
}
.menu__mob {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  top: 7px;
  right: 0px;
  border: none;
  outline: none;
  background-color: #3eb5f1;
  background-image: url(../img/hamburger-mob.svg);
  cursor: pointer;
}
.page-header__list {
  display: none;
}
.page-header__list .page-header__item--tel {
  display: block;
}
.menu__social-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu__inner {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__logo-img {
  display: block;
  margin: 9px 44px 9px 0px;
}
.menu__links {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.menu__links:hover {
  color: #313649;
}
.menu__social {
  display: none;
  width: 160px;
  margin: 0 auto;
}
.menu__social-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          width: 150px;
  padding: 5px 0px;
  padding-right: 12px;
}
.header-menu-mob {
  margin: 0px;
  padding: 0px;
  list-style: none;
  min-height: 69px;
}
.header-menu-mob__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 69px;
}
.header-menu-mob__link {
  position: relative;
  display: block;
  width: 35%;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  color: #ffffff;
  padding: 8px 0px;
  cursor: pointer;
  text-decoration: none;
  z-index: 9999;
}
.header-menu-mob__link--tel {
  background-color: #3eb5f1;
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
  border-left: 5px solid #313649;
  border-right: 5px solid #313649;
}
.header-menu-mob__link--tel span {
  -webkit-transform: skewX(40deg);
      -ms-transform: skewX(40deg);
          transform: skewX(40deg);
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  margin-top: 10px;
}
.menu__logo {
  display: none;
}

.hamburger-menu {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.hamburger-menu .bar {
  width: 17px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
}
.menu-main .cd-nav-trigger {
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6936e), color-stop(100%, #fd6141));
  background: -webkit-linear-gradient(left, #f6936e 0%, #fd6141 100%);
  background: -o-linear-gradient(left, #f6936e 0%, #fd6141 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f6936e), to(#fd6141));
  background: linear-gradient(left, #f6936e 0%, #fd6141 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f6936e", endColorstr="#fd6141", GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.cd-nav-trigger {
  position: relative;
  width: 25px;
  height: 100%;
  z-index: 100;
  display: none;
}
.hamburger-menu .bar:nth-child(1) {
  background: #fff;
  -webkit-transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:nth-child(2) {
  background: #fff;
  -webkit-transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:nth-child(3) {
  background: #fff;
  -webkit-transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:nth-child(1).animate {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
  top: 4px;
}
.hamburger-menu .bar:nth-child(2).animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar:nth-child(3).animate {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
}
.menu-main_container {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
     transition-duration: .8s;
  z-index: 9;
  right: 0;
  width: 100vw;
  height: auto;
  top: 0;
  overflow: auto;
  background: #fff;
  top: -100%;
  background-size: cover;
}
.menu-open .menu-main_container {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
     transition-duration: .8s;
  right: 0;
  top: 0;
}
.menu-main .menu-main_container .container {
  position: relative;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.menu-main_container .menu_serch {
  position: absolute;
  top: 77px;
  left: 370px;
}
.menu_serch label {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 800;
}
.menu_serch input {
  border: 0;
  border-bottom: 2px solid #1a1a1a;
  width: calc(100% - 65px);
  padding-bottom: 7px;
  font-weight: 800;
  font-size: 14px;
  color: #1a1a1a;
  padding-left: 10px;
}
.menu-main_flex {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.menu-main_flex nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-main_flex ul {
  list-style: none;
}
.menu-main_flex a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #313649;
  text-decoration: none;
}
.menu_contacts {
  margin-top: 15px;
  padding: 0px 15px;
  /*text-align: right;*/
}
.menu_contacts p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 29px;
}
.menu_contacts .soc {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu_contacts .soc a {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6936e), color-stop(100%, #fd6141));
  background: -webkit-linear-gradient(left, #f6936e 0%, #fd6141 100%);
  background: -o-linear-gradient(left, #f6936e 0%, #fd6141 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f6936e), to(#fd6141));
  background: linear-gradient(left, #f6936e 0%, #fd6141 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f6936e", endColorstr="#fd6141", GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
}
.logo {
  position: relative;
  display: block;
  z-index: 10;
}
.header_top-center {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 530px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-main_container .menu_serch {
  display: none;
}
.favorites {
  display: none;
}
@media (min-width: 768px) {
  .menu {
    padding: 0 15px;
  }
  .menu-main {
    display: none;
  }
  .header-menu-mob {
    display: none;
  }
  .menu__logo {
    display: block;
  }
  .menu__mob {
    display: none;
  }
  .page-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__list {
    display: block;
  }
  .menu__social {
    display: block;
    width: 114px;
    margin: 0px;
  }
  .header__sait {
    display: none;
  }
  .menu__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu__links {
    color: #ffffff;
  }
  .menu__links:hover {
    color: #313649;
  }
  .menu__list {
    width: 416px;
    padding: 0px 15px; 
    -webkit-transform: skew(136deg); 
        -ms-transform: skew(136deg); 
            transform: skew(136deg);
    background-color: #3eb5f1;
    border-left: 5px solid #313649;
    border-right: 5px solid #313649;
  }
  .menu__list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 370px;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
            transform: skew(224deg);
  }
  .menu__social-list {
    width: 114px;
    padding: 0px;
    margin-top: 19px;
  }
  .menu__logo-img {
    display: block;
    margin: 9px 60px 9px 0px;
  }
  .header__sait {
    display: none;
  }
  .page-header__form {
    display: none;
  }
}
.page-header__input {
  color: #fff !important;
}
@media (min-width: 1024px) {
  .menu__list {
    width: 590px;
    padding: 0px 55px;
    -webkit-transform: skew(136deg);
        -ms-transform: skew(136deg);
            transform: skew(136deg);
    background-color: #3eb5f1;
    border-left: 5px solid #313649;
    border-right: 5px solid #313649;
  }
  .menu__list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 466px;
    margin-top: 19px;
    -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
            transform: skew(224deg);
  }
  .menu__logo-img {
    display: block;
    margin: 9px 70px 9px 0px;
  }
  .page-header__form {
    display: block;
    margin-top: 2px;
  }
  .page-header__input {
    max-width: 130px;
    border: none;
    outline: none;
    background-color: rgb(49, 54, 73);
    border-bottom: 1px solid #4c5161;
  }
  .page-header__img {
    width: 18px;
    height: 18px;
  }
  .page-header__form-text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-header__link {
    font-size: 16px;
  }
}
@media (min-width: 1080px) {
  .menu {
    padding: 0px;
  }
  .menu__mob {
    display: none;
  }
  .menu__social {
    display: block;
  }
  .menu__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu__list {
    display: block;
  }
  .menu__links {
    color: #fff;
  }
  .page-header__inner {
    display: block;
    padding: 0 110px;
  }
  .menu__inner {
    padding: 0px 110px;
  }
  .menu__list {
    width: 740px;
    padding: 0px 112px; 
    -webkit-transform: skew(136deg); 
        -ms-transform: skew(136deg); 
            transform: skew(136deg);
    background-color: #3eb5f1;
    border-left: 5px solid #313649;
    border-right: 5px solid #313649;
  }
  .menu__list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 506px;
    margin-top: 15px;
    -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
            transform: skew(224deg);
  }
  .menu__logo {
    
  }
  .menu__social-list {
    margin-top: 19px;
  }
  .menu__logo-img {
    display: block;
    margin: 9px 44px 9px 0px;
  }
}
.promo {
  max-width: 1280px;
  margin: 0 auto;
}
.promo__inner {
  padding: 0 15px;
}
.promo-picture {
  height: 360px;
  /*height: 534px;*/
  background-color: rgb(49, 54, 73);
  background-image: url(../img/main-banner.jpg);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.promo__title {
  padding: 0px;
  padding-top: 50px;
  /*padding-top: 110px;*/
  padding-right: 10px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}
.promo__name {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 70px;
  /*margin-bottom: 90px;*/
  color: #ffffff;
}
.promo__link,
.presentation__support__link,
.service__pop-up-link,
.page-footer__contact-btn,
.patent__paper-link,
.other__link,
.contact-form__link {
  position: relative;
  overflow: hidden;
}
.promo__link,
.presentation__support__link {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 13px;
  font-weight: 600;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 3px solid  #d30011;
  border-radius: 10px;
  background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
}
.promo__link:before,
.presentation__support__link:before,
.service__pop-up-link:before,
.page-footer__contact-btn:before,
.patent__paper-link:bedore,
.other__link:before,
.contact-form__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.promo__link:after,
.presentation__support__link:after,
.service__pop-up-link:after,
.page-footer__contact-btn:after,
.patent__paper-link:after,
.other__link:after,
.contact-form__link:after {
    content: "";
    display: block;
    width: 15px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 5s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

.promo__link:hover,
.presentation__support__link:hover,
.page-footer__contact-btn:hover,
.service__pop-up-link:hover,
.patent__paper-link:hover,
.other__link:hover,
.contact-form__link:hover {
  border: 3px solid #1c31de;
  background-image: -webkit-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
}
.promo__link:active,
.presentation__support__link:active,
.page-footer__contact-btn:active,
.service__pop-up-link:active,
.patent__paper-link:active,
.other__link:active,
.contact-form__link:active {
  border: 3px solid #1c31de;
  -webkit-box-shadow: 0 2px 2px rgba(40, 67, 185, 0.2);
          box-shadow: 0 2px 2px rgba(40, 67, 185, 0.2);
  background-image: -webkit-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
}
@media (min-width: 768px) {
  .promo-picture {
    height: 534px;
    background-image: url(../img/main-banner.jpg);
    background-size: cover;
    -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
            box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
  }
  .promo__title {
    padding-right: 185px;
    padding-top: 94px;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 45px;
  }
  .promo__name {
    margin-bottom: 95px;
    font-size: 22px;
    line-height: 60px;
    font-weight: 600;
  }
  .promo__link,
  .presentation__support__link {
    width: 513px;
    height: 70px;
    font-size: 24px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
    .promo__title {
      padding-right: 430px;
    }
}
@media (min-width: 1080px) {
  #example {
    /*padding:0px 0px 0px 100px;*/
    display:none;
  }
  #example .new{opacity: 0;}
  #example .div_opacity{
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
  }
  .promo__inner {
    padding: 0 110px;
  }
  .promo__title {
    padding-right: 134px;
    padding-top: 94px;
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
  }
  .promo__name {
    margin-bottom: 55px;
    font-size: 30px;
    line-height: 60px;
    font-weight: 600;
  }
  .promo__link {
    width: 513px;
    height: 70px;
    font-size: 24px;
    line-height: 64px;
  }
}
/*.info__wrapper {*/
  /*padding: 0 15px;*/
/*}*/
.info__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 44px;
  margin: 0px;
  list-style: none;
}
.info__item {
  width: 100%;
  height: 59px;
  margin: 0 auto;
  margin-bottom: 25px;
  background-image: url(../img/info-bg.jpg);
  background-size: cover;
}
.info {
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgb(49, 54, 73);
}
.info__link {
  display: block;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  /*padding-left: 16px;*/
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .info__wrapper {
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
  }
  .info__item {
    width: 350px;
    margin: 0px;
    margin-bottom: 25px;
  }
  .info__link {
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .info__item {
    width: 320px;
  }
}
@media (min-width: 1080px) {
  .info__wrapper {
    padding: 0px;
  }
  .info__item {
    width: 408px;
    height: 104px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
  }
  .info__item:hover {
  /*margin: 0 auto;*/
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  .info__link {
    font-size: 30px;
    line-height: 60px;
    text-align: left;
    padding-left: 110px;
    padding-top: 18px;
  }
}
.work {
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgb(49, 54, 73);
}
.work__inner {
  padding: 0 15px;
}
.work__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.work__wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work__title {
  padding: 0px;
  padding-top: 20px;
  margin: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.work__description p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.work__item {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.work__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.work__picture {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .work__inner {
    padding-bottom: 90px;
  }
  .work__title {
    font-size: 30px;
    line-height: 30px;
    padding-top: 63px;
    margin-bottom: 80px;
  }
  .work__item {
    width: 120px;
    margin: 0px;
  }
  .work__wrapper {
    width: 600px;
  }
  .work__wrapper--one {
    margin-right: auto;
  }
  .work__wrapper--two {
    margin-left: 120px;
    margin-top: -55px;
  }
  .work__description p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .work__wrapper {
    width: 810px;
  }
}
@media (min-width: 1080px) {
  .work__inner {
    padding: 0 110px;
    padding-bottom: 86px;
  }
  .work__wrapper {
    width: 874px
  }
  .work__wrapper--one {
    margin-right: auto;
  }
  .work__wrapper--two {
    margin-left: auto;
    margin-top: -55px;
  }
}

.about-us {
  max-width: 1280px;
  margin: 0 auto;
}
.about-us__inner {
  padding: 0px 15px;
}
.about-us__title {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 60px;
  color: #313649;
  font-weight: 600;
  text-align: center;
}
.about-us__item {
  margin-bottom: 25px;
}
.about-us__img {
  margin-bottom: 25px;
}
.about-us__description p {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: justify;
  color: #313649;
}
.about-us__text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #313649;
}
.about-us__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
@media (min-width: 768px) {
  .about-us__title {
    padding-top: 25px;
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 60px;
  }
  .about-us__text {
    font-size: 20px;
    line-height: 24px;
  }
  .about-us__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
  }
  .about-us__img {
    margin: 0px;
  }
  .about-us__description p {
    width: 500px;
    margin-left: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .about-us__item {
    width: 464px;
  }
  .about-us__description p {
    width: 360px;
  }
}
@media (min-width: 1080px) {
  .about-us__inner {
    padding: 0 110px;
  }
  .about-us__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 516px;
    margin-bottom: 63px;
  }
  .about-us__description p {
    width: 407px;
    margin-left: 45px;
  }
}

.page-footer {
  max-width: 1280px;
  margin: 0 auto;
}
.page-footer__title {
  margin: 0px;
  padding-top: 48px;
  margin-bottom: 25px;
}
.page-footer__title span {
  display: block;
  padding-top: 5px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #313649;
}
.page-footer__menu-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin: 0 auto;
  text-decoration: none;
}
.page-footer__menu-list {
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  list-style: none;
}
.page-footer__menu-links {
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  color: #313649;
  text-decoration: none;
  text-transform: uppercase;
}
.page-footer__contact-list {
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
  margin-left: 20px;
  list-style: none;
}
.page-footer__contact-link {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.page-footer__contact-item span {
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
.page-footer__contact-img {
  margin-right: 13px;
}
.page-footer__social-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.page-footer__contact-block {
  padding: 0 15px;
}
.page-footer__contact-btn {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  color: #ffffff;
  border: 3px solid  #d30011;
  border-radius: 10px;
  background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
}
.page-footer__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 266px;
}
.page-footer__social-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 115px;
}
.page-footer__social p {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
.page-footer__copyright-form {
  width: 160px;
  margin-bottom: 16px;
  margin-left: 15px;
}
.page-footer__copyright-text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-footer__copyright-img {
  width: 18px;
  height: 18px;
}
.page-footer__copyright-input {
  max-width: 130px;
  border: none;
  outline: none;
  padding: 3px 5px;
  border-bottom: 1px solid #e4e4e7;
}
input[type="search"] {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  background-color: inherit;
  color: rgba(0, 0, 0, 0.75);
}
input[type="search"]::-ms-input-placeholder {
  font-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.75);
}
input[type="search"]::placeholder {
  font-size: 16px;
  line-height: normal;
  color: inherit;
}
.page-footer__copyright p {
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: justify;
}
.page-footer__contact {
  /*max-width: 450px;*/
  -webkit-transform: skewY(-10deg);
      -ms-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background-color: rgb(62, 181, 241);
  border-top: 5px solid #313649;
  border-bottom: 5px solid #313649;
  margin-bottom: 70px;
}
.page-footer__contact-inner {
  display: block;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-transform: skewY(10deg);
      -ms-transform: skewY(10deg);
          transform: skewY(10deg);
}
.pafe-footer__menu-img {
  width: 64px;
  height: 45px;
}
@media (min-width: 768px) {
  .page-footer__wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
  .page-footer__menu-link {
    width: 200px;
  }
  .page-footer__menu-list {
    margin: 0px;
  }
  .page-footer__menu {
    width: 160px;
  }
  .page-footer__copyright {
    width: 360px;
    padding-top: 48px;
  }
  .page-footer__contact {
    width: 470px;
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background-color: rgb(62, 181, 241);
    border: none;
    border-left: 8px solid #313649;
    border-right: 8px solid #313649;
  }
  .page-footer__contact-inner {
    display: block;
    padding-top: 48px;
    padding-bottom: 56px;
    -webkit-transform: skewX(210deg);
        -ms-transform: skewX(210deg);
            transform: skewX(210deg);
  }
  .page-footer__contact-list {
    margin-left: 100px;
    padding-bottom: 16px;
  }
  .page-footer__contact-block {
    padding: 0px;
  }
  .page-footer__contact-btn {
    width: 212px;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 22px;
  }
  .page-footer__social {
    margin: 0px;
    margin-left: 42px;
  }
  .page-footer__contact {
    margin: 0px;
  }
  .page-footer__copyright p {
    text-align: left;
  }
  .page-footer__copyright-form  {
    margin-left: 85px;
    margin-bottom: 12px;
  }
  .page-footer__copyright .page-footer__copyright-block1 {
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 52px;
  }
  .page-footer__copyright .page-footer__copyright-block2 {
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 25px;
    text-align: justify;
  }
  .page-footer__copyright .page-footer__copyright-block3 {
    margin: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
  }
  .page-footer__copyright .page-footer__copyright-block4 {
    margin: 0px;
  }
  .page-footer__social {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 270px;
  }
}
@media (min-width: 1024px) {
  .page-footer__menu-link {
    width: 200px;
  }
  .page-footer__menu-list {
    margin: 0px;
  }
  .page-footer__menu {
    width: 160px;
  }
  .page-footer__copyright {
    width: 360px;
    padding-top: 48px;
  }
  .page-footer__contact {
    width: 470px;
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background-color: rgb(62, 181, 241);
    border: none;
    border-left: 8px solid #313649;
    border-right: 8px solid #313649;
  }
  .page-footer__contact-inner {
    display: block;
    padding-top: 48px;
    padding-bottom: 56px;
    -webkit-transform: skewX(210deg);
        -ms-transform: skewX(210deg);
            transform: skewX(210deg);
  }
  .page-footer__contact-list {
    margin-left: 160px;
    padding-bottom: 16px;
  }
  .page-footer__contact-block {
    padding: 0px;
  }
  .page-footer__contact-btn {
    width: 212px;
    margin: 0px;
    margin-left: 90px;
    margin-bottom: 22px;
  }
  .page-footer__social {
    margin: 0px;
    margin-left: 42px;
  }
  .page-footer__contact {
    margin: 0px;
  }
  .page-footer__copyright p {
    text-align: left;
  }
  .page-footer__copyright-form  {
    margin-left: 190px;
    margin-bottom: 12px;
  }
  .page-footer__copyright .page-footer__copyright-block1 {
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 150px;
  }
  .page-footer__copyright .page-footer__copyright-block2 {
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 100px;
    text-align: justify;
  }
  .page-footer__copyright .page-footer__copyright-block3 {
    margin: 0px;
    margin-bottom: 7px;
    margin-left: 72px;
  }
  .page-footer__copyright .page-footer__copyright-block4 {
    margin: 0px;
    margin-left: 20px;
  }
  .page-footer__social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 270px;
  }
}
@media (min-width: 1080px) {
  .page-footer__social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 266px;
  }
  .page-footer__wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 110px;
  }
  .page-footer__menu-link {
    width: 270px;
  }
  .page-footer__menu-list {
    margin: 0px;
  }
  .page-footer__menu {
    width: 250px;
  }
  .page-footer__copyright {
    width: 360px;
    padding-top: 48px;
  }
  .page-footer__contact {
    width: 470px;
    -webkit-transform: skewX(-42deg);
        -ms-transform: skewX(-42deg);
            transform: skewX(-42deg);
    background-color: rgb(62, 181, 241);
    border: none;
    border-left: 8px solid #313649;
    border-right: 8px solid #313649;
  }
  .page-footer__contact-inner {
    display: block;
    padding-top: 48px;
    padding-bottom: 56px;
    -webkit-transform: skewX(222deg);
        -ms-transform: skewX(222deg);
            transform: skewX(222deg);
  }
  .page-footer__contact-list {
    margin-left: 177px;
    padding-bottom: 16px;
  }
  .page-footer__contact-block {
    padding: 0px;
  }
  .page-footer__contact-btn {
    width: 212px;
    margin: 0px;
    margin-left: 94px;
    margin-bottom: 22px;
  }
  .page-footer__social {
    margin: 0px;
    margin-left: 42px;
  }
  .page-footer__contact {
    margin: 0px;
  }
  .page-footer__copyright p {
    text-align: left;
  }
  .page-footer__copyright-form  {
    margin-left: 147px;
    margin-bottom: 12px;
  }
  .page-footer__copyright .page-footer__copyright-block1 {
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 116px;
  }
  .page-footer__copyright .page-footer__copyright-block2 {
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 73px;
    text-align: left;
  }
  .page-footer__copyright .page-footer__copyright-block3 {
    margin: 0px;
    margin-bottom: 7px;
    margin-left: 44px;
  }
  .page-footer__copyright .page-footer__copyright-block4 {
    margin: 0px;
  }
}

/*Страница о нас*/
.presentation {
  max-width: 1280px;
  margin: 0 auto;
}
.presentation__name {
  height: 287px;
  background-image: url(../img/company.jpg);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.presentation__work {
  background-color: #313649; 
}
.presentation__work-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.presentation__work-text span {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}
.presentation__work-text {
  position: relative;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.0em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}
.presentation__work-text:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 110px;
  top: -130px;
  /*left: 20px;*/
  /*top: -75px;*/
  background-image: url(../img/present_work.jpg);
  z-index: -1;
}
.presentation__work-number {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.presentation__work-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  /*padding-bottom: 20px;*/
}
.presentation__work-item {
  width: 490px;
}
.presentation__support {
}
.presentation__support-descr h2 {
  padding: 0px 25px;
  margin: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #313649;
}
.presentation__support-descr p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #313649;
}
.presentation__support-descr p:last-child {
  margin-bottom: 0px;
}
.presentation__support-descr {
  margin-bottom: 40px;
}
.presentation__direction {
  background-color: #3eb5f1;
}
.presentation__direction-inner {
  padding: 30px 15px;
}
.presentation__direction-descr h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.presentation__direction-descr p {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #fff;
}
.presentation__name-inner,
.presentation__work-inner {
  padding: 0 15px;
}
.presentation__description-inner {
  padding: 0 15px;
}
.presentation__description span {
    display: block;
    padding: 0px;
    margin: 0px;
    padding: 0 10px;
    padding-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: #313649;
}
.presentation__description p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: justify;
    color: #313649;
}
.presentation__direction-descr {
  margin-bottom: 20px;
}
.presentation__direction-descr:last-child {
  margin-bottom: 0px;
}
.presentation__support {
    padding: 0 15px;
    padding-top: 67px;
    padding-bottom: 50px;
}
.presentation__criteria {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(49, 54, 73);
}
.presentation__criteria-inner {
  padding: 0 15px;
}
.presentation__criteria-title {
  padding: 0px;
  margin: 0px;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.presentation__criteria-name {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.presentation__criteria-list {
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
  list-style: none;
}
.presentation__criteria-item-text {
  position: relative;
  padding: 0px;
  padding-left: 70px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.presentation__criteria-text {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #fff;
}
.presentation__criteria-text:last-child {
  margin-bottom: 0px;
}
.presentation__criteria-item-text::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 30px;
  top: 7px;
  background-color: #3eb5f1;
  border-radius: 100px;
}
.presentation__title {
    position: relative;
    padding: 0px;
    padding-left: 80px;
    padding-right: 10px;
    padding-top: 110px;
    padding-bottom: 134px;
    margin: 0px;
    min-height: 50px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
  }
  .presentation__title::before {
    position: absolute;
    content: "";
    width: 128px;
    height: 116px;
    left: 0px;
    top: 95px;
    background-image: url(../img/icon-company.png);
    background-size: 70px 66px;
    background-repeat: no-repeat;
  }
@media (min-width: 768px) {
  .presentation__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .presentation__work-list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .presentation__direction-inner {
    padding: 70px 15px;
  }
  .presentation__criteria {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .presentation__work-number {
    text-align: left;
  }
  .presentation__criteria-title {
    font-size: 20px;
    text-align: left;
  }
  .presentation__criteria-name {
    font-size: 16px;
  }
  .presentation__criteria-item-text {
    font-size: 16px;
  }
  .presentation__criteria-text {
    font-size: 16px;
  }
  .presentation__support {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .presentation__support-descr h2 {
    padding: 0px;
    margin-bottom: 35px;
    font-size: 20px;
    text-align: left;
  }
  .presentation__support-descr p {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .presentation__direction-descr h2 {
    margin-bottom: 28px;
    font-size: 20px;
    text-align: left;
  }
  .presentation__direction-descr p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .presentation__title {
    position: relative;
    padding: 0px;
    padding-left: 150px;
    padding-right: 80px;
    padding-top: 118px;
    padding-bottom: 141px;
    margin: 0px;
    min-height: 50px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
  }
  .presentation__description span {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;
    margin-bottom: 34px;
    font-size: 20px;
    text-align: left;
  }
  .presentation__description p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .presentation__work-number {
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 125px;
    color: #fff;
    z-index: 2;
  }
  .presentation__work-text {
    position: relative;
    padding: 0px;
    padding-left: 110px;
    padding-right: 0px;
    margin: 0px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0em;
    text-align: justify;
    font-weight: 400;
    color: #fff;
    z-index: 1;
  }
  .presentation__work-text:before {
    position: absolute;
    content: "";
    width: 133px;
    height: 133px;
    left: 27px;
    top: -75px;
    background-image: url(../img/present_work.jpg);
    z-index: -1;
  }
  .presentation__work-text span  {
    font-size: 30px;
    line-height: 30px;
  }
  .presentation__work-item {
    margin: 0px auto;
  }
  .presentation__support {
    padding: 0 15px;
    padding-top: 67px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1024px) {
  .presentation__work-item {
    width: 450px;
    margin: 0px;
    margin-bottom: 20px;
  }
} 
@media (min-width: 1080px) {
  .presentation__name-inner,
  .presentation__work-inner {
    padding: 0 110px;
  }
  .presentation__work-item {
      width: 490px;
    }
  .presentation__direction-inner {
    padding: 70px 110px;
  }
  .presentation__criteria-inner {
    padding: 0 110px;
  }
  .presentation__support {
    padding: 0 110px;
    padding-top: 67px;
    padding-bottom: 85px;
  }
  .presentation__title {
    position: relative;
    padding: 0px;
    padding-left: 219px;
    padding-right: 220px;
    padding-top: 127px;
    padding-bottom: 130px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
  }
  .presentation__title::before {
    position: absolute;
    content: "";
    width: 128px;
    height: 116px;
    left: 0px;
    top: 83px;
    background-image: url(../img/icon-company.png);
    background-size: inherit;
  }
  .presentation__description-inner {
    padding: 0 110px;
  }
  .presentation__description span {
    display: block;
    padding: 0px;
    margin: 0px;
    padding-top: 70px;
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #313649;
  }
  .presentation__description p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #313649;
  }
}

/*Страница наши услуги*/
.service {
  max-width: 1280px;
  margin: 0 auto;
}
.servise__name-inner {
  padding: 0 15px;
}
.servise__descr-wrapper {
  padding: 0 15px;
}
.service__name {
  height: 284px;
  background-image: url(../img/service-main.jpg);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.service__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 40px;
  padding-top: 112px;
  padding-bottom: 150px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.service__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 95px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.service__descr {
  padding-top: 76px;
  background-color: rgb(62, 181, 241);
}
.service__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.service__descr-item {
  position: relative;
  display: block;
  width: 290px;
  min-height: 210px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
  overflow: visible;
}
.servise__name-inner {
  padding: 0 15px;
}
.servise__descr-wrapper {
  padding: 0 15px;
}
.service__info {
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: rgb(49, 54, 73);
}
.service__info-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0 15px;
}
.service__info-item {
  max-width: 516px;
  margin: 0px auto;
  margin-bottom: 30px;
}
.service__info-item:last-child {
  /*margin-right: 0px;*/
  margin-bottom: 0px;
}
.service__info-text {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.servise__descr-text {
  max-width: 321px;
  width: 100%;
  padding: 20px;
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #313649;
  padding-left: 20px;
}
.service__picture {
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-left: 20px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*.service__picture .service__descr-img {*/
  /*transition: all 1s ease-out;*/
/*}*/
/*.service__picture:hover .service__descr-img {*/
  /*transform: scale(1.3,1.3);*/
/*}*/
.service__picture--patent {
  padding-top: 25px;
  padding-bottom: 22px;
}
.service__picture--residence {
  padding-top: 20px;
  padding-bottom: 15px;
}
.service__picture--permit {
  margin-left: 60px;
  padding-top: 20px;
  padding-bottom: 18px;
  width: 31%;
}
.service__picture--national {
  padding-top: 20px;
  padding-bottom: 12px;
  margin-left: 60px;
  width: 32%;
}
.service__picture--state-program {
  width: 32%;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-left: 60px;
}
.service__picture--test {
  padding-top: 14px;
  padding-bottom: 15px;
  margin-left: 27px;
}
.service__picture--insurance {
  padding-top: 18px;
  padding-bottom: 13px;
  margin-left: 60px;
  width: 32%;
  display: block;
}
.service__picture--notaria {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 18px;
  margin-left: 40px;
}
.service__picture--service {
  padding-top: 21px;
  margin-left: 20px;
}
.service__descr-item .service__pop-up {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 0 0 0 270px rgba(53, 59, 84, 0.8) inset;
  box-shadow: 0 0 0 270px rgba(53, 59, 84, 0.5) inset;
  -webkit-transform: rotateY(0deg) scale(0,0);
          transform: rotateY(0deg) scale(0,0);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: 1;
  will-change: transform;
}
.service__descr-item:hover .service__pop-up {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  /*transform-origin: center top; */
  -webkit-transform: rotateY(360deg) scale(1,1);
          transform: rotateY(360deg) scale(1,1);
}
.service__pop-up-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 425px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.service__pop-up-title {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.service__pop-up-text {
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.service__pop-up-link {
  width: 214px;
  height: 40px;
  margin: 0 auto;
  margin-top: auto;
  /*margin-bottom: 30px;*/
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 3px solid #a20605;
  border-radius: 10px;
  background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
}
@media (min-width: 768px) {
  .service__title {
    padding-left: 150px;
    padding-top: 115px;
    padding-bottom: 141px;
    font-size: 20px;
    line-height: 28px;
  }
  .service__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .service__info-inner {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__info-item {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .service__descr-item {
    width: 516px;
    height: 379px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .servise__descr-text {
    padding-left: 35px;
    font-size: 20px;
  }
  .service__descr-item .service__pop-up {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 0 0 0 270px rgba(53, 59, 84, 0.8) inset;
    box-shadow: 0 0 0 270px rgba(53, 59, 84, 0.5) inset;
    -webkit-transform: rotateY(0deg) scale(0,0);
            transform: rotateY(0deg) scale(0,0);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  .service__descr-item:hover .service__pop-up {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    /*transform-origin: center top; */
    -webkit-transform: rotateY(360deg) scale(1,1);
            transform: rotateY(360deg) scale(1,1);
  }
  .service__info-item {
    margin: 0px;
    margin-right: 30px;
  }
  .service__info-item:last-child {
    margin-right: 0px;
  }
  .service__info-text {
    font-size: 16px;
  }
  .service__picture {
    width: 356px;
  }
  .service__picture--patent {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .service__picture--residence {
    padding-top: 60px;
  }
  .service__picture--permit {
    margin-left: 132px;
    padding-top: 49px;
  }
  .service__picture--national {
    padding-top: 52px;
    margin-left: 125px;
  }
  .service__picture--state-program {
    padding-top: 43px;
    margin-left: 132px;
  }
  .service__picture--test {
    padding-top: 56px;
    margin-left: 62px;
  }
  .service__picture--insurance {
    padding-top: 21px;
    padding-bottom: 10px;
    margin-left: 122px;
  }
  .service__picture--notaria {
    padding-top: 60px;
    margin-left: 76px;
  }
  .service__picture--service {
    padding-top: 51px;
    margin-left: 50px;
  }
  .service__pop-up-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin: 0 auto;
  }
  .service__pop-up-title {
    margin: 0px;
    margin-bottom: 12px;
    padding: 0px;
    /*padding-top: 30px;*/
    padding-top: 63px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    color: #fff;
  }
  .service__pop-up-text {
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
  }
  .service__pop-up-link {
    width: 214px;
    height: 40px;
    margin: 0 auto;
    margin-top: auto;
    /*margin-bottom: 30px;*/
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 39px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 3px solid #a20605;
    border-radius: 10px;
    background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  }
}
@media (min-width: 1024px) {
  .service__title {
    padding-left: 170px;
    padding-top: 116px;
    padding-bottom: 134px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1080px) {
  .servise__name-inner {
    padding: 0 110px;
  }
  .servise__descr-wrapper {
    padding: 0 110px;
  }
  .service__info-inner {
    padding: 0 110px;
  }
  .service__descr-item  {
    margin: 0px;
    margin-bottom: 35px;
  }
  .service__title {
    padding-left: 219px;
    padding-right: 280px;
    padding-top: 127px;
    padding-bottom: 130px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 30px;
  }
  .service__title::before {
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-image: url(../img/icon-patent.png);
    background-size: inherit;
  }
  .service__picture {
    display: block;
    margin: 0 auto;
    margin-left: 35px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .service__picture--patent {
  padding-top: 50px;
  padding-bottom: 40px;
}
.service__picture--residence {
  padding-top: 60px;
}
.service__picture--permit {
  margin-left: 132px;
  padding-top: 49px;
}
.service__picture--national {
  padding-top: 52px;
  margin-left: 125px;
}
.service__picture--state-program {
  padding-top: 43px;
  margin-left: 132px;
}
.service__picture--test {
  padding-top: 56px;
  margin-left: 62px;
}
.service__picture--insurance {
  padding-top: 21px;
  padding-bottom: 10px;
  margin-left: 122px;
}
.service__picture--notaria {
  padding-top: 60px;
  margin-left: 76px;
}
.service__picture--service {
  padding-top: 51px;
  margin-left: 50px;
}
  .servise__descr-text {
    width: 321px;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #313649;
    padding-left: 35px;
  }
}

/*Страница патент*/

.patent{
  max-width: 1280px;
  margin: 0 auto;
}
.patent__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.patent__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 0px;
  padding-top: 80px;
  padding-bottom: 138px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.patent__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 80px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.patent__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.patent__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.patent__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.patent__descr-item,
.patent__paper-item {
  max-width: 516px;
  margin: 0 auto;
}
.patent__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
}
.patent__paper-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px #000000;
          box-shadow: 0px 0px 10px #000000;
}
.patent__descr-picture img {
  display: block;
  width: 60%;
  margin-left: 20px;
  padding-top: 45px;
  padding-bottom: 44px;
}
.patent__descr-name {
  padding: 0px;
  padding-top: 30px;
  margin: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.patent__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.00em;
  color: #fff;
}
.patent__descr-text p:last-child {
  margin-bottom: 0px;
}
.patent__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.patent__paper-list {
  padding: 0px;
  padding-left: 30px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 20px;
  list-style: none;
}
.patent__paper-block {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.patent__paper-block::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: -30px;
  top: 8px;
  background-color: #3eb5f1;
  border-radius: 100px;
}
.patent__paper-text {
  padding: 0px;
  padding-left: 25px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.00em;
  color: #fff;
}
.patent__paper-link {
  display: block;
  width: 214px;
  height: 40px;
  margin: 0 auto;
  margin-top: 38px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  color: #ffffff;
  border: 3px solid  #d30011;
  border-radius: 10px;
  background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
}
.patent__name-inner {
  padding: 0px 15px;
}
.patent__item-inner {
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .patent__title {
    padding-left: 150px;
    padding-right: 120px;
    padding-top: 110px;
    padding-bottom: 117px;
    margin: 0px;
    min-height: 50px;
    font-size: 20px;
    line-height: 28px;
  }
  .patent__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .patent__descr-picture {
    width: 480px;
    height: 334px;
  }
  .patent__descr-picture img {
    width: 65%;
    margin-left: 25px;
    padding-top: 50px;
    padding-bottom: 66px;
  }
  .patent__descr-text p {
    font-size: 16px;
  }
  .patent__paper-block {
    font-size: 16px;
  }
  .patent__paper-text {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .patent__title {
    padding-left: 170px;
    padding-right: 220px;
    padding-top: 100px;
    padding-bottom: 115px;
    margin: 0px;
    min-height: 50px;
    font-size: 24px;
    line-height: 34px;
  }
  .patent__paper-link {
    margin-bottom: 0px;
  }
  .patent__descr-list,
  .patent__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .patent__paper-item,
  .patent__descr-item {
    max-width: 475px;
    margin: 0px;
  }
  .patent__descr-picture {
    width: 475px;
    height: 350px;
  }
  .patent__descr-text p {
    margin-bottom: 80px;
  }
  .patent__paper-list {
    margin-top: 0px;  
  }
}
@media (min-width: 1080px) {
  .patent__name-inner {
    padding: 0 110px;
  }
  .patent__item-inner {
    padding: 0 110px;
  }
  .patent__paper-item,
  .patent__descr-item {
    max-width: 516px;
  }
  .patent__title {
    padding-left: 219px;
    padding-right: 280px;
    padding-top: 101px;
    padding-bottom: 101px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .patent__title::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-image: url(../img/icon-patent.png);
    background-size: inherit;
  }
  .patent__descr-picture {
    width: 516px;
    height: 379px;
  }
  .patent__descr-picture img {
    width: 331px;
    margin-left: 30px;
    padding-top: 70px;
    padding-bottom: 78px;
  }
  .patent__descr-name {
    padding-top: 50px;
  }
  .patent__descr-text p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.050em;
  }
  .patent__paper-block {
    font-size: 16px;
  }
  .patent__paper-text {
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.010em;
  }
}

/*Страница нотариуса*/

.notary {
  max-width: 1280px;
  margin: 0 auto;
}
.notary__name-inner {
  padding: 0px 15px;
}
.notary__item-inner {
  padding: 0px 15px;
}
.notary__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.notary__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 10px;
  padding-top: 110px;
  padding-bottom: 130px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.notary__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 95px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.notary__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.notary__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.notary__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.notary__descr-item,
.notary__transfer-item {
  max-width: 516px;
  margin: 0px auto;
}
.notary__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.notary__descr-picture img {
  display: block;
  width: 70%;
  margin-left: 15px;
  padding-top: 40px;
  padding-bottom: 36px;
}
.notary__descr-name {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.notary__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.00em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.notary__descr-text p:last-child {
  margin-bottom: 0px;
}
.notary__descr-up {
  display: block;
  font-size: 18px;
  /*font-size: 20px;*/
  line-height: 30px;
  font-weight: 600;
}
.notary__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.notary__descr-tp {
  text-transform: uppercase;
  font-weight: 600;
}
.notary__descr-cup {
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.notary__transfer-text {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: justify;
}
.notary__transfer-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px #000000;
          box-shadow: 0px 0px 10px #000000;
}
@media (min-width: 768px) {
  .notary__title {
    padding-left: 150px;
    padding-right: 50px;
    padding-top: 118px;
    padding-bottom: 136px;
    font-size: 20px;
    line-height: 28px;
  }
  .notary__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .notary__descr-picture {
    width: 480px;
    height: 334px;
  }
  .notary__descr-picture img {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .notary__descr-text p {
    font-size: 16px;
  }
  .notary__transfer-text {
    font-size: 16px;
    word-spacing: 4px;
  }
}
@media (min-width: 1024px) {
  .notary__descr-item,
  .notary__transfer-item {
    max-width: 475px;
    margin: 0px;
  }
  .notary__title {
    padding-left: 170px;
    padding-right: 100px;
    padding-bottom: 132px;
    font-size: 24px;
    line-height: 34px;
  }
  .notary__descr-picture {
    width: 475px;
    height: 350px;
  }
  .notary__descr-picture img {
    padding-top: 65px;
    padding-bottom: 64px;
  }
  .notary__transfer-picture {
    margin-right: 110px;
  }
  .notary__descr-list {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .notary__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .notary__descr-name {
    margin-top: 0px;
  }
  .notary__transfer-text {
    word-spacing: 5px;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .notary__transfer-text:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 1080px) {
  .notary__name-inner {
    padding: 0 110px;
  }
  .notary__item-inner {
    padding: 0 110px;
  }
  .notary__descr-item,
  .notary__transfer-item {
    max-width: 516px;
  }
  .notary__title {
    padding-left: 219px;
    padding-right: 280px;
    padding-top: 110px;
    padding-bottom: 133px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .notary__title::before {
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-size: inherit;
  }
  .notary__descr-picture {
    width: 516px;
    height: 379px;
    margin: 0px;
  }
  .notary__descr-picture img {
    display: block;
    width: 378px;
    margin-left: 25px;
    padding-top: 70px;
    padding-bottom: 58px;
  }
  .notary__transfer-picture {
    margin-right: 150px;
  }
  .notary__descr-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.050em;
  }
  .notary__transfer-text {
    word-spacing: 4px;
  }
}

/*Юридическа консультация*/

.advisory {
  max-width: 1280px;
  margin: 0 auto;
}
.advisory__name-inner {
  padding: 0 15px;
}
.advisory__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.advisory__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 0px;
  padding-top: 75px;
  padding-bottom: 62px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.advisory__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 80px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.advisory__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.advisory__item-inner {
  padding: 0 15px;
}
.advisory__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.advisory__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.advisory__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.advisory__descr-item,
.advisory__law-item {
  max-width: 516px;
  margin: 0px auto;
}
.advisory__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.advisory__descr-picture img {
  display: block;
  width: 50%;
  margin-left: 15px;
  padding-top: 50px;
  padding-bottom: 58px;
}
.advisory__descr-name {
  padding: 0px;
  padding-top: 29px;
  margin: 0px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.advisory__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 29px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.advisory__descr-text p:last-child {
  margin-bottom: 0px;
}
.advisory__descr-up {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.advisory__law-text {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.advisory__law-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px #000000;
          box-shadow: 0px 0px 10px #000000;
}
@media (min-width: 768px) {
  .advisory__title {
    padding: 0px;
    padding-left: 150px;
    padding-right: 10px;
    padding-top: 105px;
    padding-bottom: 122px;
    margin: 0px;
    min-height: 50px;
    font-size: 20px;
    line-height: 28px;
  }
  .advisory__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .advisory__descr-name {
    font-size: 24px;
    line-height: 28px;
  }
  .advisory__descr-text p {
    font-size: 16px;
  }
  .advisory__law-text {
    font-size: 16px;
  }
  .advisory__descr-picture {
    width: 480px;
    height: 334px;
  }
  .advisory__descr-picture img {
    width: 65%;
    padding-bottom: 43px;
  }
}
@media (min-width: 1024px) {
  .advisory__law-text {
    margin-top: 0px;
    margin-bottom: 45px;
  }
  .advisory__descr-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advisory__title {
    padding: 0px;
    padding-left: 170px;
    padding-right: 70px;
    padding-top: 105px;
    padding-bottom: 111px;
    margin: 0px;
    min-height: 50px;
    font-size: 24px;
    line-height: 34px;
  }
  .advisory__descr-item, .advisory__law-item {
    max-width: 475px;
    margin: 0px;
  }
  .advisory__descr-picture {
    width: 475px;
    height: 350px;
  }
  .advisory__descr-picture img {
    width: 68%;
    padding-bottom: 51px;
  }
  .advisory__descr-name {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .advisory__descr-text p {
    margin-bottom: 20px;
  }
  .advisory__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1080px) {
  .advisory__name-inner {
    padding: 0 110px;
  }
  .advisory__item-inner {
    padding: 0 110px;
  }
  .advisory__title {
    position: relative;
    padding: 0px;
    padding-left: 219px;
    padding-right: 40px;
    padding-top: 97px;
    padding-bottom: 106px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
  }
  .advisory__title::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-image: url(../img/icon-patent.png);
    background-size: inherit;
  }
  .advisory__descr-list {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advisory__descr-picture {
    width: 516px;
    height: 379px;
    margin: 0px;
    background-image: url(../img/service-fon.png);
    -webkit-box-shadow: 0px 0px 10px #313649;
            box-shadow: 0px 0px 10px #313649;
  }
  .advisory__descr-picture img {
    width: 367px;
    height: auto;
    padding-bottom: 45px;
  }
  .advisory__descr-name {
    padding-top: 29px;
    margin-bottom: 24px;
  }
  .advisory__descr-text p {
    margin-bottom: 29px;
  }
  .advisory__descr-text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.010em;
  }
  .advisory__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advisory__law-text {
    padding-top: 32px;
    font-size: 16px;
  }
  .advisory__descr-item,
  .advisory__law-item {
    max-width: 516px;
    margin: 0px;
  }
} 

/*Страница временое проживание*/

.residence {
  max-width: 1280px;
  margin: 0 auto;
}
.residence__name-inner {
  padding: 0 15px;
}
.residence__item-inner {
  padding: 0 15px;
}
.residence__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.residence__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 0px;
  padding-top: 75px;
  padding-bottom: 40px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.residence__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 80px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.residence__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.residence__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.residence__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.residence__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.residence__descr-item,
.residence__allow-item {
  max-width: 516px;
  margin: 0 auto;
}
.residence__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.residence__descr-picture img {
  display: block;
  width: 65%;
  margin-left: 15px;
  padding-top: 38px;
  padding-bottom: 38px;
}
.residence__descr-name {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.residence__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 29px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.00em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.residence__descr-text p:last-child {
  margin-bottom: 0px;
}
.residence__descr-up {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
.residence__allow-text {
  padding: 0px;
  margin: 0px;
  margin-top: 28px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.residence__allow-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px #000000;
          box-shadow: 0px 0px 10px #000000;
}
@media (min-width: 768px) {
  .residence__title {
    padding-left: 150px;
    padding-top: 95px;
    padding-bottom: 103px;
    font-size: 20px;
    line-height: 28px;
  }
  .residence__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .residence__descr-picture {
    width: 480px;
    height: 334px;
  }
  .residence__descr-picture img {
    width: 67%;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .residence__descr-text p {
    font-size: 16px;
  }
  .residence__allow-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .residence__title {
    padding-left: 170px;
    padding-top: 90px;
    padding-bottom: 92px;
    font-size: 24px;
    line-height: 34px;
  }
  .residence__descr-list,
  .residence__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .residence__descr-item,
  .residence__allow-item {
    max-width: 475px;
    margin: 0px;
  }
  .residence__descr-picture {
    width: 475px;
    height: 350px;
  }
  .residence__descr-name {
    margin-top: 0px;
  }
  .residence__descr-text p {
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
  }
  .residence__allow-text {
    margin-top: 0px;
    margin-bottom: 28px;
  }
  .residence__allow-text:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 1080px) {
  .residence__name-inner {
    padding: 0 110px;
  }
  .residence__item-inner {
    padding: 0 110px;
  }
  .residence__title {
    padding-left: 219px;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 69px;
    min-height: 50px;
    font-size: 30px;
    line-height: 48px;
  }
  .residence__title::before {
    width: 120px;
    height: 116px;
    background-size: inherit;
  } 
  .residence__descr-picture {
    width: 516px;
    height: 379px;
  }
  .residence__descr-picture img {
    display: block;
    width: 337px;
    margin-left: 25px;
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .residence__descr-item,
  .residence__allow-item {
    max-width: 516px;
  }
}

/*Вид на жительство*/

.permit {
  max-width: 1280px;
  margin: 0 auto;
}
.permit__name-inner {
  padding: 0px 15px;
}
.permit__item-inner {
  padding: 0px 15px;
}
.permit__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.permit__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 0px;
  padding-top: 75px;
  padding-bottom: 78px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.permit__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 80px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.permit__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.permit__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.permit__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.permit__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.permit__descr-item,
.permit__issues-item {
  max-width: 516px;
  margin: 0px auto;
}
.permit__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.permit__descr-picture img {
  display: block;
  width: 65%;
  margin-left: 15px;
  padding-top: 45px;
  padding-bottom: 42px;
}
.permit__descr-name {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.permit__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 29px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.00em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.permit__descr-text p:last-child {
  margin-bottom: 0px;
}
.permit__descr-up {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
.permit__issues-text {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  word-spacing: -1px;
  text-align: justify;
  color: #fff;
}
.permit__issues-text span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  font-style: italic;
}
.permit__issues-text:first-child {
  margin-top: 25px;
}
.permit__issues-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .permit__title {
    padding-left: 150px;
    padding-right: 10px;
    padding-top: 90px;
    padding-bottom: 109px;
    font-size: 20px;
    line-height: 28px;
  }
  .permit__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .permit__descr-picture {
    width: 480px;
    height: 334px;
  }
  .permit__descr-picture img {
    padding-top: 60px;
    padding-bottom: 71px;
  }
  .permit__descr-text p {
    font-size: 16px;
  }
  .permit__issues-text span {
    font-size: 16px;
  }
  .permit__issues-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .permit__descr-list,
  .permit__description {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .permit__issues-item,
  .permit__descr-item {
    max-width: 475px;
    margin: 0px;
  }
  .permit__descr-picture {
    width: 475px;
    height: 350px;
  }
  .permit__descr-picture img {
    width: 325px;
  }
  .permit__title {
    padding-left: 170px;
    padding-right: 70px;
    padding-bottom: 92px;
    font-size: 24px;
    line-height: 34px;
  }
  .permit__descr-name {
    margin-top: 0px;
  }
  .permit__descr-text p {
    line-height: 30px;
    letter-spacing: 0.010em;
  }
  .permit__issues-text:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1080px) {
  .permit__name-inner {
    padding: 0 110px;
  }
  .permit__item-inner {
    padding: 0 110px;
  }
  .permit__issues-item,
  .permit__descr-item {
    max-width: 516px;
  }
  .permit__title {
    padding-left: 219px;
    padding-right: 10px;
    padding-top: 75px;
    padding-bottom: 87px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .permit__title::before {
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-size: inherit;
  }
  .permit__descr-picture {
    width: 516px;
    height: 379px;
    margin: 0px;
  }
  .permit__descr-picture img {
    display: block;
    width: 352px;
    margin-left: 25px;
    padding-top: 72px;
    padding-bottom: 77px;
  }
  .permit__descr-text p {
    margin-bottom: 55px;
  }
}

/*Страница Гражданство*/

.national {
  max-width: 1280px;
  margin: 0 auto;
}
.national__name-inner {
  padding: 0 15px;
}
.national__item-inner {
  padding: 0 15px;
}
.national__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.national__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 0px;
  padding-top: 104px;
  padding-bottom: 136px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.national__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 95px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.national__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.national__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.national__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.national__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.national__descr-item,
.national__notion-item {
  max-width: 516px;
  margin: 0px auto;
}
.national__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.national__descr-picture img {
  display: block;
  width: 65%;
  margin-left: 15px;
  padding-top: 30px;
  padding-bottom: 27px;
}
.national__descr-name {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.national__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 29px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.00em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.national__descr-text p:last-child {
  margin-bottom: 0px;
}
.national__descr-up {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
.national__notion-text {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.national__notion-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .national__title {
    padding-left: 150px;
    padding-right: 50px;
    padding-top: 118px;
    padding-bottom: 136px;
    font-size: 20px;
    line-height: 28px;
  }
  .national__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .national__descr-picture {
    width: 480px;
    height: 334px;
  }
  .national__descr-picture img {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .national__descr-text p {
    font-size: 16px;
  }
  .national__notion-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .national__descr-name {
    margin-top: 0px;
  }
  .national__descr-list,
  .national__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .national__descr-item,
  .national__notion-item {
    max-width: 475px;
    margin: 0px;
  }
  .national__descr-picture {
    width: 475px;
    height: 350px;
  }
  .national__descr-picture img {
    padding-top: 50px;
    padding-bottom: 49px;
  }
  .national__descr-text p {
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
    text-align: justify;
  }
  .national__notion-text {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1080px) {
  .national__name-inner {
    padding: 0px 110px;
  }
  .national__item-inner {
    padding: 0px 110px;
  }
  .national__descr-item,
  .national__notion-item {
    max-width: 516px;
  }
  .national__descr-picture {
    width: 516px;
    height: 379px;
  }
  .national__title {
    padding-left: 219px;
    padding-right: 10px;
    padding-top: 110px;
    padding-bottom: 133px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .national__descr-picture img {
    display: block;
    width: 356px;
    margin-left: 20px;
    padding-top: 42px;
    padding-bottom: 47px;
  }
}

/*Страница государственная программа*/

.state-program {
  max-width: 1280px;
  margin: 0 auto;
}
.state-program__name-inner {
  padding: 0px 15px;
}
.state-program__item-inner {
  padding: 0px 15px;
}
.state-program__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.state-program__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 0px;
  padding-top: 75px;
  padding-bottom: 78px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  font-weight: 600;
  color: #fff;
}
.state-program__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 80px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.state-program__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.state-program__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.state-program__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.state-program__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.state-program__descr-item,
.state-programm__decision-item {
  max-width: 516px;
  margin: 0 auto;
}
.state-program__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.state-program__descr-picture img {
  display: block;
  width: 65%;
  margin-left: 15px;
  padding-top: 30px;
  padding-bottom: 32px;
}
.state-program__descr-name {
  padding: 0px;
  padding-top: 25px;
  margin: 0px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.state-program__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.00em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.state-program__descr-text p:last-child {
  margin-bottom: 0px;
}
.state-program__descr-up {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
.state-programm__decision-text {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: justify;
  word-spacing: -1px;
}
.state-programm__decision-text:first-child {
  margin-top: 25px;
}
.state-programm__decision-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .state-program__title {
    padding-left: 150px;
    padding-right: 10px;
    padding-top: 95px;
    padding-bottom: 103px;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }
  .state-program__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .state-program__descr-picture {
    width: 480px;
    height: 334px;
  }
  .state-program__descr-picture img {
    padding-top: 40px;
    padding-bottom: 49px;
  }
  .state-program__descr-text p {
    font-size: 16px;
  }
  .state-programm__decision-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .state-program__title {
    padding-left: 170px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 116px;
    font-size: 24px;
    line-height: 34px;
  }
  .state-program__descr-picture {
    width: 475px;
    height: 350px;
  }
  .state-programm__decision-picture {
    padding-top: 60px;
  }
  .state-program__descr-picture img {
    width: 320px;
    padding-top: 50px;
    padding-bottom: 49px;
  }
  .state-program__descr-item,
  .state-programm__decision-item {
    max-width: 475px;
    margin: 0px;
  }
  .state-program__descr-list,
  .state-program__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .state-programm__decision-text:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1080px) {
  .state-program__name-inner {
    padding: 0 110px;
  }
  .state-program__item-inner {
    padding: 0 110px;
  }
  .state-program__title {
    padding-left: 219px;
    padding-right: 10px;
    padding-top: 75px;
    padding-bottom: 87px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .state-program__title::before {
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-size: inherit;
  }
  .state-program__descr-item,
  .state-programm__decision-item {
    max-width: 516px;
  }
  .state-program__descr-picture {
    width: 516px;
    height: 379px;
  }
  .state-program__descr-picture img {
    display: block;
    width: 339px;
    margin-left: 24px;
    padding-top: 57px;
    padding-bottom: 56px;
  }
  .state-program__descr-text p {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
  }
}

/*Страхование иностраных граждан*/

.insurance {
  max-width: 1280px;
  margin: 0 auto;
}
.insurance__item-inner {
  padding: 0px 15px;
}
.insurance__name-inner {
  padding: 0px 15px;
}
.insurance__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.insurance__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 10px;
  padding-top: 97px;
  padding-bottom: 120px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.insurance__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 95px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.insurance__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.insurance__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.insurance__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.insurance__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.insurance__descr-item {
  max-width: 516px;
  margin: 0px auto;
}
.insurance__assist-item {
  max-width: 516px;
  margin: 0 auto;
}
.insurance__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.insurance__descr-picture img {
  display: block;
  width: 65%;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.insurance__descr-name {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.insurance__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.00em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.insurance__descr-text p:last-child {
  margin-bottom: 0px;
}
.insurance__caption {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  color: #313649;
}
.insurance__list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.insurance__item .insurance__item-text {
  position: relative;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
.insurance__item .insurance__item-text::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 11px;
  width: 10px;
  height: 10px;
  background-color: #313649;
  border-radius: 100px;
}
.insurance__descr-fon {
  font-style: italic;
  color: #313649;
}
.insurance__descr-up {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
.insurance__assist-text {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.insurance__assist-text:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}
.insurance__assist-text:last-child {
  margin-bottom: 0px;
}
.insurance__assist-block {
  margin-bottom: 20px;
}
.insurance__assist-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.insurance__assist-box p {
  position: relative;
  padding: 0px;
  padding-left: 30px;
  margin: 0px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.insurance__assist-box p::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #3eb5f1;
  border-radius: 100px;
}
.insurance__assist-caption {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.insurance__assist-fon {
  font-style: italic;
  color: #3eb5f1;
}
.insurance__assist-color {
  display: block;
  font-weight: 600;
  font-style: italic;
  color: #3eb5f1;
  text-transform: uppercase;
}
.insurance__assist-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .insurance__title {
    padding-left: 150px;
    padding-right: 50px;
    padding-top: 120px;
    padding-bottom: 135px;
    font-size: 20px;
    line-height: 28px;
  }
  .insurance__title::before  {
    top: 95px;
    background-size: 90px 86px;
  }
  .insurance__descr-picture {
    width: 480px;
    height: 334px;
  }
  .insurance__descr-text p {
    font-size: 16px;
  }
  .insurance__item .insurance__item-text {
    font-size: 16px;
  }
  .insurance__assist-box p {
    font-size: 16px;
  }
  .insurance__assist-text {
    font-size: 16px;
  }
  .insurance__assist-caption {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .insurance__descr-item,
  .insurance__assist-item {
    max-width: 475px;
    margin: 0px;
  }
  .insurance__assist-text:first-child {
    margin-top: 0px;
  }
  .insurance__assist-picture {
    padding-top: 48px;
  }
  .insurance__title {
    padding-left: 170px;
    padding-right: 90px;
    padding-top: 118px;
    padding-bottom: 132px;
    font-size: 24px;
    line-height: 34px;
  }
  .insurance__descr-list {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .insurance__description {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .insurance__descr-name {
    margin-top: 0px;
  }
  .insurance__descr-picture {
    width: 475px;
    height: 350px;
  }
  .insurance__descr-picture img {
    width: 67%;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 17px;
  }
}
@media (min-width: 1080px) {
  .insurance__name-inner {
    padding: 0 110px;
  }
  .insurance__item-inner {
    padding: 0 110px;
  }
  .insurance__descr-item,
  .insurance__assist-item {
    max-width: 516px;
  }
  .insurance__title {
    padding-left: 219px;
    padding-right: 10px;
    padding-top: 115px;
    padding-bottom: 128px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .insurance__title::before {
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-size: inherit;
  }
  .insurance__descr-picture {
    width: 516px;
    height: 379px;
    margin: 0px;
  }
  .insurance__descr-picture img {
    display: block;
    width: 334px;
    margin-left: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .insurance__descr-text p {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.010em;
  }
  .insurance__assist-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.038em;
  }
}

/*Тестирование иностранных граждан */

.test {
  max-width: 1280px;
  margin: 0 auto;
}
.test__name-inner {
  padding: 0px 15px;
}
.test__item-inner {
  padding: 0px 15px;
}
.test-info__descr {
  padding: 50px 15px;
}
.test-consists__wrapper {
  padding: 0px 15px;
}
.test__name {
  height: 283px;
  background-image: url(../img/patent-header.png);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.test__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 10px;
  padding-top: 115px;
  padding-bottom: 125px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.test__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 95px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.test__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.test__item-footer,
.test-consists {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.test__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.test__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.test__descr-item,
.test__pass-item,
.test-consists__item {
  max-width: 516px;
  margin: 0 auto;
}
.test__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
  box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.test__descr-picture img {
  display: block;
  width: 65%;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 13px;
}
.test__descr-name {
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  /*text-align: center;*/
  color: #fff;
}
.test__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.test__descr-text p:last-child {
  margin-bottom: 0px;
}
.test__list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.test__descr-fon {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-style: italic;
  color: #313649;
}
.test__pass-name {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  color: #3eb5f1;
}
.test__pass-text {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.test__pass-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.test__pass-box p {
  position: relative;
  padding: 0px;
  margin: 0px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
.test__pass-box p::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0px;
  top: 10px;
  background-color: #3eb5f1;
  border-radius: 100px;
}
.test__pass-picture {
  padding-top: 25px;
}
.test__pass-img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.test-consists__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.test-consists-name {
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  color: #3eb5f1;
}
.test-consists-text {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.test-consists-lists {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  list-style: none;
}
.test-consists-box p {
  position: relative;
  padding: 0px;
  margin: 0px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.test-consists-box p::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0px;
  top: 10px;
  background-color: #3eb5f1;
  border-radius: 100px;
}
.test-consists__img {
  display: block;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
}
.test-info {
  background-image: url(../img/test-info__fon.jpg);
}
.test-info__header {
  max-width: 1060px;
  margin: 0 auto;
  background-color: #313649;
  border-collapse: collapse;
  -webkit-box-shadow: 0px 0px 10px #313649;
    box-shadow: 0px 0px 10px #313649;
}
.test-info__name--testing {
  width: 515px;
}
.test-info__name {
  padding: 19px 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #313649;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
}
.test-info__header th:first-child {
  border-right: 2px solid rgb(62, 181, 241); 
}
.test-info__header th:last-child {
  border-left: 2px solid rgb(62, 181, 241);
}
.test-info__header td {
  padding: 7px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  min-height: 170px;
}
.test-info__header {
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
.test-info__list:nth-child(1),
.test-info__list:nth-child(2),
.test-info__list:nth-child(3),
.test-info__list:nth-child(4),
.test-info__list:nth-child(5) {
  border-bottom: 2px solid rgb(62, 181, 241);
}
.test-info__list:nth-child(1) {
  border-top: 2px solid #000;
}
.test-info__list:nth-child(6) {
  border-bottom: 2px solid #000;
}
.test-info__header td:nth-child(2) {
  border-right: 2px solid rgb(62, 181, 241);
}
.test-info__header td:first-child {
  text-align: left;
  /*padding-left: 30px;*/
  border-right: 2px solid rgb(62, 181, 241);
}
.test-info__header td:last-child {
  border-left: 2px solid rgb(62, 181, 241);
}
@media (min-width: 768px) {
  .test__title {
    padding-left: 150px;
    padding-top: 120px;
    padding-bottom: 135px;
    font-size: 20px;
    line-height: 28px;
  }
  .test__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .test__descr-picture {
    width: 480px;
    height: 334px;
  }
  .test__descr-picture img {
    margin-left: 25px;
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .test__descr-text p {
    font-size: 16px;
    line-height: 30px;
  }
  .test__descr-fon {
    font-size: 20px;
    line-height: 30px;
  }
  .test__pass-text {
    font-size: 16px;
    line-height: 30px;
    word-spacing: -1px;
  }
  .test__pass-name {
    font-size: 20px;
  }
  .test__pass-box p {
    font-size: 16px;
  }
  .test-info__name {
    font-size: 16px;
    line-height: 30px;
  }
  .test-info__header td {
    padding: 7px 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .test-consists-name {
    font-size: 20px;
  }
  .test-consists-text {
    font-size: 16px;
    line-height: 30px;
  }
  .test-consists-box p {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .test__title {
    padding-left: 170px;
    padding-top: 120px;
    padding-bottom: 129px;
    font-size: 24px;
    line-height: 34px;
  }
  .test__descr-picture {
    width: 475px;
    height: 350px;
  }
  .test__descr-picture img {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .test__descr-item, 
  .test__pass-item, 
  .test-consists__item {
    max-width: 475px;
    margin: 0px;
  }
  .test__pass-text {
    word-spacing: 13px;
  }
  .test__descr-list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  .test__description {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  .test-consists__list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  .test__descr-name  {
    margin-top: 0px;
  }
  .test-consists-name {
    margin-top: 0px;
  }
  .test-consists__picture {
    padding-top: 110px;
  }
}
@media (min-width: 1080px) {
  .test__name-inner {
    padding: 0 110px;
  }
  .test__item-inner {
    padding: 0 110px;
  }
  .test-consists__wrapper {
    padding: 0 110px;
  }
  .test-info__descr {
    padding: 0 110px;
    padding-top: 80px;
    padding-bottom: 89px;
  }
  .test__descr-picture  {
    width: 516px;
    height: 379px;
  }
  .test__descr-picture img {
    display: block;
    width: 352px;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .test__title {
    padding-left: 219px;
    padding-right: 10px;
    padding-top: 115px;
    padding-bottom: 128px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .test__title::before {
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-size: inherit;
  }
  .test__pass-text {
    word-spacing: 19px;
  }
  .test__descr-item, 
  .test__pass-item, 
  .test-consists__item  {
    max-width: 516px;
  }
}

/*Страница контакты*/

.contact {
  max-width: 1280px;
  margin: 0 auto;
}
.contact__name-inner {
  padding: 0px 15px;
}
.contact__item-inner {
  padding: 0px 15px;
}
.contact-form__inner {
  padding: 0px 15px;
}
.contact__name {
  height: 285px;
  background-image: url(../img/company.jpg);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.contact__title {
  position: relative;
  padding: 0px;
  padding-left: 120px;
  padding-right: 10px;
  padding-top: 116px;
  padding-bottom: 149px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.contact__title::before {
  position: absolute;
  content: "";
  width: 139px;
  height: 116px;
  left: 0px;
  top: 95px;
  background-image: url(../img/icon-contact.png);
  background-size: 90px 76px;
  background-repeat: no-repeat;
}
.contact__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.contact__item-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.contact__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.contact__description {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__descr-item,
.contact-form__item {
  max-width: 516px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 30px;
}
.contact__descr-item:last-child,
.contact-form__item:last-child {
  margin-bottom: 0px;
}
.contact__descr-picture {
  width: 100%;
  height: 379px;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
}
.contact__descr-name {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.contact__link {
  /*display: block;*/
  font-size: 13px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.contact__text {
  padding: 0px;
  padding-left: 25px;
  margin: 0px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}
.contact__viber {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.contact__text--tel,
.contact__text--address,
.contact__text--email,
.contact__text--clock {
  position: relative;
}
.contact__viber--viber {
  position: relative;
  padding-left: 30px;
}
.contact__text:last-child {
  margin-bottom: 20px;
}
.contact__viber--viber::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 7px;
  background-image: url(../img/contact__viber.png);
  background-repeat: no-repeat;
}
.contact__text--tel::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0px;
  top: 10px;
  background-image: url(../img/contact__phone.png);
  background-repeat: no-repeat;
}
.contact__text--address::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 21px;
  left: 0px;
  top: 5px;
  background-image: url(../img/contact__adress.png);
  background-repeat: no-repeat;
}
.contact__text--email::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 13px;
  left: 0px;
  top: 11px;
  background-image: url(../img/contact__email.png);
  background-repeat: no-repeat;
}
.contact__text--clock::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0px;
  top: 7px;
  background-image: url(../img/contact__clock.png);
  background-repeat: no-repeat;
}
.contact-form {
  background-color: rgb(49, 54, 73);
}
.contact-form__descr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 70px;
}
.contact-form__text {
  padding: 0px;
  margin: 0px;
  font-size: 19px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}
.contact-form__form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-form__input {
  -webkit-appearance: none;
  max-width: 516px;
  width: 100%;
  height: 38px;
  margin-bottom: 18px;
  padding: 7px 17px 0 17px;
  border: 0px;
}
.contact-form__textarea {
  -webkit-appearance: none;
  min-height: 148px;
  font-size: 16px;
  font-family: "ArialMT", "Open Sans", sans-serif;
  padding-left: 13px;
  padding-top: 5px;
  border: 0px;
}
.contact-form__textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
.contact-form__textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
.contact-form__textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
.contact-form__textarea::placeholder {
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "ArialMT", "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
input[type="text"] {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #313649;
}
input[type="text"]::-ms-input-placeholder {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #313649;
}
input[type="text"]::-ms-input-placeholder {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #313649;
}
input[type="text"]::placeholder {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
input[type="tel"] {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #313649;
}
input[type="tel"]::-ms-input-placeholder {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
input[type="tel"]::-ms-input-placeholder {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
input[type="tel"]::placeholder {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.5;
  color: #313649;
}
.contact-form__block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.contact-form__block p {
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}
.contact-form__checkbox {
  margin-top: 14px;
}
.contact-form__link {
  width: 214px;
  height: 40px;
  margin-top: auto;
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 3px solid #a20605;
  border-radius: 10px;
  background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
}
@media (min-width: 768px) {
  .contact-form__textarea {
    padding-left: 17px;
  }
  .contact__descr-name {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .contact__link {
    font-size: 16px;
  }
  .contact__text {
    font-size: 16px;
    padding-left: 30px;
  }
  .contact__viber {
    font-size: 16px;
  }
  .contact-form__text {
    font-size: 24px;
    text-align: justify;
  }
  .contact__title {
    padding: 0px;
    padding-left: 180px;
    padding-right: 120px;
    padding-top: 118px;
    padding-bottom: 139px;
    font-size: 20px;
    line-height: 28px;
  }
  .contact__title::before {
    top: 95px;
    background-size: 106px 96px;
  }
}
@media (min-width: 1024px) {
  .contact__descr-list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  .contact-form__descr {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  .contact__title {
    padding: 0px;
    padding-left: 200px;
    padding-right: 120px;
    padding-top: 118px;
    padding-bottom: 135px;
    font-size: 24px;
    line-height: 34px;
  }
  .contact__descr-item,
  .contact-form__item {
    max-width: 475px;
    margin: 0px;
  }
}
@media (min-width: 1080px) {
  .contact__name-inner {
    padding: 0 110px;
  }
  .contact__item-inner {
    padding: 0 110px;
  }
  .contact-form__inner {
    padding: 0 110px;
  }
  .contact__title {
    padding-left: 219px;
    padding-right: 10px;
    padding-top: 110px;
    padding-bottom: 134px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .contact__title::before {
    width: 139px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-size: inherit;
  }
  .contact__descr-item,
  .contact-form__item  {
    max-width: 516px;
  }
  .contact__descr-box--left {
    padding-left: 90px;
  }
}

/*Страница прочие услуги*/

.other {
  max-width: 1280px;
  margin: 0 auto;
}
.other__name-inner {
  padding: 0px 15px;
}
.other__item-inner {
  padding: 0px 15px;
}
.other__info-inner {
  padding: 0px 15px;
}
.other__name {
  height: 287px;
  background-image: url(../img/company.jpg);
  background-size: cover;
  -webkit-box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
          box-shadow:0 0 0 270px rgba(53, 59, 84, 0.8) inset;
}
.other__title {
  position: relative;
  padding: 0px;
  padding-left: 80px;
  padding-right: 30px;
  padding-top: 115px;
  padding-bottom: 150px;
  margin: 0px;
  min-height: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.other__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 116px;
  left: 0px;
  top: 95px;
  background-image: url(../img/icon-patent.png);
  background-size: 70px 66px;
  background-repeat: no-repeat;
}
.other__item-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(62, 181, 241);
}
.other__item-footer,
.other__info {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(49, 54, 73);
}
.other__descr-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.other__description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.other__descr-item,
.other__transfer-item {
  max-width: 516px;
  margin: 0px auto;
}
.other__descr-picture {
  display: block;
  width: 290px;
  height: 210px;
  margin: 0 auto;
  margin-bottom: 25px;
  background-image: url(../img/service-fon.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px #313649;
          box-shadow: 0px 0px 10px #313649;
  background-size: cover;
}
.other__descr-picture img {
  display: block;
  width: 55%;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 21px;
}
.other__descr-name {
  padding: 0px;
  margin: 0px;
  /*margin-top: 25px;*/
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.other__descr-text p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.00em;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}
.other__descr-text p:last-child {
  margin-bottom: 0px;
}
.other__info-title {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
}
.other__info-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.other__info-item {
  position: relative;
  width: 155px;
  height: 202px;
  margin-bottom: 50px;
  background-image: url(../img/other__info.png);
}
.other__info-number {
  position: absolute;
  left: 14px;
  top: 28px;
  margin: 0px;
  padding: 0px;
  font-size: 44px;
  line-height: 7px;
  font-weight: 400;
  color: #fff;
}
.other__info-descr {
  padding-top: 60px;
}
.other__info-text {
  width: 145px;
  min-height: 118px;
  margin: 0px auto;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: rgb(49, 54, 73);
}
.other__info-price {
  width: 145px;
  height: 45px;
  margin: 0px auto;
  padding: 0px;
  padding-top: 12px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  background-image: url(../img/other-price__fon.png);
}
.other__box-text {
  padding: 0px;
  margin: 0px;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.other__box-text span {
  text-transform: uppercase;
}
.other__descr-name--font {
  font-style: italic;
  color: #313649;
  margin-top: 0px;
}
.other__box-text--fon {
  font-style: italic;
  color: #313649;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.other__box-text--font {
  font-style: italic;
  color: #313649;
  font-size: 16px;
  font-weight: 600;
}
.other__descr-item {
  position: relative;
}
.other__picture img {
  display: block;
}
.other__picture-number {
  position: absolute;
  left: 5px;
  top: 10px;
  padding: 0px;
  margin: 0px;
  font-size: 40px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}
.other__picture-price {
  position: relative;
  width: 211px;
  height: 44px;
  padding: 0px;
  padding-left: 8px;
  padding-top: 10px;
  margin: 0px auto;
  margin-top: -24px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #313649;
  background-image: url(../img/picture_price.jpg);
}
.other__rest {
  max-width: 735px;
}
.other__rest-text {
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  text-align: justify; 
}
.other__link {
  display: block;
  width: 214px;
  /*margin: 0 auto;*/
  margin-top: auto;
  /*margin-bottom: 30px;*/
  /*margin-bottom: 10px;*/
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 3px solid #a20605;
  border-radius: 10px;
  background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
}
.other__info-item {
  animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
 
    animation-duration: 15s; 
    -webkit-animation-duration: 15s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
}
@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;       
    }
    60% {
        transform: scale(1.1);  
    }
    80% {
        transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        transform: scale(1);
        opacity: 1; 
    }       
}
 
@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;       
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        -webkit-transform: scale(1);
        opacity: 1; 
    }       
}
.other__contact {
  display: flex;
  align-self: center;
  justify-content: space-between;
  width: 218px;
  height: 50px;
}
.other__contact-link {
  text-decoration: none;
}
@media (min-width: 768px) {
  .other__rest-text {
    font-size: 16px;
  }
  .other__descr-text p {
    font-size: 16px;
  }
  .other__info-title {
    font-size: 24px;
  }
  .other__info-item {
    width: 188px;
  }
  .other__info-text {
    width: 165px;
    font-size: 14px;
  }
  .other__info-price {
    width: 165px;
    font-size: 24px;
  }
  .other__descr-name {
    font-size: 24px;
  }
  .other__box-text {
    font-size: 16px;
  }
  .other__box-text--fon {
    font-size: 20px;
  }
  .other__picture-number {
    position: absolute;
    left: 8px;
    top: 30px;
    padding: 0px;
    margin: 0px;
    font-size: 60px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
  }
  .other__box-text--font {
    font-size: 20px;
  }
  .other__rest-text {
    font-size: 20px;
  }
  .other__title {
    padding-left: 150px;
    padding-top: 120px;
    padding-bottom: 139px;
    font-size: 20px;
    line-height: 28px;
  }
  .other__title::before {
    top: 95px;
    background-size: 90px 86px;
  }
  .other__descr-picture {
    width: 480px;
    height: 334px;
  }
  .other__descr-picture img {

  }
}
@media (min-width: 1024px) {
  .other__descr-list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .other__description {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .other__descr-item, 
  .other__transfer-item {
    max-width: 475px;
    margin: 0px;
  }
  .other__rest-text {
    margin-bottom: 0px;
  }
  .other__title {
    padding-left: 170px;
    padding-top: 120px;
    padding-bottom: 134px;
    font-size: 24px;
    line-height: 34px;
  }
  .other__descr-name {
    margin-top: 0px;
  }
  .other__box-text--fon {
    margin-bottom: 0px;
  }
  .other__box-text:last-child {
    margin-bottom: 0px;
  }
  .other__descr-item.other__descr-item--indent {
    margin-top: 80px;
  }
  .other__descr-name {
    margin-top: 0px;
  }
  .other__descr-picture {
    width: 475px;
    height: 350px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1080px) {
  .other__contact-link {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }
  .other__contact-link:hover {
    /* margin: 0 auto; */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
}
  .other__name-inner {
    padding: 0px 110px;
  }
  .other__item-inner {
    padding: 0px 110px;
  }
  .other__info-inner {
    padding: 0px 110px;
  }
  .other__descr-item, 
  .other__transfer-item {
    max-width: 516px;
  }
  .other__descr-picture {
    width: 516px;
    height: 379px;
    margin: 0px;
  }
  .other__title {
    padding-left: 219px;
    padding-right: 90px;
    padding-top: 120px;
    padding-bottom: 127px;
    margin: 0px;
    min-height: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .other__title::before {
    width: 120px;
    height: 116px;
    left: 0px;
    top: 80px;
    background-size: inherit;
  }
  .other__descr-picture img {
    display: block;
    width: 249px;
    margin-left: 90px;
    padding-top: 45px;
    padding-bottom: 69px;
  }
}
.search-btn:hover {
  border: 3px solid #1c31de;
  background-image: -webkit-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
}
.search-btn:active {
  border: 3px solid #1c31de;
  -webkit-box-shadow: 0 2px 2px rgba(40, 67, 185, 0.2);
          box-shadow: 0 2px 2px rgba(40, 67, 185, 0.2);
  background-image: -webkit-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(22,45,181) 0%, rgb(11,114,213) 72%, rgb(0,182,244) 100%);
}
.search-btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 5s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.search-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}
.search-btn {
  height: 40px;
  margin: 0 auto;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  color: #ffffff;
  border: 3px solid  #d30011;
  border-radius: 10px;
  background-image: -webkit-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,0,25) 0%, rgb(196,3,15) 35%, rgb(167,5,5) 61%, rgb(197,100,100) 77%, rgb(227,194,194) 100%);
}
.search-input {
  color: white !important;
}
.test__pass-text .tel {
  color: #fff;
}