.accordion {
  border-bottom: 1px solid rgba(43, 27, 53, 0.1);
  margin: 0 0 46px;
  padding: 0 13px 16px;
}
@media (min-width: 768px) {
  .accordion {
    margin: 0 0 64px;
    padding: 0 30px 24px;
  }
}
@media (min-width: 1024px) {
  .accordion {
    padding: 0 190px 24px;
  }
}
@media (min-width: 1360px) {
  .accordion {
    padding: 0 265px 24px;
  }
}
.accordion .container {
  max-width: 950px;
  padding: 0;
}
@media (min-width: 560px) {
  .accordion .container {
    padding: 0 15px;
  }
}
.accordion .container h2, .accordion .container .h2 {
  font-weight: 700;
}
@media (min-width: 1360px) {
  .accordion .container h2, .accordion .container .h2 {
    font-weight: 800;
    margin: 0 0 31px;
  }
}
.accordion-item {
  border-top: 1px solid #E9E9E9;
}
.accordion-item.current .h2.accordion-title, .accordion-item.current h2.accordion-title {
  color: #2B1B35;
  padding: 32px 30px 25px 0;
}
@media (min-width: 768px) {
  .accordion-item.current .h2.accordion-title, .accordion-item.current h2.accordion-title {
    padding: 40px 80px 32px 0;
  }
}
.accordion-item.current .h2.accordion-title::after, .accordion-item.current h2.accordion-title::after {
  top: calc(50% - 4px);
  transform: rotate(180deg);
}
.accordion-item.current .h2.accordion-title:hover, .accordion-item.current h2.accordion-title:hover {
  opacity: 1;
}
.accordion .h2.accordion-title, .accordion h2.accordion-title {
  color: #1248B2;
  cursor: pointer;
  font: 700 18px/24px proxima, sans-serif;
  margin: 0;
  padding: 32px 30px 32px 0;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .accordion .h2.accordion-title, .accordion h2.accordion-title {
    font-size: 20px;
    line-height: 26px;
    padding: 40px 80px 40px 0;
  }
}
@media (min-width: 1360px) {
  .accordion .h2.accordion-title, .accordion h2.accordion-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.accordion .h2.accordion-title::after, .accordion h2.accordion-title::after {
  background: url("../img/icon-arrow.svg") no-repeat center;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
}
@media (min-width: 1600px) {
  .accordion .h2.accordion-title::after, .accordion h2.accordion-title::after {
    right: 23px;
  }
}
.accordion .h2.accordion-title:hover, .accordion h2.accordion-title:hover {
  opacity: 0.5;
}
.accordion-description {
  display: none;
  transition: 0s;
}
.accordion-description p {
  color: #2B1B35;
  font: 16px/20px proxima, sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .accordion-description p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
.accordion-description p a {
  color: #1248B2;
}
.accordion-description p a:hover {
  opacity: 0.5;
}
.accordion-product {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 12px 0 32px;
}
@media (min-width: 560px) {
  .accordion-product {
    padding: 0 28px 18px 66px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .accordion-product {
    padding: 16px 0 40px 66px;
  }
}
@media (min-width: 1360px) {
  .accordion-product {
    padding: 16px 25px 40px 66px;
  }
}
@media (min-width: 1600px) {
  .accordion-product {
    padding: 16px 54px 40px 66px;
  }
}
.accordion-product-img {
  align-items: center;
  display: flex;
  margin: 13px 0 14px;
  min-width: 108px;
}
@media (min-width: 768px) {
  .accordion-product-img {
    margin: 0;
    min-width: 194px;
  }
}
@media (min-width: 1024px) {
  .accordion-product-img {
    min-width: 160px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-img {
    min-width: 250px;
  }
}
@media (min-width: 1600px) {
  .accordion-product-img {
    min-width: 313px;
  }
}
.accordion-product-img img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 168px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .accordion-product-img img {
    max-height: 240px;
  }
}
@media (min-width: 1024px) {
  .accordion-product-img img {
    max-height: 200px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-img img {
    max-height: 240px;
  }
}
@media (min-width: 1600px) {
  .accordion-product-img img {
    max-height: inherit;
  }
}
.accordion-product-description {
  width: 100%;
}
@media (min-width: 560px) {
  .accordion-product-description {
    padding: 0 0 0 88px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .accordion-product-description {
    padding: 0 0 0 92px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-description {
    padding: 0 0 0 100px;
  }
}
.accordion-product-description h3, .accordion-product-description .h3 {
  color: #2B1B35;
  font: 700 18px/24px proxima, sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .accordion-product-description h3, .accordion-product-description .h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-description h3, .accordion-product-description .h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.accordion-product-description .btn {
  width: 100%;
}
@media (min-width: 560px) {
  .accordion-product-description .btn {
    width: auto;
  }
}

.btn {
  align-items: center;
  background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2;
  border: none;
  border-radius: 40px;
  box-shadow: 0 5px 10px rgba(0, 56, 166, 0.4);
  color: #fff;
  display: inline-flex;
  font-family: proxima, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 1.35px;
  padding: 0 32px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn:hover {
  background: #073FAB;
  color: #fff;
}
.btn:active {
  background: #003499;
  box-shadow: 0 2px 5px rgba(0, 56, 166, 0.4);
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn[disabled] {
  background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2 !important;
  color: rgba(255, 255, 255, 0.5);
  cursor: no-drop;
  opacity: 0.5;
}
.btn-large {
  border-radius: 48px;
  font-size: 14px;
  height: 48px;
}
.btn-small {
  border-radius: 32px;
  font-size: 12px;
  height: 32px;
  padding: 0 24px;
}
.btn.loading {
  color: transparent;
}
.btn.loading:hover {
  color: transparent;
}
.btn.loading.btn-large::before {
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
}
.btn.loading.btn-small::before {
  height: 24px;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
}
.btn.loading::before {
  animation: loading 2s infinite ease;
  background: url("../img/icon-loading.html") no-repeat center;
  background-size: cover;
  content: "";
  height: 32px;
  left: calc(50% - 16px);
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.btn-white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B3C4E6 100%), #FFFFFF;
  box-shadow: 0 5px 10px rgba(43, 27, 53, 0.15);
  color: #073FAB;
}
.btn-white:hover {
  background: #FFF;
}
.btn-white:active {
  background: #FFF;
  opacity: 0.85;
  box-shadow: 0 2px 5px rgba(43, 27, 53, 0.15);
}
.btn-white[disabled] {
  background: linear-gradient(180deg, rgba(241, 246, 255, 0) 0%, #B3C4E6 100%), #FFFFFF !important;
  color: #073FAB;
}
.btn-white.loading {
  background: #FFF;
}
.btn-white.loading::before {
  background-image: url("../img/icon-loading-blue.html");
}
.btn-pink {
  background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A;
  box-shadow: 0 5px 10px rgba(238, 0, 90, 0.4);
  color: #fff;
}
.btn-pink:hover {
  background: #DB0053;
  box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
  color: #fff;
}
.btn-pink:active {
  background: #B80045;
  box-shadow: 0px 2px 5px rgba(204, 0, 77, 0.4);
  color: #fff;
}
.btn-pink[disabled] {
  background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A !important;
  color: rgba(18, 72, 178, 0.5);
}
.btn-pink.loading {
  background: #fff;
}
.btn-pink.loading::before {
  background-image: url("../img/icon-loading.html");
}
.btn-secondary {
  background: #F1F6FF;
  box-shadow: none;
  color: #1248B2;
}
.btn-secondary:hover {
  background: #F1F6FF;
  box-shadow: none;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary:active {
  background: #E6EFFF;
  box-shadow: none;
}
.btn-secondary[disabled] {
  background: #F1F6FF !important;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary.loading {
  background: #F1F6FF;
}
.btn-secondary.loading::before {
  background-image: url("../img/icon-loading-blue.html");
}
.btn-secondary-light {
  background: #fff;
  color: #1248B2;
}
.btn-secondary-light:hover {
  background: #fff;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary-light:active {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary-light[disabled] {
  background: #fff !important;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary-light.loading {
  background: #fff;
}
.btn-secondary-light.loading::before {
  background-image: url("../img/icon-loading-blue.html");
}
.btn-secondary-dark {
  background: rgba(241, 246, 255, 0.2);
  color: #fff;
}
.btn-secondary-dark:hover {
  background: rgba(241, 246, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.btn-secondary-dark:active {
  background: rgba(255, 255, 255, 0.15);
}
.btn-secondary-dark[disabled] {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.5);
}
.btn-secondary-dark.loading {
  background: rgba(241, 246, 255, 0.2);
}
.btn-secondary-dark.loading::before {
  background-image: url("../img/icon-loading.html");
}
.btn-outline {
  background: transparent;
  border: 2px solid #F1F6FF;
  box-shadow: none;
  color: #1248B2;
}
.btn-outline:hover {
  background: #F1F6FF;
  box-shadow: none;
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline:active {
  background: #E6EFFF;
  box-shadow: none;
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline[disabled] {
  background: transparent !important;
  color: rgba(18, 72, 178, 0.25);
  opacity: 1;
}
.btn-outline.loading {
  background: transparent;
}
.btn-outline.loading::before {
  background-image: url("../img/icon-loading-blue.html");
}
.btn-outline-light {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #1248B2;
}
.btn-outline-light:hover {
  background: #fff;
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline-light:active {
  background: rgba(255, 255, 255, 0.85);
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline-light[disabled] {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent !important;
  color: rgba(18, 72, 178, 0.25);
}
.btn-outline-light.loading {
  background: transparent;
}
.btn-outline-light.loading::before {
  background-image: url("../img/icon-loading-blue.html");
}
.btn-outline-dark {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-outline-dark:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: #fff;
}
.btn-outline-dark:active {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.btn-outline-dark[disabled] {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.25);
}
.btn-outline-dark.loading {
  background: transparent;
  color: transparent;
}
.btn-outline-dark.loading:hover, .btn-outline-dark.loading:active {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: transparent;
}
.btn-outline-dark.loading::before {
  background-image: url("../img/icon-loading.html");
}

.checkbox {
  cursor: pointer;
  display: block;
  margin: 0 0 32px;
  position: relative;
}
.checkbox.blue .checkbox-title {
  color: #2B1B35;
  margin-bottom: 12px;
}
.checkbox.blue .checkbox-title:hover::before {
  border: 1px solid rgba(18, 72, 178, 0.5);
}
.checkbox.blue .checkbox-title::before {
  background: #fff;
  border: 1px solid #C0BBC3;
}
.checkbox.light .checkbox-title {
  color: #fff;
}
.checkbox.light .checkbox-title:hover::before {
  border-color: #fff;
}
.checkbox.light .checkbox-title::before {
  border-color: rgba(255, 255, 255, 0.5);
}
.checkbox.light.disabled input[type=checkbox]:checked + .checkbox-title::before {
  border-color: transparent;
  background: rgba(192, 187, 195, 0.5);
}
.checkbox.light.disabled .checkbox-title {
  color: rgba(255, 255, 255, 0.25);
}
.checkbox.light.disabled .checkbox-title::before {
  border: 1px solid rgba(192, 187, 195, 0.5);
}
.checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + .checkbox-title::before {
  border-color: #164CB5;
  background: #164CB5;
}
.checkbox input[type=checkbox]:checked + .checkbox-title::after {
  opacity: 1;
}
.checkbox.disabled {
  cursor: no-drop;
}
.checkbox.disabled .checkbox-title {
  color: rgba(43, 27, 53, 0.25);
}
.checkbox.disabled .checkbox-title::before {
  border-color: #C0BBC3;
}
.checkbox.disabled input[type=checkbox]:checked + .checkbox-title::before {
  border-color: #C0BBC3;
  background: #C0BBC3;
}
.checkbox.all-checked .checkbox-title::after {
  background: url("../img/all-checked.svg") no-repeat center;
}
.checkbox-title {
  color: #2B1B35;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 2px 0 0 36px;
  position: relative;
}
@media (min-width: 560px) {
  .checkbox-title {
    padding: 2px 30px 0 36px;
  }
}
@media (min-width: 768px) {
  .checkbox-title {
    padding: 2px 0 0 36px;
  }
}
@media (min-width: 1024px) {
  .checkbox-title {
    line-height: 24px;
    padding: 0 0 0 36px;
  }
}
.checkbox-title:hover::before {
  border-color: rgba(18, 72, 178, 0.5);
}
.checkbox-title.error::before {
  border-color: #EE005A;
  background: rgba(238, 0, 90, 0.05);
}
.checkbox-title::before {
  border: 1px solid #C0BBC3;
  border-radius: 5px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.25s ease;
  width: 24px;
}
.checkbox-title::after {
  background: url("../img/icon-checkbox.svg") no-repeat center;
  border-radius: 50%;
  content: "";
  left: 0;
  height: 24px;
  position: absolute;
  top: 0;
  transition: all 0.25s ease;
  width: 24px;
}
.checkbox.small .checkbox-title {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 24px;
}
.checkbox.small .checkbox-title::before {
  height: 16px;
  width: 16px;
}
.checkbox.small .checkbox-title::after {
  background: url("../img/icon-checkbox-small.svg") no-repeat center;
  height: 18px;
  width: 18px;
}
.checkbox.small.all-checked .checkbox-title::after {
  background: url("../img/all-checked.svg") no-repeat center;
  background-size: 8px auto;
}

.form-wrapper {
  font-family: "proxima", sans-serif;
  margin: auto;
  max-width: 449px;
  padding: 64px 12px;
  width: 100%;
  transition: opacity 0.2s ease;
  opacity: 1;
}
@media (min-width: 768px) {
  .form-wrapper {
    max-width: 584px;
  }
}
.form-wrapper-header {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .form-wrapper-header {
    margin: 0 0 32px;
  }
}
.form-wrapper-header .h2, .form-wrapper-header h2 {
  color: #2B1B35;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-wrapper-header .h2, .form-wrapper-header h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 24px 120px;
  }
}
@media (min-width: 1360px) {
  .form-wrapper-header .h2, .form-wrapper-header h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.form-wrapper-header p {
  color: #2B1B35;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .form-wrapper-header p {
    font-size: 18px;
    line-height: 24px;
  }
}
.form-wrapper a {
  color: #164CB5;
  text-decoration: none;
  transition: color 0.25s ease;
}
.form-wrapper a:hover {
  color: rgba(22, 76, 181, 0.5);
}
.form-wrapper label:not([class]) {
  color: rgba(43, 27, 53, 0.5);
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
}
.form-wrapper label:not([class]) span:not([class]) {
  color: #EE005A;
}
.form-wrapper h3, .form-wrapper .h3 {
  color: #2B1B35;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .form-wrapper h3, .form-wrapper .h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 32px;
  }
}
.form-wrapper h3 span, .form-wrapper .h3 span {
  color: #2B1B35;
  font: 14px/18px proxima, sans-serif;
  opacity: 0.5;
  padding-left: 12px;
}
.form-wrapper .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .form-wrapper .btn {
    width: auto;
  }
}

.input-field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  width: 100%;
}
.input-field.last {
  margin: 8px 0 8px 0;
  padding: 0;
}
.input-field.last.checkbox-error .input-message {
  width: 100%;
  margin-top: -16px;
}
.input-field.light label {
  color: rgba(255, 255, 255, 0.5);
}
.input-field.light .input-message {
  color: rgba(255, 255, 255, 0.5);
}
.input-field + .h3, .input-field + h3 {
  margin-top: 16px;
}
.input-field .input-message {
  color: rgba(43, 27, 53, 0.5);
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  opacity: 0;
  height: 0;
  transition: opacity 0.25s, padding 0.25s ease;
}
.small .input-field .input-message {
  font-size: 14px;
}
.input-field .input-message.success {
  color: #61CB56;
  padding: 0 0 32px;
  opacity: 1;
}
.input-field .input-message.error {
  color: #EE005A;
  padding: 0 0 32px;
  opacity: 1;
}
.input-field .input-message.warning {
  color: #FF7F05;
  padding: 0 0 32px;
  opacity: 1;
}

.form-thx {
  background: url("../img/icon-thx.svg") no-repeat center 0;
  padding: 176px 0 24px;
  text-align: center;
  transition: opacity 0.2s ease;
  opacity: 0;
  display: none;
}
.form-thx .h2, .form-thx h2 {
  color: #2B1B35;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-thx .h2, .form-thx h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1360px) {
  .form-thx .h2, .form-thx h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.form-thx p {
  color: #2B1B35;
  font: 18px/24px proxima, sans-serif;
}
.form-thx hr {
  background: rgba(43, 27, 53, 0.1);
  border: none;
  height: 1px;
  margin: 40px auto;
  max-width: 680px;
  padding: 0;
  width: 100%;
}
.form-thx-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0 0;
}
.form-thx-btns a {
  margin: 0 8px 16px;
  min-width: 220px;
  padding: 0 24px;
}
.form-thx-btns a.btn-270 {
  min-width: 270px;
}

.modal {
  padding: 15px;
  width: 100%;
}
.modal .fancybox-close-small {
  display: none;
}
.modal.success .form-wrapper {
  opacity: 0;
}
.modal input[type=tel] {
  max-width: 200px;
}

button.fancybox-button--zoom {
  display: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: none;
}

.inputfile + label {
  align-items: center;
  background-color: #F1F6FF;
  border-radius: 40px;
  color: #0049BC;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 32px 0 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}
.inputfile + label:hover .file-title {
  color: rgba(18, 72, 178, 0.5);
}
.inputfile + label:active {
  background: #E6EFFF;
}
.inputfile + label .file-title {
  font: 700 12px proxima, sans-serif;
  letter-spacing: 1.35px;
}
.inputfile + label .file-title.error {
  margin-right: 24px;
}

.inputfile-bottom {
  color: #2B1B35;
  display: block;
  font: 14px/17px proxima, sans-serif;
  margin: 0 0 48px;
  opacity: 0.5;
}
.inputfile-bottom.success {
  color: #61CB56;
  opacity: 1;
}
.inputfile-bottom.error {
  color: #EE005A;
  opacity: 1;
}

.file-remove {
  color: #EE005A;
  cursor: pointer;
  display: none;
  font: 700 12px/16px proxima, sans-serif;
  letter-spacing: 1.35px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: calc(50% - 8px);
  z-index: 9;
}
.file-remove.show {
  display: block;
}

.file-name {
  color: #2B1B35;
  display: none;
  font: 16px/24px proxima, sans-serif;
  margin: 0 24px 0 24px;
  text-transform: none;
}
.file-name.show {
  display: inline-block;
  max-width: calc(100% - 125px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.file-wrapper {
  position: relative;
}
.file-wrapper.current .inputfile + label {
  background: none;
}
.file-wrapper.current .inputfile-label {
  justify-content: space-between;
}

.bar {
  background: #61CB56;
  border-radius: 40px;
  height: 40px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 0%;
}
.bar.error {
  background: #EE005A;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel > .owl-slide {
  display: none;
}

.owl-carousel > .owl-slide:first-child {
  display: flex;
}

.owl-carousel.owl-loaded > .owl-slide {
  display: flex;
}

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 4;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.become-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 47px;
  position: relative;
  padding: 0 0 49px;
}
@media (min-width: 560px) {
  .become-block {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .become-block {
    margin: 0 auto 64px;
    padding: 0 0 64px;
    max-width: 1412px;
  }
}
.become-block::before {
  background: rgba(43, 27, 53, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: -500px;
  position: absolute;
  right: -500px;
}

@media (min-width: 560px) {
  .become-block .block {
    width: calc(50% - 15px);
  }
}

.become-block .block .centered {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 560px) {
  .become-block .block .centered {
    width: 219px;
  }
}
.become-block .block .centered .btn {
  width: 100%;
}
@media (min-width: 560px) {
  .become-block .block .centered .btn {
    width: auto;
  }
}

.become-block .block .icon {
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
@media (min-width: 1360px) {
  .become-block .block .icon {
    width: 152px;
    height: 152px;
  }
}

.become-block .block .icon.ico-1 {
  background: url(../img/dealer-icon-1.svg) center center no-repeat;
  background-size: contain;
}

.become-block .block .icon.ico-2 {
  background: url(../img/dealer-icon-2.svg) center center no-repeat;
  background-size: contain;
}

.become-block .block .type {
  font: 700 20px/26px proxima, sans-serif;
  margin: 22px 16px 16px;
}

.become-block .block .phone {
  font: 700 24px/40px proxima, sans-serif;
}
.become-block .block .phone a {
  color: #2B1B35;
}

.become-block .line {
  font: 18px/24px proxima, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) {
  .become-block .line {
    justify-content: flex-start;
  }
}

.become-block .line:after {
  content: "";
  width: 100%;
  left: 0;
  top: calc(50% - 0.5px);
  bottom: 0;
  height: 1px;
  background: #2B1B35;
  opacity: 0.1;
  display: block;
  position: absolute;
}
@media (min-width: 560px) {
  .become-block .line:after {
    height: 100%;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
    width: 1px;
  }
}

.become-block .line span {
  position: relative;
  z-index: 1;
  padding: 0 38px;
  display: block;
  background: #fff;
  margin: 24px 0;
}
@media (min-width: 560px) {
  .become-block .line span {
    margin: 0;
    padding: 24px 0;
  }
}

.popup-run-new .text ul li {
  font: 16px/20px proxima, sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  position: relative;
}
.popup-run-new .text ul li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}

/*# sourceMappingURL=style.css.map */

/* antibluring of text in owl-carousel begin */

.filters-cottages-steps-slide-description {
    backface-visibility: hidden;
}

/* antibluring of text in owl-carousel end */