@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: ". Helvetica Neue Desk Interface";
  src: url("../fonts/_H_HelveticaNeueInterface_2.ttf"); }

.link {
  color: #1583ff;
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }

small {
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 991px) {
    small {
      font-size: 15px;
      line-height: 22px; } }
  @media (max-width: 767px) {
    small {
      font-size: 14px;
      line-height: 20px; } }

p {
  font-size: 22px;
  line-height: 32px;
  margin: 45px 0; }
  @media (max-width: 991px) {
    p {
      margin: 30px 0;
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 767px) {
    p {
      margin: 15px 0;
      font-size: 18px;
      line-height: 24px; } }

.ul-check {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ul-check li {
    padding: 2px 0 2px 25px;
    position: relative; }
    .ul-check li:before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 3px; }

.title-1 {
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .title-1 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .title-1 {
      font-size: 26px; } }

.title-2 {
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .title-2 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .title-2 {
      font-size: 22px; } }

.center {
  text-align: center; }

select {
  height: 44px;
  border-radius: 4px;
  border: 1px solid #d8dbde;
  background-color: #f2f4f8;
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 10px; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='number'] {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  outline: none !important;
  height: 40px; }
  input[type='text']:hover, input[type='text']:focus,
  input[type='tel']:hover,
  input[type='tel']:focus,
  input[type='email']:hover,
  input[type='email']:focus,
  input[type='number']:hover,
  input[type='number']:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='number']::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='number']:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }

input[type='checkbox'] {
  margin: 0;
  margin-right: 17px;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

[class*='btn'] {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  [class*='btn'] img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px; }

.btn-blue {
  color: #fff;
  background-color: #4094f8;
  border-radius: 4px; }
  .btn-blue:hover {
    background-color: #8abdfb; }

.btn-blue-light {
  color: #4094f8;
  border-radius: 4px;
  border: 1px solid #4094f8; }
  .btn-blue-light:hover {
    background-color: #8abdfb; }

.btn-orange {
  color: #fff;
  background-color: #ff8e1e;
  border-radius: 4px; }
  .btn-orange:hover {
    background-color: #ffb46b; }

.btn-size-66 {
  padding: 24px 25px;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  min-height: 66px;
  text-decoration: none !important;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer; }
  .btn-size-66 img {
    margin-right: 9px; }

.btn-size-55 {
  padding: 18px 25px;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  min-height: 55px;
  text-decoration: none !important;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer; }
  .btn-size-55 img {
    margin-right: 9px; }

body {
  background-color: #fff;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-size: 16px;
  font-family: "Proxima Nova";
  font-weight: 400; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden; }

svg,
img {
  max-width: 100%;
  max-height: 100%; }

.container {
  width: 1100px;
  max-width: calc(100% - 90px);
  margin: 0 auto; }
  @media (max-width: 991px) {
    .container {
      max-width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .container {
      max-width: calc(100% - 30px); } }

.pkfd {
  font-family: Roboto; }
  .pkfd .btn-size-55,
  .pkfd .title-1,
  .pkfd .title-2 {
    font-family: Roboto; }
  .pkfd .header__top {
    padding: 5px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .pkfd .header__main {
    padding: 14px 0;
    background-color: #f5801d; }
  .pkfd .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .pkfd .header .container > * {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .pkfd .header__callback-btn {
    background-color: #ffffff;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #1a1a1a;
    width: 170px;
    height: 34px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    cursor: pointer; }
    .pkfd .header__callback-btn:hover {
      color: white;
      background-color: #4094f8; }
  .pkfd .header__phone {
    display: block;
    text-decoration: none;
    margin-left: 14px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff; }
    .pkfd .header__phone:hover {
      text-decoration: underline; }
    .pkfd .header__phone img {
      margin-right: 7px; }
  .pkfd .header__menu-btn {
    display: none; }
  @media (max-width: 767px) {
    .pkfd .header__top {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .pkfd .header__top-logo {
        margin-right: 15px;
        margin: 3px 0; }
    .pkfd .header .container {
      display: block;
      position: relative;
      text-align: center; }
      .pkfd .header .container > * {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .pkfd .header__callback-btn, .pkfd .header__phone {
      margin-top: 15px;
      margin-left: 0;
      margin-right: 15px; } }
  .pkfd .welcome {
    padding: 70px 0 100px;
    background-image: url(../images/fon_slide.png);
    background-position: 56% 50%;
    background-size: cover; }
    @media (max-width: 991px) {
      .pkfd .welcome {
        padding: 50px 0 60px;
        background-position: 40% 50%; } }
    .pkfd .welcome__text {
      font-weight: 500;
      font-size: 29px;
      line-height: 38.53px;
      color: #000000;
      margin-bottom: 10px;}
      .welcome__subtitle{
        line-height: 22px;
        font-size:16px;
        color:#2e2e2e;
        margin-bottom: 50px;
      }
    .pkfd .welcome__title {
      margin-bottom: 45px;
      font-family: Roboto;
      font-weight: 400;
      font-size: 36px;
      line-height: 52.9px;
      color: #2c303b; }
      .pkfd .welcome__title span {
        color: #f5801d; }
    .pkfd .welcome__actions .btn-size-55 {
      margin-right: 16px; }
      .pkfd .welcome__actions .btn-size-55 img {
        margin-left: 16px;
        margin-right: 0; }
    @media (max-width: 767px) {
      .pkfd .welcome {
        padding: 20px 0 30px; }
        .pkfd .welcome__text {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 20px; }
        .pkfd .welcome__title {
          margin-bottom: 0px;
          font-size: 24px;
          line-height: 32px;
          font-weight: bold; }
        .pkfd .welcome__actions {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .pkfd .welcome__actions .btn-size-55 {
            margin-top: 15px;
            margin-right: 0; } }
  .pkfd .tabs {
    padding: 100px 0; }
    .pkfd .tabs__main {
      margin-top: 90px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .pkfd .tabs__nav {
      width: 340px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 65px; }
      .pkfd .tabs__nav a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        height: 110px;
        font-weight: 400;
        font-size: 20px;
        color: #2c303b;
        text-decoration: none; }
        .pkfd .tabs__nav a + a {
          border-top: 1px solid #a2a9ba; }
        .pkfd .tabs__nav a.active {
          color: #4295fa; }
        .pkfd .tabs__nav a:hover {
          color: #f5801d; }
    .pkfd .tabs__tab {
      display: none;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      font-weight: 400;
      font-size: 18px;
      line-height: 27px;
      color: #4e515a; }
      .pkfd .tabs__tab .orange {
        color: #f5801d; }
      .pkfd .tabs__tab.active {
        display: block; }
    .pkfd .tabs__mobile-title {
      display: none; }
    @media (max-width: 991px) {
      .pkfd .tabs {
        padding: 60px 0; }
        .pkfd .tabs__nav {
          width: 200px; } }
    @media (max-width: 767px) {
      .pkfd .tabs__main {
        display: block;
        margin-top: 30px; }
      .pkfd .tabs__nav {
        width: 100%;
        display: none; }
        .pkfd .tabs__nav a {
          text-align: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: auto;
          padding: 5px 0;
          min-height: 40px; }
      .pkfd .tabs__tab {
        display: block !important;
        width: 100%; }
      .pkfd .tabs__mobile-title {
        font-size: 22px;
        display: block;
        margin: 30px 15px;
        text-align: center;
        font-weight: bold; } }
  .pkfd .tarifs {
    padding: 100px 0;
    background-color: #f1eff8; }
    @media (max-width: 991px) {
      .pkfd .tarifs {
        padding: 60px 0; } }
    .pkfd .tarifs__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 60px -20px 0; }
      .pkfd .tarifs__row > * {
        padding: 0 20px;
        margin-top: 40px;
        width: 33.333%; }
    @media (max-width: 991px) {
      .pkfd .tarifs__row {
        margin: 20px -10px 0; }
        .pkfd .tarifs__row > * {
          padding: 0 10px; } }
    @media (max-width: 767px) {
      .pkfd .tarifs__row {
        display: block;
        margin: 0; }
        .pkfd .tarifs__row > * {
          width: 100%;
          padding: 0; } }
    .pkfd .tarifs .tarif {
      background-color: #fff;
      height: 100%;
      border-radius: 4px;
      padding: 60px 30px 50px;
      position: relative;
      border: 1px solid transparent;
      -webkit-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s; }
      .pkfd .tarifs .tarif--w-border {
        border-color: #4094f8; }
      .pkfd .tarifs .tarif:hover, .pkfd .tarifs .tarif.active {
        border-color: #4094f8; }
      .pkfd .tarifs .tarif__korona {
        position: absolute;
        z-index: 2;
        right: 18px;
        top: 18px; }
      .pkfd .tarifs .tarif__img {
        text-align: center; }
      .pkfd .tarifs .tarif__info {
        margin-top: 50px;
        height: 150px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      .pkfd .tarifs .tarif__price-old {
        color: #6f7994;
        font-size: 35px;
        font-weight: 400;
        line-height: 27px;
        text-decoration: line-through; }
      .pkfd .tarifs .tarif__price {
        color: #f5801d;
        font-size: 44px;
        font-weight: 500;
        line-height: 39px; }
      .pkfd .tarifs .tarif__period {
        font-weight: 700;
        font-size: 19px;
        color: #000000;
        line-height: 25px;
        padding: 5px 10px;
        border: 1px solid #000;
        border-radius: 4px; }
        .pkfd .tarifs .tarif__period span {
          color: #f5801d; }
      .pkfd .tarifs .tarif__text .orange {
        color: #f5801d; }
      .pkfd .tarifs .tarif .btn-size-55 {
        width: 100%;
        margin-top: 30px;
        min-height: 47px;
        padding: 14px 20px; }
      .pkfd .tarifs .tarif__pay {
        margin-top: 14px;
        color: #4094f8;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .pkfd .tarifs .tarif__pay img {
          margin-left: 8px; }
        .pkfd .tarifs .tarif__pay:hover {
          text-decoration: none; }
      .pkfd .tarifs .tarif__bonus {
        margin-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .pkfd .tarifs .tarif__bonus > div {
          font-size: 14px;
          line-height: 17px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: left; }
          .pkfd .tarifs .tarif__bonus > div img {
            margin-right: 4px; }
      @media (max-width: 991px) {
        .pkfd .tarifs .tarif {
          padding: 20px 15px; }
          .pkfd .tarifs .tarif__korona {
            top: -14px;
            right: 10px; }
          .pkfd .tarifs .tarif__price-old {
            font-size: 28px; }
          .pkfd .tarifs .tarif__price {
            font-size: 35.2px; }
          .pkfd .tarifs .tarif__period {
            font-size: 15.2px; }
          .pkfd .tarifs .tarif__info {
            margin-top: 10px;
            height: auto; }
            .pkfd .tarifs .tarif__info > * {
              margin: 5px 0; }
          .pkfd .tarifs .tarif .btn-size-55 {
            margin-top: 20px; } }
  .pkfd .order {
    padding: 100px 0; }
    .pkfd .order .title-2 {
      color: #4e515a; }
    .pkfd .order__form {
      margin-top: 90px; }
    .pkfd .order__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px; }
      .pkfd .order__row label {
        display: block;
        margin-top: 20px; }
        .pkfd .order__row label ._text {
          padding-left: 7px;
          font-weight: 400;
          font-size: 16px;
          line-height: 27px;
          color: #4e515a;
          margin-bottom: 5px; }
        .pkfd .order__row label input {
          height: 60px; }
        .pkfd .order__row label textarea {
          height: 302px; }
        .pkfd .order__row label input,
        .pkfd .order__row label textarea {
          width: 100%;
          padding: 14px;
          border: 1px solid #b0b0b0;
          border-radius: 7px; }
    .pkfd .order__left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 45%;
      margin-right: 40px; }
    .pkfd .order__right {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
    .pkfd .order__agrees {
      margin-bottom: 25px;
      display: block; }
      .pkfd .order__agrees input {
        margin-right: 12px;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-top: -5px; }
    .pkfd .order__btn {
      display: block; }
      .pkfd .order__btn button {
        width: 100%; }
    @media (max-width: 991px) {
      .pkfd .order {
        padding: 60px 0; }
        .pkfd .order__form {
          margin-top: 30px; } }
    @media (max-width: 767px) {
      .pkfd .order__row {
        display: block; }
        .pkfd .order__row label {
          margin-top: 10px; }
      .pkfd .order__left {
        width: 100%; } }
  .pkfd .footer {
    background-color: #222222;
    padding: 30px 0 40px; }
    .pkfd .footer .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .pkfd .footer__rights {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #979797;
      padding-right: 40px; }
      .pkfd .footer__rights img {
        margin-bottom: 18px; }
    .pkfd .footer__phone {
      font-weight: 400;
      font-size: 14px;
      text-align: right;
      line-height: 23px;
      color: #ffffff; }
      .pkfd .footer__phone a {
        font-size: 28px;
        font-weight: 500;
        text-decoration: none;
        color: white; }
        .pkfd .footer__phone a:hover {
          text-decoration: underline; }
    @media (max-width: 991px) {
      .pkfd .footer {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .pkfd .footer .container {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .pkfd .footer__rights {
        padding-right: 0;
        margin-top: 20px; }
      .pkfd .footer__phone {
        text-align: center; } }
  .pkfd .callback-fix-btn {
    z-index: 999;
    position: fixed;
    bottom: 10%;
    right: 10%;
    text-align: right !important; }
    .pkfd .callback-fix-btn img {
      -webkit-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s; }
    .pkfd .callback-fix-btn:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

.btn-fill{font-size:17px;line-height:20px;font-weight:600;text-align:center;padding:17px 30px 18px;text-decoration:none;color:#ffffff !important;min-height:55px;-webkit-transition:0.2s;transition:0.2s;border-radius:4px;border:none;cursor:pointer;display:inline-block}@media (max-width: 360px){.btn-fill{padding-left:15px;padding-right:15px}}.btn-fill.btn-black{background-color:black}.btn-fill.btn-black:hover{opacity:0.7}.btn-fill.btn-white{background-color:white}.btn-fill.btn-white:hover{opacity:0.7}.btn-fill.btn-main{background-color:#ef7e1a}.btn-fill.btn-main:hover{background-color:#f2994a;text-decoration:none;}.btn-fill.btn-sec{background-color:#4295fa}.btn-fill.btn-sec:hover{background-color:#74b1fb}.btn-border{font-weight:500;font-size:20px;line-height:26px;text-align:center;text-decoration:none;min-height:70px;padding:21px;border-radius:3px;background-color:none;-webkit-transition:0.2s;transition:0.2s;cursor:pointer;display:inline-block;border:1px solid}@media (max-width: 360px){.btn-border{padding-left:5px;padding-right:5px}}.btn-border.btn-white{color:white;border-color:white}.btn-border.btn-white:hover{border-color:rgba(255,255,255,0.5)}.btn-border.btn-main{color:#ef7e1a !important;border-color:#ef7e1a}.btn-border.btn-main:hover{color:white !important;border-color:#f2994a;background-color:#f2994a}.btn-border.btn-gray{color:#ababab !important;border-color:#ababab}.btn-border.btn-gray:hover{color:white !important;border-color:white}
.partners .title-1{color:#2c303b;font-size:30px;line-height:normal;font-weight:600;margin-bottom:40px}@media (max-width: 991px){.partners .title-1{font-size:28px;line-height:32px;margin-bottom:20px}}@media (max-width: 767px){.partners .title-1{margin-bottom:15px;font-size:26px;line-height:28px}}
.partners p{font-family: Montserrat, Roboto, sans-serif;font-size:16px;font-weight: 400;line-height: 26/16;}.partners{background-color:#f7f7f4;padding:100px 0;  font-family: Montserrat, Roboto, sans-serif;font-size:16px;font-weight: 400;line-height: 26/16;}@media (max-width: 991px){.partners{padding:60px 0}}@media (max-width: 767px){.partners{padding:30px 0}}.partners__row{display:-webkit-box;display:-ms-flexbox;display:flex}.partners__nav{display:-webkit-box;display:-ms-flexbox;display:flex;width:400px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:100px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.partners__nav ._link{padding:30px 0;color:#939db8;font-size:18px;line-height:28px;font-weight:600;text-decoration:none;width:100%}.partners__nav ._link+._link{border-top:1px solid #939db8}.partners__nav ._link.active{color:#2c303b}.partners__nav .btn-fill{margin-top:30px;width:300px;max-width:100%}@media (max-width: 1199px){.partners__nav{margin-top:-30px;width:320px;margin-right:30px}}@media (max-width: 991px){.partners__nav{margin-top:-20px;width:200px;margin-right:30px}.partners__nav ._link{padding:20px 0;font-size:16px;line-height:22px}}@media (max-width: 767px){.partners__nav{display:none}}@media (max-width: 767px){.partners__list{width:100%}}.partners__tab{color:#2c303b;font-size:18px;line-height:28px;font-weight:400;display:none}.partners__tab-toggler{font-size:20px;line-height:28px;font-weight:600;position:relative;padding-right:40px;margin-bottom:10px}@media (min-width: 768px){.partners__tab-toggler{display:none}}.partners__tab-toggler.active:before{-webkit-transform:translateX(-50%) rotate(-90deg) translateX(100%);transform:translateX(-50%) rotate(-90deg) translateX(100%)}.partners__tab-toggler:before{content:'';position:absolute;right:10px;top:50%;-webkit-transform:translateX(-50%) rotate(90deg) translateX(-100%);transform:translateX(-50%) rotate(90deg) translateX(-100%);width:10.8px;height:20.4px;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17'%3E%3Cg%3E%3Cg%3E%3Cpath d='M-.239 2.064L1.163.662 9 8.5l-7.838 7.837-1.4-1.4L6.196 8.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.partners__tab p:first-child{padding-top:0;margin-top:0}.partners__tab.active{display:block}
.mobile-only{display:none;}
@media (max-width: 767px){
  .mobile-only{display:block;}
  .partners__list .btn-fill.btn-main{margin-top:25px;}
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
}

.welcome {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .pkfd .header__top {
    padding: 5px 15px 0px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .pkfd .header__top > a:first-child {
    width: 33%;
  }

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

  .welcome {
    margin-top: 148px;
  }

  .pkfd .header__phone {
    font-size: 15px;
    margin: 0;
    margin-top: 10px;
  }
  .pkfd .header__phone img {
    display: none;
  }

  .pkfd .header__callback-btn {
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 15px;
    padding: 3px 8px;
    height: auto;
    width: auto;
  }
}