@font-face {
  font-family: 'Arial';
  
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: " Arial, sans-serif;
} 

.container-fluid {
  padding:0px !important;
}

.c-header,
.c-footer {
  font-family: " Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
  height:auto;
}

li {
  line-height: 24px;
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.h-transparent-background {
  position: relative;
}

.h-transparent-background::before {
  content: '';
  background-color: rgba(0,0,0,0.56) !important;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
}

[role=button] {
  cursor: pointer
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

ul[class] {
  margin: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

@media (max-width:767px) {
  .h-mobile-hidden {
    display: none !important;
  }
}

@media (min-width:768px) {
  .h-desktop-hidden {
    display: none !important;
  }

  .h-flex-md {
    display: flex;
  }
}

.c-btn__icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 15px;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.c-header {
  left: 0;
  width: 100%;
  z-index: 30;
  position: relative;
}

.c-header .region nav {
  position: relative;
  z-index: 3;
}

.c-header--sticky {
  position: fixed;
}

.c-header__top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__item-icon::before {
  content: '';
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
}

.c-header .liseret {
  width: 100%;
  height: 8px;
  background: #628FC4;
  margin-top: 16px;
}

@media (min-width:768px) {
  .c-header nav.c-header__container.c-header__top {
    padding: 26px 30px 0;
  }
  .c-header .region-primary-menu {
    display:none;
  }
}

@media (max-width:767px) {
  .c-header .liseret {
    display:none;
  }

  .c-header--sticky {
    top: 0;
  }

  .c-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-header__top {
    padding-top: 9px;
    padding-bottom: 9px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
  }

  .c-header__burger {
    display: flex;
    align-items: center;
  }

  .c-header__logo {
    width: 121px;
  }

  .c-header__menu {
    display: none;
  }

  .c-header__menu--opened {
    display: block;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    position: relative;
    padding-bottom: 56px !important;
  }

  .c-header__select .c-header__item-link {
    width: 100%;
  }

  .c-header__item {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    background-color: #ffffff;
  }

  .c-header__item--last {
    padding-top: 0;
    padding-bottom: 0;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
  }

  .c-header__item--last .c-header__item-wrapper {
    display: block;
  }

  .c-header__item--last a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-header__item--last .c-header__item-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  .c-header__item--last.c-header__item--last {
    border-top: none;
  }

  .c-header__item--active .c-header__item-link,
  .c-header__item--expanded .c-header__item-link {
    font-family: Arial, sans-serif;
  }

  .c-header__item--expanded {
    padding-bottom: 35px;
  }

  .c-header__item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width:768px) {
  .c-header {
    transition: height ease-in-out 0.3s;
    background-color: #ffffff;
  }

  .c-header--sticky {
    top: 0px;
  }

  .c-header__logo {
    width: 187px;
  }

  .c-header__links {
    display: flex;
    align-items: center;
  }

  .c-header__links-item:not(:last-of-type) {
    margin-right: 30px;
  }

  .c-header__links-item--lowercase {
    text-transform: initial;
  }

  .c-header__account .c-btn {
    display: block;
  }

  .c-header__active-link {
    font-family: " Arial, sans-serif;
    position: relative;
  }

  .c-header__item--active::after {
    display: none;
  }

  .c-header__active-link .c-header__item-link {
    position: relative;
  }

  .c-header__active-link .c-header__item-link::after {
    background-color: #ffffff;
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }

  .c-header__item {
    font-size: 16px;
  }

  .c-header__item-link {
    text-align: center;
  }

  .c-header__item-link.c-header__active-link::after {
    background-color: #ffffff;
  }

  .c-header__item--last.c-header__item--last {
    flex: 2 0 auto;
  }

  .c-header__item--last .c-header__item-wrapper {
    display: flex;
    align-items: center;
  }

  .c-header__item--last .c-header__item-link {
    margin-right: 20px;
  }

  .c-header__item-icon::before {
    content: '';
    display: none;
  }

  .c-header__item-icon--arrow::before {
    display: block;
  }

  .c-header__menu.c-header__menu {
    display: flex;
    margin-top: 22px;
    position: relative;
    z-index: 1;
  }

  .c-header__item:not(.c-header__item--last) .c-header__item-wrapper:hover {
    text-decoration: underline;
  }

  .c-header__item:hover {
    position: relative;
  }

}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-left: auto;
  max-width: inherit !important;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.c-footer {
  color: #ffffff;
}

.c-footer a:hover {
  text-decoration: underline;
}

.c-footer__item {
  outline: none;
}

.c-footer__item-title {
  font-size: 24px;
  font-family: " Arial, sans-serif;
}

.c-footer__sub-item {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

.c-footer__logo {
  width: 136px;
  margin: 0 auto;
}

@media (max-width:991px) {

  .c-footer__items.c-footer__items {
    text-align: center;
    position: relative;
  }

  .c-footer__item-title {
    margin-bottom: 30px;
  }

  .c-footer__bottom {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }

  .c-footer__logo {
    margin-bottom: 25px;
  }

  .c-footer__bottom-item {
    font-size: 12px;
    line-height: 32px;
  }
}

@media (min-width:768px) {

  .c-footer__items {
    display: flex;
    justify-content: space-between;
  }

  .c-footer__item {
    padding: 0 25px 0;
  }

  .c-footer__item-title {
    margin-bottom: 35px;
  }

  .c-footer__sub-item-link:hover {
    text-decoration: underline;
  }

  .c-footer__logo {
    margin-bottom: 15px;
  }

  .c-footer__bottom {
    padding-top: 28px;
    padding-bottom: 35px;
  }

  .c-footer__bottom-items {
    text-align: center;
  }

  .c-footer__bottom-item {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
  }

  .c-footer__bottom-item:not(:last-of-type) {
    margin-right: 15px;
  }

  .c-footer__bottom-item:not(:first-of-type) {
    position: relative;
  }

  .c-footer__bottom-item:not(:first-of-type)::before {
    position: absolute;
    content: '/';
    bottom: 0;
    left: -10px;
    display: inline-block;
  }
}


.c-btn-sticky {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 15;
  box-shadow: 0 2px 27px 0 gray;
}

.c-btn-sticky span {
  display: none;
}

.c-btn-sticky a.c-btn-sticky__chat {
  border-top: 1px solid #ffffff;
}

.c-btn-sticky a:hover {
  background-color: #d56506;
}

.c-btn-sticky img {
  padding: 20px;
  display: block;
  width: 75px;
}

.c-btn-sticky a {
  display: block;
}

@media (max-width:991px) {
  .c-btn-sticky {
    bottom: 0;
    top: inherit;
    display: flex;
    width: 100%;
    height: 70px;
    box-shadow: none;
  }

  .c-btn-sticky span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    background-color: #ffffff;
    color: #e77c22;
    width: 100%;
    justify-content: flex-end;
    display: flex;
    padding: 0 40px 0 0;
    height: 60px;
    align-items: center;
    margin-top: 10px;
    box-shadow: 0 2px 27px 0 gray;
  }

  .c-btn-sticky .c-btn-sticky__call {
    background-color: #ed9d5a;
    width: 80px;
  }

  .c-btn-sticky .c-btn-sticky__call::before {
    content: '';
    border-bottom: 70px solid #ed9d5a;
  }

  .c-btn-sticky img {
    width: 25px;
    padding: 0;
  }

  .c-btn-sticky a {
    background-color: #e77c22;
    display: flex;
    align-items: center;
    width: 50px;
    position: relative;
  }

  .c-btn-sticky a:hover {
    background-color: #ed9d5a;
  }

  .c-btn-sticky a.c-btn-sticky__chat {
    border: 0;
  }

  .c-btn-sticky a.c-btn-sticky__chat:hover {
    background-color: #e77c22;
  }

  .c-btn-sticky a::before {
    content: '';
    display: block;
    width: 20px;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 70px solid #e77c22;
    position: absolute;
    left: -30px;
    bottom: 0;
  }
}



#form_lp .content_title h1 {
  position:relative;
  font-family:"Arial";
  margin-bottom:30px;
}

#form_lp .content_title p:last-of-type {
  margin-bottom:0px;
}

#form_lp .content_text p:last-of-type {
  margin:0px;
}

#form_lp .content_text {
  padding:16px 32px 32px;
}

#form_lp .content_form {
  padding:16px 70px 32px;
}

#form_lp .title_block {
  border-radius: 10px 10px 0px 0px;
  padding: 18px 0px;
  font-family:"Arial";
}

#form_lp .title_block p,
#form_lp .title_block h2,
#form_lp .title_block h3,
#form_lp .title_block h4{
  margin-bottom:0px;
}

#form_lp .block {
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 25%);
  margin: 0 auto;
}

#form_lp .block_text {
  max-width:470px;
}

#form_lp .block_form {
  max-width:670px;
  font-family: "Arial";
}

#form_lp .hs-form-field > label {
  text-align: center;
  color: #628FC5;
  font-size: 14px;
  line-height: 17px;
}

#form_lp .hs-form-field > label span.hs-form-required {
  color: #E77C22;
  margin-left: 5px;
}

#form_lp .hs-form-radio label.hs-form-radio-display span {
  margin-left: 12px;
  font-size: 14px;
  color:#404040;
}

#form_lp .hs-fieldtype-text .hs-input,
#form_lp .hs-fieldtype-select .hs-input,
#form_lp .hs-fieldtype-textarea .hs-input {
  width: 100%;
  height: 42px;
  border: 1px solid #628FC5;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom:16px;
  color:#404040;
}

#form_lp .hs-fieldtype-textarea .hs-input {
  height: 142px;
}

#form_lp label.hs-error-msg {
  font-size: 14px;
  color: #e77c23;
}

#form_lp .hs-form-booleancheckbox-display input {
  margin-top: 6px;
}

#form_lp .block_form form p {
  font-family: "Arial";
  font-size:14px;
  color:#404040;
  line-height: 17px;
}

#form_lp .block_form form a {
  font-family:"Arial";
  color:#E77C22;
}

#form_lp input.hs-button.primary.large {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 0px;
  background: #E77C22;
  color: #fff;
  font-family: "Arial";
  transition: all 0.3s;
}

#form_lp input.hs-button.primary.large:hover {
  cursor:pointer;
  background: rgb(254,136,37);
  color: rgb(255,255,255);
  transition: all 0.3s;
}

#form_lp .submitted-message {
  text-align: center;
}

#form_lp .hs_cos_wrapper_type_cta {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#form_lp .cta_button span {
  font-family: "Arial" !important;
}

@media (max-width:991px) {
  #form_lp .content_form,
  #form_lp .content_text{
    padding: 16px 20px 32px;
  }

  #form_lp .cta_button {
    padding: 12px 15px !important;
  }
}

@media (max-width:767px) {
  #form_lp {
    padding: 32px 0px 0px !important;
  }

  #form_lp .block_form {
    max-width: 470px;
    margin-bottom:16px;
  }

  #form_lp .block_text {
    margin-bottom:16px;
  }

  #form_lp input.hs-button.primary.large {
    height: 50px;
  }

  #form_lp .content_title h1{
    font-size:24px !important;
  }

  #form_lp .content_title p{
    font-size:18px !important;
  }

  #form_lp .content_title h1:before {
    left: 47% !important;
  }
}