@charset "UTF-8";
/*
Theme Name: Sovz
Author: Команда Современная защита
Author URI: https://sovz.ru/
Version: 1
*/
@font-face {
  font-family: 'Golos-Regular';
  src: local("Golos-Regular"), url("../fonts/Golos-Text_Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Golos-DemiBold';
  src: local("Golos-DemiBold"), url("../fonts/Golos-Text_DemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Golos-Bold';
  src: local("Golos-Bold"), url("../fonts/Golos-Text_Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Golos-Medium';
  src: local("Golos-Medium"), url("../fonts/Golos-Text_Medium.ttf") format("truetype");
  font-display: swap;
}

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

.hidden {
  display: none;
}

body {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  position: relative;
}

.body-hidden-scroll {
  overflow-y: hidden !important;
}

.icons {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

.button {
  border: none;
  outline: none;
  padding: 15px 43px;
  background: #3476EA;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-family: 'Golos-Bold';
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.button:hover {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1215px;
  margin-right: auto;
  margin-left: auto;
}

.container_height {
  height: 100%;
}

.container_relative {
  position: relative;
}

.preview {
  width: 100%;
  height: 754px;
  background: url(../images/template-0001/background-1.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.trademark .preview {
  background-image: url(../images/template-0001/trademark-preview.jpg);
}

.preview__header {
  padding-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preview-logo {
  width: 179px;
  height: auto;
}

.preview__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preview__button {
  margin-left: 25px;
}

.preview__phone {
  font-family: 'Golos-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px #00000040;
  text-decoration: none;
}

.preview__content {
  margin-top: 168px;
}

.trademark .preview__content {
  margin-top: 25px;
}

.preview-content__button {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.preview__title {
  font-family: 'Golos-DemiBold';
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.trademark .preview__title {
  font-family: 'Golos-DemiBold';
  font-size: 44px;
  line-height: 56px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: inherit;
}

.preview__title_blue {
  color: #3476ea;
}

.preview__description {
  margin-top: 19px;
  width: 673px;
  font-family: 'Golos-Regular';
  font-size: 30px;
  line-height: 36px;
  text-align: justify;
  color: #FFFFFF;
}

.trademark .preview__description {
  width: 100%;
}

.services {
  width: 100%;
  position: relative;
  margin-top: -129px;
}

.services:before {
  content: '';
  width: 100%;
  height: calc(100% - 129px);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E7EBEE;
}

.services__content {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 35px 35px 0px 0;
          border-radius: 35px 35px 0px 0;
  padding-bottom: 110px;
}

.services-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
}

.services-tab__name {
  background: #0072BB;
  padding: 16px 30px 17px;
  font-family: 'Golos-DemiBold';
  font-size: 36px;
  line-height: 100%;
  color: #FFFFFF;
}

.services__title {
  font-family: 'Golos-Bold';
  font-size: 46px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0072BB;
  margin: 74px 0 84px;
  width: 100%;
  text-align: center;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 38px 0 51px;
}

.services-item {
  width: 324px;
}

.services-item__thumbnail {
  width: 281px;
  height: 386px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 35px 35px 0 0;
          border-radius: 35px 35px 0 0;
}

.services-picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-picture__img {
  width: 100%;
  height: 100%;
}

.services-item__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #000f20e6;
  font-family: 'Golos-Bold';
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.services-item:hover .services-item__text {
  opacity: 1;
}

.services-item__title {
  margin-top: 21px;
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.for-whom {
  width: 100%;
  height: 606px;
  background: url(../images/template-0001/for-whom.png);
  background-position: top center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  margin-top: -45px;
  position: relative;
  z-index: 100;
}

.for-whom__content {
  padding: 132px 0 0 51px;
}

.for-whom__tilte {
  font-family: 'Golos-DemiBold';
  font-size: 46px;
  color: #FFFFFF;
  margin-bottom: 46px;
}

.for-whom__list {
  margin-bottom: 39px;
}

.for-whom__item {
  font-family: 'Golos-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 32px;
  position: relative;
}

.for-whom__item:last-child {
  margin-bottom: 0;
}

.for-whom__item:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 11px;
  left: -24px;
}

.for-whom__triangle {
  border: 40px solid transparent;
  border-bottom: 40px solid #07111D;
  border-left: 40px solid #07111D;
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  left: 161px;
}

.expert {
  width: 100%;
  height: 769px;
  background: url(../images/template-0001/expert.jpg);
  background-position: top center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.expert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.expert_wrapper {
  width: 607px;
  background: #fff;
  -webkit-border-radius: 35px 35px 0 0;
          border-radius: 35px 35px 0 0;
  margin-left: 23px;
  -webkit-box-shadow: 0px -9px 7px #0000000f;
          box-shadow: 0px -9px 7px #0000000f;
  padding-bottom: 68px;
}

.expert-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: revert;
          flex-direction: revert;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 52px;
}

.expert-tab__name {
  background: #0072BB;
  padding: 16px 30px 17px;
  font-family: 'Golos-DemiBold';
  font-size: 36px;
  line-height: 100%;
  color: #FFFFFF;
}

.expert__tilte {
  font-family: 'Golos-Bold';
  font-size: 55px;
  line-height: 66px;
  letter-spacing: 0.02em;
  color: #1E1E1E;
}

.expert_content {
  padding-left: 78px;
}

.expert__description {
  font-family: 'Golos-DemiBold';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 7px;
  width: 404px;
}

.expert__list {
  width: 467px;
  margin-top: 43px;
}

.expert__item {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 34px;
  position: relative;
}

.expert__item:last-child {
  margin-bottom: 0;
}

.expert__item:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 10px;
  left: -29px;
}

.audit {
  width: 100%;
  background: url(../images/template-0001/audit-background.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-top: 104px;
}

.audit__title {
  font-family: 'Golos-Bold';
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2562A6;
  text-align: center;
}

.audit__list {
  margin-top: 74px;
  padding-right: 10px;
  padding-bottom: 160px;
  padding-left: 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.audit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.audit__item.audit__item_1 {
  margin-right: 165px;
}

.audit__item.audit__item_2 {
  margin-right: 110px;
}

.audit__icon {
  width: 158px;
  height: 158px;
}

.audit__text {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}

.for-whom-2 {
  width: 100%;
  margin-top: -152px;
}

.for-whom-2__content {
  width: 1196px;
  height: 400px;
  margin: 0 auto;
  background: url(../images/template-0001/for-whom-2-background.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  padding: 148px 0 0 102px;
  position: relative;
}

.for-whom-2__tilte {
  font-family: 'Golos-DemiBold';
  font-size: 46px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.for-whom-2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.for-whom-2__list:first-child {
  margin-right: 153px;
}

.for-whom-2__item {
  font-family: 'Golos-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  width: 383px;
  margin-bottom: 24px;
  position: relative;
}

.for-whom-2__item:last-child {
  margin-bottom: 0;
}

.for-whom-2__item:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 11px;
  left: -27px;
}

.for-whom-2__button {
  position: absolute;
  right: 49px;
  bottom: 41px;
}

.express-audit {
  width: 100%;
  height: 649px;
  overflow: hidden;
}

.express-audit__content {
  margin-top: 129px;
  margin-left: 510px;
  width: 667px;
  padding-bottom: 169px;
}

.express-audit__title {
  font-family: 'Golos-Bold';
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #2562A6;
}

.express-audit__text {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 32px;
}

.express-audit__picture {
  position: absolute;
  bottom: 0;
  left: -191px;
  width: 648px;
  height: 638px;
}

.express-audit__img {
  width: 100%;
  height: 100%;
}

.for-whom-3 {
  width: 100%;
  padding-bottom: 176px;
  background: url(../images/template-0001/for-whom-3-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.for-whom-3__content {
  width: 100%;
  padding: 60px 0 0 113px;
}

.for-whom-3__tilte {
  font-family: 'Golos-DemiBold';
  font-size: 46px;
  line-height: 100%;
  color: #000000;
}

.for-whom-3__list {
  margin-top: 36px;
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.for-whom-3__item {
  font-family: 'Golos-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  position: relative;
}

.for-whom-3__item:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 11px;
  left: -23px;
}

.for-whom-3__triangle {
  border: 40px solid transparent;
  border-bottom: 40px solid #E4E4E4;
  border-left: 40px solid #E4E4E4;
  width: 0;
  height: 0;
  position: absolute;
  top: -80px;
  left: 489px;
}

.for-whom-3-ball {
  width: 204px;
  height: 204px;
  position: absolute;
  top: -133px;
  left: 943px;
}

.for-whom-3-ball__img {
  width: 100%;
  height: 100%;
}

.steps {
  width: 100%;
  position: relative;
  margin-top: -142px;
  padding-bottom: 100px;
}

.steps:before {
  content: '';
  width: 100%;
  height: calc(100% - 142px);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0E233A;
}

.steps_content {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 35px 35px 0px 0;
  border-radius: 35px 35px 0px 0;
  padding-bottom: 59px;
}

.steps-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
}

.steps-tab__name {
  background: #0072BB;
  padding: 16px 30px 17px;
  font-family: 'Golos-DemiBold';
  font-size: 36px;
  line-height: 100%;
  color: #FFFFFF;
}

.steps__list {
  margin-top: 71px;
  margin-left: 111px;
  width: 929px;
}

.step {
  position: relative;
  width: 100%;
  margin-bottom: 66px;
}

.step:last-child {
  margin-bottom: 0;
}

.step__title {
  font-family: 'Golos-Regular';
  font-size: 46px;
  line-height: 55px;
  color: #000000;
}

.step__text {
  font-family: 'Golos-Medium';
  font-size: 24px;
  line-height: 29px;
  text-align: justify;
  color: #000000;
  margin-top: 25px;
}

.steps__button {
  margin-top: 45px;
  margin-left: 111px;
}

.step__number {
  width: 50px;
  height: 50px;
  background: #0072BB;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  font-family: 'Golos-Bold';
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 3px;
  left: -136px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000cc;
  display: none;
  z-index: 3000;
}

.modal__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-window {
  display: none;
}

.modal-window-questions {
  width: 846px;
  height: 613px;
  position: relative;
  padding-left: 72px;
  background-image: url(../images/template-0001/modal.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.modal-window-questions-close {
  border: none;
  outline: none;
  background: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
}

.modal-window-questions-close:hover {
  cursor: pointer;
}

.modal-window-questions-close__icon {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.modal-window-questions__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-window-questions__title {
  font-family: 'Golos-Bold';
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 21px;
}

.modal-window-questions__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
  width: 440px;
}

.modal-window-questions-radio {
  width: 100%;
  height: 52px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-window-questions-radio:last-child {
  margin-bottom: 0;
}

.modal-window-questions-radio__dot {
  background: #D9D9D9;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-right: 20px;
  margin-left: 16px;
}

.modal-window-questions-radio__text {
  font-family: 'Golos-Regular';
  font-size: 18px;
  line-height: 20px;
  color: #757575;
}

.modal-window-questions-textarea {
  width: 419px;
  height: 104px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 16px;
  font-family: 'Golos-Regular';
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  border: none;
  outline: none;
}

.modal-window-questions-input-text {
  width: 397px;
  height: 52px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 16px;
  font-family: 'Golos-Regular';
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  border: none;
  outline: none;
  margin-bottom: 12px;
}

.modal-window-questions-input-text:last-child {
  margin-bottom: 0;
}

.trademark-about {
  width: 100%;
  height: auto;
  background-image: url(../images/template-0001/trademark-about.jpg);
  background-position: center;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: no-repeat;
  padding-top: 117px;
  padding-bottom: 204px;
}

.trademark-about__container {
  width: 100%;
  max-width: 1324px;
  margin-right: auto;
  margin-left: auto;
}

.trademark-about__title {
  font-family: 'Golos-Bold';
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  color: #3476ea;
}

.trademark-about__description {
  font-family: 'Golos-Regular';
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}

.trademark-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}

.trademark-about-item {
  width: 650px;
  height: 509px;
  background-position: center;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 54px;
}

.trademark-about-item_1 {
  background-image: url(../images/template-0001/trademark-about-item-1.png);
}

.trademark-about-item_2 {
  background-image: url(../images/template-0001/trademark-about-item-2.png);
}

.trademark-about-item_3 {
  background-image: url(../images/template-0001/trademark-about-item-3.png);
}

.trademark-about-item_4 {
  background-image: url(../images/template-0001/trademark-about-item-4.png);
}

.trademark-about-item {
  width: 650px;
  height: 509px;
  background-position: center;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 54px;
  padding-top: 79px;
  padding-left: 64px;
}

.trademark-about-item__title {
  font-family: 'Golos-Bold';
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 12px;
  position: relative;
}

.trademark-about-item__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  width: 0;
  height: 80px;
  border: 4px solid #009DFB;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.trademark-about-item__text {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.trademark-advantages {
  width: 100%;
  height: auto;
  background-image: url(../images/template-0001/trademark-advantages.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-top: 103px;
  padding-bottom: 120px;
  position: relative;
}

.trademark-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.trademark-advantages-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-advantages-item__title {
  font-family: 'Golos-Bold';
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 10px;
  position: relative;
}

.trademark-advantages-item__text {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
}

.trademark-advantages__title {
  font-family: 'Golos-Bold';
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  color: #3476ea;
  margin-bottom: 20px;
}

.trademark-advantages__text {
  font-family: 'Golos-Regular';
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.trademark-advantages__text_blue {
  color: #3476ea;
}

.trademark-advantages-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-advantages-form__trademark {
  width: 325px;
}

.trademark-advantages-form__phone {
  width: 205px;
  margin-right: 20px;
  margin-left: 20px;
}

.input-text {
  border: 1px solid #fff;
  outline: none;
  padding: 0 20px;
  height: 52px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-family: 'Golos-Regular';
  font-size: 18px;
  line-height: 22px;
}

.trademark-preview-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.trademark-preview-advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  width: 580px;
}

.trademark-preview-advantages-item__circle {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0E233A), to(#009DFB));
  background: -webkit-linear-gradient(top, #0E233A 0%, #009DFB 100%);
  background: -o-linear-gradient(top, #0E233A 0%, #009DFB 100%);
  background: linear-gradient(180deg, #0E233A 0%, #009DFB 100%);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-preview-advantages-item__icon_1 {
  width: auto;
  height: 60px;
}

.trademark-preview-advantages-item__icon_2 {
  width: auto;
  height: 53px;
}

.trademark-preview-advantages-item__icon_3 {
  width: auto;
  height: 54px;
}

.trademark-preview-advantages-item__icon_4 {
  width: auto;
  height: 50px;
}

.trademark-preview-advantages-item__content {
  padding-left: 30px;
  width: calc(100% - 100px);
}

.trademark-preview-advantages-item__title {
  font-family: 'Golos-Bold';
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
}

.trademark-preview-advantages-item__text {
  font-family: 'Golos-Regular';
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 14px;
}

.trademark-advantages-hand-1 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 356px;
  height: 789px;
}

.trademark-advantages-hand-1__img {
  width: 100%;
  height: auto;
}

.trademark-advantages-hand-2 {
  position: absolute;
  top: -350px;
  right: -94px;
  width: 751px;
  height: 1004px;
}

.trademark-advantages-hand-2__img {
  width: 100%;
  height: auto;
}

.trademark-work {
  width: 100%;
  background-image: url(../images/template-0001/trademark-work.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 155px;
  position: relative;
}

.trademark-work-tab {
  width: 100%;
  padding: 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-work-tab__name {
  background: #0072bb;
  font-family: 'Golos-DemiBold';
  font-size: 36px;
  color: #FFFFFF;
  padding: 16px 37px 17px;
}

.trademark-work__list {
  margin-top: 153px;
}

.trademark-work-item {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 73px;
}

.trademark-work-item:last-child {
  padding-bottom: 0;
}

.trademark-work-item:before {
  content: '';
  width: 4px;
  height: 100%;
  background: #0072BB;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 6px;
}

.trademark-work-item:last-child:before {
  opacity: 0;
  height: 0;
}

.trademark-work-item__number {
  font-family: 'Golos-Bold';
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  background: #0072BB;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 19px;
  left: -17px;
}

.trademark-work-item__content {
  padding-left: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.trademark-work-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  background: #0072bb;
  padding: 10px 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.trademark-work-item__picture {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-work-item__icon {
  fill: #fff;
}

.trademark-work-item__icon_1 {
  width: 60px;
  height: 60px;
}

.trademark-work-item__icon_2 {
  width: 60px;
  height: 57px;
}

.trademark-work-item__icon_3 {
  width: 60px;
  height: 74px;
}

.trademark-work-item__name {
  font-family: 'Golos-Regular';
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

.trademark-work-item__description {
  margin-top: 29px;
  width: 900px;
}

.trademark-work-item__text {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 29px;
}

.trademark-work-item__text:last-child {
  margin-bottom: 0;
}

.trademark-tariff {
  width: 100%;
  background-image: url(../images/template-0001/trademark-tariff.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  overflow: hidden;
}

.trademark-tariff-tab {
  width: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-tariff-tab__name {
  background: #0072bb;
  font-family: 'Golos-DemiBold';
  font-size: 36px;
  color: #FFFFFF;
  padding: 16px 37px 17px;
}

.trademark-tariff__title {
  font-family: 'Golos-Bold';
  font-size: 46px;
  line-height: 55px;
  color: #FFFFFF;
  margin-top: 131px;
}

.trademark-tariff__list {
  margin-top: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trademark-tariff-item {
  background: #FFFFFF;
  -webkit-box-shadow: -2px -11px 29px rgba(0, 0, 0, 0.32);
          box-shadow: -2px -11px 29px rgba(0, 0, 0, 0.32);
  -webkit-border-radius: 44px;
          border-radius: 44px;
  width: 586px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 66px;
  position: relative;
}

.trademark-tariff-item__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-tariff-item-information {
  width: 100%;
  background: #e7ebee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 44px 44px 0 0;
          border-radius: 44px 44px 0 0;
  padding: 50px 0;
}

.trademark-tariff-item-information_blue {
  background: #3476EA;
}

.trademark-tariff-item-information__name {
  font-family: 'Golos-DemiBold';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.trademark-tariff-item-information_blue .trademark-tariff-item-information__name {
  color: #fff;
}

.trademark-tariff-item-information__price {
  font-family: 'Golos-DemiBold';
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}

.trademark-tariff-item-information_blue .trademark-tariff-item-information__price {
  color: #fff;
}

.trademark-tariff-item-information__time {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}

.trademark-tariff-item-information_blue .trademark-tariff-item-information__time {
  color: #fff;
}

.trademark-tariff-item__title {
  font-family: 'Golos-DemiBold';
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 38px;
}

.trademark-tariff-item__picture {
  width: 504px;
  height: 381px;
}

.trademark-tariff-item__img {
  width: 100%;
  height: auto;
}

.trademark-tariff-item__list {
  width: 100%;
  margin-top: 40px;
  padding: 0 80px;
}

.trademark-tariff-item__item {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 29px;
  padding-left: 28px;
  position: relative;
}

.trademark-tariff-item__item:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #000000;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0px;
}

.trademark-tariff-item__item_strong {
  font-family: 'Golos-Bold';
}

.trademark-tariff-item__information {
  width: 100%;
  padding: 0 68px;
}

.trademark-tariff-item__description {
  font-family: 'Golos-DemiBold';
  font-size: 32px;
  line-height: 180%;
  color: #3476EA;
}

.trademark-tariff-item__button {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.trademark-tariff-item__circle-1 {
  position: absolute;
  top: 513px;
  left: -60px;
  width: 92px;
  height: 92px;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.trademark-tariff-item__circle-2 {
  position: absolute;
  top: 1039px;
  left: -50px;
  width: 170px;
  height: 170px;
  -webkit-transform: rotate(-100deg);
      -ms-transform: rotate(-100deg);
          transform: rotate(-100deg);
}

.trademark-tariff-item__circle-3 {
  position: absolute;
  top: -70px;
  right: -45px;
  width: 140px;
  height: 140px;
  -webkit-transform: rotate(31deg);
      -ms-transform: rotate(31deg);
          transform: rotate(31deg);
}

.trademark-tariff-item__circle-4 {
  position: absolute;
  top: 698px;
  right: -45px;
  width: 145px;
  height: 145px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.trademark-tariff-item__circle {
  width: 100%;
  height: 100%;
}

.trademark-faq {
  width: 100%;
  background: #E7EBEE;
  padding-bottom: 201px;
}

.trademark-faq-tab {
  width: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trademark-faq-tab__name {
  background: #0072bb;
  font-family: 'Golos-DemiBold';
  font-size: 36px;
  color: #FFFFFF;
  padding: 16px 37px 17px;
}

.trademark-faq__list {
  margin-top: 60px;
}

.trademark-faq-item {
  width: 100%;
}

.trademark-faq-item:last-child {
  margin-bottom: 0;
}

.trademark-faq-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Golos-Regular';
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  padding: 30px 30px;
  border-bottom: 1px solid #0072bb;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.trademark-faq-item__title_active {
  color: #fff;
  background: #0072bb;
}

.trademark-faq-item__title:hover {
  cursor: pointer;
  color: #fff;
  background: #0072bb;
}

.trademark-faq-item__arrow {
  stroke: #000;
  width: 30px;
  height: 20px;
  fill: none;
  margin-left: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.trademark-faq-item__title:hover .trademark-faq-item__arrow {
  stroke: #fff;
}

.trademark-faq-item__title_active .trademark-faq-item__arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  stroke: #fff;
}

.trademark-faq-item__content {
  display: none;
  padding: 29px 30px 70px;
}

.trademark-faq-item__string {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 29px;
}

.trademark-faq-item__string:last-child {
  margin-bottom: 0;
}

.trademark-faq-item__string_bold {
  font-family: 'Golos-DemiBold';
}

.trademark-faq-item__string_blue {
  color: #3476EA;
}

.trademark-faq-item__list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 29px;
  list-style-type: none;
}

.trademark-faq-item__list:last-child {
  margin-bottom: 0;
}

.trademark-faq-item__item {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 29px;
  padding-left: 23px;
  position: relative;
}

.trademark-faq-item__item:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #000000;
}

.modal-window-questions_trademark {
  background-image: url(../images/template-0001/modal-trademark.jpg);
  -webkit-border-radius: 43px;
          border-radius: 43px;
}

.trademark-callback {
  background: #fff;
  padding: 50px 0 0;
  overflow: hidden;
}

.trademark-callback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 600px;
}

.trademark-callback__title {
  font-family: 'Golos-Bold';
  font-size: 46px;
  line-height: 55px;
  color: #0072bb;
}

.trademark-callback__text {
  font-family: 'Golos-Regular';
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-top: 30px;
}

.trademark-callback-form {
  margin-top: 60px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.trademark-callback-form .input-text {
  width: 100%;
  margin-bottom: 20px;
  border-color: #E7EBEE;
  background: #E7EBEE;
}

.trademark-callback__picture {
  width: 550px;
  position: absolute;
  right: 0;
  bottom: -5px;
}

.trademark-callback__img {
  width: 100%;
  height: auto;
}

@media (min-width: 1441px) {
  .for-whom {
    margin-top: -60px;
  }
  .trademark-about {
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}

@media (max-width: 1360px) {
  .trademark-about__container {
    max-width: 1215px;
  }
  .trademark-about__list {
    margin-top: 60px;
  }
  .trademark-about-item {
    width: 600px;
    height: 468px;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    margin-bottom: 20px;
    padding-top: 55px;
    padding-left: 70px;
  }
  .trademark-about-item__text {
    font-size: 20px;
    line-height: 29px;
  }
  .trademark-advantages-hand-1 {
    left: -70px;
  }
  .trademark-advantages-hand-2 {
    right: -115px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 980px;
  }
  .trademark .preview__content {
    margin-top: 40px;
  }
  .preview-content__button {
    margin-top: 40px;
  }
  .trademark-preview-advantages__list {
    margin-top: 40px;
  }
  .trademark .preview__title {
    font-size: 36px;
    line-height: 40px;
  }
  .trademark .preview__description {
    margin-top: 15px;
    font-family: 'Golos-Regular';
    font-size: 24px;
    line-height: 30px;
    text-align: justify;
    color: #FFFFFF;
  }
  .trademark-preview-advantages-item {
    width: 470px;
    margin-bottom: 30px;
  }
  .trademark-preview-advantages-item__circle {
    width: 80px;
    height: 80px;
  }
  .trademark-preview-advantages-item__icon_1 {
    height: 48px;
  }
  .trademark-preview-advantages-item__icon_2 {
    height: 40px;
  }
  .trademark-preview-advantages-item__icon_3 {
    height: 43px;
  }
  .trademark-preview-advantages-item__icon_4 {
    height: 40px;
  }
  .trademark-preview-advantages-item__content {
    padding-left: 20px;
    width: calc(100% - 80px);
  }
  .trademark-preview-advantages-item__title {
    font-size: 24px;
    line-height: 30px;
  }
  .trademark-preview-advantages-item__text {
    font-size: 15px;
    line-height: 24px;
  }
  .services__title {
    margin: 60px 0;
  }
  .services__list {
    padding: 0 25px;
  }
  .services-item {
    width: 281px;
  }
  .services-item__title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .for-whom-2__content {
    width: 980px;
    height: 327px;
    padding: 110px 0 0 70px;
  }
  .for-whom-2__tilte {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .for-whom-2__item {
    font-size: 20px;
    line-height: 24px;
    width: 330px;
    margin-bottom: 20px;
  }
  .for-whom-2__item:before {
    width: 6px;
    height: 6px;
    top: 9px;
    left: -20px;
  }
  .for-whom-2__list:first-child {
    margin-right: 100px;
  }
  .express-audit {
    height: 620px;
  }
  .express-audit__content {
    margin-left: 400px;
    width: 580px;
    padding-bottom: 120px;
  }
  .express-audit__picture {
    left: -191px;
    width: 550px;
    height: 545px;
  }
  .for-whom-3__content {
    padding: 60px 0 0 90px;
  }
  .for-whom-3__item {
    font-size: 20px;
    line-height: 24px;
  }
  .for-whom-3-ball {
    width: 140px;
    height: 140px;
    top: -80px;
    left: 780px;
  }
  .steps__list {
    margin-top: 60px;
    margin-left: 80px;
    width: 840px;
  }
  .step__number {
    left: -104px;
  }
  .trademark-about {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .trademark-about__title {
    font-size: 36px;
    line-height: 46px;
  }
  .trademark-about__description {
    font-size: 24px;
    line-height: 30px;
  }
  .trademark-about__list {
    margin-top: 60px;
  }
  .trademark-about__container {
    max-width: 980px;
  }
  .trademark-about-item {
    width: 480px;
    height: 375px;
    margin-bottom: 20px;
    padding-top: 35px;
    padding-left: 50px;
  }
  .trademark-about-item__title {
    font-size: 24px;
    line-height: 30px;
  }
  .trademark-about-item__title:before {
    left: -20px;
    height: 57px;
    border: 3px solid #009DFB;
  }
  .trademark-about-item__text {
    font-size: 16px;
    line-height: 26px;
  }
  .trademark-advantages {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .trademark-advantages-hand-1 {
    position: absolute;
    top: 270px;
    left: 0;
    width: 200px;
    height: auto;
  }
  .trademark-advantages-hand-2 {
    top: -122px;
    right: 0;
    width: 430px;
    height: auto;
  }
  .trademark-work-tab {
    padding: 0 40px;
  }
  .trademark-work-tab__name {
    font-size: 24px;
    padding: 10px 20px 11px;
  }
  .trademark-work__list {
    margin-top: 60px;
  }
  .trademark-work-item {
    padding-bottom: 50px;
  }
  .trademark-work-item__content {
    padding-left: 90px;
  }
  .trademark-work-item__picture {
    width: 70px;
  }
  .trademark-work-item__icon_1 {
    width: 50px;
    height: 50px;
  }
  .trademark-work-item__icon_2 {
    width: 50px;
    height: 47px;
  }
  .trademark-work-item__icon_3 {
    width: 45px;
    height: 61px;
  }
  .trademark-work-item__name {
    font-size: 28px;
    line-height: 36px;
  }
  .trademark-work-item__description {
    margin-top: 29px;
    width: 100%;
  }
  .trademark-work-item__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .trademark-work-item__number {
    top: 14px;
    left: 0px;
  }
  .trademark-work-item:before {
    left: 23px;
  }
  .trademark-tariff {
    padding-bottom: 100px;
  }
  .trademark-tariff-tab {
    padding: 0 40px;
  }
  .trademark-tariff-tab__name {
    font-size: 24px;
    padding: 10px 20px 11px;
  }
  .trademark-tariff__title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 60px;
  }
  .trademark-tariff__list {
    margin-top: 60px;
  }
  .trademark-tariff-item {
    width: 480px;
    padding: 0 0 30px;
  }
  .trademark-tariff-item__picture {
    width: 440px;
    height: 336px;
  }
  .trademark-tariff-item__title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 25px;
  }
  .trademark-tariff-item__list {
    margin-top: 30px;
    padding: 0 50px;
  }
  .trademark-tariff-item__item {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .trademark-tariff-item__item:before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
  .trademark-tariff-item-information {
    padding: 40px 0;
  }
  .trademark-tariff-item-information__name {
    font-size: 20px;
    line-height: 20px;
  }
  .tariff-item-information__price {
    font-size: 40px;
    line-height: 40px;
  }
  .trademark-tariff-item-information__time {
    font-size: 20px;
    line-height: 20px;
  }
  .trademark-tariff-item__information {
    padding: 0 20px;
  }
  .trademark-tariff-item__description {
    font-size: 24px;
    line-height: 32px;
  }
  .trademark-tariff-item__button {
    margin-top: 10px;
  }
  .trademark-tariff-item__circle-1 {
    top: 430px;
    left: -52px;
    width: 80px;
    height: 80px;
  }
  .trademark-tariff-item__circle-2 {
    top: 875px;
    left: -57px;
    width: 150px;
    height: 150px;
  }
  .trademark-tariff-item__circle-3 {
    top: -75px;
    right: -50px;
    width: 120px;
    height: 120px;
  }
  .trademark-tariff-item__circle-4 {
    top: 600px;
    right: -50px;
    width: 120px;
    height: 120px;
  }
  .trademark-faq-tab {
    padding: 0 40px;
  }
  .trademark-faq {
    padding-bottom: 100px;
  }
  .trademark-faq-tab__name {
    font-size: 24px;
    padding: 10px 20px 11px;
  }
  .trademark-faq__list {
    margin-top: 60px;
  }
  .trademark-faq-item__title {
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
  }
  .trademark-faq-item__arrow {
    width: 24px;
    height: 12px;
    margin-left: 15px;
  }
  .trademark-faq-item__content {
    padding: 29px 20px 50px;
  }
  .trademark-faq-item__string {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .trademark-faq-item__item {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .trademark-faq-item__item:before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
  .trademark-callback__content {
    width: 490px;
  }
  .trademark-callback__title {
    font-size: 36px;
    line-height: 44px;
  }
  .trademark-callback__text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .trademark-callback-form {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .trademark-callback__picture {
    width: 450px;
  }
  .trademark-callback__content {
    width: 380px;
  }
  .trademark-callback__title {
    font-size: 30px;
    line-height: 36px;
  }
  .trademark-callback__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
  .trademark-callback-form {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .trademark-callback__picture {
    width: 350px;
  }
}

@media (max-width: 980px) {
  .container {
    max-width: 768px;
  }
  .preview {
    height: 580px;
  }
  .trademark .preview__content {
    margin-top: 20px;
  }
  .preview-content__button {
    margin-top: 20px;
  }
  .trademark .preview__title {
    font-size: 28px;
    line-height: 36px;
  }
  .trademark .preview__description {
    font-size: 20px;
    line-height: 28px;
  }
  .trademark-preview-advantages__list {
    margin-top: 20px;
  }
  .trademark-preview-advantages-item {
    width: 370px;
    margin-bottom: 20px;
  }
  .trademark-preview-advantages-item__circle {
    width: 60px;
    height: 60px;
  }
  .trademark-preview-advantages-item__icon_1 {
    height: 36px;
  }
  .trademark-preview-advantages-item__icon_2 {
    height: 32px;
  }
  .trademark-preview-advantages-item__icon_3 {
    height: 32px;
  }
  .trademark-preview-advantages-item__icon_4 {
    height: 32px;
  }
  .trademark-preview-advantages-item__content {
    width: calc(100% - 60px);
  }
  .trademark-preview-advantages-item__title {
    font-size: 18px;
    line-height: 24px;
  }
  .trademark-preview-advantages-item__text {
    font-size: 12px;
    line-height: 19px;
  }
  .services__content {
    -webkit-border-radius: 20px 20px 0px 0;
            border-radius: 20px 20px 0px 0;
    padding-bottom: 70px;
  }
  .services-tab {
    padding: 0 40px;
  }
  .services-tab__name {
    padding: 10px 20px 11px;
    font-size: 24px;
  }
  .services__title {
    margin: 40px 0;
    font-size: 36px;
  }
  .services__list {
    padding: 0 15px;
  }
  .services-item {
    width: 236px;
  }
  .services-item__thumbnail {
    width: 100%;
    height: 324px;
  }
  .services-item__title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .services-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .for-whom {
    height: 520px;
  }
  .for-whom__tilte {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .for-whom__list {
    margin-bottom: 30px;
  }
  .for-whom__item {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .for-whom__item:before {
    width: 6px;
    height: 6px;
    top: 9px;
    left: -20px;
  }
  .button {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .expert {
    height: 540px;
  }
  .expert_wrapper {
    width: 460px;
    -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
    margin-left: 0px;
    padding-bottom: 40px;
  }
  .expert-tab {
    margin-bottom: 30px;
  }
  .expert-tab__name {
    padding: 10px 20px 11px;
    font-size: 24px;
  }
  .expert_content {
    padding-left: 40px;
  }
  .expert__tilte {
    font-size: 40px;
    line-height: 40px;
  }
  .expert__description {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    width: 340px;
  }
  .expert__list {
    width: 400px;
    margin-top: 30px;
  }
  .expert__item {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .expert__item:before {
    width: 6px;
    height: 6px;
    top: 10px;
    left: -20px;
  }
  .audit {
    padding-top: 60px;
  }
  .audit__title {
    font-size: 36px;
  }
  .audit__list {
    margin-top: 40px;
    padding-right: 0;
    padding-bottom: 120px;
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .audit__item {
    width: 240px;
  }
  .audit__item.audit__item_1 {
    margin-right: 0;
  }
  .audit__item.audit__item_2 {
    margin-right: 0;
  }
  .audit__icon {
    width: 100px;
    height: 100px;
  }
  .audit__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .audit__text br {
    display: none;
  }
  .for-whom-2 {
    margin-top: -110px;
  }
  .for-whom-2__content {
    width: 760px;
    height: 254px;
    padding: 80px 0 0 40px;
  }
  .for-whom-2__tilte {
    font-size: 28px;
  }
  .for-whom-2__item {
    font-size: 16px;
    line-height: 20px;
    width: 260px;
    margin-bottom: 15px;
  }
  .for-whom-2__item:before {
    top: 7px;
    left: -15px;
  }
  .for-whom-2__button {
    right: 20px;
    bottom: 20px;
  }
  .express-audit__title {
    font-size: 36px;
    line-height: 44px;
  }
  .express-audit {
    height: 450px;
  }
  .express-audit__content {
    margin-left: 400px;
    width: 350px;
    margin-top: 70px;
  }
  .express-audit__title {
    font-size: 36px;
    line-height: 44px;
  }
  .express-audit__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }
  .express-audit__picture {
    left: -40px;
    width: 406px;
    height: 400px;
  }
  .for-whom-3 {
    padding-bottom: 70px;
  }
  .for-whom-3__content {
    padding: 60px 30px 0;
  }
  .for-whom-3__tilte {
    font-size: 36px;
  }
  .for-whom-3__list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .for-whom-3__item {
    font-size: 14px;
    line-height: 19px;
  }
  .for-whom-3__item:before {
    width: 6px;
    height: 6px;
    top: 7px;
    left: -15px;
  }
  .steps {
    margin-top: -40px;
    padding-bottom: 60px;
  }
  .steps:before {
    height: calc(100% - 40px);
  }
  .steps_content {
    width: calc(100% - 60px);
    -webkit-border-radius: 20px 20px 0px 0;
            border-radius: 20px 20px 0px 0;
    padding: 0 20px 50px;
    margin: 0 auto;
  }
  .steps-tab {
    padding: 0 40px;
  }
  .steps-tab__name {
    padding: 10px 20px 11px;
    font-size: 24px;
  }
  .steps__list {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    padding-left: 50px;
  }
  .step {
    margin-bottom: 40px;
  }
  .step__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
    left: -90px;
  }
  .step__title {
    font-size: 30px;
    line-height: 38px;
  }
  .step__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .trademark-about__container {
    max-width: 768px;
  }
  .trademark-about-item {
    width: 380px;
    height: 297px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-left: 40px;
  }
  .trademark-about-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .trademark-about-item__title:before {
    height: 44px;
  }
  .trademark-about-item__text {
    font-size: 14px;
    line-height: 18px;
  }
  .trademark-advantages-hand-1 {
    top: 230px;
  }
  .trademark-advantages-hand-2 {
    top: -60px;
    width: 230px;
  }
  .trademark-work-item__name {
    font-size: 24px;
    line-height: 32px;
  }
  .trademark-work-item__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .trademark-work-item__number {
    top: 10px;
    left: 0px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .trademark-work-item:before {
    left: 18px;
  }
  .trademark-tariff__title {
    font-size: 29px;
    line-height: 38px;
  }
  .trademark-tariff-item {
    width: 380px;
  }
  .trademark-tariff-item-information {
    padding: 30px 0;
  }
  .trademark-tariff-item-information__name {
    font-size: 18px;
    line-height: 18px;
  }
  .trademark-tariff-item-information__price {
    font-size: 40px;
    line-height: 40px;
    margin-top: 15px;
  }
  .trademark-tariff-item-information__time {
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
  }
  .trademark-tariff-item__list {
    margin-top: 20px;
    padding: 0 30px;
  }
  .trademark-tariff-item__picture {
    width: 340px;
    height: 260px;
  }
  .trademark-tariff-item__title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 20px;
  }
  .trademark-advantages__list {
    margin-bottom: 30px;
  }
  .trademark-advantages-item__title {
    font-size: 30px;
    line-height: 38px;
  }
  .trademark-advantages-item__text {
    font-size: 20px;
    line-height: 24px;
  }
  .trademark-advantages__title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .trademark-advantages__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .input-text {
    padding: 0 15px;
    height: 44px;
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .hidden_mobile {
    display: none;
  }
  .visible_mobile {
    display: block;
  }
  .button {
    padding: 7px 19px 8px;
    font-size: 10px;
    line-height: 12px;
  }
  .container {
    max-width: calc(100% - 48px);
  }
  .preview {
    height: 374px;
    background: url(../images/template-0001/background-1-mobile.jpg);
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
  }
  .preview__header {
    padding-top: 31px;
  }
  .preview-logo {
    width: 127px;
    height: 42px;
  }
  .preview-logo__img {
    width: 100%;
  }
  .preview__button {
    display: none;
  }
  .preview__phone_icon {
    width: 28px;
    height: 25px;
  }
  .preview__content {
    margin-top: 86px;
  }
  .preview__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 330px;
    width: 100%;
  }
  .preview__description {
    width: 272px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 9px;
  }
  .trademark .preview {
    height: auto;
  }
  .trademark .preview__content {
    margin-top: 30px;
  }
  .trademark .preview__title {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    max-width: 100%;
  }
  .trademark .preview__description {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
  .trademark-preview-advantages-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .trademark-preview-advantages-item__content {
    width: 100%;
  }
  .trademark-preview-advantages-item__title {
    text-align: center;
  }
  .trademark-preview-advantages-item__text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 100%;
  }
  .services {
    margin-top: -52px;
  }
  .services:before {
    height: calc(100% - 52px);
  }
  .services__content {
    -webkit-border-radius: 10px 10px 0px 0;
            border-radius: 10px 10px 0px 0;
    padding-bottom: 30px;
  }
  .services-tab__name {
    padding: 4px 7px 5px;
    font-size: 10px;
  }
  .services__title {
    margin: 20px 0 27px;
    font-size: 16px;
  }
  .services__list {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-item {
    width: 236px;
    margin-bottom: 21px;
  }
  .services-item__thumbnail {
    width: 145px;
    height: 200px;
    margin: 0 auto;
  }
  .services-item__title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .services-item__text {
    font-size: 12px;
    line-height: 14px;
  }
  .for-whom {
    height: 477px;
    background: url(../images/template-0001/for-whom-mobile.png);
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .for-whom__triangle {
    display: none;
  }
  .for-whom__content {
    padding: 72px 0 0 32px;
  }
  .for-whom__tilte {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .for-whom__list {
    max-width: 270px;
    width: 100%;
    margin-bottom: 16px;
  }
  .for-whom__item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .for-whom__item:before {
    width: 4px;
    height: 4px;
    top: 6px;
    left: -10px;
  }
  .expert {
    height: 399px;
    background-position: 67% 0%;
  }
  .expert_wrapper {
    width: 187px;
    -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    margin-left: 0px;
    padding-bottom: 36px;
  }
  .expert-tab {
    margin-bottom: 18px;
  }
  .expert-tab__name {
    padding: 4px 9px 5px;
    font-size: 10px;
  }
  .expert_content {
    padding-left: 19px;
    padding-right: 13px;
    width: 100%;
  }
  .expert__tilte {
    font-size: 16px;
    line-height: 19px;
  }
  .expert__description {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    width: 100%;
  }
  .expert__list {
    width: 100%;
    margin-top: 12px;
  }
  .expert__item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .expert__item:before {
    width: 4px;
    height: 4px;
    top: 5px;
    left: -10px;
  }
  .audit {
    padding-top: 37px;
  }
  .audit__title {
    font-size: 16px;
  }
  .audit__list {
    margin-top: 30px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .audit__item {
    width: 201px;
  }
  .audit__icon {
    width: 60px;
    height: 60px;
  }
  .audit__text {
    font-size: 12px;
    line-height: 24px;
    margin-top: 7px;
  }
  .for-whom-2 {
    margin-top: -29px;
  }
  .for-whom-2__content {
    width: 327px;
    height: 219px;
    margin: 0 auto;
    background: url(../images/template-0001/for-whom-2-background-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding: 46px 0 0 32px;
  }
  .for-whom-2__tilte {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .for-whom-2__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .for-whom-2__list:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .for-whom-2__item {
    font-size: 12px;
    line-height: 14px;
    width: 264px;
    margin-bottom: 15px;
  }
  .for-whom-2__item:before {
    top: 5px;
    left: -10px;
    width: 4px;
    height: 4px;
  }
  .for-whom-2__button {
    right: auto;
    bottom: auto;
    margin-top: 15px;
    position: relative;
  }
  .express-audit {
    height: 288px;
    background-position: 67% 0%;
  }
  .express-audit__content {
    margin-left: 31px;
    width: 177px;
    margin-top: 26px;
    padding-bottom: 0;
  }
  .express-audit__title {
    font-size: 16px;
    line-height: 19px;
  }
  .express-audit__text {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
  }
  .express-audit__picture {
    left: 167px;
    width: 243px;
    height: 240px;
    bottom: -69px;
  }
  .for-whom-3 {
    padding-bottom: 45px;
  }
  .for-whom-3__content {
    padding: 45px 0 0 33px;
  }
  .for-whom-3__tilte {
    font-size: 16px;
  }
  .for-whom-3__list {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .for-whom-3__item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
    margin-left: 10px;
  }
  .for-whom-3__item br {
    display: none;
  }
  .for-whom-3__item:before {
    width: 3px;
    height: 3px;
    top: 6px;
    left: -10px;
  }
  .for-whom-3__triangle {
    border: 18px solid transparent;
    border-bottom: 18px solid #E4E4E4;
    border-left: 18px solid #E4E4E4;
    top: -36px;
    left: 137px;
  }
  .for-whom-3-ball {
    width: 53px;
    height: 53px;
    top: -26px;
    left: 16px;
  }
  .steps {
    margin-top: -20px;
    padding-bottom: 30px;
  }
  .steps:before {
    height: calc(100% - 20px);
  }
  .steps_content {
    width: 100%;
    -webkit-border-radius: 10px 10px 0px 0;
            border-radius: 10px 10px 0px 0;
    padding: 0 22px 40px 33px;
    margin: 0 auto;
  }
  .steps-tab {
    padding: 0 0;
  }
  .steps-tab__name {
    padding: 4px 3px 5px;
    font-size: 10px;
  }
  .steps__list {
    margin-top: 17px;
    padding-left: 0;
  }
  .step {
    margin-bottom: 20px;
  }
  .step__number {
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 9px;
    left: -43px;
  }
  .step__title {
    font-size: 16px;
    line-height: 19px;
  }
  .step__text {
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
  }
  .steps__button {
    margin-top: 20px;
    margin-left: 0;
  }
  .modal-window-questions {
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background-position: 10% 0%;
  }
  .modal-window-questions__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 21px;
  }
  .modal-window-questions__fields {
    width: 100%;
  }
  .modal-window-questions-radio {
    height: 36px;
  }
  .modal-window-questions-radio__dot {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .modal-window-questions-radio__text {
    font-size: 12px;
    line-height: 14px;
  }
  .modal-window-questions-textarea {
    width: 100%;
    height: 104px;
    padding: 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .modal-window-questions-input-text {
    width: 100%;
    height: 36px;
    font-size: 12px;
    line-height: 14px;
  }
  .trademark .preview__content {
    margin-top: 63px;
  }
  .trademark .preview__description {
    width: 266px;
    text-align: left;
  }
  .trademark .preview__description br {
    display: none;
  }
  .trademark-about {
    padding-top: 71px;
    padding-bottom: 163px;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
  .trademark-about__title {
    font-size: 16px;
    line-height: 19px;
    width: 205px;
    margin-right: auto;
    margin-left: auto;
  }
  .trademark-about__description {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
    width: 311px;
    margin-right: auto;
    margin-left: auto;
  }
  .trademark-about__description br {
    display: none;
  }
  .trademark-about__list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trademark-about-item {
    width: 308px;
    height: 241px;
    margin-bottom: 16px;
    padding-top: 37px;
    padding-left: 30px;
  }
  .trademark-about-item__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .trademark-about-item__title:before {
    height: 37px;
    left: -11px;
    border: 2px solid #009DFB;
  }
  .trademark-about-item__text {
    font-size: 12px;
    line-height: 14px;
    width: 260px;
  }
  .trademark-about-item__text br {
    display: none;
  }
  .trademark-advantages {
    padding-top: 74px;
    padding-bottom: 72px;
    background-image: url(../images/template-0001/trademark-advantages-mobile.jpg);
  }
  .trademark-preview-advantages__list {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trademark-preview-advantages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trademark-preview-advantages-item__circle {
    width: 74px;
    height: 74px;
  }
  .trademark-preview-advantages-item__icon_1 {
    width: 28px;
    height: 44px;
    margin-top: 4px;
  }
  .trademark-preview-advantages-item__icon_2 {
    width: 34px;
    height: 34px;
  }
  .trademark-preview-advantages-item__icon_3 {
    width: 44px;
    height: 46px;
  }
  .trademark-preview-advantages-item__icon_4 {
    width: 34px;
    height: 39px;
  }
  .trademark-preview-advantages-item__content {
    padding-left: 0;
    margin-top: 20px;
  }
  .trademark-advantages-hand-2 {
    top: -170px;
    width: 260px;
    right: -5px;
  }
  .trademark-advantages-hand-1 {
    top: 192px;
    width: 160px;
  }
  .trademark-work-tab {
    padding: 0 33px;
  }
  .trademark-work-tab__name {
    font-size: 11px;
    padding: 4px 11px 5px;
  }
  .trademark-work__list {
    margin-top: 36px;
  }
  .trademark-work-item {
    padding-bottom: 46px;
  }
  .trademark-work-item__content {
    padding-left: 38px;
  }
  .trademark-work-item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 20px;
  }
  .trademark-work-item__icon {
    margin-bottom: 8px;
  }
  .trademark-work-item__icon_1 {
    width: 34px;
    height: 34px;
  }
  .trademark-work-item__icon_2 {
    width: 35px;
    height: 33px;
  }
  .trademark-work-item__icon_3 {
    width: 27px;
    height: 45px;
  }
  .trademark-work-item__name {
    font-size: 16px;
    line-height: 19px;
  }
  .trademark-work-item__description {
    margin-top: 8px;
  }
  .trademark-work-item__text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .trademark-work-item__number {
    left: 0px;
    font-size: 10px;
    width: 22px;
    height: 22px;
  }
  .trademark-work-item:before {
    width: 2px;
    top: 49px;
    left: 10px;
  }
  .trademark-work-item-1 .trademark-work-item__number {
    top: 59px;
  }
  .trademark-work-item-1:before {
    top: 59px;
  }
  .trademark-work-item-2 .trademark-work-item__number {
    top: 48px;
  }
  .trademark-work-item-2:before {
    top: 48px;
  }
  .trademark-work-item-3 .trademark-work-item__number {
    top: 59px;
  }
  .trademark-work-item:last-child:before {
    opacity: 1;
    top: -125px;
    height: 200px;
  }
  .trademark-tariff-tab {
    padding: 0 33px;
  }
  .trademark-tariff-tab__name {
    font-size: 11px;
    padding: 4px 11px 5px;
  }
  .trademark-tariff__title {
    font-size: 16px;
    line-height: 19px;
    margin-top: 70px;
    text-align: center;
    width: 261px;
    margin-right: auto;
    margin-left: auto;
  }
  .trademark-tariff__list {
    margin-top: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trademark-tariff-item {
    width: 286px;
    padding: 0 0 20px;
    -webkit-border-radius: 21px;
            border-radius: 21px;
    margin-bottom: 40px;
  }
  .trademark-tariff-item:last-child {
    margin-bottom: 0;
  }
  .trademark-tariff-item-information {
    padding: 20px 0;
    -webkit-border-radius: 21px 21px 0 0;
            border-radius: 21px 21px 0 0;
  }
  .trademark-tariff-item-information__name {
    font-size: 16px;
    line-height: 16px;
  }
  .trademark-tariff-item-information__price {
    font-size: 32px;
    line-height: 32px;
    margin-top: 10px;
  }
  .trademark-tariff-item-information__time {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }
  .trademark-tariff-item__picture {
    width: 245px;
    height: 185px;
  }
  .trademark-tariff-item__title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 18px;
  }
  .trademark-tariff-item__list {
    margin-top: 25px;
    padding: 0 39px;
  }
  .trademark-tariff-item__item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
    padding-left: 10px;
  }
  .trademark-tariff-item__item:before {
    width: 4px;
    height: 4px;
    top: 6px;
  }
  .trademark-tariff-item__information {
    padding: 0 39px;
  }
  .trademark-tariff-item__description {
    font-size: 16px;
    line-height: 28px;
  }
  .trademark-tariff-item__button {
    margin-top: 19px;
  }
  .trademark-tariff-item__circle-1 {
    top: 162px;
    left: -30px;
  }
  .trademark-tariff-item__circle-2 {
    top: 591px;
    left: 235px;
    width: 70px;
    height: 70px;
  }
  .trademark-tariff-item__circle-3 {
    top: 222px;
    right: auto;
    left: -35px;
    width: 80px;
    height: 80px;
  }
  .trademark-tariff-item__circle-4 {
    top: 283px;
    right: -63px;
  }
  .trademark-faq {
    padding-bottom: 67px;
  }
  .trademark-faq-tab {
    padding: 0 33px;
  }
  .trademark-faq-tab__name {
    font-size: 11px;
    padding: 4px 11px 5px;
  }
  .trademark-faq__list {
    margin-top: 51px;
  }
  .trademark-faq-item__title {
    font-size: 16px;
    line-height: 19px;
  }
  .trademark-faq-item__arrow {
    width: 19px;
    height: 14px;
    margin-left: 10px;
  }
  .trademark-faq-item__string {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .trademark-faq-item__item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .trademark-faq-item__item:before {
    opacity: 0;
  }
  .trademark-advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  .trademark-advantages-item {
    width: 145px;
    margin-bottom: 30px;
  }
  .trademark-advantages__title {
    font-size: 20px;
    line-height: 28px;
  }
  .trademark-advantages__text {
    font-size: 16px;
    line-height: 24px;
  }
  .trademark-advantages-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trademark-advantages-form__trademark {
    width: 100%;
    margin-bottom: 20px;
  }
  .trademark-advantages-form__phone {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .trademark-advantages-form__submit {
    width: 100%;
    padding: 13px 19px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .trademark-callback__content {
    width: 100%;
  }
  .trademark-callback__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    width: 100%;
  }
  .trademark-callback__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
  .trademark-callback-form__submit {
    width: 100%;
    padding: 13px 19px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .trademark-callback__picture {
    max-width: 350px;
    width: 100%;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    right: auto;
  }
}
