.ruble {
  display: inline;
  font-family: ". Helvetica Neue Desk Interface"
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s
}


h1,
.title-1 {
  color: #2c303b;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 40px
}

@media (max-width: 991px) {

  h1,
  .title-1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px
  }
}

@media (max-width: 767px) {

  h1,
  .title-1 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 28px
  }
}

.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
}

.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
}

body {
  max-width: 100%;
  color: #2c303b;
  background-color: #fff;
  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;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26/16;
  --main: #ff7c00
}

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

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

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

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden
}

.main-wrap main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.main-wrap .footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.container {
  width: 1200px;
  max-width: calc(100% - 60px);
  margin: 0 auto
}

@media screen and (max-width: 600px) {
  .container {
    max-width: calc(100% - 30px)
  }
}




.footer {
  background-color: #5a6278;
  padding: 45px 0 90px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .footer {
    padding: 30px 0
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 15px 0
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px
}

@media (max-width: 1199px) {
  .footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.footer__row>* {
  margin: 15px
}

.footer__logo {
  line-height: 0;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.footer__col-1 {
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400
}

.footer__phone {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-decoration: none
}

.footer__phone:hover {
  text-decoration: underline
}

.footer__col-2 {
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400
}

@media (max-width: 1199px) {
  .footer__col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__col-2 a {
  color: white
}

.popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.popup.js--popup-show {
  opacity: 1;
  pointer-events: auto
}

.popup__overflow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5A6278;
  opacity: 0.4
}

.popup__main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1200px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 60px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(44, 48, 59, 0.3);
  box-shadow: 0px 0px 20px rgba(44, 48, 59, 0.3);
  border-radius: 4px;
  min-height: 600px
}

@media (max-width: 767px) {
  .popup__main {
    padding: 50px 15px 80px
  }
}

@media (max-width: 991px) {
  .popup__img {
    margin: 30px 0
  }
}

@media (max-width: 767px) {
  .popup__img {
    margin: 15px 0
  }
}

@media (min-width: 992px) {
  .popup__img {
    height: 400px;
    position: absolute;
    text-align: right;
    left: 50%;
    right: -40px;
    top: 10px;
    bottom: 0;
    padding-left: 15px
  }
}

.popup__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

@media (min-width: 992px) {
  .popup__text {
    position: relative;
    padding-right: 50%
  }
}

.popup__text ._title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600
}

.popup__text p {
  margin: 22px 0 44px;
  font-size: 18px;
  line-height: 28px
}

.popup__close {
  position: absolute;
  z-index: 2;
  line-height: 0;
  right: 15px;
  top: 15px;
  cursor: pointer;
  fill: #000;
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.popup__close svg {
  width: 24px;
  height: 24px
}

.popup__close:hover {
  fill: #ef7e1a
}




.check {
  margin-top: 115px;
  padding-bottom: 100px
}

@media (max-width: 767px) {
  .check {
    padding-bottom: 40px
  }
}

.check__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 1199px) {
  .check__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.check__text {
  font-size: 18px;
  line-height: 28px;
  padding-right: 30px;
  width: 730px;
  max-width: 100%
}

@media (max-width: 1199px) {
  .check__text {
    width: auto
  }
}

@media (max-width: 767px) {
  .check__text {
    padding-right: 0
  }
}

.check__text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  color: #2C303B;
}

.check__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 700px;
  max-width: 100%;
  margin-top: 20px
}

.check__search ._icon {
  position: absolute;
  left: 12px;
  top: 18px;
  width: 20px;
  height: 20px
}

.check__search ._input {
  max-width: 100%;
  padding-left: 45px;
  padding-right: 15px;
  height: 55px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #939db8;
  background-color: #ffffff;
  font-family: Montserrat;
  color: #939db8;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.check__search .btn-fill {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0 4px 4px 0;
  width: 200px
}

@media (max-width: 767px) {
  .check__search {
    display: block
  }

  .check__search ._input {
    margin-bottom: 10px;
    width: 100%
  }

  .check__search .btn-fill {
    width: 100%
  }
}

.check__img {
  margin-top: -67px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

@media (max-width: 1199px) {
  .check__img {
    margin-top: 0;
    margin-left: 100px
  }
}

@media (max-width: 767px) {
  .check__img {
    margin-left: 0
  }
}

.partners {
  background-color: #f7f7f4;
  padding: 100px 0;
  margin: 60px 0 0;
}

@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
}

.benefits {
  padding: 100px 0 80px
}

@media (max-width: 991px) {
  .benefits {
    padding: 60px 0
  }
}

@media (max-width: 767px) {
  .benefits {
    padding: 30px 0
  }
}

.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

.benefits .benefit {
  width: calc(33.33% - 30px);
  min-height: 225px;
  border-radius: 4px;
  border: 1px solid #939db8;
  background-color: #ffffff;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  padding-top: 120px;
  position: relative;
  text-decoration: none
}

@media (max-width: 991px) {
  .benefits .benefit {
    width: calc(50% - 30px)
  }
}

@media (max-width: 767px) {
  .benefits .benefit {
    width: 100%
  }
}

.benefits .benefit:hover {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(147, 157, 184, 0.7));
  filter: drop-shadow(0px 0px 20px rgba(147, 157, 184, 0.7))
}

.benefits .benefit__img {
  top: 65px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.benefits .benefit__title {
  text-align: center;
  color: #5a6278;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600
}

.benefits .form {
  margin-top: 90px
}

@media (max-width: 767px) {
  .benefits .form {
    margin-top: 40px
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: calc(100% + 30px);
  margin: 0 -15px
}

.form-vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: calc(100% + 30px);
  margin: 0 -15px
}

.form ._title {
  color: #2c303b;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 20px
}

.form ._input {
  font-family: Montserrat;
  color: #939db8;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #939db8;
  background-color: #ffffff;
  max-width: 100%;
  padding: 0 24px
}



.form ._input,
.form .btn-fill {
  margin: 8px 15px;
  width: calc(25% - 30px)
}

.form-vert ._input,
.form-vert .btn-fill {
  margin: 8px 15px;
  width: calc(100% - 30px)
}

@media (max-width: 1199px) {

  .form ._input,
  .form .btn-fill {
    width: calc(50% - 30px)
  }
}

@media (max-width: 767px) {

  .form ._input,
  .form .btn-fill {
    width: 100%
  }
}

.form ._info {
  margin: 8px 15px;
  color: #939db8;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px)
}

.form-vert ._info {
  margin: 8px 15px;
  color: #939db8;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex:none
}

.helper {
  background-color: #f7f7f4
}

.helper .container {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.helper__img {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 60px
}

@media (max-width: 991px) {
  .helper__img {
    display: none
  }
}

.helper__list {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 80px;
  padding-left: 60px
}

@media (max-width: 991px) {
  .helper__list {
    width: 100%
  }
}

.helper__item {
  position: relative;
  margin-bottom: 45px
}

.helper__item ._num {
  top: -30px;
  left: -65px;
  position: absolute;
  font-family: "Berlingske Serif";
  color: #ff8a0d;
  font-size: 84px;
  line-height: normal;
  font-weight: 900;
  letter-spacing: normal
}

.helper__item ._text {
  font-family: Montserrat;
  color: #2c303b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: normal
}

.helper__item ._text strong {
  font-weight: 600
}

.faq {
  padding: 100px 0
}

@media (max-width: 991px) {
  .faq {
    padding: 60px 0
  }
}

@media (max-width: 767px) {
  .faq {
    padding: 30px 0
  }
}

.faq-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 991px) {
  .faq-item {
    display: block
  }
}

.faq-item+.faq-item {
  border-top: 1px solid #939db8
}

.faq-item__title {
  font-family: Montserrat;
  color: #2c303b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-right: 60px
}

.faq-item__text {
  font-family: Montserrat;
  color: #2c303b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 670px;
  flex: 0 0 670px
}

.faq-item__text a {
  color: #6277af;
  text-decoration: none;
  font-weight: 600
}

.tarifs {
  padding: 100px 0
}

@media (max-width: 991px) {
  .tarifs {
    padding: 60px 0
  }
}

@media (max-width: 767px) {
  .tarifs {
    padding: 30px 0
  }
}

.tarifs__row {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px -15px
}

@media (max-width: 991px) {
  .tarifs__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.tarifs .tarif {
  margin: 15px;
  border-radius: 4px;
  border: 1px solid #939db8;
  width: calc(33.333% - 30px);
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden
}

.tarifs .tarif>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.tarifs .tarif__title {
  margin-bottom: 15px;
  font-family: Montserrat;
  color: #2c303b;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase
}

.tarifs .tarif__corner {
  background-color: #ef7e1a;
  background-color: #ff8a0d;
  position: absolute;
  z-index: 12;
  right: 0;
  top: 0;
  padding: 50px 40px 4px;
  width: 220px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  -webkit-transform: translate(50%, -50%) rotate(45deg) translateY(40px);
  transform: translate(50%, -50%) rotate(45deg) translateY(40px)
}

.tarifs .tarif__corner svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(24deg);
  transform: translate(-50%, 0) rotate(24deg);
  width: 30px;
  height: 30px;
  top: 20px
}

.tarifs .tarif__img {
  margin: 0 -12px
}

.tarifs .tarif__desc {
  padding: 15px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.tarifs .tarif__desc hr {
  margin: 15px 0;
  border: none;
  border-bottom: 1px solid #939db8
}

.tarifs .tarif__desc ._period {
  color: #2c303b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: normal
}

.tarifs .tarif__desc ._period svg {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -4px
}

.tarifs .tarif__desc ._option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c303b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tarifs .tarif__desc ._option svg {
  margin-right: 5px;
  width: 22px;
  height: 22px
}

.tarifs .tarif__desc ._option+._option {
  margin-top: 10px
}

.tarifs .tarif__desc ._option br {
  display: none
}

.tarifs .tarif__desc ._option svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.tarifs .tarif__price {
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.tarifs .tarif__price ._free {
  color: #ff8a0d;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase
}

.tarifs .tarif__price ._val {
  color: #ff8a0d;
  font-size: 45px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: normal
}

.tarifs .tarif__price ._old {
  color: #000000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  position: relative
}

.tarifs .tarif__price ._old::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: calc(50% - 1px);
  height: 3px;
  background: #ef7e1a
}

.tarifs .tarif__actions {
  min-height: 80px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tarifs .tarif__actions ._pay {
  margin-top: 10px;
  text-decoration: none;
  color: #6277af;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal
}

.tarifs .tarif__actions ._pay:hover {
  color: #ef7e1a
}

.tarifs .tarif__actions ._pay svg {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 14px;
  margin-right: 6px
}

@media (min-width: 768px) and (max-width: 991px) {
  .tarifs .tarif {
    width: 100%;
    padding-right: calc(50% + 15px)
  }

  .tarifs .tarif__img {
    margin-bottom: 15px
  }

  .tarifs .tarif__desc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: calc(50% + 15px);
    right: 30px;
    bottom: 30px
  }

  .tarifs .tarif__actions {
    min-height: auto
  }
}

@media (max-width: 767px) {
  .tarifs .tarif {
    width: calc(100% + 20px);
    margin: 10px -10px
  }
}

.feedbacks {
  padding: 100px 0;
  background-color: #f7f7f4
}

@media (max-width: 991px) {
  .feedbacks {
    padding: 60px 0
  }
}

@media (max-width: 767px) {
  .feedbacks {
    padding: 30px 0
  }
}

.feedbacks .container {
  position: relative
}

.feedbacks .slider-feedbacks {
  width: 835px;
  max-width: 100%;
  margin: 70px auto
}

@media (max-width: 991px) {
  .feedbacks .slider-feedbacks {
    margin: 30px auto
  }
}

.feedbacks .slider-feedbacks::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -40px;
  left: -20px
}

.feedbacks .slider-feedbacks::after {
  right: -20px;
  top: 150px
}

.feedbacks .slider-feedbacks::before,
.feedbacks .slider-feedbacks::after {
  content: "”";
  position: absolute;
  z-index: 34;
  font-family: "Berlingske Serif";
  color: #ff8a0d;
  font-size: 84px;
  line-height: normal;
  font-weight: 900;
  letter-spacing: normal
}

@media (max-width: 767px) {

  .feedbacks .slider-feedbacks::before,
  .feedbacks .slider-feedbacks::after {
    display: none
  }
}

.feedbacks .feedback {
  width: 835px;
  max-width: 100%;
  padding: 30px 100px 50px 60px
}

@media (max-width: 991px) {
  .feedbacks .feedback {
    padding: 15px 60px 15px 40px
  }
}

@media (max-width: 767px) {
  .feedbacks .feedback {
    padding: 15px 0 45px
  }
}

.feedbacks .feedback__text {
  position: relative;
  color: #2c303b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 45px
}

.feedbacks .feedback__text::before {
  content: "";
  position: absolute;
  left: 0;
  right: -40px;
  bottom: 0;
  height: 1px;
  background-color: #939db8
}

@media (max-width: 767px) {
  .feedbacks .feedback__text::before {
    right: 0
  }
}

.feedbacks .feedback__name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px
}

.feedbacks .feedback__role {
  color: #2c303b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400
}

.feedbacks .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  z-index: 8;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  top: 100px;
  padding-left: 4px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s
}

@media (min-width: 992px) {
  .feedbacks .slick-arrow:hover {
    background-color: #ef7e1a
  }
}

.feedbacks .slick-arrow svg {
  width: 10px;
  height: 17px
}

.feedbacks .slick-arrow.slick-prev {
  left: -130px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.feedbacks .slick-arrow.slick-next {
  right: -130px
}

@media (max-width: 1199px) {
  .feedbacks .slick-arrow.slick-prev {
    left: -10px
  }

  .feedbacks .slick-arrow.slick-next {
    right: -10px
  }
}

@media (max-width: 767px) {
  .feedbacks .slick-arrow {
    top: -60px
  }

  .feedbacks .slick-arrow.slick-prev {
    right: 50px;
    left: auto
  }

  .feedbacks .slick-arrow.slick-next {
    right: 0
  }
}

.center {
  text-align: center
}

.overflow-hidden {
  overflow: hidden
}

