/**шрифты**/
@font-open-sans : Roboto, sans-serif;
/**placeholder**/
::-webkit-input-placeholder {
  color: #95989a; }

::-moz-placeholder {
  color: #95989a; }

:-moz-placeholder {
  color: #95989a; }

:-ms-input-placeholder {
  color: #95989a; }
/**общие**/
html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, p, ul, ol, ul li, ol li, img {
  padding: 0;
  margin: 0; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 32px; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 32px; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 32px; }

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 24px; }

a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #5481fd;
  text-decoration: none; }
  a:hover {
    color: #5481fd;
    text-decoration: underline; }
  a:focus {
    color: #5481fd;
    text-decoration: none; }

p {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #000;
  line-height: 32px; }

label {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #95989a;
  padding: 0;
  margin: 0; }
  label a {
    font-size: 13px;
    color: #95989a;
    text-decoration: underline; }
    label a:hover {
      color: #95989a;
      text-decoration: none; }

ul li, ol li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 32px; }

a img, a {
  border: none;
  outline: none; }

*:focus {
  outline: none; }

input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #e7e9eb;
  padding: 0 15px 0 15px; }
  input:focus {
    border: 1px solid #e7e9eb; }

textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #e7e9eb;
  resize: none;
  padding: 15px 15px 0 15px; }
  textarea:focus {
    border: 1px solid #e7e9eb; }

table thead > tr > th, table thead > tr > th, table.table thead > tr > th {
  border-bottom: none;
  padding: 15px 0 15px 0; }

table thead > tr > th, table tbody > tr > td, table.table tbody > tr > td {
  border-bottom: none;
  padding: 15px 0 15px 0; }

table, table.table {
  width: 50%;
  margin: 0 0 25px 0; }
  table tr, table.table tr {
    border-bottom: 2px solid #e7e9eb; }
  table th, table.table th {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 5px 0 5px 0; }
  table td, table.table td {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center; }

input:focus, textarea:focus, select:focus, checkbox:focus {
  outline: none; }

.clear {
  clear: both;
  visibility: hidden;
  height: 0px;
  overflow: hidden; }

.container {
  margin: 0 auto; }

.container-fluid {
  width: 100%;
  padding: 0; }
/*стили checkbox*/
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  background: url(../images/checkbox.png) 0 -16px no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: url(../images/checkbox.png) 0 0 no-repeat; }

.row.grid-row .col-xs-1:nth-child(12n+1), .row.grid-row .col-xs-2:nth-child(6n+1), .row.grid-row .col-xs-3:nth-child(4n+1), .row.grid-row .col-xs-4:nth-child(3n+1), .row.grid-row .col-xs-6:nth-child(2n+1) {
  clear: left; }

@media (min-width: 768px) {
  .row.grid-row .col-xs-1:nth-child(12n+1), .row.grid-row .col-xs-2:nth-child(6n+1), .row.grid-row .col-xs-3:nth-child(4n+1), .row.grid-row .col-xs-4:nth-child(3n+1), .row.grid-row .col-xs-6:nth-child(2n+1) {
    clear: none; }
    .row.grid-row .col-sm-1:nth-child(12n+1), .row.grid-row .col-sm-2:nth-child(6n+1), .row.grid-row .col-sm-3:nth-child(4n+1), .row.grid-row .col-sm-4:nth-child(3n+1), .row.grid-row .col-sm-6:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 992px) {
  .row.grid-row .col-sm-1:nth-child(12n+1) .col-sm-2:nth-child(6n+1), .row.grid-row .col-sm-3:nth-child(4n+1), .row.grid-row .col-sm-4:nth-child(3n+1), .row.grid-row .col-sm-6:nth-child(2n+1) {
    clear: none; }
    .row.grid-row .col-md-1:nth-child(12n+1), .row.grid-row .col-md-2:nth-child(6n+1), .row.grid-row .col-md-3:nth-child(4n+1), .row.grid-row .col-md-4:nth-child(3n+1), .row.grid-row .col-md-6:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 1240px) {
  .row.grid-row .col-md-1:nth-child(12n+1), .row.grid-row .col-md-2:nth-child(6n+1), .row.grid-row .col-md-3:nth-child(4n+1), .row.grid-row .col-md-4:nth-child(3n+1), .row.grid-row .col-md-6:nth-child(2n+1) {
    clear: none; }
    .row.grid-row .col-lg-1:nth-child(12n+1), .row.grid-row .col-lg-2:nth-child(6n+1), .row.grid-row .col-lg-3:nth-child(4n+1), .row.grid-row .col-lg-4:nth-child(3n+1), .row.grid-row .col-lg-6:nth-child(2n+1) {
      clear: left; } }

.menu-sm-open {
  position: absolute;
  width: 300px;
  min-height: 100%;
  background: #fff;
  z-index: 1011; }
  .menu-sm-open ul.first {
    margin: 70px 0 0 15px; }
  .menu-sm-open ul.last {
    margin: 0; }
  .menu-sm-open ul.first > li, .menu-sm-open ul.last > li {
    list-style: none; }
  .menu-sm-open ul.first > li {
    padding: 0 40px 0 0; }
    .menu-sm-open ul.first > li.sub > a {
      background: url(../images/arrow.png) no-repeat right center;
      padding-right: 15px; }
      .menu-sm-open ul.first > li.sub > a:hover {
        background: url(../images/arrow-h.png) no-repeat right center; }
  .menu-sm-open ul.first > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    opacity: 1; }
  .menu-sm-open ul.first > li.active > a {
    color: #000;
    border-bottom: 2px solid #ffc811; }
  .menu-sm-open ul.last > li {
    line-height: 24px;
    padding: 5px 0 5px 0; }
  .menu-sm-open ul.last > li > a {
    font-size: 14px;
    color: #000;
    font-weight: 400; }

.menu-sm-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
  margin-top: 20px;
  margin-right: 20px;
  background: url(../images/close.png) no-repeat; }

.menu-sm-wrap {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: #000;
  z-index: 1010;
  opacity: 0.3; }
/**общие блоки**/
.row-flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap; }

.list-1 {
  margin: 49px 0 0 0;
  background: #f4f5f6;
  border: 1px solid #e7e9eb; }
  .list-1 ul {
    margin: 30px 40px 30px 40px; }
    .list-1 ul li {
      list-style: none;
      line-height: 24px; }
      .list-1 ul li:before {
        content: '';
        background: url(../images/list-2.png) no-repeat left center;
        width: 13px;
        height: 13px;
        position: absolute;
        margin-top: 5px;
        margin-left: -20px; }
      .list-1 ul li ul.drop {
        margin: 0 0 15px 30px; }
      .list-1 ul li ul.drop li:before {
        content: '';
        background: url(../images/list-3.png) no-repeat left center;
        width: 22px;
        height: 1px;
        position: absolute;
        margin-top: 12px;
        margin-left: -30px; }
      .list-1 ul li ul.drop a {
        font-size: 14px;
        color: #555;
        font-weight: normal; }
    .list-1 ul a {
      font-size: 16px;
      color: #000;
      font-weight: normal;
      display: inline-block; }

.list-1.list-1-wrap {
  margin: 0;
  border: none; }
  .list-1.list-1-wrap ul {
    margin: 0 20px 0 20px; }

.center {
  width: 144px;
  position: absolute;
  left: 50%;
  margin-left: -72px; }
  .center .krug {
    width: 24px;
    height: 24px;
    background: #000;
    border: 8px solid #fff;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    margin: 0 auto; }
  .center .line-left {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e7e9eb;
    left: 0;
    top: 50%; }
  .center .line-right {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e7e9eb;
    right: 0;
    top: 50%; }

.certificate {
  margin: 70px 0 0 0;
  text-align: center; }
  .certificate .ouner {
    width: 100%;
    background-color: #fff;
    padding: 11px; }
  .certificate .inner {
    width: 100%;
    background: #fff 0;
    display: block;
    position: relative;
    border: 2px solid #ffc811; }
    .certificate .inner img {
      width: 100%; }
  .certificate .zoom {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    display: none;
    position: absolute;
    background: url(../images/zoom-in.png) no-repeat center 50% #fff; }
  .certificate .inner:hover .zoom {
    display: block; }

.crumbs {
  float: right;
  margin: 0 0 15px 0; }
  .crumbs p, .crumbs a, .crumbs span {
    font-size: 15px;
    color: #000; }
  .crumbs span {
    color: #95989a; }
  .crumbs img {
    margin: 0 4px 0 4px; }

.no-padding {
  padding-right: 0;
  margin-right: 0; }

.middle {
  text-align: center; }

.contacts-map {
  padding: 0;
  height: 600px;
  border-top: 2px solid #ffc811;
  border-bottom: 2px solid #ffc811; }
  .contacts-map a {
    font-size: 11px; }
/**подсветка**/
.error input {
  border: 1px solid red; }
/**fancybox**/
.fancybox-inner {
  background: #fff; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-wrap {
  -webkit-transform: none;
  transform: none; }

.fancybox-close {
  background-image: url(../images/close.png);
  background-size: auto;
  width: 27px;
  height: 27px;
  top: 20px;
  right: 30px;
  position: fixed; }

.fancybox-nav span {
  visibility: visible; }

.form input {
  width: 100%;
  height: 56px;
  margin: 0 0 20px 0;
  font-size: 16px; }
  .form textarea {
    width: 100%;
    height: 136px;
    margin: 0 0 10px 0;
    font-size: 16px; }
  .form label {
    width: 340px;
    padding: 0 0 10px 0; }
  .form .title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 0 0 30px 0; }
  .form .ouner {
    width: 100%;
    color: #000;
    border: 4px solid #ffc811;
    border-radius: 30px;
    background: #ffc811;
    text-align: center;
    display: block; }
    .form .ouner:hover {
      border: 4px solid #f2b100;
      background: #f2b100;
      text-decoration: none;
      transition: 0.2s; }
  .form .inner {
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    background: none;
    margin: 0; }
/**шапка сайта**/
.header-1 {
  min-height: 150px; }
  .header-1 .logo {
    width: 102px;
    height: 100px;
    margin: 22px 10px 0 0;
    float: left; }
  .header-1 .title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    padding: 50px 0 0 0;
    text-transform: uppercase; }
  .header-1 .button {
    width: 255px;
    height: 40px;
    margin: 55px 0 0 60px;
    position: relative; }
    .header-1 .button input {
      width: 255px;
      height: 40px;
      padding-right: 30px; }
    .header-1 .button .search {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      background: url(../images/search.png) no-repeat;
      right: 0;
      top: 0;
      margin: 12px 10px 0 0;
      padding: 0;
      border: none; }
  .header-1 .phone-1 {
    float: right;
    margin: 68px 0 0 0;
    text-align: right; }
  .header-1 .phone-2 {
    font-size: 18px;
    height: 18px;
    float: left;
    line-height: 22px;
    padding: 0 10px 0 10px;
    border-right: 1px solid #e7e9eb; }
    .header-1 .phone-2:last-child {
      border: none;
      padding-right: 0; }

.header-2 {
  max-width: 1180px;
  margin: 0 auto; }
  .header-2 .lang {
    margin-top: 15px; }
    .header-2 .lang a {
      font-size: 16px;
      color: #000;
      display: inline-block;
      margin: 0 15px 0 0;
      border-bottom: 2px solid #f4f5f6; }
      .header-2 .lang a:hover {
        border-bottom: 2px solid #f4f5f6;
        text-decoration: none;
        color: #95989a; }
    .header-2 .lang a.active {
      border-bottom: 2px solid #ffc811; }
  .header-2 .menu-sm {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    height: 24px;
    padding: 2px 0 0 42px;
    display: block;
    background: url(../images/menu-sm.png) no-repeat left center; }
  .header-2 .menu {
    position: relative;
    z-index: 1000;
    font-size: 0; }
    .header-2 .menu ul.last {
      width: 300px;
      background: #f4f5f6;
      position: absolute;
      margin-top: 12px;
      padding: 15px 0 15px 0;
      z-index: 2;
      visibility: hidden;
      border-top: 1px solid #e7e9eb;
      border-bottom: 2px solid #ffc811; }
    .header-2 .menu ul.first > li {
      height: 53px;
      display: inline-block;
      list-style: none;
      padding: 15px 16px 10px 22px; }
      .header-2 .menu ul.first > li.sub {
        background: url(../images/arrow.png) no-repeat right center;
        padding-right: 15px; }
        .header-2 .menu ul.first > li.sub:hover {
          background: url(../images/arrow-h.png) no-repeat right center; }
    .header-2 .menu ul.last > li {
      list-style: none;
      padding: 5px 20px 5px 20px; }
    .header-2 .menu ul.first > li > a {
      font-size: 16px;
      color: #000;
      font-weight: 700;
      line-height: 24px;
      display: block;
      text-decoration: none;
      border-bottom: 2px solid #f4f5f6; }
      .header-2 .menu ul.first > li > a:hover {
        color: #95989a;
        border-bottom: 2px solid #f4f5f6; }
    .header-2 .menu ul.last > li > a {
      font-size: 14px;
      color: #000;
      display: inline-block;
      line-height: 24px; }
    .header-2 .menu ul.first > li:hover ul.last {
      visibility: visible; }
    .header-2 .menu li.sub > a {
      cursor: default; }
    .header-2 .menu li.sub:hover > a {
      color: #95989a;
      border-bottom: 2px solid #f4f5f6; }
    .header-2 .menu ul.first > li.active > a {
      color: #000;
      border-bottom: 2px solid #ffc811; }
  .header-2 .ouner {
    width: 176px;
    font-size: 15px;
    color: #000;
    border: 4px solid #ffc811;
    border-radius: 34px;
    background: #ffc811;
    text-align: center;
    display: block;
    min-height: 34px;
    margin-top: 5px;
    float: right; }
    .header-2 .ouner:hover {
      border: 4px solid #f2b100;
      background: #f2b100;
      text-decoration: none;
      transition: 0.2s; }
  .header-2 .inner {
    width: 168px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 34px;
    min-height: 34px;
    padding: 4px 0 0 0; }

.header-3 {
  padding: 70px 0 70px 0; }
  .header-3 .title-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 100px 40px 0; }
  .header-3 .title-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 32px;
    padding: 0 100px 0 0; }
  .header-3 .line {
    width: 85px;
    height: 3px;
    margin: 0 0 40px 0;
    background: #ffc811; }
  .header-3 .single-items {
    height: 406px;
    overflow: hidden;
    position: relative; }
    .header-3 .single-items.slick-dotted.slick-slider {
      margin-bottom: 0; }
    .header-3 .single-items .right {
      /*width:412px;*/
      float: left;
      text-align: right;
      display: none; }
      .header-3 .single-items .right:first-child, .header-3 .single-items .right.slick-slide {
        display: block; }
      .header-3 .single-items .right img {
        width: 100%;
        padding-left: 63px; }
    .header-3 .single-items .button-left-1 {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-right: 39px;
      z-index: 1001;
      width: 40px;
      height: 40px;
      border: none;
      background: url(../images/arrow-prew.png) no-repeat center center; }
      .header-3 .single-items .button-left-1:hover {
        background: url(../images/arrow-prew.png) no-repeat center center #ffc811; }
    .header-3 .single-items .button-right-1 {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-right: -1px;
      z-index: 1000;
      width: 40px;
      height: 40px;
      border: none;
      background: url(../images/arrow-next.png) no-repeat center center; }
      .header-3 .single-items .button-right-1:hover {
        background: url(../images/arrow-next.png) no-repeat center center #ffc811; }

.bg-1 {
  width: 100%;
  height: 55px;
  background: #f4f5f6;
  border-top: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb; }

.bg-2 {
  width: 100%;
  padding: 50px 0 50px 0;
  background: #f4f5f6;
  border-top: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb; }

.bg-2.no-border {
  border-bottom: none; }
/**центральная часть сайта**/
.advantages {
  max-width: 1180px;
  margin: 0 auto; }
  .advantages .title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 15px 0; }
  .advantages .icon {
    text-align: center;
    margin: 80px 0 0 0; }
    .advantages .icon .text {
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #000;
      line-height: 32px;
      padding: 230px 0 0 0; }
      .advantages .icon .text p {
        font-size: inherit; }
    .advantages .icon .ouner {
      width: 195px;
      height: 195px;
      background: #fff;
      border-radius: 195px;
      padding: 13px 0 0 13px;
      position: absolute;
      left: 50%;
      margin-left: -97px; }
    .advantages .icon .inner-1, .advantages .icon .inner-2, .advantages .icon .inner-3 {
      width: 169px;
      height: 169px;
      display: block;
      background: url(../images/micro.svg) no-repeat center center #fff;
      background-size: 40%;
      border-radius: 169px;
      border: 2px solid #ffc811; }
    .advantages .icon .inner-2 {
      background: url(../images/man.svg) no-repeat center center #fff;
      background-size: 50%; }
    .advantages .icon .inner-3 {
      background: url(../images/kolba.svg) no-repeat center center #fff;
      background-size: 50%; }

.work {
  padding: 80px 0 80px 0;
  max-width: 1180px;
  margin: 0 auto;
  /*margin:80px 0 0 0;*/ }
  .work .title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin-bottom: 80px; }
  .work .center {
    margin-top: -80px; }
    .work .center .krug {
      border: 8px solid #ffc811; }
    .work .center .line-left {
      background: #e7e9eb; }
    .work .center .line-right {
      background: #e7e9eb; }
  .work .icon {
    text-align: center;
    margin: 30px 0 0 0;
    width: 100%; }
    .work .icon .text {
      font-family: 'Roboto', sans-serif;
      font-size: 17px;
      font-weight: 400;
      color: #000;
      line-height: 24px; }
    .work .icon .inner-1, .work .icon .inner-2, .work .icon .inner-3, .work .icon .inner-4 {
      height: 95px;
      margin: 0 0 15px 0;
      display: block;
      background: url(../images/chemist.svg) no-repeat center center; }
    .work .icon .inner-2 {
      background: url(../images/flask.svg) no-repeat center center; }
    .work .icon .inner-3 {
      background: url(../images/pumpjack.svg) no-repeat center center; }
    .work .icon .inner-4 {
      background: url(../images/openbook.svg) no-repeat center center; }
  .work .arrows-row {
    height: 35px; }
  .work .arrow-down {
    background: url(../images/arrow-down.png) no-repeat center center;
    height: 35px; }
  .work .arrow-up {
    background: url(../images/arrow-up.png) no-repeat center center;
    height: 35px; }

.bg-3 {
  position: relative; }
  .bg-3 .center {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 100%;
    min-height: 600px;
    background: url(../images/target.png) no-repeat 360px 240px, url(../images/bg-result3.jpg) no-repeat;
    background-size: 117px 117px, auto; }
  .bg-3 .result {
    max-width: 1180px;
    margin: 0 auto; }
    .bg-3 .result .text {
      margin: 250px 0 0 110px; }
      .bg-3 .result .text .title {
        font-family: 'Roboto', sans-serif;
        font-size: 32px;
        font-weight: 400;
        color: #000; }
      .bg-3 .result .text .offer {
        font-family: 'Roboto', sans-serif;
        font-size: 46px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase; }
    .bg-3 .result .list-2 {
      list-style-type: none;
      margin: 60px 0 0 0; }
      .bg-3 .result .list-2 li {
        font-size: 20px;
        line-height: 32px;
        padding: 0 0 15px 110px; }
        .bg-3 .result .list-2 li:before {
          content: '';
          background: url(../images/list-1.png) no-repeat left top;
          width: 40px;
          height: 40px;
          position: absolute;
          margin-left: -65px;
          margin-top: -4px; }

.bg-4 {
  width: 100%;
  background: url(../images/bg3.png) repeat center top #ffc811;
  padding: 80px 0 80px 0; }

.about {
  padding: 80px 0 80px 0; }
  .about .title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: inherit;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 40px 0; }
  .about .text p {
    font-size: 21px;
    line-height: 32px; }

.trademarks {
  max-width: 1180px;
  margin: 0 auto; }
  .trademarks .title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 15px 0; }

.fosv {
  padding: 90px 0 90px 0; }
  .fosv .title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding: 0 0 20px 0; }
  .fosv .text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 24px; }
  .fosv .phone {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #000;
    padding-top: 8px; }
    .fosv .phone span {
      font-weight: 300; }
  .fosv .ouner-1 {
    width: 100%;
    color: #000;
    border: 4px solid #ffc811;
    border-radius: 30px;
    background: #ffc811;
    text-align: center;
    display: block;
    min-height: 50px;
    margin: 15px 0 25px 0; }
    .fosv .ouner-1:hover {
      border: 4px solid #f2b100;
      background: #f2b100;
      text-decoration: none;
      transition: 0.2s; }
  .fosv .ouner-2 {
    width: 100%;
    color: #000;
    border: 4px solid #ffc811;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    display: block;
    min-height: 56px;
    padding: 11px 0 0 0; }
    .fosv .ouner-2:hover {
      border: 4px solid #f2b100;
      text-decoration: none;
      transition: 0.2s; }
  .fosv .inner {
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    min-height: 50px;
    padding: 11px 0 0 0; }
/**нижняя часть сайта**/
.footer {
  max-width: 1180px;
  margin: 0 auto; }
  .footer .logo {
    float: left;
    margin: 100px 10px 0 0; }
  .footer .text {
    padding: 100px 0 0 0; }
    .footer .text .title {
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      padding: 5px 50px 5px 10px; }
    .footer .text .offer {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #555;
      padding: 0 50px 0 10px; }
  .footer .title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 0 12px 0; }
  .footer .line {
    width: 30px;
    height: 2px;
    background: #ffc811; }
  .footer .list-3 {
    padding: 15px 0 0 0; }
    .footer .list-3 li {
      list-style: none;
      line-height: 24px;
      padding: 0 100px 5px 0; }
    .footer .list-3 a {
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      font-weight: 400;
      color: #555; }

.copyright {
  padding: 14px 0 14px 0;
  font-size: 12px;
  color: #555;
  position: relative; }
  .copyright a {
    font-size: 12px;
    color: #555; }
  .copyright .logo {
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: -47px; }
  .copyright .right {
    text-align: right; }
    .copyright .right a {
      text-decoration: underline; }
      .copyright .right a:hover {
        text-decoration: none; }
/**внутренние страницы**/
.page {
  font-family: 'Roboto', sans-serif;
  color: #000;
  padding-bottom: 50px; }
  .page h1 {
    float: left;
    padding: 0 0 45px; }
  .page h2, .page h3, .page h4 {
    padding: 25px 0; }
  .page h3 {
    padding: 15px 0; }
  .page p {
    font-size: 18px;
    padding-bottom: 25px; }
  .page ul, .page ol {
    margin: 0 0 25px; }
  .page table tr {
    border: none; }
    .page table tr td {
      padding: 0;
      text-align: left; }
  .page .component {
    padding-top: 45px; }
  .page .text ul li, .page .text ol li {
    margin: 0 0 0 20px;
    padding: 0 0 0 5px; }
    .page .text ul li {
      list-style-type: square; }
    .page .text li {
      padding-left: 10px; }
    .page .text img {
      max-width: 100%; }
    .page .text .quote {
      display: block;
      border-top: 7px solid #f4f5f6;
      border-bottom: 7px solid #f4f5f6;
      margin: 0 0 25px 0; }
    .page .text .quote p {
      font-weight: 300;
      font-style: italic;
      padding: 25px 0 25px 0; }
  .page .catalogs .row > div:nth-child(1) .wrap, .page .catalogs .row > div:nth-child(2) .wrap, .page .catalogs .row > div:nth-child(3) .wrap, .page .catalogs .row > div.col-lg-3:nth-child(4) .wrap {
    border-top: 10px solid #f4f5f6; }
    .page .catalogs .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page .catalogs .wrap {
      width: 100%;
      border-bottom: 10px solid #f4f5f6; }
    .page .catalogs .item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .page .catalogs .title {
      font-size: 24px;
      color: #000;
      font-weight: bold;
      display: inline-block;
      margin: 30px 0 30px 0; }
    .page .catalogs .text {
      font-size: 14px;
      color: #555;
      padding: 0 0 110px 0; }
    .page .catalogs .ouner {
      width: 176px;
      font-size: 15px;
      color: #000;
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: 15px;
      margin-bottom: 45px;
      border: 4px solid #ffc811;
      border-radius: 34px;
      background: #ffc811;
      text-align: center;
      display: block;
      min-height: 34px;
      margin-top: 6px;
      z-index: 3; }
    .page .catalogs .ouner:hover {
      border: 4px solid #f2b100;
      background: #f2b100;
      text-decoration: none;
      transition: 0.2s; }
    .page .catalogs .inner {
      width: 168px;
      display: block;
      border: 2px solid #fff;
      border-radius: 34px;
      min-height: 34px;
      padding: 4px 0 0 0; }
  .page .product .title {
    font-size: 24px;
    padding: 0 0 30px 0; }
    .page .product .desc {
      border-bottom: 10px solid #f4f5f6; }
    .page .product .desc p {
      font-size: 16px;
      line-height: 24px; }
    .page .product .product-form {
      border-bottom: 10px solid #f4f5f6;
      padding: 40px 0 40px 0;
      /*padding:4px 0 0 0;*/ }
    .page .product .product-form input {
      font-size: 16px;
      width: 100%;
      height: 56px;
      background: none; }
    .page .product .product-form label {
      padding: 10px 15px 0 15px; }
    .page .product .product-form .ouner {
      width: 100%;
      height: 56px;
      font-size: 15px;
      color: #000;
      border: 4px solid #ffc811;
      border-radius: 34px;
      background: #ffc811;
      text-align: center;
      display: block; }
      .page .product .product-form .ouner:hover {
        border: 4px solid #f2b100;
        background: #f2b100;
        text-decoration: none;
        transition: 0.2s; }
    .page .product .product-form .inner {
      width: 100%;
      height: 48px;
      border: 2px solid #fff;
      border-radius: 34px; }
    .page .product .product-specifications {
      border-bottom: 10px solid #f4f5f6;
      padding: 40px 0 40px 0;
      font-size: 14px;
      font-weight: 400;
      color: #000; }
    .page .product .product-specifications span {
      display: block;
      padding: 0 0 10px 0; }
    .page .product .product-specifications .weight {
      padding: 0 0 10px 0;
      font-size: 16px;
      color: #555; }
    .page .product .product-icon {
      border-bottom: 10px solid #f4f5f6;
      padding: 20px 0 20px 0; }
    .page .product .product-icon .icon {
      padding: 20px 0; }
      .page .product .product-icon .icon .inner-1, .page .product .product-icon .icon .inner-2, .page .product .product-icon .icon .inner-3, .page .product .product-icon .icon .inner-4 {
        height: 60px;
        display: block;
        margin: 0 0 20px 0;
        background: url(../images/cube.svg) no-repeat left center; }
      .page .product .product-icon .icon .inner-2 {
        background: url(../images/sand-clock.svg) no-repeat left center; }
      .page .product .product-icon .icon .inner-3 {
        background: url(../images/train.svg) no-repeat left center; }
    .page .product .product-icon .title-1 {
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      padding: 0 0 15px 0; }
    .page .product .product-icon .title-2 {
      font-size: 14px;
      color: #555; }
    .page .product .product-certificate {
      border-bottom: 10px solid #f4f5f6;
      padding: 40px 0 40px 0;
      position: relative; }
    .page .product .product-certificate .text {
      font-size: 14px;
      line-height: 20px; }
    .page .product .product-certificate .multiple-items {
      overflow: hidden; }
      .page .product .product-certificate .multiple-items .item {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 25%; }
        .page .product .product-certificate .multiple-items .item:nth-child(4n+1) {
          clear: left; }
        .page .product .product-certificate .multiple-items .item.slick-slide {
          clear: none; }
        .page .product .product-certificate .multiple-items .item .certificate {
          width: 100%;
          display: block;
          position: relative;
          margin: 0 0 15px 0;
          border: 2px solid #ffc811; }
          .page .product .product-certificate .multiple-items .item .certificate img {
            width: 100%;
            height: 100%;
            padding: 0; }
          .page .product .product-certificate .multiple-items .item .certificate .zoom {
            width: 100%;
            height: 100%;
            opacity: 0.9;
            display: none;
            position: absolute;
            background: url(../images/zoom-in.png) no-repeat center 50% #fff; }
        .page .product .product-certificate .multiple-items .item .certificate:hover .zoom {
          display: block; }
      .page .product .product-certificate .multiple-items .button-left-2 {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 30px;
        margin-right: 60px;
        z-index: 1101;
        width: 48px;
        height: 48px;
        border: 1px solid #e7e9eb;
        opacity: 0.7;
        background: url(../images/arrow-s-l.png) no-repeat center center #f4f5f6; }
        .page .product .product-certificate .multiple-items .button-left-2:hover {
          background: url(../images/arrow-s-l.png) no-repeat center center #f4f5f6;
          opacity: 1;
          transition: all 0.5s; }
      .page .product .product-certificate .multiple-items .button-right-2 {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 30px;
        z-index: 1100;
        width: 48px;
        height: 48px;
        border: 1px solid #e7e9eb;
        opacity: 0.7;
        background: url(../images/arrow-s-r.png) no-repeat center center #f4f5f6; }
        .page .product .product-certificate .multiple-items .button-right-2:hover {
          background: url(../images/arrow-s-r.png) no-repeat center center #f4f5f6;
          opacity: 1;
          transition: all 0.5s; }
    .page .product .product-clients {
      padding: 40px 0 0 0; }
    .page .product .product-clients .logo {
      width: 100%;
      padding: 20px 40px 20px 40px;
      margin: 0 0 20px 0;
      border: 1px solid #e7e9eb;
      text-align: center; }
      .page .product .product-clients .logo img {
        width: 100%; }
  .page .prizes {
    margin: 0 0 25px 0; }
    .page .prizes .item {
      padding: 0 0 25px 0; }
    .page .prizes .text {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }
    .page .prizes .certificate {
      width: 100%;
      display: block;
      position: relative;
      margin: 0 0 15px 0;
      border: 2px solid #ffc811; }
    .page .prizes .certificate img {
      max-width: 100%;
      padding: 0; }
    .page .prizes .certificate .zoom {
      width: 100%;
      height: 100%;
      opacity: 0.9;
      display: none;
      position: absolute;
      background: url(../images/zoom-in.png) no-repeat center 50% #fff; }
    .page .prizes .certificate:hover .zoom {
      display: block; }
  .page .clients {
    border-top: 10px solid #f4f5f6;
    margin-bottom: 50px; }
    .page .clients .item {
      border-bottom: 10px solid #f4f5f6; }
    .page .clients .logo {
      width: 100%;
      padding: 40px;
      margin: 35px 0 35px 0;
      border: 1px solid #e7e9eb;
      text-align: center; }
    .page .clients .logo img {
      max-width: 100%; }
    .page .clients .text {
      font-size: 14px;
      color: #555;
      line-height: 24px;
      padding: 0 0 0 20px; }
    .page .clients .title-1 {
      font-size: 18px;
      font-weight: 700;
      padding: 60px 0 25px 20px; }
    .page .clients .title-2 {
      font-size: 18px;
      font-weight: 700;
      padding: 60px 0 25px 0; }
    .page .clients .certificate {
      width: 100%;
      display: block;
      position: relative;
      margin: 0 0 15px 0;
      border: 2px solid #ffc811; }
    .page .clients .certificate img {
      width: 100%;
      padding: 0; }
    .page .clients .certificate .zoom {
      width: 100%;
      height: 100%;
      opacity: 0.9;
      display: none;
      position: absolute;
      background: url(../images/zoom-in.png) no-repeat center 50% #fff; }
    .page .clients .certificate:hover .zoom {
      display: block; }
    .page .clients .wrap {
      padding: 0 0 25px 0; }
  .page .contacts .adress {
    font-size: 16px; }
    .page .contacts .adress .row {
      margin: 0 0 20px; }
      .page .contacts .adress .row > div {
        padding: 0; }
    .page .contacts .adress .weight {
      font-size: 18px;
      display: inline-block; }
    .page .contacts .files {
      width: 100%;
      height: 280px;
      display: block;
      background: url(../images/files.png) no-repeat center 70px;
      border: 1px solid #e7e9eb;
      text-align: center; }
    .page .contacts .files .link-1 {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      padding: 190px 0 0 0;
      display: block; }
    .page .contacts .files .link-2 {
      font-size: 16px;
      font-weight: 400;
      color: #95989a; }
    .page .contacts .files:hover {
      text-decoration: none; }
    .page .contacts .ouner {
      padding: 0;
      margin: 0; }
    .page .contacts .ouner li {
      display: inline-block;
      list-style: none;
      padding: 0 20px 0 0;
      margin: 0 0 25px 0;
      background: url(../images/arrow-c.png) no-repeat right bottom 11px; }
      .page .contacts .ouner li a {
        border-bottom: 1px dashed #5481fd;
        text-decoration: none; }
        .page .contacts .ouner li a:hover {
          border-bottom: 1px dashed #fff; }
    .page .contacts .ouner #hidden {
      display: none; }
    .page .contacts .ouner .arrow {
      background: url(../images/arrow-c.png) no-repeat right top 14px; }
/**404 ошибка**/
.error-page {
  text-align: center;
  padding: 50px 0 80px 0; }
  .error-page .title-1 {
    font-size: 200px;
    color: #ffc811; }
    .error-page .title-1 .black {
      color: #000; }
  .error-page .title-2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding: 0 0 20px 0; }
  .error-page .title-3 {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    padding: 0 0 20px 0; }
  .error-page .ouner {
    width: 100%;
    color: #000;
    border: 4px solid #ffc811;
    border-radius: 30px;
    background: #ffc811;
    text-align: center;
    display: block;
    min-height: 50px;
    margin: 15px 0 20px 0; }
    .error-page .ouner:hover {
      border: 4px solid #f2b100;
      background: #f2b100;
      text-decoration: none;
      transition: 0.2s; }
  .error-page .inner {
    font-size: 16px;
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    min-height: 50px;
    padding: 12px 0 0 0; }
/**постраничная**/
.pagination {
  margin: 0;
  padding: 0;
  font-size: 0; }
  .pagination ul.wrap-1, .pagination ul.wrap-2, .pagination .wrap-1, .pagination .wrap-2 {
    float: left; }
  .pagination .wrap-1 li {
    display: inline-block;
    padding: 0 12px 0 12px;
    line-height: 8px; }
  .pagination .wrap-2 {
    margin-bottom: -20px; }
  .pagination .wrap-2 li {
    display: inline-block;
    border-right: 1px solid #e7e9eb;
    padding: 0 12px 0 12px;
    margin-bottom: 20px;
    line-height: 8px; }
    .pagination .wrap-2 li:first-child {
      border-left: 1px solid #e7e9eb; }
  .pagination a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    border: none;
    border-bottom: 2px solid #fff; }
    .pagination a:hover {
      color: #95989a;
      background: none;
      border-bottom: 2px solid #fff;
      text-decoration: none; }
  .pagination .wrap-1 li.active a, .pagination .wrap-2 li.active a {
    border-bottom: 2px solid #ffc811; }
  .pagination .navigation a {
    font-weight: 400;
    font-size: 16px; }

@media (max-width: 1239px) {
  .page .catalogs .row > div.col-lg-3:nth-child(4) .wrap {
    border-top: none; } }
/**media**/
@media (min-width: 992px) and (max-width: 1239px) {
  .header-1 {
    min-height: 125px; }
    .header-1 .logo {
      width: 82px;
      height: 80px; }
    .header-1 .button {
      width: 212px;
      margin: 40px 0 0 50px; }
      .header-1 .button input {
        width: 212px; }
    .header-1 .phone-1 {
      margin: 52px 0 0 0; }

  .header-2 .menu ul.first > li {
    padding: 15px 11px 10px 11px; }
    .header-2 .menu > li:first-child {
      padding-left: 0; }
      .header-2 .menu > li:last-child {
        padding-right: 0; }

  .header-3 .single-items {
    height: 316px; }

  .bg-3 .center {
    background: url(../images/target.png) no-repeat 460px 240px, url(../images/bg-result3.jpg) no-repeat; }
    .bg-3 .result .list-2 {
      margin: 60px 0 0 0; }
      .bg-3 .result .list-2 li {
        font-size: 18px;
        line-height: 28px; }

  .footer .text .title {
    padding: 5px 0 5px 10px; }
    .footer .text .offer {
      padding: 0 0 0 10px; } }

@media (min-width: 768px) and (max-width: 991x) {
  a:hover {
    text-decoration: none; }

  .bg-4 {
    padding: 60px 0 60px 0; }

  .header-1 {
    min-height: 125px; }
    .header-1 .logo {
      width: 82px;
      height: 80px; }
    .header-1 .button {
      width: 212px;
      margin: 40px 0 0 50px; }
      .header-1 .button input {
        width: 212px; }
    .header-1 .phone-1 {
      margin: 52px 0 0 0; }

  .fosv .text {
    padding-bottom: 20px; }

  .about {
    padding: 60px 0 60px 0; }

  .bg-3 .result {
    max-width: 1180px;
    margin: 0 auto; }
    .bg-3 .result .text {
      margin: 0;
      padding: 25px 0 0 160px; }
    .bg-3 .result .list-2 {
      list-style-type: none;
      margin: 50px 0 0 0; }
      .bg-3 .result .list-2 li {
        padding: 0 0 20px 75px; }
    .bg-3 .center-sm {
      width: 100%;
      min-height: 152px;
      background: url(../images/target.png) no-repeat 20px 15px, url(../images/bg-result2.jpg) no-repeat left top; }

  .work {
    padding: 60px 0 60px 0; }
    .work .icon {
      margin: 80px 0 0 0; }
    .work .icon .text {
      padding: 0 60px 0 60px; }

  .advantages .icon .text {
    font-size: 16px;
    line-height: 24px;
    padding: 140px 0 0 0; }
    .advantages .icon .ouner {
      width: 118px;
      height: 118px;
      border-radius: 118px;
      padding: 8px 0 0 8px;
      margin-left: -59px; }
    .advantages .icon .inner-1, .advantages .icon .inner-2, .advantages .icon .inner-3 {
      width: 103px;
      height: 103px;
      border-radius: 103px;
      border: 2px solid #ffc811; }

  .page .prizes .text {
    font-size: 14px;
    line-height: 20px; }
    .page .contacts .ouner {
      margin-bottom: 25px; }
    .page .clients .title-1 {
      padding: 60px 0 25px 0; }
    .page .clients .title-2 {
      padding: 30px 0 25px 0; }
    .page .clients .text {
      padding: 0; }
    .page .clients .certificate {
      margin: 0 0 35px 0; }

  .footer .logo {
    margin: 0 10px 0 0; }
    .footer .text {
      padding: 10px 0 0 0; }
    .footer .title {
      padding: 50px 0 20px 0; }

  .menu-sm-open, .menu-sm-wrap {
    display: none; } }

@media (max-width: 767px) {
  a:hover {
    text-decoration: none; }

  .crumbs {
    float: left; }
    .crumbs p {
      padding: 0; }

  .bg-2 {
    padding: 40px 0 40px 0; }

  .bg-3 .result .text {
    margin: 0;
    padding: 15px 0 0 70px; }
    .bg-3 .result .text .title {
      font-size: 24px;
      line-height: 32px; }
    .bg-3 .result .text .offer {
      font-size: 28px;
      line-height: 48px; }
    .bg-3 .result .list-2 {
      list-style-type: none;
      margin: 50px 0 0 0; }
    .bg-3 .result .list-2 li {
      font-size: 16px;
      line-height: 24px;
      padding: 10px 0 15px 65px; }
      .bg-3 .result .list-2 li:last-child {
        padding-bottom: 0; }
      .bg-3 .result .list-2 li:before {
        content: '';
        background: url(../images/list-1.png) no-repeat left top;
        width: 40px;
        height: 40px;
        position: absolute;
        margin-top: -8px; }
    .bg-3 .result .center-sm {
      min-height: 102px;
      background: url(../images/target.png) no-repeat 0 18px, url(../images/bg-result2.jpg) no-repeat left top;
      background-size: 62px 62px, auto; }

  .bg-4 {
    padding: 70px 0 70px 0; }

  .header-1 {
    min-height: 125px; }
    .header-1 .phone-1 {
      margin: 41px 0 0 0; }

  .header-3 {
    padding: 70px 0 70px 0; }
    .header-3 .title-1 {
      font-size: 24px;
      line-height: 32px;
      padding: 0 0 40px 0; }
    .header-3 .title-2 {
      padding: 0; }

  .about {
    padding: 70px 0 70px 0; }
    .about .title {
      font-size: 24px;
      line-height: 29px;
      padding: 0 0 40px 0; }
    .about .text p {
      font-size: 16px;
      line-height: 24px; }

  .trademarks .title {
    font-size: 24px;
    line-height: 29px; }

  .page h1 {
    float: none;
    padding: 0 0 45px 0; }
    .page .catalogs .row > div:nth-child(1) .wrap {
      border-top: 10px solid #f4f5f6; }
    .page .catalogs .row > div:nth-child(2) .wrap {
      border-top: none; }
    .page .catalogs .row > div:nth-child(3) .wrap {
      border-top: none; }
    .page .product .product-form input {
      margin: 0 0 15px 0; }
    .page .product .product-specifications .title {
      line-height: 24px; }
    .page .product .product-specifications span {
      padding: 0; }
    .page .product .product-icon .icon {
      margin: 0 0 20px 0; }
    .page .product .product-certificate .title {
      line-height: 24px; }
    .page .product .product-certificate .item {
      margin: 0 0 50px 0; }
    .page .product .product-clients .title {
      line-height: 24px; }
    .page .product .product-clients .logo {
      padding: 5px 10px 5px 10px; }
    .page .clients .title-1 {
      padding: 0 0 25px 0; }
    .page .clients .title-2 {
      padding: 25px 0 25px 0; }
    .page .clients .text {
      padding: 0 0 25px 0; }
    .page .contacts .adress {
      margin-bottom: 25px; }

  .advantages .title {
    font-size: 24px;
    line-height: 29px; }
    .advantages .icon {
      margin: 30px 0 0 0; }
    .advantages .icon .text {
      font-size: 16px;
      line-height: 24px;
      padding: 140px 30px 0 30px; }
    .advantages .icon .ouner {
      width: 118px;
      height: 118px;
      border-radius: 118px;
      padding: 8px 0 0 8px;
      margin-left: -59px; }
    .advantages .icon .inner-1, .advantages .icon .inner-2, .advantages .icon .inner-3 {
      width: 103px;
      height: 103px;
      border-radius: 103px;
      border: 2px solid #ffc811; }
    .advantages .parrent {
      margin-top: 50px; }

  .work {
    padding: 70px 0 70px 0; }
    .work .title {
      font-size: 24px;
      line-height: 29px; }
    .work .icon .text {
      font-size: 16px; }
    .work .parrent {
      margin-top: 50px; }

  .fosv {
    padding: 70px 0 70px 0; }
    .fosv .title {
      font-size: 24px;
      line-height: 29px; }
    .fosv .text {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: #555;
      line-height: 24px;
      padding: 0 0 20px 0; }
    .fosv .phone:last-child {
      padding-bottom: 20px; }

  .footer {
    padding: 20px 0 0 0; }
    .footer .logo {
      margin: 10px 20px 0 0; }
    .footer .text {
      padding: 10px 0 0 0; }
    .footer .text .title {
      padding: 5px 0 5px 10px; }
    .footer .text .offer {
      padding: 0 0 0 10px; }
    .footer .title {
      padding: 40px 0 12px 0; }
    .footer .copyright {
      padding: 25px 0 0 0;
      font-size: 12px;
      color: #555; }
    .footer .copyright a {
      text-decoration: underline; }

  .copyright .logo {
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: -22px; }
    .copyright .right {
      text-align: left; }

  .menu-sm-open, .menu-sm-wrap {
    display: none; } }

@media (max-width: 479px) {
  .page .product .product-certificate .multiple-items .button-left-2 {
    margin-top: 110px;
    margin-right: 75px; }
    .page .product .product-certificate .multiple-items .button-right-2 {
      margin-top: 110px;
      margin-right: 15px; }
    .page .product .product-certificate .multiple-items .item {
      width: 100%; } }
