:root {
  --white: white;
  --light-sea-green: #30bfb3;
  --dark-slate-gray-2: #243039;
  --dark-gray: #999;
  --dark-slate-gray: #4d565d;
  --medium-aquamarine: #5cc489;
  --peru: #dd783f;
  --medium-turquoise: #4aaec2;
  --pale-violet-red: #d25f7c;
  --deep-sky-blue: #66a9c6;
  --steel-blue: #1c6c8f;
}

body {
  color: #243039;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.hero-section {
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  display: block;
  position: relative;
}

.navbar {
  z-index: 10;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.menu-link {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menu-icon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menu-button {
  float: right;
  color: rgba(255, 255, 255, .85);
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menu-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.menu-button.w--open {
  background-color: rgba(255, 255, 255, .25);
}

.long-text {
  color: #fff;
  margin-top: 7px;
  font-size: 26px;
  line-height: 26px;
}

.hero_heading {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 4px 4px 3px rgba(0, 51, 73, .97);
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 70px;
  font-style: italic;
  line-height: 80px;
}

.hero-subheading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 20px;
}

.sub_button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#ff9400 33%, #ff5e39);
  border-radius: 6px;
  width: 240px;
  padding: 16px 31px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  display: block;
}

.sub_button:hover {
  color: #fff;
  background-color: #66a9c6;
}

.main-section {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.dark {
  background-color: #fff;
  border-bottom: 1px #000;
  order: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  background-color: #fff;
  flex: 1;
  margin-top: 120px;
  padding-top: 0;
  padding-bottom: 0;
}

.thumbnail-wrapper {
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
}

.thumbnail-wrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09), 0 2px 23px rgba(0, 0, 0, .09);
}

.blog-title {
  color: #101315;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.category-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  font-family: Oxygen, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  border-top: 1px solid #e5e5e5;
  height: 93px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.thumbnail-date {
  float: right;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
}

.thumbnail-date.lite {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.author-img {
  float: left;
  border-radius: 60px;
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.thumb-details {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 6px 13px;
}

.preview-text {
  color: #7a7a7a;
  height: 40px;
  font-family: Oxygen, sans-serif;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.author-title {
  float: left;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.section-heading {
  text-align: center;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.white {
  color: #efefef;
}

.form-wrapper {
  width: 500px;
  margin: 20px auto 80px;
  display: block;
}

.field {
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 75%;
  height: 50px;
  font-size: 15px;
}

.submit-button {
  background-color: rgba(255, 255, 255, .28);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 25%;
  height: 50px;
  font-family: Oxygen, sans-serif;
  transition: background-color .35s, color .35s;
}

.submit-button:hover {
  background-color: #dd783f;
}

.infor_section {
  color: var(--dark-slate-gray-2);
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer-link {
  float: none;
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  font-family: Oxygen, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.featured-wrapper {
  border-radius: 3px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.featured-wrapper:hover {
  transform: translate(0, -5px);
}

.featured-text {
  background-image: linear-gradient(rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
  padding: 60px 20px 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-title {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-right: 20px;
  font-size: 27px;
  line-height: 30px;
  display: block;
}

.category-tag-2 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  padding: 7px 9px 6px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.featured-description {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.featured-details {
  padding: 10px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-image {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/3f4eb74a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-date {
  color: #999;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 25px;
  display: inline-block;
}

.blog-category {
  color: #d25f7c;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  text-decoration: none;
  display: inline-block;
}

.author-link {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.author-link:hover {
  transform: scale(1.02);
}

.author-wrapper {
  text-align: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-name {
  color: #353535;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  text-align: center;
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/bridges.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  padding-top: 125px;
  position: relative;
}

.author-picture {
  float: left;
  border-radius: 6px;
  width: 300px;
  margin-bottom: 17px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.author-name-main {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  opacity: .7;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0;
  transition: opacity .4s;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.smallest-divider {
  background-color: #dedede;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.author-bio {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  opacity: .82;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
  display: inline-block;
}

.social-link:hover {
  opacity: .45;
}

.blog-post {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link {
  opacity: 1;
  color: var(--white);
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  transition: opacity .2s, transform .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: var(--light-sea-green);
  transform: translate(0, -2px);
}

.nav-link.w--current {
  opacity: 1;
  color: var(--light-sea-green);
}

.view-all {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  transition: color .3s;
}

.full-divide {
  background-color: #dedede;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.author-photo {
  border-radius: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.social-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.category-section {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.category-link {
  color: #768088;
  text-align: center;
  border-radius: 3px;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.category-link:hover {
  color: #243039;
  background-color: #f0f0f0;
}

.dark-overlay {
  z-index: 0;
  opacity: .23;
  text-shadow: none;
  background-color: #000;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-links {
  text-align: right;
}

.hero-wrapper {
  z-index: 10;
  position: relative;
}

.nav_menu {
  float: none;
  font-size: 16px;
}

.success-message {
  color: #fff;
  background-color: #5cc489;
  border-radius: 3px;
  padding-top: 27px;
}

.blog-post-title {
  margin-top: 0;
  margin-bottom: 7px;
}

.main_container {
  margin-top: 20px;
}

.infor_row {
  text-align: center;
}

.infor_col {
  text-align: left;
}

.form_div {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/5992391_xlarge2-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.form_wrapper {
  text-align: center;
  background-color: rgba(221, 153, 51, .86);
  padding: 26px;
  display: block;
}

.sending-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sending-form.form-main {
  display: block;
}

.infor_input {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}

.infor_stats {
  color: #999;
}

.main_content {
  margin-top: 120px;
}

.flex_conteiner {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.hide_div {
  z-index: 95;
  background-color: rgba(36, 48, 57, .86);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal_div {
  background-color: rgba(0, 0, 0, 0);
  max-width: 600px;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-block {
  opacity: .62;
  color: var(--white);
  cursor: pointer;
  padding-top: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block:hover {
  opacity: 1;
}

.text-field, .text-field-2 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button-2 {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-2, .field-label-3 {
  text-align: center;
}

.content_block {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo_img {
  margin-top: 0;
  margin-bottom: 0;
}

.line_img {
  height: 10px;
  margin-bottom: 20px;
}

.hero_block {
  text-align: left;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
}

.nav_block {
  text-align: center;
  background-color: rgba(0, 0, 0, .75);
  justify-content: space-around;
  align-items: center;
  height: 120px;
  display: block;
}

.nav_row {
  align-items: center;
  display: flex;
}

.detect_h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.uslug_col {
  margin-bottom: 40px;
}

.uslugi_div {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/22.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  height: 240px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 1px 0 5px 1px #999;
}

.uslugi_div.usl1 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/1-34.jpg');
}

.uslugi_div.usl2 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/izmena-parnya1.jpg');
}

.uslugi_div.usl3 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/981500_original.jpg');
  background-position: 50%;
  background-size: cover;
}

.uslugi_div.usl4 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Самый-опасные-дети-в-мире-800x445.jpg');
  background-position: 50%;
  background-size: cover;
}

.uslugi_div.usl6 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/d9c434e6a50197118da02152fa1be040__1_.jpg');
  background-position: 50%;
  background-size: cover;
}

.uslugi_div.usl8 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Составление_договоров_любой_сложности._Представительство_во_всех_инстанциях._Защита_по_уголовным_делам.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.uslugi_div.usl9 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Автоюрист._Все_виды_споров_по_ДТП.jpg');
  background-position: 50%;
  background-size: cover;
}

.uslugi_div.usl10 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Все_виды_споров_по_недвижимости.Приватизациянаследствораспределение_долей_собственности_раздел_имущества.jpg');
  background-position: 50%;
  background-size: cover;
}

.uslugi_h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.about_section {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/home_biker_slider_pic1.png'), url('/images/personal-pages-share/1658986714/webflow/images/2123311w.jpg');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.detect_h2-_white {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
}

.about_text {
  color: #fff;
  text-align: center;
  text-indent: 25px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.preim_section {
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('/images/personal-pages-share/1658986714/webflow/images/home_2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.preim_row {
  align-items: stretch;
  display: flex;
}

.preim_col {
  align-items: stretch;
  display: block;
}

.preim_div {
  text-align: center;
  height: 180px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.preim_h3 {
  text-align: center;
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.form_row {
  background-color: rgba(255, 255, 255, .62);
  border-radius: 3px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form_col {
  text-align: center;
  display: block;
}

.label_field {
  text-align: left;
  font-weight: 400;
}

.prise_text {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 25px;
}

.form_h2 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
}

.contact_row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact_col {
  text-align: left;
  flex: 0 auto;
}

.contact_icon {
  margin-bottom: 0;
}

.contact_link {
  color: var(--white);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  display: block;
}

.contact_link:hover {
  color: var(--white);
  text-decoration: underline;
}

.social_link {
  width: 34px;
  height: 34px;
  padding: 3px;
}

.social_img {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_link {
  color: var(--dark-slate-gray-2);
}

.footer_link:hover {
  color: #66a9c6;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  background-color: var(--white);
}

.footer {
  background-color: #000;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.grey-nav {
  background-color: rgba(49, 49, 49, .97);
}

.social_icons {
  padding-right: 0;
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer_h {
  color: var(--white);
  text-align: left;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer_logo {
  margin-bottom: 20px;
}

.company_info {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 26px;
}

.body-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.nav-flex {
  justify-content: space-between;
  display: flex;
}

.uslugi_text {
  color: var(--dark-slate-gray);
}

.list_block {
  align-items: center;
  display: flex;
}

.list_h {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.list_text {
  color: var(--white);
  margin-left: 20px;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2.w--current {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-3.w--current {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
}

.tab_img {
  margin-bottom: 0;
}

.tabs {
  display: block;
}

.tabs-content {
  flex: 0 auto;
  padding-top: 20px;
}

.tabs-menu {
  flex: 0 auto;
}

.green_block {
  z-index: 1;
  background-color: var(--light-sea-green);
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.green_image {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about_block {
  background-color: #afbf00;
  padding: 30px;
  display: inline-block;
}

.input_block.middle {
  margin-left: 5px;
  margin-right: 5px;
}

.flex_form {
  display: flex;
}

.detect_h1 {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.navigation_link_footer {
  color: var(--white);
}

.navigation_link_footer:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer_list {
  color: var(--light-sea-green);
  font-size: 16px;
}

.footer_list_item {
  margin-bottom: 10px;
}

.uslugi_img {
  width: 120px;
}

.grey_uslugi {
  background-color: rgba(87, 87, 87, .87);
  padding: 10px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sub_button_form {
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  width: 166px;
  padding: 9px 20px 10px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  display: block;
}

.sub_button_form:hover {
  color: #fff;
  background-color: #66a9c6;
}

.uslugi_descr {
  color: #626262;
}

.usluga {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/proverka-po-bazam.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 200px;
}

.usluga.u-2 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/proverka-nomera.jpg');
}

.usluga.u-3 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/sbor-sved-iz-proshl.jpg');
}

.usluga.u-4 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/proverka-det.jpg');
}

.usluga.u-5 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/ustanovka-proshl.jpg');
}

.usluga.u-6 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/sbor-dokazat.jpg');
  background-position: 50%;
  background-size: cover;
}

.usluga.u-7 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/roz-avt.jpg');
}

.usluga.u-8 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/roz-pitomc.jpg');
}

.usluga.u-9 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/dosye.jpg');
}

.usluga.u-10 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/kontr-nabl.jpg');
}

.usluga.u-11 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/nar-nabl.jpg');
}

.usluga.u-12 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/izmena.jpg');
}

.usluga.u-13 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/roz-mosh.jpg');
}

.usluga.u-14 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/rassled-prest.jpg');
}

.usluga.u-15 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Местоположение-авто.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-16 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Передвижение-автомобиля-по-камерам.png'), url('/images/personal-pages-share/1658986714/webflow/images/proverka-po-bazam.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.usluga.u-17 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-контактов-и-социальных-сетей-по-фото.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-18 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Проверка-адреса-местонахождения.jpg');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-19 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-места-работы.jpg');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-20 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-информации-по-временной-регистрации.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-21 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Взыскание-долгов.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-22 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-имущества-по-Российской-Федерации.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-23 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-родственников.jpeg');
  background-position: 50%;
  background-size: cover;
}

.usluga.u-24 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Проверка-на-полиграфе.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-25 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-сведений-об-учете-физ.-лиц-из-ФНС.jpg');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-26 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-паспортных-данных-имущества-транспорта-СНИЛСа-ИНН.jpg'), url('/images/personal-pages-share/1658986714/webflow/images/proverka-po-bazam.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.usluga.u-27 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-сведений-физического-лица-из-ПФР.jpg'), url('/images/personal-pages-share/1658986714/webflow/images/proverka-po-bazam.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.usluga.u-28 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Проверка-персонала.-Сбор-информации-о-работнике-или-сотруднике.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-29 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Поиск-НБКИ-МВД-ГРИ-банки-спецучет-ЗАГС.jpg');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-30 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Сбор-компромата.png');
  background-position: 0 0;
  background-size: cover;
}

.usluga.u-31 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Обучение-детективной-и-агентурной-работе.jpg');
  background-position: 0 0;
  background-size: cover;
}

.usluga-heading {
  letter-spacing: -.5px;
  white-space: normal;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.usluga-cont {
  margin-top: 120px;
  padding-bottom: 20px;
}

.usluga-title {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/bg-usluga.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  height: 590px;
  display: flex;
  position: relative;
}

.usluga-title-head {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
  align-self: auto;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.usluga-title-div {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price_block {
  margin-top: 90px;
}

.price-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.order_btn {
  color: #fff;
  background-color: #30bfb3;
}

.div_btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price_attn_txt {
  text-align: center;
  background-color: #cfebf1;
  margin-top: 0;
  padding: 10px 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.price_attn {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.img_block {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.banner_block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.usluga-link {
  width: 300px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.hero_slider {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: stretch;
  height: 100%;
}

.slide1 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/home_biker_slider_pic1.png'), url('/images/personal-pages-share/1658986714/webflow/images/untitled-1.jpg');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
}

.slide2 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/home_biker_slider_pic1.png'), url('/images/personal-pages-share/1658986714/webflow/images/8386702.jpg');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
}

.content_block_hero {
  flex: 1;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  display: flex;
}

.div_img {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/rex_god_human_hands_.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 540px;
  height: 590px;
  margin-right: 40px;
}

.div_img.img2 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/rex_god_fsb_agents_l.png');
  background-position: 0 0;
  background-size: auto;
}

.div_img.img_main {
  background-image: none;
  width: auto;
  height: auto;
}

.div_txt {
  width: 610px;
  max-width: 610px;
}

.div_txt.txt_main {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  padding-left: 40px;
}

.image {
  border-radius: 20px;
  max-width: 540px;
}

.detect_h1-copy {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading.h_usluga {
  text-align: left;
  margin-bottom: 20px;
}

.cyber_txt {
  font-size: 20px;
  line-height: 24px;
}

.list-item {
  font-weight: 700;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 22px;
}

.div_form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-2 {
  font-size: 28px;
}

.text-block-3 {
  width: 800px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
}

.text-field-3, .text-field-4 {
  margin-bottom: 0;
}

.cyber_title {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/operating_tec-networ.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  height: 590px;
  display: flex;
  position: relative;
}

.agency_section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-2 {
  display: flex;
}

.img_main {
  border-radius: 20px;
  margin-bottom: 0;
}

.paragraph-4 {
  margin-bottom: 0;
}

.div_title {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.usluga_h1 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-3 {
  background-image: url('/images/personal-pages-share/1658986714/webflow/images/Обучение-детективной-и-агентурной-работе.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 640px;
  height: 360px;
}

.image-2 {
  margin-bottom: 0;
}

.list-2 {
  padding-left: 20px;
}

.content_price {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}

.div_price {
  width: 380px;
}

.div-block-4 {
  background-color: #43d854;
  border-radius: 10px;
  width: 380px;
  height: 100px;
}

.div-block-5 {
  background-color: #08c;
  border-radius: 10px;
  width: 380px;
  height: 100px;
}

.button {
  background-color: #43d854;
  border-radius: 10px;
  width: 380px;
  height: 100px;
}

.button-2 {
  background-color: #08c;
  border-radius: 10px;
}

.link_wa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #43d854;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 100px;
  display: flex;
}

.image-3 {
  width: 50px;
  max-width: 50px;
}

.text-block-5 {
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
}

.link_tg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #08c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 100px;
  display: flex;
}

.img_tg, .img_wa {
  width: 50px;
  max-width: 50px;
}

.div_school {
  width: 600px;
  margin-right: 40px;
}

.div_buttons {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.link-block {
  background-color: #30bfb3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  display: flex;
}

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

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hero-text-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: scale(.97);
}

html.w-mod-js [data-ix="view-more"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    display: block;
  }

  .menu-icon {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .menu-button {
    color: var(--light-sea-green);
    font-size: 30px;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    color: var(--light-sea-green);
  }

  .hero_heading {
    font-size: 50px;
    line-height: 59px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .preview-text {
    max-height: 40px;
    overflow: hidden;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .infor_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-text {
    padding-top: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    max-height: 55px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #66a9c6;
  }

  .nav_menu {
    background-color: rgba(36, 48, 57, .86);
  }

  .content_block {
    max-width: 640px;
  }

  .nav_block {
    position: relative;
  }

  .form_h2 {
    line-height: 28px;
  }

  .flex_form {
    flex-direction: column;
  }

  .detect_h1 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .usluga.u-1, .usluga.u-2, .usluga.u-3, .usluga.u-4, .usluga.u-5, .usluga.u-7 {
    background-position: 50%;
  }

  .usluga.u-8 {
    background-position: 100%;
  }

  .usluga.u-10 {
    background-position: 50%;
  }

  .usluga.u-11 {
    background-position: 100%;
  }

  .usluga.u-12, .usluga.u-13 {
    background-position: 50%;
  }

  .usluga.u-14 {
    background-position: 0%;
  }

  .usluga-title-head {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 60px;
    line-height: 60px;
  }

  .price_block {
    margin-top: 20px;
  }

  .hero_slider {
    flex: none;
  }

  .slide1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_block_hero {
    max-width: 640px;
  }

  .paragraph {
    padding-left: 0;
  }

  .detect_h1-copy {
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .div_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    width: 700px;
  }

  .cyber_title {
    height: 400px;
  }

  .div_title {
    max-width: 700px;
  }

  .usluga_h1 {
    margin-top: 20px;
    padding-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-3 {
    background-position: 50% 0;
  }

  .div_school {
    width: 400px;
    margin-right: 30px;
  }

  .div_buttons {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero_heading {
    font-size: 40px;
    line-height: 45px;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-text {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-picture {
    width: 210px;
    margin-bottom: 6px;
    margin-right: 13px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .logo {
    float: none;
  }

  .success-message {
    color: #fff;
    background-color: #5cc489;
    padding-top: 28px;
    font-size: 18px;
  }

  .content_block {
    max-width: 480px;
  }

  .nav_row {
    flex-direction: row;
  }

  .preim_row {
    flex-direction: column;
  }

  .contact_row {
    width: 280px;
    display: inline-block;
  }

  .contact_icon {
    float: none;
  }

  .contact_link {
    font-size: 14px;
  }

  .usluga-title-head {
    font-size: 40px;
    line-height: 40px;
  }

  .price_attn_txt, .usluga_img {
    margin-top: 40px;
  }

  .content_block_hero {
    max-width: 460px;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div_img {
    width: 500px;
    height: 250px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div_txt {
    width: 500px;
    max-width: 500px;
  }

  .text-block-3 {
    width: 500px;
    font-size: 22px;
    line-height: 24px;
  }

  .cyber_title {
    height: 320px;
  }

  .div_title {
    max-width: 500px;
    display: block;
  }

  .usluga_h1 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .div-block-3 {
    width: 500px;
    height: 280px;
  }

  .div_school {
    width: 500px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div_buttons {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .menu-button {
    margin-top: 13px;
  }

  .long-text {
    margin-top: 0;
  }

  .hero_heading {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-subheading {
    font-size: 12px;
    line-height: 17px;
  }

  .sub_button {
    width: 220px;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .author-img, .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .submit-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .infor_section {
    position: relative;
  }

  .footer-link {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .featured-text {
    padding: 0 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    padding: 6px;
    top: 15px;
    left: 15px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-hero {
    height: 330px;
  }

  .author-picture {
    float: none;
    text-align: center;
    border-radius: 110px;
    width: 130px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-name-main {
    text-align: center;
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
  }

  .authorbio {
    text-align: center;
    font-size: 14px;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo, .footer-logo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .nav-link {
    opacity: .7;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .logo {
    float: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .nav_menu {
    background-color: rgba(35, 47, 56, .92);
    width: 100%;
    padding-top: 60px;
    display: block;
  }

  .close-x {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .sending-form.form-cyber {
    flex-flow: column;
  }

  .detect_h2-_white {
    font-size: 35px;
  }

  .form_col {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_row {
    width: 306px;
  }

  .contact_link.nav_contact {
    display: none;
  }

  .nav-flex {
    justify-content: center;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-1.w--current {
    display: inline-block;
  }

  .flex_form {
    flex-direction: column;
  }

  .detect_h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .uslugi_descr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .usluga-title-head {
    font-size: 20px;
    line-height: 20px;
  }

  .price_block {
    margin-bottom: 20px;
  }

  .price_col {
    margin-bottom: 40px;
  }

  .content_block_hero {
    max-width: 220px;
  }

  .div_img {
    width: 300px;
  }

  .div_img.img2 {
    background-position: 50% 20%;
  }

  .div_img.img_main {
    width: 300px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div_txt, .div_txt.txt_main {
    width: 300px;
    max-width: 300px;
  }

  .detect_h1-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .div_form {
    max-width: 300px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    width: 300px;
    font-size: 20px;
    line-height: 20px;
  }

  .cyber_title {
    height: 280px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div_title {
    max-width: 300px;
  }

  .usluga_h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-3 {
    width: 300px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 16px;
  }

  .div_school {
    width: 300px;
  }
}


