
@font-face {
  font-family: 'Fedra Sans Alt Medium';
  src: url('../fonts/FedraSansAltPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fedra Sans Alt Demi';
  src: url('../fonts/FedraSansAltPro-Demi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fedra Sans Alt Book 2';
  src: url('../fonts/FedraSansAltPro-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fedra Sans Alt Book Italic 2';
  src: url('../fonts/FedraSansAltPro-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fedra Sans Alt Bold 2';
  src: url('../fonts/FedraSansAltPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Alt Light';
  src: url('../fonts/FedraSansAltPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*Спецификации - Начало*/
body {
  margin: 0;
  padding: 0;
  font-family: "Fedra Sans Alt Book 2", Arial;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input[type="radio" i] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: radio;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

.pp_success {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

.pp_self {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: table-cell;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.pp_wrap {
  width: 100%;
}

.pp_content {
  max-width: 740px;
  background: white;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 50px 100px 90px;
  box-sizing: border-box;
}

.pp_content b {
  font-family: 'm';
  font-size: 30px;
  display: block;
  margin: 30px 0 15px 0;
  line-height: 36px;
  font-family: "Fedra Sans Alt Medium";
}

.pp_content p {
  font-size: 18px;
}

.close {
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(close.svg) no-repeat center #007d57;
  top: 0px;
  right: 0px;
}

.pp_content span {
  width: 130px;
  height: 130px;
  background: url(i9.svg) no-repeat center;
  display: block;
  margin: 0 auto;
  background-size: contain;
}


input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

.container-width {
  width: 1680px;
  margin: 0 auto;
}

.container-width--full-size {
  width: 100%;
  padding: 0 120px;
  box-sizing: border-box;
}

header, section, footer {
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
}

.button {
  min-width: 180px;
  min-height: 60px;
  display: inline-block;
  margin: 0;
  padding: 20px 35px;
  box-sizing: border-box;
  background-color: #007d57;
  border-radius: 2px;
  transition: 0.3s;

  font-family: 'Fedra Sans Alt Demi', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
}

.button:hover {
  background: #3e9267;
}

input, select, button {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'r';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*Спецификации - Конец*/

/*Типография - Начало*/
a {
  color: #000;
}

h1, h2, h3, h4, h5, h6, a, p, span {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2.section-heading {
  font-family: "Fedra Sans Alt Bold 2", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #222;
  max-width: 940px;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;

  margin: 0 auto;
}
/*Типография - Конец*/

/*Header - Start*/
header {
  max-width: 1920px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(44, 33, 21, 0.63) 24.69%, rgba(44, 33, 21, 0) 53.98%), url(../img/main-banner.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 60px 0;
  position: relative;
  min-height: 780px;
  height: 100vh;
}

header:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url(../img/mask_top_f4f4f4_03.svg) no-repeat bottom center;
  display: block;
  content: '';
  height: 31px;
  margin: 0;
  padding: 0;
}

.header-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.lang-pannel {
  width: 70px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 1px;
  position: relative;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  margin-left: 40px;
}

.lang-pannel__item {
  font-family: "Fedra Sans Alt Medium", sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: 0.3s;

  width: 50%;
  height: 100%;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

.lang-pannel__item--active {
  color: #000;
  background-color: #fff;
}

.lang-pannel__item:hover {
  background-color: #fff;
  color: #000;
}

.header-bottom {
  max-width: 690px;
  padding: 215px 0 30px;
}

.header-bottom h1 {
  font-family: "Fedra Sans Alt Bold 2", sans-serif;
  font-size: 60px;
  line-height: 75px;
  font-weight: normal;
  color: #fff;
}

.header-bottom .advantages {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 25px;
}

.header-bottom .advantages__item {
  font-family: "Fedra Sans Alt Book 2", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: 'pnum' off, 'lnum' off;
  color: #fff;
  margin: 0 13px;
}

.header-bottom .advantages__item:last-child {
  margin-right: 0;
}

.header-bottom .advantages__item:first-child {
  margin-left: 0;
}

.header-bottom span.line {
  height: 43px;
  border: 0px;
  border-left: 2px solid #fff;
}

.header-bottom span.header-description {
  font-family: "Fedra Sans Alt Book 2", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  display: block;
  margin-top: 44px;
}

.header-bottom .button {
  margin-top: 25px;
}
/*Header - End*/

/*Permission Info - start*/
section.permission-info {
  background-color: #f4f4f4;
  padding: 106px 0 175px;
  position: relative;
}

.permission-info__text {
  max-width: 830px;
  margin: 45px auto 85px;

  font-family: "Fedra Sans Alt Demi", sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #5f5f5f;
}

.permission-info__text:last-child{
  margin-bottom: 0;
}

section.permission-info:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url(../img/triangle-bottom-mask-white.png) no-repeat bottom center;
  display: block;
  content: '';
  height: 35px;
}
/*Permission Info - end*/

/*Opportunities section - start*/
section.opportunities {
  background-color: #fff;
  padding: 95px 0 78px;
  position: relative;
}

section.opportunities:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url(../img/mask_top_f4f4f4_03.svg) no-repeat bottom center;
  display: block;
  content: '';
  height: 31px;
}

.opportunities-blocks-all {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

.opportunity-block {
  width: 405px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 82px 50px;
  box-sizing: border-box;
  border: 4px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.opportunity-block:nth-child(3n) {
  margin-right: 0;
}

.opportunity-block__picture {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
}

.opportunity-block__description {
  font-family: "Fedra Sans Alt Medium", sans-serif;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #222;
  margin-top: 30px;
}
/*Opportunities section - end*/

/*-- Advantages section - Start */
section.advantages {
  padding: 60px 0 127px;
  background-color: #f4f4f4;
  position: relative;
}

section.advantages:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url(../img/mask_top_007d57_03.svg) no-repeat bottom center;
  display: block;
  content: '';
  height: 31px;
}

.advantages-blocks-all {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  align-content: stretch;
  margin-top: 75px;
}

.advantage-block {
  width: 49%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 50px 120px 50px 50px;
  box-sizing: border-box;
  position: relative;
}

.advantage-block__picture {
  display: block;
  width: 100%;
  min-height: 90px;
}

h4.advantage-block__name {
  font-family: "Fedra Sans Alt Medium", sans-serif;
  font-size: 43px;
  line-height: 54px;
  color: #222;
  margin-top: 130px;
  min-height: 108px;
}

.advantage-block__description {
  font-family: "Fedra Sans Alt Demi";
  font-size: 24px;
  line-height: 30px;
  color: #5f5f5f;
  margin-top: 20px;
}
/*-- Advantages section - End */

/*Steps section - Start*/
section.steps {
  padding: 95px 0 90px;
  background-color: #007d57;
}

section.steps:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url(../img/mask_top.svg) no-repeat bottom center;
  display: block;
  content: '';
  height: 31px;
}

section.steps h2.section-heading {
  font-family: "Fedra Sans Alt Demi";
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

h2.section-heading span.bold-text {
  display: block;
  font-family: "Fedra Sans Alt Bold 2";
}

.step-blocks-all {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}

.step-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 32.5%;
  position: relative;
  margin-bottom: 40px;
}

.step-block:last-child {
  margin-right: 0;
}

.step-block__number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  background-color: #c60c30;

  font-family: "Fedra Sans Alt Bold 2";
  font-size: 24px;
  line-height: 30px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #fff;
  position: absolute;
}

.step-block__picture {
  margin-left: 65px;
  height: 92px;
  padding: 0 32px 0 0;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-right: 2px solid #fff;
}

.step-block__picture img {
  width: auto;
  height: 90px;
}

.step-block__description {
  max-width: 325px;
  font-family: "Fedra Sans Alt Demi", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #cbd6d2;
  padding-left: 12px;
  box-sizing: border-box;
}

section.steps .notice {
  max-width: 500px;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: "Fedra Sans Alt Demi";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 80px auto 0;
  display: block;
  color: #cbd6d2;
}
/*Steps section - End*/

/*Tariffs section - Start */
section.tariffs {
  padding: 120px 0 95px;
}

section.tariffs:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url(../img/triangle-bottom-mask-white-bordered.png) no-repeat bottom center;
  display: block;
  content: '';
  height: 45px;
}

.tariffs-table {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
}

.tariffs-table__row {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2;
}

.tariffs-table__row:last-child {
  border-bottom: 1px solid transparent;
}

.tariffs-table__col--heading {
  width: 63.3%;
  font-family: "Fedra Sans Alt Medium", sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #222;


  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.tariffs-table__col--description {
  width: 36.7%;
  font-family: "Fedra Sans Alt Book 2", sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #5f5f5f;
  position: relative;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.tariffs-table__col--description:before {
  content: "";
  position: absolute;
  left: -14px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #49b651;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
}
/*Tariffs section - End */

/*Form Section - Start*/
.ts_wrap {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 20px 140px;
}

.ts_form {
  max-width: 570px;
  margin: 0 auto;
  text-align: left;
  margin-top: 75px;
}

form {
  display: block;
  margin-top: 0em;
}

.f_line {
  margin: 0 0 45px 0;
  border: none;
}

.f_line p {
  font-size: 22px;
  margin: 0 0 18px 0;
}

.swtch label {
  float: left;
  margin: 0;
  cursor: pointer;
  margin: 0 10px 0 0;
}

.swtch input {
  display: none;
}

.swtch span {
  display: block;
  background: #f4f5f5;
  color: #000;
  height: 48px;
  font-size: 16px;
  text-align: center;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.2s cubic-bezier(.52, .01, .16, 1);
}

.ts_form input {
  font-family: "Fedra Sans Alt Book 2";
  border: none;
}

.ts_form input[type='text'], .ts_form input[type='email'] {
  background: #f6f6f6;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 18px 20px;
  display: block;
  margin: 0 0 7px 0;
  width: 100%;
}


.ts_form button:disabled {
  background: rgba(0, 0, 0, 0.4) !important;
  cursor: auto;
}

.ts_form button {
  background: #257e51;
  height: 65px;
  font-family: "Fedra Sans Alt Demi";
  font-size: 17px;
  border-radius: 5px;
  margin: 25px 0 0 0;
  text-align: center;
  padding: 20px 30px;
  color: white;
  transition: 0.2s cubic-bezier(.52, .01, .16, 1);
  cursor: pointer;
}

.f_line--error {
  margin: 0 0 30px 0;
  border: 2px solid #e24353;
  padding: 15px 25px;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.swtch input[type=radio]:checked ~ span {
  color: #fff;
  background: #257e51;
}

.error-text {
  display: none;
  margin: 20px 0;
  font-size: 19px;
  line-height: 24px;
}

.form_notification {
  font-size: 14px;
  font-style: italic;
  color: #555;
  margin-top: 12px;
}

.desctop-hidden-text {
  display: none;
  font-style: normal;
}

.mobile-hidden-text {
  display: inline;
  font-style: normal;
}

.empty-field__error {
  display: none;
  color: #e24353;
  margin-bottom: 15px;
}


/*Form Section - End*/

/*Footer -Start*/
footer {
  position: relative;
}

footer .container-width {
  padding: 0;
}

.footer-top {
  padding: 55px 0;
  background-color: #f4f4f4;
}

.footer-top__text {
  max-width: 830px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Fedra Sans Alt Book 2";
  font-size: 22px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-bottom {
  padding: 45px 120px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: #007d57;
}

.copyrights {
  font-family: "Fedra Sans Alt Book 2";
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.socials-all {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.socials-link {
  width: 40px;
  height: 40px;
  background: #fff;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
}

.socials-link:last-child {
  margin-right: 0;
}
/*Footer -End*/

@media screen and (max-width: 1440px) {
  .header-bottom h1 {
    max-width: 618px;
    font-size: 48px;
    line-height: 60px;
  }

  .header-bottom {
    padding: 140px 0 30px;
  }

  .steps .container-width {
    padding: 0 40px;
  }

  .step-block__picture {
    min-width: auto;
  }

  .step-block__picture {
    margin-left: 59px;
    height: 92px;
    padding: 0 20px 0 0;
  }

  .step-block__picture img {
    width: auto;
    height: 45px;
  }

  .step-block__description {
    max-width: 250px;
    font-size: 15px;
    line-height: 18px;
    padding-left: 12px;
  }

  .step-block {
    margin-bottom: 40px;
  }
}


@media screen and (max-width: 1000px) {
  /*Спецификации - Начало*/
  .container-width--full-size {
    padding: 0 16px;
  }

  .button {
    min-width: 150px;
    min-height: 52px;
    padding: 19px 31px;

    font-size: 14px;
    line-height: 17px;
  }

  /*Спецификации - Конец*/
  /*Типография - Начало*/
  h2.section-heading {
    font-size: 22px;
    line-height: 30px;
  }
  /*Типография - Конец*/
  /*Header - Start*/
  header {
    min-height: 783px;
    background-size: cover;
    background-position: center top;
    padding: 25px 0;
  }

  .header-top {
    justify-content: space-between;
  }

  .lang-pannel {
    margin-left: 0;
  }

  .header-bottom {
    max-width: 100%;
    padding: 70px 0 20px;
  }

  .header-bottom h1 {
    font-size: 40px;
    line-height: 50px;
    max-width: 530px;
  }

  .header-bottom .advantages {
    margin-top: 50px;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .header-bottom .advantages__item {
    margin: 0 0 12px 0;
  }

  .header-bottom .advantages__item:last-child {
    margin: 0;
  }

  .header-bottom span.line {
    height: 0px;
    width: 20px;
    border: 0px;
    border-top: 2px solid #fff;
    border-left: 0;
    margin-bottom: 12px;
  }

  .header-bottom span.header-description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px;
  }

  .header-bottom .button {
    margin-top: 20px;
  }
  /*Header - End*/
  /*Permission Info - start*/
  section.permission-info {
    background-color: #f4f4f4;
    padding: 50px 0 115px;
    position: relative;
  }

  .permission-info__text {
    font-size: 16px;
    line-height: 24px;
  }
  /*Permission Info - end*/
  /*Opportunities section - start*/
  section.opportunities {
    padding: 50px 0 60px;
  }

  .opportunities-blocks-all {
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .opportunity-block {
    width: 330px;
    padding: 65px 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .opportunity-block__description {
    font-size: 18px;
    line-height: 22px;
  }
  /*Opportunities section - end*/
  /*-- Advantages section - Start */
  section.advantages {
    padding: 50px 0 97px;
  }

  .advantages-blocks-all {
    max-width: 790px;
    margin: 50px auto 0;
  }

  .advantage-block {
    padding: 25px 25px 25px 25px;
  }

  .advantage-block__picture {
    min-height: 40px;
    height: 40px;
    position: relative;
  }

  .advantage-block__picture img {
    height: 100%;
    width: auto;
  }

  h4.advantage-block__name {
    font-size: 14px;
    line-height: 17px;
    margin-top: 35px;
    min-height: 35px;
  }

  .advantage-block__description {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
  }
  /*-- Advantages section - End */
  /*Steps section - Start*/
  section.steps {
    padding: 61px 0 70px;
  }

  .steps .container-width {
    padding: 0 20px;
  }

  section.steps h2.section-heading {
    font-size: 20px;
    line-height: 25px;
  }

  h2.section-heading span.bold-text {
    display: block;
    font-family: "Fedra Sans Alt Bold 2";
  }

  .step-blocks-all {
    margin-top: 40px;
    justify-content: center;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .step-block {
    margin-right: 0;
    width: 100%;
    max-width: 355px;
  }

  .step-block:last-child {
    margin-right: 0;
  }

  .step-block__number {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 17px;
  }

  .step-block__picture {
    margin-left: 45px;
    min-width: 115px;
    height: 56px;
    padding: 0 0 0 0;
  }

  .step-block__picture img {
    height: 50px;
  }

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

  section.steps .notice {
    font-size: 16px;
    line-height: 20px;
    margin-top: 52px;
    padding: 0;
  }
  /*Steps section - End*/
  /*Tariffs section - Start */
  section.tariffs {
    padding: 55px 0 86px;
  }


  section.tariffs:after {
    left: 5%;
    width: 90%;
  }

  .tariffs-table {
    margin-top: 15px;
  }

  .tariffs-table__row {
    padding: 25px 0;
    flex-wrap: wrap;
  }

  .tariffs-table__col--heading {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .tariffs-table__col--description {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
    padding-top: 12px;
  }

  .tariffs-table__col--description:before {
    left: -10px;
    width: 6px;
    height: 6px;
    margin-top: 8px;
  }

  /*Tariffs section - End */
  /*TS-form - Start*/
  .ts_form {
    margin-top: 30px;
  }

  .ts_wrap {
    padding: 55px 20px;
  }

  .f_line p {
    font-size: 16px;
    margin: 0 0 18px 0;
    text-align: center;
  }

  .f_line {
    margin: 0 0 30px 0;
  }
  /*.swtch {*/
  /*	margin: 0 -2.5%;*/
  /*}*/
  .ts_form button {
    background: #c5c7c6;
    height: 55px;
    font-size: 15px;
    border-radius: 5px;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 18px 30px;
    color: white;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: white;
  }

  .ts_form input[type="text"], .ts_form input[type="email"] {
    margin-bottom: 15px;
  }
  /*TS-form - End*/
  /*Footer - Start*/
  .footer-top {
    padding: 31px 0;
  }

  .footer-top__text {
    padding: 0 20px;
    font-size: 13px;
    line-height: 150%;
  }

  .footer-bottom {
    padding: 16px 20px;
    width: 100%;
  }

  .copyrights {
    font-size: 13px;
    line-height: 19px;
  }

  .socials-link {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .socials-link:last-child {
    margin-right: 0;
  }
  /*Footer - End*/
}

@media screen and (max-width: 375px) {
  .opportunity-block {
    width: 100%;
  }
}