.b-footer_outer {
    min-width: 1090px;
}
.b-footer_inner {
    width: 1120px;
    margin: 0 auto;
    padding: 0 40px;
}

.b-footer_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 45px 60px;
}

.b-footer_item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    color: #636a6d;
    font: 16px/26px "PTSans", "PT Sans", sans-serif;
    padding: 0 30px;
    box-sizing: border-box;
}
.lv .b-footer_item{
  padding:0 20px;
}
.de .b-footer_item{
  padding:0 20px;
}

.b-footer_item_title {
    margin: 50px 0 20px;
    font-weight: 700;
    font-family: "PTSerif", "PT Serif", serif;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
}

.b-footer_item_list {
    display: block;
    margin: 0;
    padding: 0;
}

.b-footer_item_item {
    display: block;
    margin: 0;
}

.b-footer_item_link {
    color: inherit;
    text-decoration: none;
}

.b-footer_item_link:hover,
.b-footer_item_link:focus,
.b-footer_item_link:active {
    color: #ff7e00;
}

.b-footer_share {
    height: 60px;
    background: #000;
    /*min-width: 1090px;*/
    text-align: center;
    line-height: 60px;
}

.b-footer_share
.share42-item {
    margin: 6px 10px !important;
}

.b-footer_share .b-footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.b-footer_contact-name {
    display: block;
}

.b-footer_contact-tel {
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
    color: #ff7e00;
}

.b-footer_contact-tel:hover,
.b-footer_contact-tel:focus,
.b-footer_contact-tel:active {
  color: #ff7e00;
}
.pl .b-footer_contact-tel{
  color: #ff7e00;
}
.de .b-footer_contact-tel{
  color: #ff7e00;
}
.lv .b-footer_contact-tel{
  color: #ff7e00;
}

.b-footer_email_name {

}

.b-footer_email_link {
    text-decoration: none;
    color: #ff7e00;
}

.b-footer_news-caption {
    margin: 0;
    font: inherit;
}

.b-footer_news_anno {
    margin: 0;
    font: 16px/26px "PTSans", "PT Sans", sans-serif;
}

.b-footer_news_link {
    text-decoration: none;
    color: #ff7e00;
    text-decoration: none;
}

.b-footer_copyright {
    color: #636a6d;
    text-align: center;
    font: 12px/15px "PTSans", "PT Sans", sans-serif;
    padding-bottom: 33px;
}

.b-footer_copyright_line {
    display: block;
}

.b-footer_underline {
    text-decoration: underline;
}

.b-soc-icon_img {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 20px;*/
    margin: 0 7.5px;
    width: 20px;
    line-height: 0;
    outline: none;
    /*background: no-repeat -40px 0 url(../img/soc_icon.png);*/
}

.b-soc-icon_img svg {
    color: #ffffff;
}

.b-soc-icon_img__fb {
    background-position: 0 0;
}

.b-soc-icon_img__yt {
    background-position: -20px 0;
}

.b-soc-icon_img__wk {
    background-position: -40px 0;
}

.b-soc-icon_img__ok {
    background-position: -60px 0;
}

.b-footer_copy,
.b-footer_rights {
    /*width: 150px;*/
    font-weight: 400;
    font-family: 'PTSans', 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.b-footer_copy {
    float: left;
}

.b-footer_rights {
    float: right;
}

.b-soc-icon_list {
    display: flex;
    align-items: center;
    /*height: 60px;*/
    line-height: 0;
}

.b-soc-icon_href {
    display: inline-block;
}

.b-footer_contact_time {
    display: block;
}
.b-footer_contact_time_days {
    display: block;
}

.b-footer_law {
    max-width: 300px;
    font-weight: 400;
    font-family: 'PTSans', 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
}

.b-footer_law span:not(:last-child) {
    margin-right: 4px;
}

@media (max-width: 1280px) and (min-width: 769px) {

    .b-footer_outer {
        min-width: 0px;
    }

    .b-footer_inner {
        width: auto;
        margin: 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .b-footer_item {
        width: 50%;
    }
}

@media (max-width: 768px){
    .b-footer_share {
        height: auto;
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .b-footer_outer{
        min-width: initial;
    }

    .b-footer_outer > .b-footer_inner:first-child {
        display: none;
    }

    .b-footer_inner {
        width: auto;
        margin: 0 auto;
    }
    .b-footer_list {
        padding: 0px 0px 45px 60px;
    }
    .b-footer_item {
        padding-right: 60px;
        width: 100%;
    }

    .b-footer_rights {
        display: none;
    }

    .b-footer_share {
        margin-top: -1px;
    }

    .b-footer_share .b-footer_inner {
        flex-direction: column;
        justify-content: center;
    }

    .b-soc-icon_list {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .b-footer_copy {
        font-size: 14px;
        line-height: 22px;
    }

    .b-footer_law {
        max-width: 280px;
        text-align: center;
    }

    .b-soc-icon_img {
        margin: 0 10px;
    }
}

.b-footer_publish_info {
    width: 100%;
    background-color: #000;
}

.b-footer_publish {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
}

.b-footer_publish__copyriter {
    width: 320px;
}

.b-footer_buy-law,
.b-footer_publish__law {
    width: 320px;
}

.b-footer_buy-law span {
    text-align: right;
    font: 12px/18px "PTSans","PT Sans",sans-serif;
    line-height: 18px;
}

@media (max-width: 879px) {
    .b-footer_publish {
        flex-direction: column;
    }

    .b-footer_publish__copyriter {
        text-align: center;
        margin-top: 10px;
    }

    .b-footer_buy-law span {
      text-align: center;
      line-height: 18px;
      font: 12px/18px "PTSans","PT Sans",sans-serif;
      padding: 0 5px;
    }

    .b-footer_publish_info .b-soc-icon_img {
        margin: 12px 10px 0;
    }

    .b-footer_publish_info .b-soc-icon_list {
        height: 40px;
    }
  }


.container {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: justify;
}

.heading {
  display: block;
  width: 100%;
  margin: 0px 0px 15px;
  padding-right: 110px;
  padding-left: 110px;
  float: none;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  list-style-type: square;
}

.button {
  display: block;
  width: 230px;
  height: 48px;
  margin: 0px auto;
  padding: 12px 20px 17px;
  border: 1px solid #ff7e00;
  border-radius: 5px;
  background-color: #ff7e00;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  border-width: 1px;
  border-color: #ff7e00;
  background-color: #fff;
  color: #ff7e00;
}

.section {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  font-size: 16px;
  text-align: left;
}

.section._1 {
  width: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 0px 1px 1px;
  border-color: rgba(0, 0, 0, .1) #000 #000;
  background-image: -webkit-linear-gradient(270deg, hsla(60, 40%, 98%, 0), #fcfcf8 50%);
  background-image: linear-gradient(180deg, hsla(60, 40%, 98%, 0), #fcfcf8 50%);
}

.section._1 {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: white;
  background-image: none;
}

.section._1.pocket {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, .1);
  box-shadow: none;
}

.section._1.pocket.disable {
  display: none;
}

.section._1.promo {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section._1.newpocket {
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 30px;
}

.section.headbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 1px;
  background-image: url('../images/vitrina-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section._3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-photo-205317.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-photo-205317.jpg');
  background-position: 0px 0px, 50% 93%;
  background-size: auto, 1600px;
}

.podzag {
  display: block;
  margin: 0px auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.podzag.white {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
}

.foother {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.tel {
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.tel.center {
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
}

.tel.right {
  font-family: 'PT Sans', sans-serif;
  text-align: right;
  text-decoration: none;
}

.column_foother {
  width: 100%;
}

.bold {
  clear: right;
  font-weight: 700;
}

.bold.orange {
  color: #ff7e00;
}

.right {
  float: right;
}

.left {
  float: left;
  text-align: left;
  text-decoration: none;
}

.uslugi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 6px;
  box-shadow: none;
}

.uslugi.shadow {
  overflow: hidden;
  height: 180px;
  margin-bottom: 25px;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: inset 0 -10px 40px -25px rgba(109, 127, 135, .8);
}

.uslugi.shadow.padding-top {
  padding-top: 30px;
}

.promoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block {
  position: relative;
  width: auto;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 30px 40px 30px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 3px 24px 7px rgba(109, 127, 135, .15);
}

.block.sertificat {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 55px;
  border-radius: 0px;
  background-image: url('../images/bg-02.png'), url('../images/bg-01.jpg');
  background-position: 50% 72%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.block.promo {
  width: 285px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding: 25px 15px 30px;
}

.block.pocket {
  width: 594px;
  margin-bottom: 25px;
  padding: 25px 10px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block.pocket.disable {
  display: none;
}

.block.newpocket {
  display: block;
  width: 590px;
  height: 280px;
  margin-bottom: 40px;
  padding: 0px;
}

.pocket {
  position: relative;
  z-index: 2;
  display: block;
  width: 802px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 35px;
  border: 1px none #000;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.card-text {
  position: static;
  z-index: 2;
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.card-text.mini {
  width: 210px;
}

.div-block-section {
  display: block;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.heading-2.black {
  color: #000;
}

.subhead {
  display: none;
  height: 40px;
  border-bottom: 1px solid #dfe3e5;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  text-align: center;
}

.ridero-link.button {
  width: 160px;
}

.ridero-link.button.sertificat {
  border-color: #fff;
  background-color: #fff;
  color: #ff7e00;
}

.ridero-link.button.sertificat.sert {
  width: 250px;
  background-color: transparent;
  color: #fff;
}

.ridero-link.button.sertificat.sert:hover {
  background-color: #fff;
  color: #ff7e00;
}

.ridero-link.button.promo {
  width: 220px;
}

.ridero-link.button.wide {
  width: 360px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 17px;
  line-height: 18px;
}

.ridero-link.button.wide._2 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-3.bold {
  display: none;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.image_promo {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.image_promo.mini {
  width: auto;
  margin-bottom: 15px;
}

.pocketblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-icons {
  display: block;
  width: auto;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.heading-5.padding-bottom {
  margin-bottom: 20px;
}

.usluga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: auto;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-image: none;
}

.image {
  margin-top: 100px;
  margin-right: 20px;
  margin-left: 20px;
}

.nav-menu {
  height: 40px;
  margin-left: 200px;
  float: left;
  background-color: transparent;
}

.nav-link {
  padding: 8px 15px 12px;
  color: #7f939c;
}

.nav-link:hover {
  color: #ff7e00;
}

.nav-link.w--current {
  padding-right: 15px;
  padding-left: 15px;
  color: #7f939c;
}

.nav-link.w--current:hover {
  color: #ff7e00;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 50px;
}

.body {
  background-color: #fcfcf8;
}

.container-header {
  margin-top: -10px;
}

.white {
  background-color: transparent;
  color: #fff;
}

.link-block {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
}

.link-block.fb {
  border-radius: 4px;
  background-color: #3c5a98;
  background-image: url('../images/share_counter_large.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block.fb:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/share_counter_large.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/share_counter_large.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.link-block.ok {
  border-radius: 4px;
  background-color: #3c5a98;
  background-image: url('../images/ok_logo.svg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block.ok:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/ok_logo.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/ok_logo.svg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.link-block.vk {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #48729e;
  background-image: url('../images/share_counter_large.png');
  background-position: 50% -27px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block.vk:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/share_counter_large.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/share_counter_large.png');
  background-position: 0px 0px, 50% -27px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.face {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
}

.hover {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #fff;
}

.pocket-banner {
  height: 150px;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 1px;
}

.text-block {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 50px;
  padding-left: 30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.text-block.pocket1 {
  height: 100%;
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block.pocket2 {
  height: 100%;
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block.pocket3 {
  background-image: url('../images/03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block.pocket4 {
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block.pocket5 {
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block.pocket6 {
  background-image: url('../images/06.jpg');
  background-position: 100% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.info-block {
  padding-top: 20px;
  padding-left: 30px;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.orange {
  color: #ff7e00;
}

.tag {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 8px 15px 12px;
  border-top-right-radius: 7px;
  background-color: #ff7e00;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="load-and-fade"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="load-and-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="load-and-fade-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="load-and-fade-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scroll-and-fade"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="scroll-and-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="scroll-and-fade-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="scroll-and-fade-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="load-move-down-h"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="load-move-down-p"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  .container {
    padding-left: 0px;
  }
  .heading {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section {
    width: 100%;
  }
  .section._1 {
    height: auto;
    background-image: -webkit-linear-gradient(270deg, hsla(60, 40%, 98%, 0), #fcfcf8 50%);
    background-image: linear-gradient(180deg, hsla(60, 40%, 98%, 0), #fcfcf8 50%);
  }
  .section._1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .section._1.pocket {
    padding-top: 50px;
  }
  .section._1.sertificat {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section._1.promo {
    padding-bottom: 25px;
  }
  .section.headbanner {
    background-image: url('../images/vitrina-bg-992-768.jpg');
    background-position: 50% 23%;
    background-size: auto;
  }
  .podzag {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .bold {
    line-height: 24px;
  }
  .uslugi {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promoblock {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .block {
    margin-right: 10px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .block.sertificat {
    margin-top: 0px;
    background-position: 0% 61%, 50% 50%;
    background-size: cover, cover;
  }
  .block.promo {
    margin-bottom: 25px;
  }
  .block.pocket {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pocket {
    width: 100%;
    padding-bottom: 40px;
  }
  .div-block-section {
    width: auto;
  }
  .subhead {
    background-color: #fff;
  }
  .ridero-link.button {
    width: 180px;
  }
  .ridero-link.button.sertificat.sert {
    width: 230px;
  }
  .ridero-link.button.promo {
    width: 210px;
  }
  .pocketblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-menu {
    display: block;
    width: auto;
    height: auto;
    margin-left: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #dfe3e5;
    background-color: #fff;
  }
  .nav-link {
    display: inline-block;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-link.first {
    padding-left: 40px;
  }
  .navbar {
    display: none;
    height: 40px;
  }
  .menu-button {
    display: block;
    height: 40px;
    padding-top: 10px;
    float: left;
  }
  .menu-button.w--open {
    float: left;
  }
  .icon {
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section._1 {
    display: block;
    height: auto;
    padding-top: 70px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-linear-gradient(270deg, hsla(60, 40%, 98%, 0), #fcfcf8 28%);
    background-image: linear-gradient(180deg, hsla(60, 40%, 98%, 0), #fcfcf8 28%);
  }
  .section._1 {
    display: block;
    width: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section._1.pocket {
    padding-top: 45px;
  }
  .section._1.sertificat {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.headbanner {
    background-image: url('../images/vitrina-bg-992-768.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }
  .podzag {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .podzag.white {
    margin-bottom: 15px;
  }
  .foother {
    position: relative;
  }
  .tel.center {
    display: block;
    width: 160px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }
  .tel.right {
    margin-top: 10px;
    float: none;
    text-align: center;
    text-decoration: none;
  }
  .bold {
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'PT Sans', sans-serif;
    line-height: 24px;
  }
  .left {
    float: none;
    text-decoration: none;
  }
  .uslugi {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .promoblock {
    padding-right: 0px;
    padding-left: 0px;
  }
  .block.sertificat {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 50% 60%, 50% 50%;
    background-size: cover, cover;
  }
  .block.promo {
    margin-bottom: 25px;
  }
  .pocket {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-2 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
  }
  .ridero-link.button {
    width: 210px;
  }
  .ridero-link.button.sertificat.sert {
    width: 210px;
  }
  .ridero-link.button.promo {
    width: 210px;
  }
  .heading-3.short {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .usluga {
    width: 250px;
  }
  .image {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .nav-link {
    float: none;
  }
  .nav-link.first {
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    display: block;
    width: auto;
    margin: 0px auto 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 46px;
  }
  .section._1 {
    display: block;
    height: auto;
    padding-top: 70px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg, hsla(60, 40%, 98%, 0), #fcfcf8 17%);
    background-image: linear-gradient(180deg, hsla(60, 40%, 98%, 0), #fcfcf8 17%);
  }
  .section._1 {
    padding-top: 40px;
  }
  .section._1.pocket {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .section._1.sertificat {
    position: static;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #00f514;
    background-image: none;
  }
  .section._1.promo {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .section.headbanner {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/vitrina-bg-480.jpg');
    background-position: 34% 50%;
    background-size: auto;
  }
  .podzag {
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .podzag.white {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tel.right {
    text-align: center;
    text-decoration: none;
  }
  .uslugi {
    width: auto;
    max-width: 300px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block {
    width: 100%;
    max-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 20px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .block.sertificat {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    padding-bottom: 75px;
    background-position: 50% 100%, 50% 50%;
    background-size: 100%, cover;
  }
  .block.promo {
    margin-bottom: 25px;
  }
  .pocket {
    max-width: 300px;
  }
  .heading-2 {
    width: auto;
    font-size: 32px;
    line-height: 40px;
  }
  .heading-3.short {
    width: auto;
  }
  .nav-menu {
    float: none;
  }
  .nav-link {
    float: none;
  }
  .nav-link.first {
    padding-left: 15px;
  }


.text-block {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 50px;
  padding-left: 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.ridero-link.button.wide {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  display: none;
}

.ridero-link.button._small {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
}

}

@media (min-width: 840px) {
.ridero-link.button._small{
  display: none;
}
}

